/* font-family = Schriftart fuer Textelemente */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body 
 { 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 5px;

	scrollbar-3dlight-color:#EFEFDF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#e9a516;
	scrollbar-darkshadow-color:#e9a516;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#999999;
    scrollbar-track-color:#EFEFDF;
}

a, p, ul, ol, li, div, td, th, tr, b, i { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
h1, h2, h3, h4, .text, .text4 { font-family: Verdana, Arial, Helvetica, sans-serif; }


a:link
{
	font-size: 9pt;
	color:#336699;
	font-weight:bold; 
	text-decoration:none;
}

a:visited
{
	font-size: 9pt;
	color:#336699;
	font-weight:bold; 
	text-decoration:none;
}

a:hover
{
	font-size: 9pt;
	color:#336699;
	font-weight:bold; 
	text-decoration:underline;
}

a:active
{
	font-size: 9pt;
	color:#336699;
	font-weight:bold; 
	text-decoration:underline;
}

a.nav:link, a.nav:visited
{
	color:#000000;
	font-weight:bold; 
	text-decoration:none;
}

a.nav:hover, a.nav:active
{
	color:#000000;
	font-weight:bold; 
	text-decoration:underline;
}

img.BildText
{
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1
{
	color:#E9A516;
	font-size:110%;
	font-weight: bold;
	Line-Height: 20px;
	margin: 0px;
}

h2
{
	color:#000000;
	font-size:100%;
	font-weight: bold;
	Line-Height: 20px;
	margin: 0px;
}

h3
{
	color:#E9A516;
	font-size:100%;
	font-weight: bold;
	Line-Height: 20px;
	margin: 0px;
}

td
{
	Line-Height: 15px;
}

.TdMitte
{
	font-size: 90%;
	Line-Height: 14px;
}

li
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
	list-style-image:url('images/pfeil.gif')
}


li.link
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
	list-style-image:url('images/pfeil_blau.gif')
}

.TdRechts
{
	border: 1px solid #E9A516;
	padding-left: 4;
	padding-right: 4;
	padding-top: 6;
	padding-bottom: 6;
	font-size: 75%;
	Line-Height: 12px;
}

td.TdCaption
{
	background-color:#336699;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	font-weight:bold;
	Line-Height: 20px;
}

td.TdCaptionText
{
	color:#E9A516;
	font-size:92%;
	font-weight: bold;
	Line-Height: 20px;
}


input, textarea, select
{
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	border: 1px solid #E9A516;
}