/* Allgemeines */
body {
   background-color: #e1e1e0;
   margin-left:0;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
   scrollbar-DarkShadow-Color: "#666666"; 
   scrollbar-Track-Color:      "#cccccc"; 
   scrollbar-Face-Color:       "#cccccc"; 
   scrollbar-Shadow-Color:     "#cccccc"; 
   scrollbar-Highlight-Color:  "#cccccc"; 
   scrollbar-3dLight-Color:    "#666666"; 
   scrollbar-Arrow-Color:      "#666666";
}

/* Für Formulare */
INPUT, TEXTAREA, SELECT {
   border: 1 outset rgb(0,0,0);
   font-family :  Arial, Tahoma, Verdana;
   font-size: 8pt;
   BORDER-RIGHT:     #000000 size=1;
   BORDER-LEFT:      #000000 size=1;
   BORDER-TOP:       #000000 size=1;
   BORDER-BOTTOM:    #000000 size=1;
   background-color: #ffffff;
   color:            #000000;
}

/* Texte */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #46475B;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 130%;
	letter-spacing: 1px;
}

.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #46475B;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 130%;
    letter-spacing: 1px;
}

.textboldcolored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	line-height: 130%;
    letter-spacing: 1px;
}

.textbolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #46475B;
	line-height: 130%;
    letter-spacing: 1px;
}

.combobox {
	font-family : Arial;
	text-decoration : none;
	font-size : 11px;
	font-weight : normal;
	color : #959595;
	background : #;
	#border : 1px solid #ffc702;
	width : 185px;
	height : 15px;
margin : 2px 0px 2px 0px
}

.texthinterlegt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #46475B;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: #336633;
	line-height: 130%;
    letter-spacing: 1px;
}

.xs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #46475B;
	line-height: 130%;
    letter-spacing: 1px;
}

/* Headlines */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #46475B;
	line-height: 130%;
    letter-spacing: 1px;
}

.headlinetimes {
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #46475B;
	line-height: 130%;
    letter-spacing: 1px;
}

/* Link normal */
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #46475B;
	line-height: 130%;
	letter-spacing: 1px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	line-height: 130%;
    letter-spacing: 1px;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #767676;
	line-height: 130%;
    letter-spacing: 1px;
}

/* Link Menue */
A.linkmenue 			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #8B8C9B;
	line-height: 130%;
    letter-spacing: 1px;
}

A.linkmenue:active 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #BABABA;
	line-height: 130%;
    letter-spacing: 1px;
}

A.linkmenue:hover 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #BABABA;
	line-height: 130%;
    letter-spacing: 1px;
}	


/* Link gepunktet */
a.linkdot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #959595;
	line-height: 130%;
	letter-spacing: 1px;
	border: thin dotted #CCCCCC;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

a:hoverdot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
	line-height: 130%;
	letter-spacing: 1px;
	border: thin dotted #999999;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

a:activedot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
	letter-spacing: 1px;
	border: thin dotted #999999;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


/* bilderfilter - Das Bild muss eine Raute im Hyperlink Feld haben*/
a:hover .rsa { filter='gray()';}