/* CSS Document by Jelmer Hoekstra contact@jelmerhoekstra.nl */


body, html {
	background-color: #f1f4eb;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/back_main.gif);
	background-repeat: repeat-x;
}


#mainContent {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#headerMain {
	width: 100%;
	height: 154px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	float: left;
	background-image: url(../img/leonberger_top.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#headerMain img{
	margin: 0;
	padding: 0;
}

#menuMain {
	width: 760px;
	height: 30px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	background-color: #FFFFFF;
	background-image: url(../img/menu_back.jpg);
	float: left;
}

#menuMain ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuMain li{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 10px;
	float: left;
}

#menuMain a{
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #616161;
	text-decoration: none;
}

#menuMain .current {
	font-weight: bold;
}


#contentMain {
	width: 800px;
	float: left;
}

#mainTable {
	background-image: url(../img/leonberger_bottom.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
	height: 250px;
}

#footerMain {
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #aeaeae;
	float: left;
	background-color: #FFFFFF;
}

.detailRow {
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
}

.detailRow label{
	width: 140px;
	height: 20px;
	float: left;
	line-height: 20px;
}

.detailRow input{
	width: 200px;
	height: 20px;
}

.detailRowText {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}

.detailRowText label{
	width: 140px;
	height: 20px;
	float: left;
	line-height: 20px;
}

.detailRowText textarea{
	width: 200px;
	height: 100px;
}

.sendBtn {
	width: 100px;
	height: 18px;
	line-height: 18px;
	background-color:#6ca032;
	font-weight: bold;
	color: #FFFFFF;
}

.reqInput {
	margin-left: 10px;
	color: #FFF;
	font-weight: bold;
	border: none;
}

#newsContent {
	width: 400px;;
	margin: 0;
	padding: 0;
}

#newsContent ul{
	margin: 0;
	padding: 0;
}

#newsContent li{
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	margin-bottom: 15px;
	list-style: none;
}

