/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
/*scrollbar-face-color: 999999;
scrollbar-highlight-color: cccccc;
scrollbar-3dlight-color: 999999;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: 666666;
scrollbar-arrow-color: cccccc;
scrollbar-track-color: cccccc;*/
}

.mwst{
	font-size:10px;
}

td{
	font-size:11px;
}

a:link, a:visited, a:hover, a:active{
	color:#ff9966;
	text-decoration:none;
}

input, textarea{
    border:1px solid #cccccc;
	font-size:11px;
	color:#666666;
  	#background-color:#FDFCF3;
	background-color:#FFFFFF;
}

select{
    border:1px solid #cccccc;
	font-size:11px;
	color:#666666;
  	#background-color:#FDFCF3;
	background-color:#FFFFFF;
}

input.btn{
	border:1px solid #ff9966;
    background-color:#FDFCF3;
	color:#ff9966;
}

/*Konfiguration Intro-Tabelle*/
table.intro{
	background-image:url(../images/intro.jpg);
	background-repeat:no-repeat;
	/*height:400px;*/
	width:650px;
}

/*für Introseite*/
.rahmen img{
	border:2px solid #FFCC66;
}

/*gelber Text*/
.textgelb{
	color:#FFCC66;
}

.textorange{
	color:#ff9966;
}




/*Rahmen um Tabelle*/
table.main{
	border-width:2px;
    border-color:#FFCC66;
    border-style:solid;
    background-color:#FDFCF3;
}

/*vertikale Linie beim Menu*/
td.linie{
	border-right:1px solid #CCCCCC;
}


/*Rahmen für Newsletter und Highlight*/
table.grau{
	border:1px solid #CCCCCC;
}


/*Link für Sprachmenü und globales Menü*/
a.globalmenu:link, a.globalmenu:visited, a.globalmenu:active{
	color:#999999;
	text-decoration:none;
}
a.globalmenu:hover{
	color:#FF9966;
	text-decoration:none;
}

/*Link fürs Hauptmenü*/
a.hauptmenu:link, a.hauptmenu:visited{
	color:#ff9966;
	text-decoration:none;
	font-weight:bold;
    line-height:20px;
}
a.hauptmenu:hover{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
    line-height:20px;
}

/*Hauptmenüs die aktiv sind*/
a.hauptactiv:link, a.hauptactiv:visited, a.hauptactiv:hover, a.hauptactiv:active {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
    line-height:20px;
}

/*Link fürs Untermenü*/
a.untermenu:link, a.untermenu:visited{
	color:#ff9966;
	text-decoration:none;
    line-height:20px;
}
a.untermenu:hover{
	color:#999999;
	text-decoration:none;
    line-height:20px;
}

/*Hauptmenüs die aktiv sind*/
a.unteractiv:link, a.unteractiv:visited, a.unteractiv:hover, a.unteractiv:active {
	color:#999999;
	text-decoration:none;
    line-height:20px;
}


/*Suchformular*/
input.suchinput{
   border:1px solid #ff9966;
   background-color:#FDFCF3;
}
input.suchbtn{
	color:#FF9966;
	font-weight:bold;
	border:0px none #fdfcf3;
    background-color:#FDFCF3;
	font-size:11px;
}



/*Text Pflichtfeld*/
.pflicht{
	font-size:9px;
}

/*Überschrift orange*/
.titel{
	color:#ff9966;
	font-weight:bold;
	font-size:11px;
}

.titeldunkelgrau{
	color:#333333;
	font-weight:bold;
	font-size:11px;
}

.titelorange{
	color:#ff9966;
	font-size:11px;
}

/*Tabelle Termine*/
table.termine{

	border:1px solid #CCCCCC;
	
}

/*horizontale Linie Tabelle Termine*/
td.linieoben{
	border-top:1px solid #CCCCCC;
	line-height:20px;
}


.selectbox{
	width:350px;

}

.textgrau{
	color:#999999;
}


/*Überschriften*/
h1{
	color:#ff9966;
	font-weight:bold;
	font-size:14px;
}

h2{
	color:#999999;
	font-weight:bold;
	font-size:14px;
}

h3{	
	color:#ff9966;
	font-weight:bold;
	font-size:11px;

}

h4{
	color:#999999;
	font-weight:bold;
	font-size:11px;
}

h5{
	color:#ff9966;
	font-size:11px;
}

h6{
	color:#999999;
	font-size:11px;
}

/*sitemap*/
ul.sitemap{
	list-style-image:url(../images/punkt.gif);
	/*margin: 0px,0px,0px,18px;*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:18px;
	margin-right:0px;
	padding: 0px 0px 10px 0px;
}


#newsBox{
	text-align: left;
}

