/* CSS für print */

.nichtdrucken {
	display: none;
}


/* titel */

.titel {
	color: black;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-weight: bold;
	line-height: 20px;
}

/* text */

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

.texttabelle {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	line-height: 16px;
}


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


/* adresse auf startseite */

.adresse {
	color: black;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva;
	line-height: 16px;
}

.adresse a:link {
	color: black;
	text-decoration: none;
}
.adresse a:visited  {
	color: black;
	text-decoration: none;
}
.adresse a:hover  { 
	color: black;
	text-decoration: none;
}
.adresse a:active  { 
	color: black;
	text-decoration: none;
}


/* navigation */

.navigation {
	display: none;
}

.navigation_on {
	display: none;
}

.subnavigation {
	display: none;
}

.subnavigation_on {
	display: none;
}

.hauptnavigation {
	display: none;
}

.hauptnavigation_on {
	display: none;
}


/* klein-auszeichnungen */

.orange {
	color: #FF7D00;
}

.bold {
	font-weight: bold;
}

.boldorange {
	color: #FF7D00;
	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: #005AAA;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #FAA635;
	width: 300px;
	height: 20px;
	padding: 2px;
}
.ktfeldklein {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #005AAA;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #FAA635;
	width: 150px;
	height: 20px;
	padding: 2px;
}
.ktauswahl {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #005AAA;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #FAA635;
	width: 300px;
	height: 20px;
	padding: 2px;
}
.ktarea {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	color: #005AAA;
	background-color: white;
	border-width: 1px;
	border-color: #FAA635;	
	border-style: solid;
	width: 300px;
	height: 100px;
	padding: 2px;
}
.kttaste {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: white;
	width: 125px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px;
	border-color: #005AAA;
	border-style: solid;
	background-color: #005AAA;
}


/* body */

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

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

}

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

