 /* 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;
}

@media print {
  .noprint { display:none; }
}

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

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

H1, H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#18567A;
}
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;
}


/* LINIEN & BOXEN */

.outerBox {
	background-color: #FFFFFF; 
	border: 1px #444444 solid;
}
.outerBox2 {
	background-color: #FFFFFF; 
	border-left: 1px #6C6C6C solid;
	border-top: 1px #6C6C6C solid;
	border-bottom: 2px #000000 solid;
	border-right: 2px #000000 solid;
}

/*ALLGEMEINE STYLESHEETS*/
/*TEXT*/
.textNormalBold {
	color: #444444;
	font-size: 10px; 
	font-weight : bold;
}
.textRedBold {
	color: #CC0000;
	font-size: 10px; 
	font-weight : bold;
}
.textGreenBold {
	color: #338E02;
	font-size: 10px; 
	font-weight : bold;
}
.textBlue9Bold {
	color: #18567A;
	font-size: 9px; 
	font-weight : bold;
}


/*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
}

