
/* WRAPPER
--------------------------------------------------------------------------------------------------- */

#page {
	width: 891px;
	margin: 30px auto;
	padding-bottom: 30px;
}

#main {
	clear: both;
	float: left;
	width: 100%;
	background: url(../img/main-bg.png) repeat-y 30px 2px;
}



/* KOPFBEREICH
--------------------------------------------------------------------------------------------------- */

#top {
	background: url(../img/top-bg.png) no-repeat 30px 44px;
	float: left;
	width: 100%;
	height: 83px;
}

#top img.logo {
	position: absolute;
	top: 50px;
}

#fotocontainer {
	float: right;
}



/* NAVIGATION
--------------------------------------------------------------------------------------------------- */

#navigation {
	float: left;
	margin-top: 50px;
	width: 250px;
}

#navigation ul {
	list-style-type: none;
	margin-left: 75px;
	margin-top: 0;
	padding-bottom: 20px;
}

#navigation ul li {
	font-size: 1.167em;
	margin-bottom: 1em;
	padding-left: 0;
	background-image: none;
	line-height: 1em;
}

#navigation ul li a:hover, #navigation ul li a:focus {
	color: #545454;
	text-decoration: none;
}

#navigation ul li.active-path, #navigation ul li.active-path a {
	color: #545454;
	font-weight: bold;	
}

#navigation ul li.active-path a:hover, #navigation ul li.active-path a:focus {
	text-decoration: none;
}

#navigation ul li.active-path ul {
	margin-left: 16px;
	margin-top: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#navigation ul li.active-path li {
	font-size: 0.857em;
	padding-left: 1em;
	background: url(../img/nav-li-bg.png) no-repeat left center;
}

#navigation ul li.active-path li a {
	color: #A80101;
	font-weight: normal;
}

#navigation ul li.active-path li.active-path span.a {
	color: #A80101;
}

#navigation .agrar-blog {
	margin-left: 75px;
}

/* INHALTSBEREICH
--------------------------------------------------------------------------------------------------- */

#content {
	float: right;
	margin-top: 28px;
	padding-bottom: 20px;
	width: 590px;
	text-align: left;
}

#subnav ul {
	list-style-type: none;
	margin-top: 50px;
	margin-left: 0;
	font-size: 0.9em;
}

#subnav ul li {
	line-height: 1.5em;
}

#subnav ul li.l {
	float: left;
	padding-left: 8px;
	background: url(../img/subnav-li-l-bg.png) no-repeat left center;
}

#subnav ul li.r {
	float: right;
	padding-right : 8px;
	background: url(../img/subnav-li-r-bg.png) no-repeat right center;
}


/* Seitenspezifische styles ---------------------------------*/

/* Startseite */

#nameplate {                        
	margin: 40px 0 40px 65px;
}

body.startseite p {
	font-size: 1.167em;
	margin-top: 1.25em;
}

/* Profil */

img.profil {
	float: right;
	margin-top: 0.3em;
	border: 1px solid #DEDEDE;
}



/* FUSSBEREICH
--------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	padding-top: 20px;
	background: url(../img/footer-bg.png) no-repeat top left;
	position: relative;
}

#footer .vcard {
	font-size: 0.75em;
	color: #545454;
	font-style: normal;
	line-height: 1.5em;
	margin-left: 75px;
}

#footernav {
	float: right;
}

#footernav ul {
	list-style-type: none;
	margin-top: 0;
}

#footernav ul li {
	text-align: right;
	font-size: 1em;
	margin-bottom: 5px;
	color: #A80101;
	padding-left: 0;
	background-image: none;
	line-height: 1.25em;
}

#footernav li.active-path span.a {
	font-weight: bold;
}

#footer span.toplink a {
	height: 15px;
	width: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #777777;
}

#footer span.toplink a:hover, #footernav span.toplink a:focus { 
	background-color: #A80101;
}
