/* 
	MASTER.CSS
	für comebis.com
*/

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_all.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Klassen */

#top {
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 750px; 
	height: 52px; 
	z-index: 1;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#illustration {
	position: absolute;
	left: 0px;
	top: 52px;
	width: 750px;
	height: 190px;
	padding: 0px;
	margin: 0px;
	z-index: 3;

}

#menu {
	position: absolute;
	left: 0px;
	top: 241px;
	width: 770px;
	height: 20px;
	padding: 0px 25px;
	z-index: 4;
	color: #666666;
}

#menu a, #menu a:visited, #menu a:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
}

#menu a:hover, #menu a:visited:hover, #menu a.aktiv, #menu a.aktiv:visited {
	color: #0066FF;
	text-decoration: none;	
}

#content {
	position: absolute;
	left: 36px;
	top: 302px;
	width: 520px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #010476;
}

#content a, #content a:visited, #content td.aufzaehlung.a {
	color: #010476;
	text-decoration: underline;
}

#content.a:hover, #content.a:visited:hover, td.aufzaehlung.a:hover, td.aufzaehlung.a:visited:hover{
	text-decoration: none;
}

#content td.aufzaehlung_titel {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
/*	text-decoration: underline;*/
	color: #010476;
	font-weight: bold;
	line-height: 19px;
	padding: 15px 0px 0px 0px;
}

#content td.aufzaehlung {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #010476;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}

#content td.leistungen {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 19px;
	border: solid #000033;
	border-width: 1px;
}

#rechteSpalte {
	position: absolute;
	left: 572px;
	top: 283px;
	width: 165px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
}

#serviceNav{
	position: absolute;
	left: 623px;
	top: 32px;
	width: 165px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #CCCCCC;
	z-index: 4;
}



#serviceNav a, #serviceNav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#serviceNav a:hover, #serviceNav a:visited:hover {
	color: #666666;
}

#abstand {
	width: 25px;
	height: 25px;
	clear: both;
	display: block;
}

#Sprachwahl {
	position:absolute; 
	left:572px; 
	top:241px; 
	width:165px; 
	height:17px; 
	z-index:5;
	color: #666666;
}
#Sprachwahl a, #Sprachwahl a:visited{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#Sprachwahl a:hover, #Sprachwahl a:visited:hover, #Sprachwahl a:active{
	color: #0066FF;
	text-decoration: none;
}
/* sonstige Styles */

.blau {
	color: #0066FF;
	text-decoration: none;	
}

.tdnormal {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #010476;
}

.grau {
	color: #666666;
	text-decoration: none;	
}

.rahmen_li {
	border-left: 1px solid #000033; 
}

.rahmen_re {
	border-right: 1px solid #000033;
}

.rahmen_un {
	border-bottom: 1px solid #000033;
}

.tdblau {
	background-color: #000033;
}

#content img.bullet {
	margin: 3px 5px 0px 10px;
}

#content h2 {
	padding: 5px 0px 5px 0px;
}

.iframe_map{
	border: 1px solid #000033;
}

