/* Allgemeine Seitendefinitionen und Rahmen fŸr die Seiteninhalte */
/* erst mal die Schriften und die Seite im allgemeinen */ 
body {
	color: #333333;
	margin: 0px;
	background-image: url(../images/site_bg_kb.gif);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.pfadangabe {
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.headline {
	line-height: 22px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subheadline {
	line-height: 15px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1,h2,h3,h4,h5 {
	color: #fc6;
}

h1 {
	text-shadow: 3px 3px 1px #ff6600;
	letter-spacing: 2px;
	font-size: 22px;
}

h2 {
	letter-spacing: 2px;
	font-size: 19px;
}

h3 {
	letter-spacing: 1px;
	font-size: 16px;
}

h4 {
	letter-spacing: 1px;
	font-size: 13px;
}

h5 {
	letter-spacing: 1px;
	font-size: 10px;
}

#content li {
	list-style-image: url(../images/list_style.gif);
}


/* Spezielle Text-Formatierungen in den DIV-Rahmen */

#content a {
	color: #fc6;
	text-decoration: underline;
}

#content a:hover {
	background-color: #232323;
}


/* ...dann die DIV-Rahmen fŸr den Rest */
#titel-menue {
	margin-left: -460px;
	left: 50%;
	height: 141px;
	width: 920px;
	position: absolute;
	top: 0px;
}

#headerimage {
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -460px;
	margin-top: 141px;
	background-repeat: repeat-y;
	background-image: url(../images/site_header_blank.png);
	height: 125px;
	width: 920px;
}

#seiteninhalt {
	background-image: url(../images/site_bg_content_KB.gif);
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin-top: 266px;
	margin-left: -450px;
	padding: 0px;
}

#navilinks {
	height: auto;
	left: 0px;
	top: 0px;
	bottom: 0px;
	float: left;
	z-index: 2;
	width: 155px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#headlinerahmen {
	margin-bottom: 0px;
	margin-top: 0px;
	height: 40px;
	line-height: 0px;
	padding-left: 5px;
	background-color: #ffcc66;
}

#headlineimage {
	margin-top: -60px;
	height: 110px;
	position: relative;
	margin-right: 0px;
	float: right;
	z-index: 2;
	width: 155px;
}

#content {
	padding-top: 14px;
	z-index: 1;
	position: static;
	width: 685px;
	margin-top: 0px;
	margin-left: 175px;
	padding-left: 20px;
	
}

#bildimtext {
	float: left;
	position: static;
	width: 200px;
	height: 200px;
	padding-top: 17px;
	margin-right: 14px;
}

#tabelle {
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}

#tabelle td {
	border-style: solid;
	border-color: #ffecc6;
	border-top-width: 1px;
	border-bottom-width: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	color: #666;
	/* wenn die tabelle noch vertikal unterteilt werden soll bitte folgendes "einklammern"
	border-left-width: 1px;
	border-right-width: 1px;
	*/
}

#bild-menuelinks {
	position: absolute;
	margin-top: -170px;
	width: 170px;
	height: 155px;
	text-align: center;
	z-index: 3;
}


#footerzeile {
	text-align: right;
	position: static;
	width: 895px;
	margin-top: 8px;
	left: 50%;
	background-color: #666;
	height: 16px;
	font-size: 0.8em;
	padding-right: 5px;
	padding-bottom: 4px;
	color: #FFF;
}

/* Menü und Navigations-Elemente im Header der Seite */

#menue {
	margin-top: -5px;
	padding-bottom: 8px;
	padding-top: 8px;
	max-width: 920px;
	max-height: 30px;
	background-image: url(../images/site_bg_menue_KB.png);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 13px;
	text-transform: capitalize;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

ul.nav {
	top: 0px;
	height: 15px;
	margin-left: -40px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	list-style: none;
}

.nav li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -8px;
	padding-top: 8px;
	border-right:1px solid #AAA;
	float: left;
	display: block;
	width:90px;
}

.nav li a {
	outline:none;
	text-decoration:none;
	display:block;
	color: #333;
	margin-top: -8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.nav li a span {
	color:#777;
	text-transform:lowercase;
}

.nav li a:hover {
	background:#333;
	color:#eee !important;
	width:90px;}

.nav li.skip {
	border-left: 1px solid #AAA;
	border-right-width: 0px;
	float:right;
	display:block width:90px;
}

.nav li.skip a {
	width:90px;
}

/*****************/
/* FF: Formulare */
/*****************/

#formular {

}

label.left { 
	float: left; 
	width: 150px; 
}

div.row { 
	margin-bottom: 10px; 
}

div.element { 
	padding-left: 150px; 
}

span.checkbox { 

}

div.row { 
	clear: left; 
}

ul.errors { 
	color: red; 
	list-style-type: square; 
	margin-top: 0.2em; 
	padding-left: 1em;
}

