/* Größenanpassung bei: */
/* menuleiste, content h2 und h3, content p, content ul */

/* GRUNDANGABEN ZU SCHRIFT UND BILDSCHIRMHINTERGRUND */
body {
	font-family: arial, verdana, tahoma, arial, sans-serif;
	font-size: 100%;
	background-color: #dddddd;
}

/* --------------------------------------------------------------- */

/* ANKER AM OBEREN RAND FÜR TOPLINK */
#anker {
	position: absolute; top: 1px; left: 1px;
}

/* TOPLINK AM SEITENENDE */
.toplink {
	text-align: right;
	padding-right: 10px;
	}

.toplink img {
	border: none;
	margin-left: 5px;
	}

.toplink a:link, .toplink a:visited {
	text-decoration: none;
	font-weight: bold;
	color: navy;
	}

.toplink a:focus, .toplink a:hover, .toplink a:active, .toplink a:visited:active  {
	text-decoration: none;
	font-weight: bold;
	color: orange;
	}

/* --------------------------------------------------------------- */

/* ÄUSSERER RAHMEN FÜR HEAD, MENÜ UND CONTENT */
#rahmen {
	margin: 0px auto 10px 30px;
	width: 900px;
	border-top: 3px #bbbbbb solid;
	border-left: 3px #bbbbbb solid;
	border-right: 3px #bbbbbb solid;
	border-bottom: 3px #bbbbbb solid;
	background-color: #eeeeee;
	padding: 0px;
	}

/* --------------------------------------------------------------- */

/* OBEN: LOGO , HEADLINE, ZWISCHENZEILE */

#oben {
background-image: url('../img/bg.jpg'); 
width: 900px;
padding: 0px;
margin: 0px;
border-bottom: 1px #bbbbbb solid;
}

#head {
border-bottom: 1px #bbbbbb solid;
}

#logo {
float: left;
height: 80px;
border-right: 1px #bbbbbb solid;
}


/* SEITENKOPF */
#headline {
	font-family: verdana, arial;
	height: 80px;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#headline h1 { 
	color: #eeeeee;
	padding: 0px 20px 0px 20px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 1px;
	}

#headline h2 { 
	color: #eeeeee;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 105%;
	letter-spacing: 1px;
	word-spacing: 2px;
	
	}

#headline p.datum {
	color: #eeeeee;
	font-size: 90%;
	padding: 0px 20px 0px 20px;
	margin-top: 10px;
	}

/* --------------------------------------------------------------- */

/* ZWISCHENZEILE */
#bc {
/* border-bottom: 3px #bbbbbb solid; */
color: white;
font-size: 80%;
}

#bc_left {
float: left;
width: 200px;
padding: 2px 0px 2px 0px;
text-align: center;
border-right: 1px #bbbbbb solid;
}

#bc_right {
padding: 2px 0px 2px 0px;
text-align: center;
}



/* --------------------------------------------------------------- */

/* MENÜLEISTE AM LINKEN RAND */
#menuleiste {
	float: left;
	width: 200px;
	height: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	}

#menuleiste ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

#menuleiste ul li {
	margin-bottom: 0px;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px gray solid;
	letter-spacing: 2px;
	}

#menuleiste ul li.active_2, #menuleiste ul li.inactive_2 {
padding-left: 40px;
font-size: 85%;
padding-top: 1px;
}

/* NICHT AKTIVE MENÜPUNKTE */
#menuleiste ul li.inactive, #menuleiste ul li.inactive_top, #menuleiste ul li.inactive_first, #menuleiste ul li.inactive_2 {
	background-image: url('../img/bg.jpg');
	color: #ffffff;
	}

#menuleiste ul li.inactive_first {
	margin-top: 0px;
	border-top: 1px gray solid;
	}

#menuleiste ul li.inactive_top {
	border-top: 1px #dddddd solid;
	margin-top: 5px;
	}

/* AKTIVE MENÜPUNKTE */
#menuleiste ul li.active_first {
	margin-top: 0px;
	border-top: 1px gray solid;
	}

#menuleiste ul li.active_top {
	margin-top: 5px;
	border-top: 1px gray solid;
	}

/* LINKS IM MENÜ */
#menuleiste a:link, #menuleiste a:visited { 
	text-decoration: none;
	color: navy;
	}

#menuleiste a:focus, #menuleiste a:hover, #menuleiste a:active, #menuleiste a:visited:active  { 
	text-decoration: none;
	color: red;
	}

/* ERSTE MENÜLEISTE */
#menuleiste ul.first {
	/* border-top: 1px #bbbbbb solid; */
	}

#menuleiste ul.first li.active, #menuleiste ul.first li.active_top, #menuleiste ul.first li.active_first, #menuleiste ul li.active_2 {
	background-color: #ccccff;
	color: navy;
	}

/* ZWEITE MENÜLEISTE */
#menuleiste ul.second li.active, #menuleiste ul.second li.active_top, #menuleiste ul.second li.active_first {
	background-color: #ccccff;
	color: navy;
	}

/* DRITTE MENÜLEISTE */
#menuleiste ul.third li.active, #menuleiste ul.third li.active_top, #menuleiste ul.third li.active_first {
	background-color: #ccccff;
	color: navy;
	}


/* --------------------------------------------------------------- */

/* RECHTSBALKEN */
#rechtsbalken {
float: right;
/* border-top: 1px #bbbbbb solid; */
border-left: 1px #bbbbbb solid;
border-bottom: 1px #bbbbbb solid;
padding-top: 10px;
margin-left: 20px;
margin-bottom: 20px;
}

#rechtsinnen {
width: 130px;
height: auto;
background-color: #ccccff;
border-top: 1px #bbbbbb solid;
padding: 10px;
} 

#rechtsbalken h4 {
font-size: 80%;
margin-bottom: 0px;
}

#rechtsbalken p {
font-size: 70%;
margin: 0px 0px 10px 0px;
}




/* --------------------------------------------------------------- */

/* INHALTSBEREICH - CONTENT */

.content {
	width: auto;
	margin: 0px 0px 0px 200px;
	padding: 10px 30px 5px 20px;
	background-color: #eeeeee;
	border-left: 1px #bbbbbb solid;
	/* border-top: 1px #bbbbbb solid; */
	}

.content h1, .content h2, .content h3, .content h4{
	color: #222222;
	}

.content h1 {
	font-weight: normal;
	font-size: 130%;
	letter-spacing: 1px;
	word-spacing: 2px;
	}


.content h2, .content h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 1px;
	word-spacing: 2px;
	}

.content h4 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0px;
	word-spacing: 0px;
	}

.content img.rechts {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	}

.content img.links {
	float: left;
	margin: 15px 30px 15px 0px;
	}

.content form {
	font-size: 80%;
	}

.content form.search {
margin-top: 30px;
}

.content .ergebnis {
	color: gray;
	font-size: 80%;
	}

.content hr {
color: #bbbbbb;
height: 1px;
}

.content p {
	font-weight: normal;
	font-size: 80%;
	}

.content p.first {
margin-top: 0px;
}

.content p.bhr {
margin-bottom: 3px;
}

.content p.ahr, .content h4.ahr {
margin-top: 3px;
}

.nospaceafter {
margin-bottom: 0px;
}

.nospacebefore {
margin-top: 0px;
}


.content a:link, .content a:visited , .content a:link:visited {
color: brown;
}

.content a:focus, .content a:link:hover, .content a:active, .content a:visited:active, .content a:visited:hover {
color: orange;
}

.content table {
margin: 10px 0px 20px 0px;
padding: 0px;
border: 1px gray dotted;
}

/* --------------------------------------------------------------- */

	.formbox {
	font-size: 85%;
	width: 300px;
	border: none; 
	padding: 10px 200px 30px 0px;
	margin-top: 35px;
	margin-bottom: 35px;
	}
		
		.head {
 		width: 300px;
 		font-size: 90%;
 		text-align: left;
 		font-weight: bold;
 		margin: 0px 0px 0px 0px;
 		padding-bottom: 20px;
		}

		.label, .alert {
 		width: 300px;
 		font-size: 90%;
 		text-align: left;
 		margin: 0px 0px 0px 0px;
		}
		
		.alert {
		color: red;
		}
		
		.feld, .feld2 {
		background-color: whitesmoke;
 		width: 300px;
 		text-align: left;
 		margin: 0px 0px 10px 0px;
		}
		
		.feld2 {
		margin: 0px;
		}

		.knopf {
		background-color: #ffffff;
 		width: 300px;
 		text-align: right;
 		margin: 0px 0px 0px 0px;
		}
		


	.button{
	border: none;
	font-family:Verdana;
	font-size: 11px;
	text-align: right;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bolder;
	color:black;
	background-color:#ffffff;
	cursor:hand;
	display:inline;
	width:auto;
	}

/* --------------------------------------------------------------- */

/* SEITENFUSS , FUSSZEILE */
#fuss {
clear: both;
margin: 0px auto 10px auto;
width: 900px;
padding: 0px 0px 0px 20px;
}


#fuss p {
margin: 0px;
padding: 0px;
font-size: 70%;
font-style: regular;
color: #222222;
}

/* --------------------------------------------------------------- */

	.float_right {
	float: right;
	margin-left: 20px;
	}

.strong {
font-weight: bold;
}

.clear {
clear: both;
}

.gesperrt {
letter-spacing: 2px;
word-spacing: 4px;
}

.linkstyle {
text-decoration: underline;
color: brown;
}

.small {
font-size: 80%;
}

.medium {
font-size: 110%;
}

.big {
font-size: 150%;
}

.blindtext , h3.blindtext, .gray {
color: gray;
}

.bib {
color: gray;
}

.content ul {
font-weight: normal;
font-size: 80%;
list-style-type: square;
text-indent: 0px;
margin-left: 25px;
}

.content ul.bullet {
margin-top: 0px;
}

.content ul.cv {
text-indent: 0px;
padding: 0px;
}

.content ul.cv li {
margin-bottom: 0px;
}

.content ul.results {
text-indent: 0px;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
list-style-type: none;
}

.content ul li.text {

}

.content ul li.link {
margin-top: 5px;
}

.content ul li.link img {
border: none;
}

.content ul li.link2 {
margin-top: 5px;
margin-bottom: 10px;
}

.content ul li.nospace ,.content ul li.strong {
margin-bottom: 0px;
}

.content ul li.doublespace {
margin-bottom: 20px;
}

.content p.pimp {
margin-bottom: 5px;
font-weight: bold;
}

.content ul.ulimp {
margin-top: 0px;
}

