
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	visibility:hidden;
	}
	
#content{
	position:absolute;
	left:3px;
	top:25px;
	width:600px;
	/*background-color:#CCCCCC;*/
}

#content, #content *{
	visibility:visible;
}

div#show_it * { 
	visibility:visible;
	position:absolute;
	left:35px;
	top:5px;
 }
 
img#show_it_img {
	visibility:visible;
	position:absolute;
	left:13px;
	top:5px;
}
	


 /* ----------------------------- Oben ----------------------------- */

.banner {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
.menu_service, .menu_service:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
	align: right;
	height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1pt;
	display: block;
	float: right;
}
.menu_service:hover {
	color: #CC0000;
}

 /* ----------------------------- Links Menu ----------------------------- */

.menu1, .menu1:hover, .menu1_aktiv {
	border-bottom: 1px solid #CC0000;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	width: 148px;
	height: 16px;
	padding-left: 12px;
	padding-top: 2px;
	display: block;
	background-image: url(../images/template/menu_inaktiv.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 5px;
}
* html .menu1, * html .menu1:hover, * html .menu1_aktiv {width:160px; height:19px; }

.menu1:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(../images/template/menu_hover.gif);
}
.menu1_aktiv {
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(../images/template/menu_aktiv.gif);
}
.menu2, menu2:hover, .menu2_aktiv {
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #E6E6E6;
	height: auto;
	line-height: 17px;
	display: block;
	padding-left: 12px;
}
.menu2:hover {
	color: #CC0000;
}
.menu2_aktiv {
	font-weight: bold;
}

 /* ----------------------------- Rechts Spalte ----------------------------- */

.rechts_logo {
	width: 125px;
	height: 52px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 5px;
	vertical-align: middle;
}
.rechts_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

 /* ----------------------------- Seite ----------------------------- */

a {
	color: black;
}
.seite_titel {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.seite_untertitel {
	height: 15px;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 2px;
	margin-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
}
* html .seite_untertitel {height: 25px; }
.seite_text {
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

 /* ----------------------------- Seite Home ----------------------------- */

.home_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	height: 20px;
	padding-left: 5px;
	width:220px;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F7F7F7;
	padding: 7px;
	line-height: 16px;
	width:220px;
}


