body { color: black; background-color: white; }

p {}

td { font-size: 80%; }

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

h1 { font-size: medium; font-weight: bold; text-align: center; }

h2 { font-size: medium; font-weight: normal;}

h3 { font-size: small; font-weight: normal;}

li { list-style-image: url(../img/li.gif); margin-bottom: 13px;}

*{ margin:0; padding : 0; border-width: 0; font-family: Verdana, Arial,sans-serif;} 

.header{
	background-color: white;
	height: 120px;
	width: 1000px;
	display:block;
}

.headerpic{
	float:right;
	width:820px;
	height: 120px;
	background-color: white;
	display:block;
}

.headerpic img {
	position:absolute;
	left:195px;
	top:20px;

}
.menue{
	width: 180px;
	height: 500px;
	background-color: white;
	position:absolute;
	left:0px;
	top:120px;
}

.menue_box{
	width: 100px;
	height: 400px;
	background-color: white;
	position:absolute;
	left:25px;
	top:10px;
}


.content{
	width: 630px;
	height: 510px;
	position:absolute;
	top: 120px;
	left: 180px;

}

.content iframe{ 
	width: 630px; 
	height:510px; 
	frameborder:0; 
}

.contentueb{
	width: 630px;
	height: 560px;
	position:absolute;
	top: 120px;
	left: 180px;

}

.contentueb iframe{ 
	width: 630px; 
	height:560px; 
	frameborder:0; 
}

.contentsem{
	width: 630px;
	height: 610px;
	position:absolute;
	top: 120px;
	left: 180px;

}

.contentsem iframe{ 
	width: 630px; 
	height:610px; 
	frameborder:0; 
}

.inside_content{
	width: 610px;
	height:500px; 
}

.inside_content_box{
	position:absolute;
	left:10px;
	top:10px;
	width: 592px;
	height: 480px;
	background-color: white;
        font-size: 80%;
} 


.contact{
	width: 180px;
	height: 500px;
	background-color: white;
	position:absolute;
	left:810px;
	top:120px;
	
}

.contact iframe{ 
	width: 180px;
	height: 500px;
	frameborder:0; 
}

.inside_contact{
	width: 180px;
	height: 500px;
	background-color: white;
}

.inside_contact_box{
	position:absolute;
	left:15px;
	top:10px;
	width: 165px;
	height: 480px;
	background-color: white;
	font-size: xx-small; 
} 

.inside_contact b{ 
	font-weight: bold;
}

.leerzeile{
        font-size: 40%;
}

.liste{
	background-color: #AAAAAA;
	color:black;
	font-size: x-small;

}

.liste h2{
	background-color: #FF6600;
	color:black;
	line-height:2em;
	padding-left: 10px;

}

.liste h3{
	color:white;
	line-height:2em;
	padding-left: 10px;

}

.liste p{
	padding-left: 10px;
	padding-right: 10px;
}


#steps{ 
	font-family: Times, serif; font-weight: 600; 
}
