/* ------------------- Grundeinstellungen ------------------- */

body {
	background-color: #e2e2e2;
	background-image: url(../bilder/design/bg-body-grau.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 9px;
	}

 /*------------------- Definition der Layoutbereiche ------------------- */

#container {
	text-align: left;
	position: relative;
	width: 756px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #8C9EB4;
}

#banner {
	width: 756px;
	height: 125px;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../bilder/design/jay-schreiber.jpg);
	background-repeat: no-repeat;
}

#alles {
	width: 756px;
	background-color: #FFFFFF;
	clear: both;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#main {
	background-color: #ffffff;
	line-height: 1.2em; /* wirkt gegen Peekaboo-bug */
	bottom: 2em;
	width: 756px;
}
#column {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	min-height: 500px;
}
#contents {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	width: 543px;
	margin-left: 183px;
}
#contents li, #contens ul #contents span {
	line-height: 150%;
	padding-bottom: 10px;
}
#contents img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#teaser {
	height: 150px;
}

#image {
	margin-bottom: 2em;
}
/* ------------------- Footer ------------------- */
#footer {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	height: 1.5em;
	text-align: center;
	padding-top: 5px;
	color: #666666;
	width: 756px;
}

#footer a, #print_footer a {
	text-decoration:none;
	color:#666666;
	font-size: 70%;
}

#footer p, #print_footer p {
	margin:0;
	padding:0;
	font-size:70%;
	font-weight:bold;
	color:#666666;
}


/* ------------------- Definition der Navigationen ------------------- */

/* ------------------- Navigation links ------------------- */

#navlinks {
	position: absolute;
	left: 20px;
	width: 155px;
	z-index: 5;
	top: 135px;
}	

#navlinks li {
display: inline;
}

#navlinks .nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	display: block;
	padding: 4px;
	font-weight: bold;
}
#navlinks .nav span {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 2px;
	font-weight: bold;
	color: #333333;
}
#navlinks .nav a {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 2px;
	font-weight: bold;
	color: #999999;
}
#navlinks .nav a:link, 
#navlinks .nav a:visited {
	color: #999999;
	background: transparent;
	font-weight: bold;
}
#navlinks .nav a:hover, 
#navlinks .nav a:active, 
#navlinks .nav a:focus {
	color: #666666;
	background: transparent;
	font-size: 90%;
	font-weight: bold;
}

	
/* ------------------- Navigation oben ------------------- */
#navoben {
	top: 5px;
	width: 560px;
	list-style-type: none;
	z-index: 5;
	left: 190px;
	position: absolute;
	font-size: 90%;
}

#navoben li {
	display: inline;
}

#navoben a {
	display: block;
	float: right;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

#navoben a:hover {
	color: #000000;
	background-color: transparent;
}
#navoben a.akt {
	color: #000000;
}

/* ------------------- Navigation Footer ------------------- */

#footer-navi {
	height: 2em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 756px;
	text-align: center;
}
#footer-navi ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-navi li {
	display: inline;
}
#footer-navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
	color: #333333;
	margin-right: 4px;
	margin-left: 4px;
}
#footer-navi a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
