
/* - Allgemeines - */
body {
	background-color: #D2AB66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 30px 0;
}


a, a:visited {
	color: #688AB6;
	text-decoration: none;
}
a:hover {
	color: #486997;
}

h1, h2, h3 {
	margin-bottom: 10px;
	color: #000000;
}
h2, h3 {
	font-size: 1.0em;
}
h1 {
	font-size: 1.3em;
	margin-top: 11px;
}
h2 {
	border-bottom: 1px solid #E3E2E2;
	margin-top: 8px;
}
h3 {
	font-weight: bold;
}
h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #000000;
}


/* - Abschnitte - */
p {
	margin: 5px 2px 10px 2px;
	line-height: 1.4em;
}

/* - kleinere Schrift fuer Info-Text - */
.info {
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}


/* - Wrapper (Huelle), Header - */
div#wrap {
	min-height: 720px;
	/*height: 500px;*/
	width: 800px;
	background-color: #F3F3F3;
	margin: 0 auto;
	padding: 2px;
}

div#header {
	background-color: #D2AB66;
	padding-top: 30px;
	border: 1px solid #D2AB66;
	background-image: url('../images/labradors_banner_700.jpg');
	background-repeat: repeat-x;
	height: 110px;
}


/* - Navigation, Subnavigation, Sidebar (News) - */
div#nav {
	background-color: #D2AB66;
	margin: 2px 0;
	width: 100%;
	height: 25px;
}
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
}
div#nav ul li a {
	float: left;
	padding: 5px 10px;
	height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
}
div#nav ul li a:hover {
	background-color: #6D6D6B;
	color: #D2AB66;
}
div#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color: #6D6D6B;
	color: #D2AB66;
}

div#subnav {
	float: right;
	width: 140px;
	height: 500px;
	margin: 5px 0px 5px 0px;
	padding: 4px;
}
div#subnav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}
div#subnav ul li {
	padding: 0;
	margin: 0;
	display: block !important;
	display: inline; /* for ie */
}
div#subnav ul li a {
	display: block;
	padding: 4px 0 4px 2px;
	color: #000000;
	text-decoration: none;
	margin: 0;
}
div#subnav ul li a:hover {
	font-weight: bold;
}
div#subnav ul li a.selected, div#sidenav ul li a.selected:hover {
	font-weight: bold;
}

div#sidebar {
	float: right;
	width: 140px;
	height: 500px;
	margin: 5px 0px 5px 0px;
	padding: 4px;
}
div#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
}
div#sidebar ul li {
	padding: 0;
	margin: 0;
	display: block !important;
	display: inline; /* for ie */
}
div#sidebar ul li a {
	display: block;
	padding: 4px 0 4px 2px;
	margin: 0;
}
div#sidebar p, div#sidebar ul {
	margin-bottom: 20px;
}


/* - Inhalt - */
div#content {
	margin: 2px 6px;
}

div#page {
	width: 80%;
	float: left;
	
	min-height: 500px;
	margin: 5px 0px 5px 0px;
	padding: 4px 14px 4px 0px;
	border-right: 1px solid #B3B3B3;
}


/* - Fusszeile - */
div#footer {
	clear: both;
	border-top: 1px solid #B3B3B3;
}
div#footer p {
	font-size: 0.8em;
	text-align: center;
}


/* - Image Pfote - */
.pfote {
	width: 10px;
	height: 10px;
	border: 0;
}

/* - Image Marker - */
.marker {
	height: 12px;
	border: 0;
}

