
body { color: rgb(30,30,30); font-family: Verdana, Arial, helvetica, Helvetica, san-serif; background-color: white; margin: 0px; padding: 0px; border: 0px; auto: scrollbar-3dlight-color: #898989; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #898989; scrollbar-face-color: #898989; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-track-color: #ffffff  }

p, td  { color: black; font-size: 11px }

.powered {
	font-size:11px;
	color: #FFFFFF;
}
p.language {
	font-size:12px;
	color: #FFFFFF;
}


h1  { 
	color: rgb(10,10,10); 
	font-size: 12px; 
	font-family: Arial, Verdana, helvetica, Helvetica, san-serif; 
	font-weight: bold; 
	line-height: 21px; 
	padding-bottom: 10px;
	margin: 0px;
	-font-size: 18px; 
	-line-height: 18px; 
	-padding-bottom: 10px; 
	}
	h2  { 
	color: rgb(10,10,10); 
	font-size: 12px; 
	font-family: Arial, Verdana, helvetica, Helvetica, san-serif; 
	font-weight: bold; 
	line-height: 21px; 
	padding-bottom: 10px;
	margin: 0px;
	-font-size: 18px; 
	-line-height: 18px; 
	-padding-bottom: 10px; 
	}
	

/***************************************

L I N K S

***************************************/

a  { color: rgb(40,40,40); font-size: 11px; text-decoration: none }
a.navi_top {
	color:rgb(255,255,255);
	font-size:13px;
	text-decoration:none;
}
a.navi_left {
	color:rgb(40,40,40);
	font-size:13px;
	text-decoration:none;
	padding-top: 3px;
	margin: 0px;
	
}

a.language {
	color:rgb(255,255,255);
	font-size:11px;
	text-decoration:none;
}
a.powered {
	color:rgb(255,255,255);
	font-size:11px;
	text-decoration:none;
}

/* alle links hover=rot */
a:hover {
	color:#B7000B;
}

/* Pfeil bei LANGUAGE */
a img.language {
	display:inline;
	position:static;
	width:9px;
	background-image:url('../images/pfeil_language1.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:9px;
}
/* Pfeil bei LANGUAGE */
a:hover img.language {
	display:inline;
	position:static;
	width:9px;
	background-image:url('../images/pfeil_language0.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	height:9px;
}

/* Pfeil bei NEWS auf Startseite */
a img.arrow {
	display:inline;
	position:static;
	width:7px;
	background-image:url('../images/pfeil_aktiv1.gif');
	background-repeat:no-repeat;
	background-position:left top;
	height:9px;
}
/* Pfeil bei NEWS auf Startseite */
a:hover img.arrow {
	display:inline;
	position:static;
	width:7px;
	background-image:url('../images/pfeil_aktiv0.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	height:9px;
}

a img {
	border:medium none;
}


/***************************************

N A V I - L E F T 

***************************************/
#linkList ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 185px;
	border-bottom: #898989 1px solid;
	}
#linkList ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 185px;
	border-top: #898989 1px solid;
	line-height: 20px;
	}
#sublinkList ol {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 185px;
	padding-left: 15px;
	}
#sublinkList ol li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 174px;
	border-top: #898989 0px solid;
	line-height: 18px;
	}

/***************************************

F O R M U L A R

***************************************/

input {
display: block;
width: 140px;
/*float: left; */
margin-bottom: 0.7em;
border-color: #999999;
border-width: 1px 1px 1px 1px;
font-size: 11px;
color: #333;
font-family: Arial, Helvetica, san-serif;
}
.buttonsubmit {
/*display: block;*/
width: 30px;
/*float: left; */
margin-bottom: 0.7em;
margin-top: 1px;
border-color: #999999;
border-width: 1px 1px 1px 1px;
font-size: 10px;
color: #333;
font-family: Arial, Helvetica, san-serif;
}

input:focus, input:hover, textarea:focus, textarea:hover  { background-color: #cccccc }

