/*************************************************
   Copyright (c) 2010 CD-NET INTERNETSERVICE     *
                       Alle Rechte reserviert    *
**************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:  #fff;
	color: #555;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#666;
	scrollbar-3dlight-color:#666;
	scrollbar-arrow-color:#666;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#fff;
	}


a {
	text-decoration: none;
}

/* headlines */
h2, h3, h4 {
	font-size: 17px;
	line-height:22px;
	font-weight: 900;
	color: #f00;
}

/* sub-headlines */
h3, h4 {
	font-size: 13px;
	margin: 12px 0;
	line-height:18px;
}

h4 { color:#000;
	margin-top:9px;
}

/* ===== Master-Frame ==== */
#master  {
	width: 990px;
}
* html #master  {
	width: 970px;
}
/* linkes Frame*/
#links {
	float:left;
	width: 210px;
	height: 667px;

}

/* logo */
#logo {
	width: 210px;
	background:#2EA6DA  url(img/logo.png) bottom left no-repeat;
	height: 127px;
}

/* rechter */
#contentCenter {
	width: 750px;
	height: 590px;
	float:left;
}


/* head */
#head {
	background:#2ea6da url(img/back_head.jpg) left top no-repeat;
	width: 750px;
	height: 127px;
}

#head h1 {
	color:#fff;
	padding: 55px 22px 22px 22px;
	text-align:right;
	font-size: 15px;
}

/* ============== NAVI ================= */
#navi {
	background: url(img/back_left.jpg) top left no-repeat;
	width: 200px;
	height: 600px;
	padding:  10px 0 0 10px;
	text-align: left;

}

#navi ul {
	list-style-type: none;
}
#navi li {
	margin-top: 2px;
	padding: 3px 5px;
}
#navi ul li a {
	color: #ffffff;
	letter-spacing: 1.5px;
	border-bottom: 1px dashed #eee;
	width: 130px;
	padding-left: 45px;
	padding-bottom:4px;
	display: block;

}
#navi ul li a:hover,
#navi ul li a.active {
	color: #000;
	background: url(img/pfeil.gif) right no-repeat;
}

/* ========= kleine Navi horizontal =======*/
#subnavi {
	height: 16px;
	width: 278px;
	text-align: left;
	margin-left: 22px;
}
#subnavi ul {
	list-style-type: none;
}
#subnavi ul li {
	display: inline;
}
#subnavi ul li a {
	float: left;
	padding: 2px 10px 3px 10px;
	border-right: 1px solid #666;
	color: #666;
	letter-spacing: 1.5px;

}
#subnavi ul li a:hover,
#subnavi ul li a.active {
	color: #fff;
	text-decoration: underline; background-color: #2EA6DA;
}


/* ============== CONTENT - BEREICH ============== */
#content {
	width: 670px;		/* 700 - 30 pro seite ausser für ie */
	padding: 30px;
}
* html #content {	/* hack für ie6.0 */
	width: 700px;
}

#content .intro {
	margin-bottom: 30px;

}

#content .zeile {
	width:600px;
	margin-bottom: 12px;
	border: 1px solid #999;
	padding:22px;
	height:22px;
}
#content .zeile a {
	float:right;
	font-size: 11px;
	color:#aaa;
	margin-top:-9px;
}
/* ========= WERBE-LAYER ==========*/
#content #krater {
	border:3px solid #f00;
	padding:25px 35px;
	width:500px;
	line-height:18px;
	}




/* Abstaende rund um Aufzaehlungen im Contentbereich*/
#content ul {
  margin-top: 8px;
  margin-bottom:12px;
  margin-left: 12px;
}

#content li {
	list-style: url(img/bullet.gif);
	line-height:18px;
	margin-bottom:12px;
}




/* sitemap-liste */

#content #sitemap li {
	margin: 1em 0.5em;
}

/* a */
#content a {
	font-weight:bold;
	color:#666;
}
#content a:hover {
	text-decoration: underline;	 color:#000;
}

/*__________SPALTEN________________*/
#content .colL,
#content .colR ,
#content .colB ,
#content .colForm {
	width: 260px;
	line-height: 13px;
	margin-bottom: 30px;
	float:left;	
}

#content .colL {
	margin-right: 30px;
}

#content .colForm {   /* betrift Vertreter-Formular */
	width:390px;
}

#content .colB {
	margin-top:-8px;/* betrift Vertreter-Formular */
}

#content .big { 
	width: 300px;     /* betrift auswahl-Karte Rechts */
}

#content .colL .headline,
#content .colR .headline,
#content .intro .headline {
	font-weight: 900;
	font-size: 13px;
	color: #f00;
}
#content .colL img,
#content .colR img
 {
	margin: 0 20px 10px 0;
	float: left;
}
#content .colL a,
#content .colR a,
#content .intro a {
	color: #666;
	text-decoration:underline;
}
#content .colL a:hover,
#content .colR a:hover,
#content .intro a:hover {
	color:#000;
}



#content ul {
	clear:both;
	width: 250px;
}
#content  li {
	margin-left:12px;
	line-height: 18px;
}

#content a.seclink {
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	padding-left:20px;
	background: url(./img/pfeil_re.png) 0 4px no-repeat;
}
#content a.seclink:hover,
#content a.active {
	background: url(./img/pfeil_re.png) 0 -15px no-repeat;
	text-decoration:underline;
	padding-left:20px;
	line-height:18px;
}

#content .sachs{
	margin-left:21px;
}
/* ========= LAYER SACHSEN ==========*/

#content  .layer {
	display:none;
	position:relative;
	z-index:90;
	top:-146px;
	left:440px;
	width:200px;
	padding:15px;
	border:1px solid #999;	
}

* html content  .layer {
	width:200px;
	top:-166px;
}

#content  .layer img {
	float:right;
	height:19px;
	width:19px;
}
/*======== BILDERGALERIE =======*/

#content .photo {
	height: 196px;
	width: 250px;
	margin:2em 0;
}
* html #content .photo {
	height: 200px;
}

#content .photo  li {
	display:inline;
	width:250px;
	height:196px;
	margin: 0;
	background-image:none
}
* html #content .photo  li {
	display:inline;
	width:250px;
	height:196px;
	background-image:none;
}

#content .photo li a {
	display:block;
	width:250px;
	height:196px;
	text-decoration:none;
	background-image:none
}
#content .photo li a img { 
	display:block;
	width:250px;
	height:196px;
	background-color: #fff;
	z-index:99;
}

#content .photo li a:hover {
	white-space:normal;
	position:relative;
}

#content .photo li a.hor:hover img {
	position:absolute;
	left:0px;
	top:-160px;
	width:450px;
	height:356px;
	border:3px solid #999; 
}



/* ========= VERS. KLASSEN ======== */
.clear {
	clear: both;
	height: 1px;
	font-size:0;
	padding:0;
	margin:0;
}


/* =========== FORMULAR ========== */

input, select, textarea, submit { 
	border: 1px  solid #999;
}

.inputLang,
.inputLang2,
.inputSuperKurz,
.inputGanzKurz,
.inputKurz {  
	width: 330px;
	background-color:#eeeeee;
	margin-top:9px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#993333;
}

.inputLang2 {
	width: 270px;
}


/* Formularfelder wie PLZ und Betrag */
.inputSuperKurz {  width: 20px; 
}

/* Formularfelder wie PLZ und Betrag */
.inputGanzKurz {  width: 50px; 
}

/* Formularfelder wie Termin */
.inputKurz  {  width: 90px; 
}
.send {
	cursor:pointer;
	width:80px;
	padding:2px;
	font-size:0.8em;
	color:#333;
	border:1px solid #567;
	background-color:#abc;
	margin-top:4px;
	font-weight:700;
}
.send:hover {
	background-color:#567;
	color:#fff;

}