/* CSS für print */

.nichtdrucken {
	display:none;
}


/* lead */

.lead {
	color:black;
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-weight:bold;
	line-height:18px;
}

/* text */

.text {
	color:black;
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, Geneva;
	line-height:18px;
	text-align:left;
}


a:link {
	color:black;
	text-decoration:underline;
}
a:visited  {
	color:black;
	text-decoration:underline;
}
a:hover  { 
	color:black;
	text-decoration:underline;
}
a:active  { 
	color:black;
	text-decoration:underline;
}


/* navigation */

.navigation {
	display:none;
}

.navigation_on {
	display:none;
}

.subnavigation {
	display:none;
}

.subnavigation_on {
	display:none;
}

.subsubnavigation {
	display:none;
}

.subsubnavigation_on {
	display:none;
}


/* klein-auszeichnungen */

.gruen {
	color:#007B60;
}

.orange {
	color:#FE8E1E;
}

.bold {
	font-weight:bold;
}

.boldgruen {
	color:#007B60;
	font-weight:bold;
}

.boldorange {
	color:#FE8E1E;
	font-weight:bold;
}


/* fusszeile */

.fusszeile {
	display:none;
}


/* info-texte im cms */

.nav_info {
	display:none;
}


/* bilder (rahmen) */

img {
	border:0px;
}


/* kontaktformular */

.ktfeld {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-style:solid;
	border-color:#007B60;
	width:300px;
	height:18px;
	padding:1px;
}
.ktfeldklein {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-style:solid;
	border-color:#007B60;
	width:150px;
	height:18px;
	padding:1px;
}
.ktauswahl {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-style:solid;
	border-color:#007B60;
	width:50px;
	height:18px;
	padding:1px;
}
.ktarea {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-color:#007B60;	
	border-style:solid;
	width:300px;
	height:100px;
	padding:1px;
}
.kttaste {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	font-weight:bold;
	color:#007B60;
	width:100px;
	height:18px;
	margin:0px;
	padding:0px;
	border:1px;
	border-color:#007B60;
	border-style:solid;
	background-color:#D8E8E7;
	padding:0px;
}
.suchfeldklein {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-style:solid;
	border-color:#007B60;
	width:145px;
	height:18px;
	padding:1px;
}
.suchbuttonklein {
	font-family:Verdana, Helvetica, Arial, Geneva;
	font-size:11px;
	color:#007B60;
	background-color:#D8E8E7;
	border-width:1px;
	border-style:solid;
	border-color:#007B60;
	width:26px;
	height:18px;
	padding:0px;
}



/* body */

Body {
scrollbar-3dlight-color:#007B60; 
scrollbar-arrow-color:#007B60; 
scrollbar-base-color:white; 
scrollbar-darkshadow-color:white; 
scrollbar-face-color:white; 
scrollbar-highlight-color:white; 
scrollbar-shadow-color:#007B60; 
scrollbar-track-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px

}

/* (c) bei www.filmreif.ch */
