/* 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 auto;
	width: 900px;
	border-top: 3px #ffffff solid;
	border-left: 3px #ffffff solid;
	border-right: 3px #bbbbbb solid;
	border-bottom: 3px #bbbbbb solid;
	background-color: #eeeeee;
	}

/* INNERER RAHMEN FÜR MENÜ UND CONTENT */
#innenrahmen {
	background-color: #eeeeee;
	padding-top: 0px;
	}

/* --------------------------------------------------------------- */

/* SEITENKOPF */
#head {
	font-family: verdana, arial;
	height: 90px;
	width: auto;
	background-image: url('../img/bg.jpg'); 
	margin: 0px;
	padding: 0px;
	}

#head h1 { 
	color: #eeeeee;
	padding: 15px 20px 7px 20px;
	margin: 0px;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: left;
	}

#head h2 { 
	color: #eeeeee;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 2px;
	word-spacing: 4px;
	text-align: left;
	}

#head p.datum {
	color: #eeeeee;
	font-size: 80%;
	padding: 0px 20px 0px 20px;
	margin-top: 10px;
	text-align: right;
	}

/* --------------------------------------------------------------- */

/* PSEUDO BREADCRUMB FÜR SEITENAUSDRUCK */
#bc {
display: none;
}

/* --------------------------------------------------------------- */

/* MENÜLEISTE AM LINKEN RAND */
.menuleiste {
	float: left;
	width: 180px;
	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;
	/* background-image: url('../img/bg2.jpg'); */
	}

/* NICHT AKTIVE MENÜPUNKTE */
.menuleiste ul li.inactive, .menuleiste ul li.inactive_top, .menuleiste ul li.inactive_first {
	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 {
	margin-top: 5px;
	border-top: 1px #dddddd solid;
	}

/* AKTIVE MENÜPUNKTE */
.menuleiste ul li.active_first {
	margin-top: 0px;
	border-top: 1px gray solid;
	/* background-image: url('../img/bg2.jpg'); */
	}

.menuleiste ul li.active_top {
	margin-top: 5px;
	border-top: 1px gray solid;
	/* background-image: url('../img/bg2.jpg'); */
	}

/* 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 {
	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-top: 0px;
margin-bottom: 0px;
}

#rechtsbalken p {
font-size: 70%;
margin: 0px 0px 10px 0px;
}

#rechtsbalken .linkstyle {
text-decoration: underline;
color: blue;
}



/* --------------------------------------------------------------- */

/* INHALTSBEREICH - CONTENT */

#content {
	width: auto;
	margin: 0px 0px 0px 180px;
	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 .bildrechts {
float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

#content .bildrechtsimg  {
text-align: center;
}

.imgtitle  {
margin-top: 0px:
padding-top: 0px;
font-size: 80%;
text-align: center;
}

.imgtitle p {
margin-top: 3px;
padding-top: 0px;
}

img.link {
border: none;
}

#content form {
	font-size: 80%;
	}

#content form#search {
	font-size: 100%;
	}

#content ol {
font-size: 80%;
margin-bottom: 25px;
}

#content ol li {
margin-bottom: 20px;
}

#content .ergebnis {
	color: gray;
	font-size: 80%;
	}

#content p {
	font-weight: normal;
	font-size: 80%;
	}

#content p.first {
margin-top: 0px;
}

#content p.strong {
font-weight: normal;
font-size: 80%;
letter-spacing: 1px;
word-spacing: 2px;
}

#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: 100%;
	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: #eeeeee; 
 		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:#eeeeee;
	cursor:hand;
	display:inline;
	width:auto;
	}

/* --------------------------------------------------------------- */

/* SEITENFUSS , FUSSZEILE */
#fuss {
clear: both;
margin: 0px auto 10px auto;
width: 800px;
padding: 0px 0px 0px 300px;
}


#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;
}

.clearbottom {
clear: both;
margin-bottom: 30px;
}

.gesperrt {
letter-spacing: 2px;
word-spacing: 4px;
}


.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: none;
text-indent: -12px;
margin-left: 12px;
}

#content ul.cv {
text-indent: 0px;
margin-left: 0px;
padding-left: 0px;
}

#content ul li {
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;
}



/* --- */

#content img.rechts, #content img.rechts_border {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	}

#content img.rechts_border {
border: 1px gray solid;
	}

#content img.links, #content img.links_border {
	float: left;
	margin: 10px 20px 15px 0px;
	}

#content img.links_border {
border: 1px gray solid;
}
