/* Tags, allgemein */
html,body
{
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#336699;
	scrollbar-3dlight-color:#336699;
	scrollbar-darkshadow-color:#336699;
	scrollbar-shadow-color:#336699;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#99B2CC;
}
textarea
{
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	font-size: 9pt;
}
/* overflow:hidden; = no scrollbar */

p, td, tr, input
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #336699;
	font-size: 9px;
	line-height: 1.7;
}

/* Listen linksbündig ausgeben list-style-type:none; */
/* ul { margin-left: 0; padding-left: 0; } */
ul	
{ 
	margin-top: 0;
	padding-top: 0;
	margin-left: 1.0em; 
	padding-left: 1.0em; 
	list-style-position: outside; 
	list-style-type: round; 
	list-style-image: url(/i/middot.gif)
}

li	
{ 
	margin-left: 0; 
	padding-left: 0; 
}


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

/* Spezielle Klassen */

a.nav:link { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; }
a.nav:visited { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; }
a.nav:hover { color: #FFFFFF; text-decoration:none; font-weight:bold; font-size: 9px; text-decoration:none; }
a.nav:active { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; } 

a.navsel:link { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; }
a.navsel:visited { color: #FFFFFF; text-decoration:none; font-weight:bold; font-size: 9px; }
a.navsel:hover { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; text-decoration:none; }
a.navsel:active { color: #FFFFFF; text-decoration:none; font-weight:normal; font-size: 9px; } 

td.lev1s {border-style: solid none none none; border-width: 1px 1px 0px 1px; border-color: #000000 #CCCCCC #CCCCCC #CCCCCC;}
td.lev1 {border-style: solid solid none solid; border-width: 1px 1px 0px 1px; border-color: #CCCCCC #CCCCCC #EEEEEE #CCCCCC;}

.invisible 
{
	visibility:hidden;
}

/* Klassen, allgemein */
.headerXS {font-size: 9px; color: #ffffff; font-weight: bold; }
.headerS {font-size: 10px; color: #336699; font-weight: normal; }
.headerM {font-size: 12px; color: #ffffff; font-weight: bold; }
.headerL {font-size: 14px; color: #ffffff; font-weight: bold; }

.textXS {font-size: 10px;  }
.textS {font-size: 11px;  }
.textM {font-size: 12px; }
.textL {font-size: 14px; }

.px250 { width:250px; background-color : #EDEDED; }

/* border reihenfolge // t r b l */

input.style1, textarea.style1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #336699;
	font-size: 9px;
	background-color : #FFFFFF;
	color : Black;
	border : 1px solid #FFFFFF;
	border-bottom-width : 0px;
	border-color : #336699 #336699 #336699 #336699;
	border-left-width : 1px;
	border-right-width : 0px;
	border-style : solid;
	border-top-width : 1px;
	border-width : 1px 0px 0px 1px;
	padding : 2 2 2 2;
	padding-bottom : 2;
	padding-left : 2;
	padding-right : 2;
	padding-top : 2;
	width: 214px;
}

/* IDs */
#blau {color: #003399; font-weight: normal; }
#weiss {color: #ffffff; font-weight: normal; }
#footer { color: #666666; }
