
/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Spezielle Elemente fÃ¼r bestimmte Seiten (zB Kontaktformular)
	-	Elemente, die auf allen Seiten platziert werden kÃ¶nnen
*/

/* Allgemeine Elemente */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 160%;
	background: #fff url(/images/body_bg.gif) left top repeat-x;
	margin: 0;
	text-align: center;
	font-size: 0.75em;
}

h1, #col1 #smallbox h1 {
	margin: 7px 0 5px;
	font-size: 120%;
	color: #000;
}

h2, h3 {
	margin: 7px 0 5px;
	font-size: 110%;
}

p {
	margin: 2px 0 12px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #083c74;
}

textarea, input, select {
	padding: 2px !important;
	border: 1px solid #ccc;
}

label.required:before {
	content: '* ';
}

ul, ol {
	margin: 0 0 7px;
	padding-left: 2em;
}

/* Formular-Kram fÃ¼r Zend */

form dd, dt, dl {
   margin: 0;
   padding: 0;
}

form dd {
   margin: 0 0 1em 0;
}

form label {
   font-weight: normal;
}

th, td {
	vertical-align: top;
}


/* Grundelemente des Layouts */

#wrapper {
	margin: 30px auto;
	width: 990px;
	text-align: left;
	background: #fff;
}

#header {
	height: 130px;
}

#logo {
	display: block;
	height: 45px;
	width: 210px;
	float: right;
	margin: 40px 60px 0 0;
}

#claim {
	display: block;
	height: 30px;
	width: 208px;
	float: right;
	margin: 65px 311px 0 0;
}

#navigation, #navigation ul, #navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation {
	width: 150px;
	margin: -10px 15px 20px 35px;
	float: left;
}

#navigation li {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 115%;
}

#navigation a {
	color: #000;
}

#navigation a:hover {
	color: #000;
}

#navigation strong, #box_navi a, .news a, .faq a {
	color: #083c74;
}

.news_entry h2 a {
	color: #000;
}

#navigation .active {
	color: #083c74 !important;
	font-weight: bold;
}

#navigation li li {
	margin: 5px 0 0 5px;
	text-transform: none;
	font-size: 90%;
}

#navigation li li li {
	margin: 3px 0 0 10px;
	text-transform: none;
	font-size: 90%;
}

#navigation li li li a strong {
	color: #000;
}

#navigation input {
	width: 120px;
}
 
#navigation li.pdf a:hover {
	padding-left: 21px;
	background: url(/images/page_white_pdf.png) left 1px no-repeat;
	display: block;
}

#content {
	width: 790px;
	float: left;
	position: relative;
}

	#image {
		height: 330px;
		width: 550px;
		float: left;
	}
	
	.programm #image {
		float: right;
	}
	
	#row2 {
		clear: both;
		background: url(/images/box_bg.gif) left top repeat-x;
		border-top: 20px solid #fff;
		border-bottom: 10px solid #fff;
		float: left;
		position: relative;
		width: 790px;
	}
	
		#bigbox, .schneiden #bigbox {
			width: 528px;
			float: left;
			border-right: 20px solid #fff;
			padding: 2px 11px 9px;
		}
		
		.programm #bigbox {
			float: right !important;
			border-left: 20px solid #fff;
			border-right: none;
		}
		
		#smallbox {
			width: 202px;
			padding: 2px 9px 9px;
			float: right;
		}
		
		.programm #smallbox {
			float: left;
		}
		
	#sidetext {
		width: 220px;
		float: left;
	}
	
		#sidetext h1, #col1 h1 {
			margin-top: 0;
			font-size: 105%;
		}
	
	#side_products, #side_products li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#side_products {
		width: 220px;
		float: right;
		background: url(/images/side_bg.gif) left top repeat-x;
	}
	
	#side_products li {
		height: 110px !important;
		text-transform: uppercase;
	}
	
	#side_products li a {
		display: block;
		padding: 9px;
		color: #000;
		height: 100px;
		font-weight: bold;
	}
	
	#side_products li small {
		text-transform: none;
		display: block;
		font-weight: normal;
		margin: 3px 0 0;
		line-height: 140%;
	}
	
	#col1 {
		width: 220px;
		float: left;
		margin: 0;
	}
	
			#col1 #smallbox {
			width: auto;
			padding: 2px 9px 9px;
			margin: 20px 0 0;
			background: url(/images/box_bg.gif) left top repeat-x;
		}
	
	#col2 {
		width: 550px;
		float: right;
	}
	
		#col2 #bigbox {
			padding: 2px 9px 9px;
			margin: 20px 0 0;
			border: none;
			background: url(/images/box_bg.gif) left top repeat-x;
			width: 532px;
		}

#footer {
	clear: both;
	font-size: 90%;
	background: url(/images/wankel.jpg) 35px top no-repeat;
}

#footer #box {
	background: #012d5e;
	color: #fff;
	font-size: 170%;
	font-weight: bold;
	float: right;
	text-align: left;
	width: 760px;
	padding: 11px 13px;
	margin: 0;
}

#footer .fritel-red {
	background: #df021d !important;
}

#footer p {
	clear: both;
	text-align: right;
	margin: 3px 0;
}

#footer a {
	padding: 0 5px;
	color: #000;
}
		
/* Suche */

#comfort_submit {
	background: url(/images/product_info_a.gif) left top no-repeat;
	border: none;
	width: 210px;
	padding: 3px 7px !important;
}

#search_results ul, #search_results li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search_results li {
	margin: 0 0 5px;
}

#search_results img {
	margin: 0 5px 0 0;
}

li.search {
	cursor: pointer;
}

input.smooth {
	font-size: 80%;
	color: #BEC8CE;
}

.search-expand-link {
	font-size: 80%;
	text-transform: none !important;
	display: none;
}

/* Normale Seiten */

#main_content {
	padding: 0 60px 20px 2px;
}

.with_sidebar {
	padding: 0 !important;
	float: left;
	width: 550px;
}

#sidebar {
	width: 200px;
	padding: 0 0 0 25px;
	float: left;
}

/** hightlight **/
.highlight {
	background: #D2DBDE;
}

p.loadingpetersen {
	background: url(/images/ajax-loader-medium.gif) center center no-repeat;
	height: 175px !important;
	width: 175px !important;
}

p.error {
	color: #fa2000;
	font-weight: bold;
}

li.pro-business {
	font-size: 10px !important;
}

li.pro-business img {
	margin-left: 17px;
}

.add-pdf-icon ul  {
	margin: 0 0 0 8px !important;
	padding: 0;
}

.add-pdf-icon ul li {
	list-style: none;
	padding-left: 21px;
	background: url(/images/page_white_pdf.png) left 1px no-repeat;
}

.service-index ul {
	margin: 0;
	padding: 0;
}

.service-index ul li {
	list-style: none;
	margin: 0 0 48px 0;
	padding: 0 0 0 102px;
}

.service-index ul li a {
	text-decoration: underline;
}

.country-info {
	display: none;
}

.start-box .center {
	text-align: center;
	margin: 0 !important;
	padding: 3px 0;
}

.start-box {
	width: 382px;
}

.start-box p, .start-box h1, .start-box h2 {
	margin: 0 70px 0 20px;
	padding: 0 0 20px;
}

#box_gewerbe {
	background: url(../images/gewerbe_bg.jpg) left top repeat-x;
	float: left;
}

#box_gewerbe h1 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}

#box_gewerbe h2 {
	text-transform: uppercase;
	color: #fff;
}

#box_gewerbe .fl_right {
	margin: 0 10px 0 0;
}

#box_haushalt h1 {
	text-transform: uppercase;
	padding-top: 0;
}

#box_haushalt {
	float: right;
}
