/*=== Setup ===*/
*{
	margin: 0;
	padding: 0
}
body{
	background: url(../../images/bg.gif) #4d6371 repeat-x;
	color: #fff;
	height: 100%;
	font: 11px Verdana,Arial,Geneva,Helvetica,Sans-Serif
}



/*=== Layout ===*/
#page{
	position: relative;
	height: auto !important;
	width: 835px;
	min-height: 880px;
	height: 100%;
}





/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	height: 100%;
	width: 240px;
	font-size: 13px;
}

.nav1 a{
	color: #fff;
	text-decoration: none;
}

.nav1 ul, .nav1 li{
	width: 100%;
}

.nav1 ul li{
	line-height: 21px;
	border-bottom: 1px solid #aaa;
}

.nav1 ul li ul li{
	line-height: 21px;
	border: none;
}


.nav1 ul li a{
	padding-left: 25px;
}

.nav1 ul li.active a{
	display: block;
	width: 100%;
	color: #0066a7;
	padding-left: 8px;
	background-color: #eaeaea;
}

.nav1 ul li.active a img{
	padding-right: 7px; 
	padding-bottom: 1px;
}


.nav1 ul li.active ul li a{
	font-size: 11px;
	color: #000;
	padding-left: 25px;
	background: url(../../images/linie.gif) #eaeaea no-repeat;
	background-position: center top;
}



.nav1 ul li.active ul li.active a{
	background: none;
	background-color: #fff;
}

.nav1 ul li.active ul li.active-sub ul li a{
	background: none;
	background-color: #eaeaea;
	padding-left: 40px;
}


.nav1 ul li.active ul li.active-sub ul li.active a{
	background-color: #fff;
}



#centercol{
	position: absolute;
	width: 585px;
	top: 100px;
	margin-left: 240px;
}



/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}


#inhalt{
	padding-left: 23px;
	padding-right: 27px;
	padding-top: 30px;
	min-height: 780px;
	height: 100%;
	background-color: #fff;
	color: #707070;
	font-size: 12px;
}


#inhalt a{
	color: #0066a7;
	background-image: url(../../images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
}



.header{
	background: url(../../images/header-bg.gif) #fff repeat-x;
	height: 100px;
	width: 585px;
	margin-left: 240px;
}

.header img{
	padding-left: 10px;
}


.language{
	position: absolute;
	width: 240px;
	top: 81px;
}

.language img{
	float: right;
}




.cms_titel{
	font-size: 16px;
	padding-bottom: 10px;
	color: #0066a7
}


#startseite{
	position: relative;
	padding: 0;
	left: -5px;
	width: 536px;
}

#startseite a{
	background: none;
	padding: 2px;
}

#contact{
	font-size: 11px;
	width: 200px;
	padding-left: 25px;
	margin-top: 50px;
	line-height: 160%;
}


#contact a{
	color: #fff;
	text-decoration: none;
}
 
 
 #inhalt .lightbox-link a{
	background: none;
	padding: 0;
}

#designby{
	position: fixed;
	bottom: 0px;
}

#designby a{
	color: #aaa;
	text-decoration: none;
	font-size: 9px;
	padding-left: 10px;
}

/* ---------- Kontaktformular ------------- */


#inhalt form hr{
	margin-bottom: 4px;
}

#inhalt form input[type=text]{
	width: 100%;
	border: 1px solid #aaa;
}

#inhalt form input[type=checkbox]{
	margin: 0 5px 5px 0;
}

#inhalt form textarea{
	width: 100%;
	border: 1px solid #aaa;
}

#inhalt form select{
	width: 100%;
	border: 1px solid #aaa;
}

#inhalt form textarea:focus{
	background-color: #ffa;
}

#inhalt form input[type=text]:focus{
	background-color: #ffa;
}

#inhalt form select:focus{
	background-color: #ffa;
}



#diashow{
	margin: 5px 0 5px 0;
}

