/* Stylesheet für den Screen */

body, p, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
} 

body {
	background: #38383A;
	color: #494850; /*dunkelgrau*/
	font-size: 12px;
	font-family: Verdana, 'Trebuchet MS', Arial, Geneva, sans-serif;
	text-align: center;
}

p { 
	padding-bottom: .6em;
	font-size: 0.9em;
	}

h1 {
	font-family: Verdana;
	font-size: 1em;
	border-bottom: 1px solid #98c10b;
	border-left: 30px solid #98c10b;
	padding-left: 5px;
	margin-bottom: 15px;
}

h2 {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: normal;
	color: #98C10B;
	padding-bottom: .6em;
}
h3 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 1em;
	color: #98c10b;
}

h4 {
	font-family: Verdana;
	font-size: 1em;
	color: #98C10B;
	font-weight: normal;
	padding-bottom: 1em;

}

	a:active, a:focus {outline: none}


/****************************Subnavigation************************************/


#toc {
	width: 125px;
	height: 650px;
	background: #38383A;
	float: left;
	text-align: left;
	font-size: 0.9em;
}


#toc img {
	margin-top: 43px;
	
}

#toc ul {
	margin: 15px 5px 0 0; 
	padding: 0;
	list-style-type: none;
	color: white;

}

#toc ul li {
	width: 100%;
	margin-bottom: 2px;
	
}

#toc ul li a {
	color: white;
	text-decoration: none;


}

#toc ul li a:hover {
	color: #98C10B;
}

/*******************************************************************************/


#structure {
	width: 925px;
	margin: 20px auto;
	text-align: left;
}

/****************************Hauptnavigation************************************/


#nav {
	height: 55px; /* oder 1.5em */
/*	width: 925px;*/
	background: #212121; /*dunkel/dunkelgrau*/
	font-size: 1.1em;
	font-family: 'Trebuchet MS';

	
}

#nav ul { 
	margin: 0; 
	padding-top: 20px;
	padding-left: 19px;
	list-style-type: none 
	
	}
	
	
#nav ul li { 
	float: left;
}
#nav ul li a {
	color: #98C10B;
	text-decoration: none;
	padding: 1px 25px 5px 10px;
}

#nav ul li a:hover { color: white; text-decoration: none }


#sitemap ul{
	float: right;
	padding: 1px 10px 0 100px;

}

#rss {
float: left; 
}

.white {
	color: #DCDCDC;
}

/****************************Hauptteil************************************/

#main {
	margin-left:125px;
	height: 492px;
	width:800px;
	padding-top:20px;
}


#boxmitte {
	width: 600px;
	height: 420px;
	margin-left:90px;
	background: white;
	padding: 20px;
	overflow: auto;
	
}

#boxmitte a {
	color: #494850;
	text-decoration: none;

}

#boxmitte ul li {
	list-style-type: none;
	
}


#boxmitte a:hover {
	color: #98C10B;
	text-decoration: none;
}


#boxmitte_kl {
	width: 310px;
	margin-left:250px;
	background: white;
	padding: 20px;
	padding-top: 40px;
	overflow: auto;
}

#boxmitte_kl a {
	color: #767775;
	text-decoration: none;
}

#boxmitte_kl ul li {
	list-style-type: none;
}


#bild_kat {
	width: 113px;
	background: white;
	padding: 20px;



}


#bild_txt {
	width: 270px;
	float: left;
	background: white;
	padding: 20px;




}


/***************************************************************/




#text {
	float: left;
	width: 230px;
	height: 337px;
	padding-left: 20px;
	padding-top: 15px;
	/*text-align: justify;*/
	overflow: auto;	
}

#galerie {
width: 280px;
margin-left: 20px;
margin-top: 5px;
float: left;

}


#galerie img {
	border: 0.5px solid #ccc;
	padding: 3px;
	margin-top: 4px;

}


#galerie div img {
	margin-top: 10px;
	border: none;
}


/***********************Anfrageformular **********************************/

#anfrageformular dt{
	float: left;
	clear: left;
	width: 140px;
	padding-bottom: 5px;
}

#anfrageformular dd{
	margin-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
	float: left;
}


/**************************Fusszeile***************************************************/

#logo {
	background: #212121;
	background-image: url('../images/home/logo_neu1.jpg');
	width: 240px;
	height: 119px;
	float: left;


}

#info1 {
	float: left;
	width: 280px;
	height: 118.5px;
	background: #212121; /*dunkelgrau war die Farbe 38383A*/
	color: #DCDCDC;
	
	}
#info1 img {
	padding-left: 20px;
	padding-top: 8px;
}
#info1 h3 {
	padding-left: 26px;
}

#info1 p {
	padding-left: 26px;
}


#info1 a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 1em;
	font-size: 10px;
}


#info1 ul li {

	list-style-type: none;
}

#info1 ul li  a{
	text-decoration: none;
	color: #fff;
	padding-top: 0.1em;

}


#info2 {
	float: left;
	width: 280px;
	height: 118.5px;
	background: #212121;
	color: #DCDCDC;
	
	}
#info2 img {
	padding-left: 20px;
	padding-top: 8px;
}	
#info2 h3 {
	padding-left: 25px;
}	
#info2 p {
	padding-left: 25px;
}	
#info2 a {
	color: white;
	text-decoration: none;
	display: block;
	padding-top: 1em;
	font-size: 10px;
}



#footer {
	width:925px;
	clear: both;
	padding-top: 10px;
	background: #38383A;
	text-align: right;
	color: #848486;
	font-size: 10px;
}
	
/***********************Zusatz*************************************/

	
#nav a.thispage {
	color: #DCDCDC !important;
	
}

	
#toc a.thispage {
	color: #98C10B !important;
}


.hg_0 {
	background: url('../images/home/hg_0.jpg');
	background-repeat:no-repeat;
}


.hg_1 {
	background: url('../images/home/hg_1.jpg');
}


.hg_2 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}


.hg_3 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}


.hg_4 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}


.hg_5 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}


.hg_6 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}

.hg_7 {
	background: url('../images/home/hg_2.jpg');
		background-repeat:no-repeat;
}


.produktimage {
	float: left;
	padding-top:-20px;

}

.image {
	border: 0;

}

.produktimage_b {
	float: left;
	padding-top:-20px;
	

}

.impressum {
	font-size: 12px;
}


.abstand  {
	margin-bottom: 10px;
	
}


.abstand1  {
	margin-bottom: 5px;
	
}

.abstandsitemap  {
	margin-bottom: 10px !important;

}

.abstand2  {
	margin-bottom: 30px;

}


.sitemap {
	font-size: 11px;
	

}

.sitemap ul li {
	color: #262626;
	
}


.press a:hover{
	color: #98C10B!important;
}


.bild_li {
	float: right;
	margin: 20px 0 5px 200px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	
}


.bild_u {
	margin: 20px 10px 30px 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	
}
.news  {
	font-size: 11px;
	color: #767775 !important;


}

.google  {
	font-size: 12px;

}

.dt {
	font-size: 11px;
}


.hervorhebung {
	font-size: 12px;
	color: #98c10b !important;
}

.katalog {
	float: left;

}

.katalog_produkte{
	text-decoration: none;
	color: #767775;
	font-size: 11px;
	border-left: 10px solid #38383A;
	padding-left: 5px;
	margin-bottom: 15px;
}

.submenu  {
	padding-left:10px !important;
	margin-top:3px !important;
	margin-bottom:4px !important;
	
}

