/* Allgemeines */
body {
   background-color: #ffffff;
   	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
   scrollbar-DarkShadow-Color: "#666666"; 
   scrollbar-Track-Color: "#ffffff"; 
   scrollbar-Face-Color: "#ffffff"; 
   scrollbar-Shadow-Color: "#ffffff"; 
   scrollbar-Highlight-Color: "#ffffff"; 
   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-color: #000000;
   background-color: #ffffff;
   color: #000000
}

/* Texte */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 130%;
	letter-spacing: 1px;
}

.text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	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: #000000;
	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: #000000;
	line-height: 130%;
    letter-spacing: 1px;
}

.texthinterlegt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background: #FBE27C;
	line-height: 130%;
    letter-spacing: 1px;
}

.bildunterschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 130%;
    letter-spacing: 1px;
}

/* Headlines */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
    letter-spacing: 1px;
}

.headlinetimes {
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	line-height: 130%;
    letter-spacing: 0.1em;
}

/* Link normal */
a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	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: #CCCC66;
	line-height: 130%;
    letter-spacing: 1px;
}

/* Link Spezial */
A.menue 			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
    letter-spacing: 0,2px;
}

A.menue:active 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #54547E;
	line-height: 130%;
    letter-spacing: 0,2px;
}

A.menue:hover 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	color: #ff0000;
	line-height: 130%;
    letter-spacing: 0,2px;
}	
