/* CSS Document */
* {
	padding: 0;
	margin: 0;
	text-align: justify;
}

html {height:101%;}

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	background-image:url(../graphics/bg_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
	
.clearer {clear:both}

/* BASICS */
h1 {font-size:24px; margin-bottom:15px; color:#00486D; font-weight:lighter}
h2 {font-size:16px; margin-bottom:15px; color:#007BA9; font-weight:lighter; line-height:22px}
h3 {font-size:12px; }

.text {width:495px; float:left; text-align:justify}

p {line-height:18px;}

a {text-decoration:none; color:#007BA9;}
a:hover {text-decoration:underline}

/* LISTEN */
.text li { list-style-image:url(../graphics/list_style.gif); list-style-position:outside; margin-left:45px; line-height:18px}

/* IMAGES */
img {border:none; outline:none}


/* WRAPPER */
#wrapper {
	position:relative;
	width:975px;
	margin:30px auto 0 auto;
	background-color:#FFF;
	padding:0 30px;
	}
	
/* HEADER */
#header {
	padding:15px 0;
	border-bottom:1px dotted #CCCCCC;
	}

#logo {float:left}	

#language {float:right}

.flag {float:left; margin-right:5px;}


/* BREADCRUMBS */
#breadcrumb {
	margin:10px 0 10px 225px;
	}

#breadcrumb p {
	font-size:11px;
	}


/* MENU */
#menu {
	float:left;
	width: 210px;
	}
	
#menu ul {
	width:210px;
	}

#menu li {
	padding-top:6px;
	padding-bottom:6px;
	list-style:none;
	}
	
#menu a {
	text-decoration:none;
	color:#555;
	}
	
#menu a:hover {
	text-decoration:underline;
	}	
	
.level_one {
	background-color:#E5E5E5;
	margin-bottom:1px;
	padding-left:15px;
	}
	
.level_two {
	background-color:#EEE;
	margin-bottom:1px;
	padding-left:30px;
	background-image:url(../graphics/list_style.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
	}
	
.level_three {
	background-color:#F5F5F5;
	margin-bottom:1px;
	padding-left:60px;
	background-image:url(../graphics/list_style.gif);
	background-repeat:no-repeat;
	background-position:45px 7px;
	}
	
	
#news-container
{
	width: 208px;
	border: 1px solid #ddd;
}

		#news-container li{
			display:block;
			height:145px;
		}
		

	
		#news-container a{
			color:#000000;
			line-height:1.1em;
			
		}
		#news-container .news-title{
			display:block;
			font-weight:bold;
			font-size:11px;
			padding:0 5px;
			line-height:1.1em;
		}
		#news-container .news-text{
	display:inline-block;
	font-size:11px;
	padding:0 5px;
	line-height:1em;
		}
		#news-container img{
			padding:5px;
			padding-bottom:5px;
	
		}
		
/* subMenu */
#subMenu {
	float:right;
	margin-top:5px
	}
	
#subMenu ul {
	width:210px;
	}

#subMenu li {
	padding-top:6px;
	padding-bottom:6px;
	list-style:none;
	}
	
#subMenu a {
	text-decoration:none;
	color:#555;
	}
	
#subMenu a:hover {
	text-decoration:underline;
	}
	
.level_sub {
	background-color:none;
	margin-bottom:1px;
	padding-left:30px;
	background-image:url(../graphics/list_style.gif);
	background-repeat:no-repeat;
	background-position:15px 7px;
	}
	
/* CONTENT */
#content {
	float:right;
	width:750px;
	}

.contactBox {
	float:left;
	width:240px;
	height:130px;
	margin:0 15px 30px 0;
	padding-top:15px;
	border-top:1px dotted #CCCCCC;
	}
	
.contactBoxLast {
	float:left;
	width:240px;
	height:120px;
	margin:0 0 30px 0;
	padding-top:15px;
	border-top:1px dotted #CCCCCC;
	}
	
.contactBoxWide {
	width:750px;
	margin:0 0 30px 0;
	padding-top:15px;
	border-top:1px dotted #CCCCCC;
	}

.productBox {
	float:left;
	width:240px;
	margin:0 15px 30px 0;
	padding-bottom:15px;
	}
	
.productBox img {margin-bottom:10px}

.productBoxLast {
	float:left;
	width:240px;
	margin:0 0 30px 0;
	padding-bottom:15px;
	}
	
.productBoxLast img {margin-bottom:10px}


#formular {float:right; padding-top:115px; height:600px}

/*TABELLEN */
td {vertical-align:top; padding-bottom:2px;}

.generatoren {
	margin-bottom:30px
}

.generatoren td {
	padding:10px;
	font-size:11px;
	}

.zuschlagstofflager {
	margin-bottom:40px
}

.zuschlagstofflager td {
	padding:5px;
	font-size:11px;
	background-color:#F5F5F5;
	}	

/* SLIDESHOWS */
.galleryview {
	padding-bottom:20px
}

.galleryview h3 {line-height:12px;}


/* GALLERIEN */
#gallery {
	margin:10px 0;
	}


/* FOOTER */
#footer {
	padding:20px 0;
	font-size:10px;
	}
	
address {
	padding:10px 0;
	text-align:center;
	font-style:normal;
	line-height: 1.5em;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	}
	
.meta {
	text-align:center;
	padding:10px 0;
	}
	
.meta li {
	list-style:none;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	}

