body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size : 10pt;
	margin-top : 0px;
	background-color : #FFFFDD;
}
ul,ol { margin-top: 5px; margin-bottom: 2px; }

h1,h2,h3,h4,h5{
	color : #111111;
	margin : 0px 0px 0px 0px;
	padding-left : 8px;
	font : bold;}
h1 {font-weight : bolder; font-size : 22px;}
h2 {font-weight : bolder; font-size : 20px;}
h3 {font-weight : bolder; font-size : 18px;}
h4 {font-weight : bold; font-size : 16px;}
h5 {font-weight : bold; font-size : 14px;}

.Button
  { width:100px; height:25px; margin-right:5px; margin-left:5px; background-image:url(/images/BgButton.jpg);
    border-left:2px solid white; border-top:2px solid white; border-right:2px solid #686C6F;
    border-bottom:2px solid #686C6F; text-align:center; vertical-align:middle;
    font-size: 12px; }

/*Navigation*/
td.nav,td.navlight{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;	
	font-size : 12px;
	padding : 3px 3px 3px 3px;
}
/*
td.nav{background-color : #DEDF6D;}
td.navlight{background-color : #EAEB9B;}
*/

td.nav{
	background-image : url(images/nav.gif);
}
td.navlight{	background-image : url(images/nav_light.gif);
}

/*Überschriften*/
td.ueb1,td.ueb2,td.ueb3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : gray;	
}
td.ueb1{background-color : #6C6D11;color : #FFFFFF;font-weight : 900;font-size : 16px;}
td.ueb2{background-color : #959618;color : #FFFFFF;font-weight : 800;font-size : 16px;}
td.ueb3{background-color : #B1B31B;color : #FFFFFF;font-weight : 700;font-size : 14px;}

/*small*/
td.small,td.smallbold{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 10px;}

/*normal*/
td.normal,td.normalbold{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 12px;}

/*big*/
td.big,td.bigbold{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 14px;}

/*bold*/
td.smallbold,td.normalbold,td.bigbold{font-weight : bolder;}

/*Adresse*/
td.adr{font : 12px;color : Black;}

a:link, a:hover, a:active, a:visited
{ 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

a:link { color: navy; text-decoration: none; }
a:visited { color: #333399; text-decoration: none; }
a:active  { color: silver;	text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }


/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* a:hover = Verweise, über denen die Maus bewegt wird */
/* color = Farbe */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */