* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
html,body {
	background:#c7c9cb;

	}
	
#wrap {
	margin:0 auto;
	width:921px;
	height:100%;
	}
	
#head {
	background:url(img/head.jpg) top left;
	height:133px;
	
	}
	
#head_rinder {
	background:url(img/rinder_head.jpg) top left;
	height:195px;
	}
	
#head_unternehmen {
	background:url(img/unternehmen_head.jpg) top left;
	height:195px;
	}
	
#head_kontakt {
	background:url(img/kontakt_head.jpg) top left;
	height:195px;
	}
	
#head_transport {
	background:url(img/transport_head.jpg) top left;
	height:195px;
	}
	
#head_schweine {
	background:url(img/schweine_head.jpg) top left;
	height:195px;
	}
	
#head_index {
	background:url(img/index_head.jpg) top left;
	height:195px;
	}
	
	
	
	
#inline {
	background:url(img/back.jpg) top left;
	}
	
#menu {
	background:url(img/menu.jpg);
	height:25px;
	margin:0 11px 0 10px;
	}
	



#menu ul{
	list-style:none;
	}

#menu li{
	float:left;
	padding:3px 10px 0 20px;
	width:auto;
	position:relative;
	}

#menu a{
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	}
	
#menu a:hover{	
	color:#dddddd;
	}

li#aktuell{
	color:#dddddd;
	display:block;
	font-weight:bold;
	font-size:13px;
	}

#content {
	clear:both;
	margin:0 30px;
	padding:30px 0;
	line-height:1.5;
	text-align:justify;
	}	
	
#content ul {
	margin:0 0 0 50px;
}

#content h1 {
	font-size:16px;
	margin-bottom:14px;
	}
	
#content h2 {
	font-size:12px;
	margin-bottom:5px;
	}


#content ul {
	padding:5px 0;
	}

#content li {
	padding:3px 0;
	}

	
#kontaktformular input, textarea{
	background:#EEE;
	border:#777 1px solid;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#kontaktformular span.error{
	color:#0b8f6a;
	font-weight:bold;
	}	
	
#kontaktformular td {
	padding:4px 20px 4px 0;
	vertical-align:top;
	}	
	
#foot {
	background:url(img/back.jpg) top left;
	height:68px;
	}
	
#copy {
	font-size:10px;
	margin-left:30px;
	padding-top:40px;
	}

