* {
margin: 0;
padding: 0;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: White;
	color: #369;
	font-size: 75%;
	text-align: center;
	line-height: 160%;
}
/*Fonts*/
h1
{
	color: #369;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
}
h2
{	
	color:#369;
	font-size:120%;
	font-weight: bold;
	line-height:140%;
	padding-top: 10px;
}
h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #369;
	font-size: 100%;
	line-height: 140%;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}
h4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
}

#wrapper {
	width: 870px;
	height: 630px;
	background-color: #fff;
	left: 50%;
 	margin-left: -425px;
	text-align: left;
	position: absolute;
	top: 0px;
	}

#header {
	height: 176px;
	width: 597px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -435px;
	top: 0px;
	text-align: left;
	background-image: url(../images/logo_iris-steinbach.gif);
	background-repeat: no-repeat;
}
#logo {

	height: 50px;
	width: 450px;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 400px;
	text-align: right;
	
	font-size: 180%;
	line-height: 100%;
	font-weight: bold;
}
#logo a{
	color: #ff6633;
	text-decoration:none;
}
#linie{
	border-left: solid #f63 1px;
	height: 450px;
	width: 1px;
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 60;
}
#linie-recht{
	border-left: solid #f63 1px;
	height: 655px;
	width: 1px;
	position: absolute;
	top: 0px;
	left: 870px;
	z-index: 60;
}
#bild{
	position: absolute;
	top: 150px;
	left: 1px;
	width: 300px;
	height: 470px;
	font-size: 75%;
	text-align: right;
	z-index: 50;
	}
#bild-kontakt{
	position: absolute;
	top: 170px;
	left: 1px;
	width: 300px;
	height: 450px;
	font-size: 75%;
	text-align: right;
	z-index: 50;
	}
 
#bild-vita{
	position: absolute;
	top: 200px;
	left: 1px;
	width: 246px;
	height: 435px;
	font-size: 75%;
	text-align: right;
	z-index: 50;
	}
	#bild-referenzen{
	position: absolute;
	top: 190px;
	left: 27px;
	width: 300px;
	height: 435px;
	font-size: 75%;
	text-align: right;
	z-index: 50;
	}
	#bild a, #bild-vita a, #bild-referenzen a, #bild-kontakt a{
	color: #f63;
	text-decoration:none;
	font-weight:bold;
		
	}
#bild a:hover, #bild-vita a:hover, #bild-referenzen a:hover,#bild-kontakt a:hover {
	color: #369;
	text-decoration: none;
	font-weight: bold;
}

#bild-line{

	border-top: solid;
	border-color: #f63;
	border-width: 4px;
	position: absolute;
	top: 600px;
	width: 300px;
	z-index: 60;
	 }
	#bild-line-vita{

	border-top: solid;
	border-color: #f63;
	border-width: 4px;
	position: absolute;
	top: 600px;
	width: 247px;
	z-index: 60;
	 }
#bild-line-kontakt{

	border-top: solid;
	border-color: #f63;
	border-width: 4px;
	position: absolute;
	top: 567px;
	width: 300px;
	z-index: 60;
	 }
	 #bild-line-referenzen{

	border-top: solid;
	border-color: #f63;
	border-width: 4px;
	position: absolute;
	top: 533px;
	width: 327px;
	z-index: 60;
	 }
#inhalt-start{
font-size: 97%;
 height: 500px;
 width: 465px;
 position: absolute;
 top: 130px;
 left: 370px;
 text-align: justify;
 line-height: 145%;
 padding-left: 20px;
 padding-right: 20px;
 z-index: 50;

}
#inhalt{
 height: 465px;
 width: 480px;
 position: absolute;
 top: 150px;
 left: 390px;
 text-align: justify;
 padding-left: 0px;
 padding-right: 20px;
 z-index: 50;
 overflow: auto;
}
#inhalt-vita{
 height: 460px;
 width: 480px;
 position: absolute;
 top: 150px;
 left: 370px;
 text-align: justify;
 padding-left: 20px;
 padding-right: 20px;
 z-index: 50;
 overflow: auto;
}
#inhalt-aktuell{
 height: 465px;
 width: 480px;
 position: absolute;
 top: 150px;
 left: 390px;
 text-align: justify;
 padding-left: 0px;
 padding-right: 20px;
 z-index: 50;
 overflow: auto;
}
#inhalt-aktuell a{
	color: #f63;
	text-decoration:none;
	font-weight:bold;
	}

#inhalt-aktuell a:hover{
	color: #369;
	text-decoration: none;
	font-weight: bold;
}
p {
	padding-top: 10px;
}
#inhalt a{
	color: #f63;
	text-decoration:none;
	font-weight:bold;
	}

#inhalt a:hover{
	color: #369;
	text-decoration: none;
	font-weight: bold;
}
#inhalt li{
	margin: 10px;
	line-height: 110%;
}
#inhalt-start li{
	margin-top: 10px;
	
}
* html li ul {
	margin-left:0px;
	}


#menue {
position: absolute;
top: 100px;
width: 650px;
right: 20px;
z-index: 60;
}
ul#menue{
list-style: none;
text-align: right;
font-size: 100%;
}
ul#menue li {
float: left;
display: inline;
position: relative;
width: 130px;
}
li ul {
position: absolute;
left: 0px;

display: none;
margin-left: 0px;
}
li:hover ul { 
display: block;
}
ul#menue li a {
	display: block;
	text-decoration: none;
	color: #ff6633;
	padding: 0px;
	border:0px;
	font-weight: bold;
}

ul#menue li a:hover {
	color: #369;
}
