body {
	margin: 0px;
	background: url(img/top_bg.gif);
	background-repeat: repeat-x;
	background-color:#dadada;
	font-family: Arial, sans-serif;
    font-size: 11px;
	overflow:-moz-scrollbars-vertical;
}

p {
	margin: 0px 0 10px 0;
	padding: 0px;
}

p#small {
	font-size:9px;
	color:#666666;
}

h2 {
	color: #00a81f;
	margin:0px;
	padding:0px;
	font-size: 13px;
}

legend{
	color: #00a81f;
}

h2.produkt {
	margin:0px;
	padding:0px;
	font-size: 13px;
	border-bottom: solid #00a81f 1px;
}


.produktdiv {
	border: solid thin #e7e7e7;
	padding:10px 10px 15px 10px;
	margin-bottom:10px;
}

ul {
	font-size: 11px;
	margin:0;
	padding:0;
}

ul#produkte {
	background-image: url(images/produkte_ul_bild.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}

li#pdf {
	margin-left: 20px;
	list-style-image:url(images/produkte_pdf.jpg);
}

a {
 color:#000000;
 border:none;
}

a:hover {
	text-decoration: none;
}

/**** Main Container ***/


#wrap {
	   height: 100%;
       margin-left: auto;
       margin-right: auto;
       width: 772px;
	   background-image:url(images/bg_vertikal.gif);
	   background-repeat:repeat-y;
}


/**** Top ***/


#top {
width: 100%;
overflow:hidden;
margin-left:16px;
}

#toplogo {
margin:10px 0 10px 10px;
border:none;
}

#teaser {
margin:2px 0 0 16px;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:left; 
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-x;
	height:43px;
	width:740px;
	
}


ul#menu li {
		float: left;
		list-style-type: none;
		}

ul#menu a{
		text-indent: -1000px;
		}
			
a#menu-home{
		display: block;
		height: 43px;
		width: 71px;
		background-image:url(images/menu/home.gif);
		background-repeat: no-repeat;
		}
		
a#menu-home:hover {
		background-image: url(images/menu/home_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-home {
		text-indent: -1000px;
		display: block;
		height: 43px;
		width: 71px;
		background-image: url(images/menu/home_h.gif);
		background-repeat: no-repeat;
		}
		
a#menu-unternehmen{
		display: block;
		height: 43px;
		width: 124px;
		background-image:url(images/menu/unternehmen.gif);
		background-repeat: no-repeat;
		}
		
a#menu-unternehmen:hover {
		background-image: url(images/menu/unternehmen_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-unternehmen {
		text-indent: -1000px;
		display: block;
		height: 43px;
		width: 124px;
		background-image: url(images/menu/unternehmen_h.gif);
		background-repeat: no-repeat;
		}
		
a#menu-produkte{
		display: block;
		height: 43px;
		width: 92px;
		background-image:url(images/menu/produkte.gif);
		background-repeat: no-repeat;
		}
		
a#menu-produkte:hover {
		background-image: url(images/menu/produkte_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-produkte {
		text-indent: -1000px;
		display: block;
		height: 43px;
		width: 92px;
		background-image: url(images/menu/produkte_h.gif);
		background-repeat: no-repeat;
		}

a#menu-kontakt{
		display: block;
		height: 43px;
		width: 81px;
		background-image:url(images/menu/kontakt.gif);
		background-repeat: no-repeat;
		}
		
a#menu-kontakt:hover {
		background-image: url(images/menu/kontakt_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-kontakt {
		text-indent: -1000px;
		display: block;
		height: 43px;
		width: 81px;
		background-image: url(images/menu/kontakt_h.gif);
		background-repeat: no-repeat;
		}


a#menu-impressum{
		display: block;
		height: 43px;
		width: 101px;
		background-image:url(images/menu/impressum.gif);
		background-repeat: no-repeat;
		}
		
a#menu-impressum:hover {
		background-image: url(images/menu/impressum_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-impressum {
		text-indent: -1000px;
		display: block;
		height: 43px;
		width: 101px;
		background-image: url(images/menu/impressum_h.gif);
		background-repeat: no-repeat;
		}

a#menu-agb{
		display: block;
		height: 43px;
		width: 43px;
		background-image:url(images/menu/agb.gif);
		background-repeat: no-repeat;
		}
		
a#menu-agb:hover {
		background-image: url(images/menu/agb_h.gif);
		background-repeat: no-repeat;
		}
		
strong#menu-agb {
		text-indent: -1000px;
		display: block;
		margin-right: 10px;
		height: 43px;
		width: 43px;
		background-image: url(images/menu/agb_h.gif);
		background-repeat: no-repeat;
		}



/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#content h3 {
	
	margin: 10px 0 0 0;
	padding: 0;
	font-size:11px;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 25px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {

	width: 400px;
	float:left;
	display: block;
    margin-left: 30px;
	display: inline;
	
}


/**** Sidebar ***/


#right {
	width: 270px;
	float: right;
	display:block;
	margin-top: 10px;
	margin-right: 15px;
}

#right .box {
	width: 270px;
	background: #e7e7e7;
	border: 1px solid #cbcbcb;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 10px 0 10px 5px;
	padding:0px 0 5px 0;
}

#right .box h3 {
	font-size: 1.1em;
	margin: 10px 0 0px 5px;
	padding:0px 0 0px 0;
}

#right .box a {
	margin: 10px 0 10px 5px;
	color: #00a81f;
	font-size: 11px;
	border:none;
}

#right .box p {
	margin: 0px 0 10px 5px;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 5px;
}

#right .box li {
	margin-top:5px;
}


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
    margin: 40px auto 0 auto;
	text-align: center;
	border-top: solid 1px gray;
	border-color:#00a81f;
	padding: 10px 0 10px 0;
	width: 95%;
}

#footer p {
	color:#00a81f;
	font-size:10px;
	margin: 0px;
	padding: 0;
}
