/**
 * CSS by Thomas Karolzyk
 * thomas@karolzyk.com
 */



















/**************************** GENERAL ***/

body {
	background-color: #363d3f;
	margin: 0;
	color:#434343;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}
* {
	margin:0;
	padding:0;
}
p {
	margin: 0 0 12px 0;
}



/**************************** LINKS ***/

a {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	color: #0090db;
	text-decoration: none;
}
a img, img a {
	border:0;
}


#container a {
	color: #acd8ef;
	text-decoration: underline;
}

#container a:hover {
	color: #fff;
	text-decoration: none;
}

/**************************** LISTS ***/

#main-content ul {
	margin: 0 0 0 0;
	list-style: none;
}

#main-content ul li {
	background: transparent url(../../image/frontend/nav.gif) no-repeat;
	padding: 0 0 0 22px;
	background-position: 0 10px;
}

/**************************** LAYOUT ***/

#main {
	position: relative;
	margin: 0 auto;
	width: 745px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 0 0 0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 263px;
}

#nav {
/*
	position: absolute;
	top: 395px;
	left: 0px;
*/
	position:relative;
	top: -30px;
	float:left;
	z-index: 20;
	width: 263px;
	background-color: #fff;
}

#top-white {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
	height: 55px;
}

#content-holder {
	margin: 35px 0 0 290px;
	background-color: #fff;
}

#main-content {
	margin: 0 50px 0 0;
	padding: 24px 0 0 0;
	background-color: #fff;
	color:#434343;
	line-height: 1.55em;
}

#header-img { 
	position: relative;
	height:366px;
	z-index:5;
	overflow: visible;
} 

#container-holder {
	margin: 0 0 0 0;
	padding: 30px 0 30px 0;
	background-color: #0090db;
}

#container {
	margin: 0 20px 0 30px;
/* 	min-height: 100px; */
	background-color: #0090db;
	color:#acd8ef;
	line-height:1.55em;
	font-weight:bold;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 715px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px 30px 0 0;
	clear: both;
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
}

/**************************** FORMS ***/

input {
    font-size: 1em;
}
textarea {
    font-size: 1em;
}
select {
    font-size: 1em;
}

/**************************** HEADER ***/

h1,h2,h3,h4,h5,h6 {
	line-height: 1.25em;
	color:#0090db;
}
h1{
	font-size:160%;
	color:#0090db;
	padding: 0 0 .5em 0;
	font-weight: normal;
}
h2{
	font-size:110%;
}
h3,h4,h5,h6{
	color:#fff;
	font-size:100%;
}

#container h2,
#container strong {
	font-size:inherit;
	color:#fff;
	font-weight:bold;
	padding: 0;
	margin:0;
}





/**************************** MODULE - KLAPPER ***/

div.module-klapper-wrap {
/* 	background: url(../../image/frontend/line.gif) 40px bottom no-repeat; */
	margin: 12px 0 0 0;
}

h2.module-klapper {
	background: url(../../image/frontend/bg-klapper-info.gif) 0 0 no-repeat;
	font-size: 18px;
	font-weight: normal;
	color: #0090db;
	text-decoration:none !important;
	margin: 0 0 0 0;
	padding: 7px 0 0 59px;
	height: 21px;
}


/* safari bug */
div.module-klapper-wrap a:link,
div.module-klapper-wrap a:hover {
	text-decoration:none;
	color: #0090db;
}

div.module-klapper-wrap h1,
div.module-klapper-wrap h2 {
	visibility: visible;
}

h2.active {
/*     background: url(../../image/frontend/big_arrow_active.gif) 0 12px no-repeat; */
	color: #0090db;
}

.klapper-close {
	margin: 5px 0 0 0;
	color: #0090db;
	text-align:right;
}

.klapper-close a {
	color: #0090db;
	text-decoration: none;
	padding-left: 7px;
	font-size: 9px;
}

div.module-klapper-content {
	padding: 20px 0 8px 0px;
}

span.nowrap {
    white-space: nowrap;
}

.hausfarbe {
	color: #0090db;	
}

div.trenner {
	margin: 12px 0 0 0;
}

div.related-content-module {
	margin:0;
	padding:0;
}

/**************************** TABLES ***/

table {
	border:0;	
}

table td {
	border:0;	
	padding: 0 5px 0 0:
}


/**************************** NAVIGATION ***/


/* LANGUAGES */
#top-white ul {
	position: absolute;
	right: 30px;
	top: 30px;
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
	z-index: 5;
	font-size: 10px;
}

#top-white ul li {
	display: inline;
	margin: 0.5em 0;
	padding: 0.5em 1em 0 1em;
	border-right: 1px solid #fff;
}

#top-white ul li a 			{ color: #aaa; font-weight: bold; text-decoration: none; text-transform: uppercase; }
#top-white ul li.active a 	{ color: #606060; }



/* LEFT NAV */
#nav ul {
	margin: 20px 20px 18px 30px;
	list-style: none;
	z-index: 5;
	font-size: 12px;
}

#nav ul li {
	padding: 2px 0 2px 0;
}

/* level 1 */
#nav ul li a 			{ color: #606060; font-weight: bold; text-decoration: none; text-transform: uppercase; }
#nav ul li.active a 	{ color: #0090db; }

#nav ul li ul {
	padding: 0 0 0 0;
	margin: 0;
}

#nav ul li ul li a {
	color: #606060; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none !important;	
	background: transparent url(../../image/frontend/nav.gif) no-repeat;
	padding: 0 0 0 19px;
	background-position: 0 6px;
}

#nav ul li ul li.active a {
	background: transparent url(../../image/frontend/nav-active.gif) no-repeat;
	background-position: 0 6px;
}




/* FOOTER */
#footer ul {
	float:left;
	margin: 0 0 20px 30px;
	list-style: none;
	z-index: 5;
	font-size: 11px;
}

#footer ul li {
	display: inline;
	padding: 0 12px 0 0;
}

#footer ul li a 		{ color: #aaa; font-weight: bold; text-decoration: none; text-transform: uppercase; }
#footer ul li.active a 	{ color: #666; }




/**************************** SIFR ***/

/* sifr 2
.sIFR-hasFlash h1 {
	line-height: 1em;
	font-size: 18px;
}
*/


/**************************** CONTAINER ***/

span.phone {
	display:block;
	color: #fff;
	font-size: 22px;
	padding: 5px 0 0 0;
	margin:0;
}


.container-module {
	margin: 0 0 0 0;
}




/**************************** STUFF ***/

/* copy+paste
#div_absolute {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
#div_relative {
	position: relative;
	background-color: #f00;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 5em;
	width: 5em;
}
*/


