/************** LINKS **********************/

a.linkbar {        color: #000099; font-size: 12px; ; clip:    rect(   )}
a.linkbar:hover {  color: #FFFFFF; font-size: 12px; }

a.newslink { font-size: 12px; font-weight: bold; color: #FCBA02; }
a.newslink:hover { font-size: 12px; font-weight: bold; color: #FCBA02; }

a {
	font-family : Arial, Verdana, sans-serif ;
	font-size : 9pt;
	
	/* gehe niemals am bildschirm unter 9pt : da nicht jeder anti-aliasten text hat */
	
	text-decoration: none;
	color: #0604FF;
}

a:hover    { color: #FCBA02; }



	
/********* Redefinitionen *****************/

body {
	background-image:url(/images/layout/newstripes.gif);
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1  {	
	font-family : Arial, Verdana, sans-serif ;
	text-align: center;
	color: #000099;		
	font-size:16pt;
    }

h2  {	
	font-family : Arial, Verdana, sans-serif ;
	text-align: center;
	color: #000099;		
	font-size:14pt;
    }

div { 	font-size: 9pt; }

td { 	font-size: 9pt; }

hr { color: #000099}
	
/********* Sonderformate ****************/

#auswahl {	font-size : 9pt;
		color: #000099;
		/* font-weight : bold;*/ 
         }

/********* Dropdownmenu *****************/
.menuskin{
	position: absolute;
	width: 165px;
	background-color: #FCBA02;
	border: 1px solid black;
	font: normal 9pt Arial, Verdana, sans-serif;
	line-height: 15px;
	z-index:100;
	visibility:hidden; 
}

.menuskin a{
	text-decoration: none;
	color: #000099;
	padding-left: 10px;
	padding-right: 10px;
	backgorund-color: #FCBA02;
}

#mouseoverstyle{
	background-color: #000099;
}

#mouseoverstyle a{
	color: #FFFFFF;
}
