/* ALLGEMEINE FORMATIERUNGEN    */
/*---------------------------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;

}


form
{
	border: 0; margin: 0; padding: 0;
}

input, select, textarea
{
	margin: 1px;
	font-family: arial, hevetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}


img
{
   	border: 0; margin: 0; padding: 0;
}

td
{
	font-family: arial, hevetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

th
{
	font-family: arial, hevetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

:lang(de-DE) 
{ quotes:"\00BB" "\00AB" "\203A" "\2039"; 
}

q:before { content:open-quote; color:#a00; }
q:after { content:close-quote; color:#a00; }
q q:before { content:open-quote; color:#0a0; }
q q:after { content:close-quote; color:#0a0; }

q 
{ font-family: arial, hevetica, sans-serif;
	font-size: 10px;
}
q q 
{ 
color:#888;
}
code 
{ 
font-weight:bold; 
}

a:link {color:#000000;text-decoration:none;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
a:visited {color:#000000;text-decoration:none;font-size: 12px;font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
a:hover {color: #000000;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}

fieldset {
border-color: #AAAAAA;
background-color: #cfcfcf;
border-width: 1px;
border-style: solid;
width: 320px;
text-align: center;
}

form br {
clear: both;
}

#mainnav {
margin: 0px;
padding: 0px;
list-style-image: url('none');
list-style-type: none
}

/* SCHRIFT FORMATIERUNGEN    */
/*----------------------------*/


.ueberschrift
	{
	font-family: tahoma, arial, hevetica, sans-serif;
	font-weight: bold;	
	font-size: 12px;
	text-align: center;
	color: #000;
	}

.normal
	{
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	}

a.weiss, a.weiss:link, a.weiss:visited
{
color: #fff;
}

a.weiss:hover 
{
color: #d42b15;
}

a.weissb, a.weissb:link, a.weissb:visited
{
color: #fff;
}

a.weissb:hover 
{
color: #d42b15;
}


.norm
{
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 10px;
    color: #000000;
    font-weight: bold;
}
