@charset "utf-8";
/*Basics*/
* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {  margin: 1em 0;}
.clear {clear:both;}
img {border: 0;}
body {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
table {

}

td, th {
	padding: 5px 5px 0px 0px;
	line-height:1.2;
	font-size: 115%;
}
.normal {
	font-weight: normal;
}

/* End of Basics -----------------------------------------------------------------------------*/

/* Boxes */
#logo{
	position: absolute;
	top: 33px;
	left: 15px;
	width:270px;
	z-index:2;
}
#menu{	position: absolute;	left:290px;	width: 650px;}
#subtitle {
	position: absolute;
	left: 305px;
	top:120px;
	font-size: 18px;
	font-weight: bold;
	color: #053480;
	width: 420px;
}
#frame {
	position: absolute;
	top: 110px;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#background-h {	width:100%;	z-index:1;	margin: 40px 0px;	background: #E8F4ED	url(../images/verlauf-hellblau.png) repeat-y;}
#background-v {
	position:absolute;
	left: 764px;
	width:200px;
	height:100%;
	_height: 512px;
	z-index:2;
	background-color: #AA1414;
	top: 0px;
	text-align: center;
}
#background-v img {
	margin-bottom: 10px;
}
#navigation {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 10px;
	width: 180px;
}

#erstesfoto {
	margin-top:45px;
} 
#content {
	width: 540px;
	z-index: 10;
	padding:15px 0px 15px 165px;
	min-height: 444px;
}
/* End of Boxes -----------------------------------------------------------------------------*/

/* Menuitems */
#menu ul {list-style:none;}
#menu li {
	float: left;
	position: relative;
	border-left: medium solid #aa1414;
	margin-right: 12px;
	padding-left: 3px;
	font-size: 115%;
}
#menu li a{display: block; text-decoration:none; color:#000}
#menu li ul{
	display:none;
	height:auto;
	position:absolute;
	top:0px;
	width: 300px;
	z-index:200;
	padding-top:3px;
	_display: block; /*IE6 hack*/
	_font-size:x-small;
	_width: 150px;
	_top: 20px;
}
#menu li:hover ul, #menu ul ul:hover{display:block;}
#menu li li {
	display:block;
	border:none;
	float:none;
	margin:0px;
	padding:0px;
	font-size: 100%;
	_line-height:0.7;
}
a#home:hover, body.home a#home, 
a#philosopie:hover, body.philosopie a#philosopie, 
a#leistungen:hover, body.leistungen a#leistungen, 
a#wir:hover, body.wir a#wir, 
a#wissen:hover, body.wissen a#wissen,
a#kontakt:hover, body.kontakt a#kontakt, #menu a:hover {color:#B23;}

/*#menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}*/
#menu li li:hover ul{display:block;}
/*#menu li ul a:hover, #menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}*/
/* End of Menuitems -----------------------------------------------------------------------------*/


#content  a {
	color: #053480;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color:#B23;
}

h1 {
	font-size: 135%;
	color: #053480;
	margin-bottom: 0px;
}
h2 {
	font-size: 110%;
	color: #053480;
	margin-bottom: -10px;
	clear: both;
}
h3 {
	font-size: 110%;
}
h4 {
	color: #666;
	font-size: 110%;
}
h5 {
	color: #053480;
	font-size: 14px;
	margin-top: 10px;
}

p {
	line-height: 1.3;
	font-size: 110%;
}


#content ul {
	list-style-position: outside;
	margin-left: 30px;
}
#content  li{
	margin-bottom: 6px;
	font-size: 110%;
	line-height: 1.3;
}
.impressum {
	font-size: 80%;
}
.bildlinks{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

