

/*Elemente*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	width: 100%;
	text-align: center;
}

img {
    border: none;
	}
	
.hide img {
display: none;
}

/*Überschriften*/
h1 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

/*Linkeigenschaften*/
a:link { 
	color: #336633;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #336633;
	text-decoration: underline;
}

a:visited {
	color: #336633;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #336633;
	font-weight: normal;
	text-decoration: underline;
}

#black a:link { 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#black a:active {
	color: #000000;
	text-decoration: underline;
}

#black a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#black a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

ol {
	list-style-position: outside;
	padding: 20px;
	margin: 5px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
}
	
ol ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
}

li {
   	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
}	

/*Classes*/
.fett {
	font-weight: bold;
}

p {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
}

.gruen {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #006642;

}

.rot {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;

}

/* Layer */
#page {
	visibility:hidden;
}

#head {
	visibility:hidden;

}	

#body {
	visibility:hidden;
}

#bodyContent {
	visibility:hidden;
}

#contentContainer {
	visibility:hidden;

}

#navigation {
	display:none;
}
		 
#footer {
	display:none;
}		 
		 
#content {
	visibility:visible;
	position: relative;
	/*left: -100px;
	top: -200px;*/
	padding: 0 0 0 0px;
	margin: 0;
	margin-left: 10px;
	width: 780px;
	text-align: left;
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	background-color: #FFFFFF;
}	
#content2 {
	visibility:hidden;
}	

#zweispalter_li_250 {
	visibility:hidden;
}
.neu {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}

.fscap {
	font-weight: bold;
	font-size: 20px;
	
}

.fs {
	font-weight: bold;
	font-size: 14px;
	
}
 
.fscapsmall {
	font-weight: bold;
	font-size: 16px;
	
}


.klein {
	font-size: 9px;
	color: #666666;
	line-height: 11px;
}
.orange {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #fc7317;
}
.blau {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #00bcef;
}
td {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}
.produktuntertitel {
	font-family: Verdana, Georgia, Arial, Helvetica;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
}

form {
	visibility:hidden;
}

#hidbut{
	visibility:hidden;
}
#foot{
	visibility:visible;
}

#footer2 {
   position: absolute;   
   top: 1330px;   
   left: 130px;
   width: 900px;   
   text-align: center;
   font-family: Verdana, Georgia, Arial, Helvetica;
   font-size: 15px;
   color: #000000;
   line-height: 18px;
   }	
   
#vorzu {
	visibility:hidden;
}