 /* Hintergrund + Scrollbar Einstellungen für IEE5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* GENERAL fonts */
FONT,TH,TD,P,OL,UL,DIV,INPUT,TEXTAREA,OPTION,SELECT { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight : normal; 
	color:#444444; 
	line-height: 140%;
}

P,UL,OL {
  font-size: 12px;
  line-height: 140%;
}


H1, H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#7E8A93;
}
H1 { font-size: 17px; text-decoration: none; line-height: 120%;}
H2 { font-size: 14px; text-decoration: none; line-height: 120%;}
H3 { font-size: 12px; text-decoration: none; line-height: 120%;}

hr { 
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}


a:link,a:active,a:visited { text-decoration: none; color : #974A04; }
a:hover		{ text-decoration: none; color : #DD6900; }

/*HAUPTNAVIGATION */
#navmenue ul{
	font-size: 11px;
	margin:0px; padding:0px; list-style-type:none; 
	border-top:1px dotted #CC0000; border-bottom:1px dotted #CC0000;
}
#navmenue li{
	margin:0; padding:0; list-style-type:none;
}
#navmenue ul li{
	display:inline;
}
#navmenue ul li a{
	diplay:block; color:#CC0000; background-color:#F2F2F2; padding:.1em .5em; text-decoration:none; font-weight:bold;
	border-left:1px solid #666666; border-right:1px solid #666666; 	
}
#navmenue ul li a:hover{
	background-color:#E2E2E2; color:#666666;
}


/* LINIEN & BOXEN */
.citeBox {
	border-color:#616E78;
	border-style:solid; 
	border-width:1px;
	padding-left: 10px; padding-right: 10px;padding-top: 10px;	padding-bottom: 10px;
}
.kontaktBox {
	background-color: #FFFFFF; 
	border: 1px #8A8A8A solid;
}
.footerBox {
    color: #FFFFFF;
	background-color: #FFFFFF; 
	font-size: 10px; 
	font-weight : bold;
	border: 1px #FFFFFF dotted;
	border-top:1px dotted #CC0000; border-bottom:1px dotted #CC0000;	
	padding-left:0px; padding-right:10px; padding-top:2px; padding-bottom:2px;
}


/*ALLGEMEINE STYLESHEETS*/
/*TEXT*/
.textNormalBold {
	color: #444444;
	font-size: 11px; 
	font-weight : bold;
}
.textRedBold {
	color: #CC0000;
	font-size: 11px; 
	font-weight : bold;
}
.text12Blue {
	color: #18567A;
	font-size: 12px; 
}
.textBlue9Bold {
	color: #18567A;
	font-size: 9px; 
	font-weight : bold;
}
.textRed {
	color: #CC0000;
	font-size: 11px; 
}
.textGreenBold {
	color: #338E02;
	font-size: 11px; 
	font-weight : bold;
}
.textBlueBold {
	color: #18567A;
	font-size: 11px; 
	font-weight : bold;
}
.textBlue8Bold {
	color: #18567A;
	font-size: 9px; 
	font-weight : bold;
}
.textBlue13Bold {
	color: #18567A;
	font-size: 13px; 
	font-weight : bold;
}
.textGrey9Bold {
	color: #888888;
	font-size: 9px; 
	font-weight : bold;
}
.textGrey10Bold {
	color: #888888;
	font-size: 10px; 
	font-weight : bold;
}
.textGrey9_888888 {
	color: #888888;
	font-size: 9px; 
	font-weight : normal;
}


/*GRAFIK ELEMENTE*/
.buttonLayout {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	font-weight: bold;
    border: 1px outset #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	color: #155D86;
	background-color: #FAFAFA;    
    cursor: pointer;
}
.buttonBox {
	font-size: 10px; 
	font-weight : normal;
	border: 1px outset #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-top:1px; padding-bottom:2px; padding-right:10px; padding-left:10px;
	background-color: #FFFFFF; 
	cursor: pointer;
}
