/*layout CSS */
html, body {
  height:100%;
  margin:0;
  padding:0;
}

body {
background:  url(images/hg.jpg) repeat;
font-size:76%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#fff;
line-height:1.3;
}
p,li {
	font-size:70%;
	}
	
#wrap {
	width: 950px;
	height: 599px;
	background: #f4f4f4;
	text-align: left;
	}
	
#header {
	height: 61px;
	width: 950px;
	background:  url(images/hg_header.jpg) repeat;
	}
#logo {
	padding-top:8px;
	padding-left:4px;
	float:left;
	}
#main {
	height: 620px;
	width: 950px;
	background: #444;
	}
#bild_main {
	float: left;
	width: 426px;
	}
	
#inhalt {
	float: right;
	width: 524px;
	}

#inhalt h1,p {
	padding-left: 33px;
	}
	
#inhalt p {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	letter-spacing: 0.14em;
	font-size: 0.85em;
	line-height:1.5;
	}
#text {
	height: 407px;
	overflow: auto;
	margin-right: 4px;
	margin-bottom: 7px;
	}
		
#title {
	background: #1e2122;
	width: 524px;
	height: 78px;
	}
	
#title_philosophie {
	background: #1e2122;
	width: 524px;
	height: 180px;
	margin-bottom: 23px;
	}

#title h1, #title_philosophie h1 {
	padding-top: 30px;
	}
	
#title_philosophie h1.blau {
 	color: #c7def3;
	padding-top: 33px;
	}
#infotext {
	text-indent: 200p0x;
	}
	
#home_bottom {
	height: 350px;
	width: 950px;
	background:  url(images/hg_home_bottom.jpg) repeat;
	}
#home_box {
	float: right;
	height: 300px;
	width: 831px;
	background:  url(images/hg_home_box.jpg) repeat;
	}
#home_box h1, #title h1, #title_philosophie h1 {
	color: #fff;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.14em;
	font-size: 1.3em;
	margin-top: 0;	
	}

#home_box h1 {
	padding-top: 60px;
	padding-left: 15px;
	}
	
#footer {
	height: 44px;
	width: 950px;
	background:  url(images/hg_footer.jpg) repeat;
	}

#footer h1{	
	color: #b7b5ae;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	padding-left: 134px;
	padding-top: 16px;
	margin-top: 0;
	}
#iso {
	float: right;
	width: 62px;
	margin-right: 22px;
	}


h1,{
font-size:1.2em;
margin-bottom: 1em;
}
h2,.contentheading{
font-size:1.2em;
}
h3{
font-size:1.3em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}
img {
    border: none;
}

a:link, a:visited {color: #c7def3;}

/*    Top Menü     */
#hmenu {
	margin: 0px 19px 0px 373px ; 
	padding-top: 17px;
	height: 30px;	
}

#hnav {
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#hnav ul {
	text-align: right;	
	padding-left: 0;
	margin-top: 2;
	margin-bottom: 4;
	margin-left: 0;
	width: 100%;
	}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	}

#hnav ul li a {
	padding-left: 5px;
	padding-right: 5px;
	color: #504e53;
	text-decoration: none;
	font-weight: bold;
	}
	

#hnav ul li a:hover {
	text-decoration: underline;
	}

#hnav #active { 
	border-left: 1px solid #fff; 
	}
	
	
/*    Footer Liste    */
#footer_liste {
	padding-top: 17px;
	padding-left: 40px;
	height: 22px;	
}

	
#footer_liste ul {
	text-align: center;	
	padding-left: 0;
	margin-top: 2;
	margin-bottom: 4;
	margin-left: 0;
	width: 100%;
	}

#footer_liste ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #b7b5ae;
	}

