
/* Standrad Bodybereich */
body
{
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	color: Black;
	background-color:#ffffff;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* Bodybereich der oberen (Head) und linken (Menue) HTML */
.body_topleft
{
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	color: Black;
	background-color:#ffffff;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* Bodybereich aller anderen HTML Seiten */
.body_rest
{
	background-attachment : fixed;
	background-image : url(../images/bg_rest.jpg);
	background-repeat : no-repeat;
	background-position : center;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	color: Black;
	background-color:#ffffff;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* Standard Tabelleneinstellungen */
table,tr,td
{
	color: Black;
	font-family: verdana,arial;
	font-size: 10pt;
	border-spacing:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}


/* Hauptseite Tabelle mit HG Grafik */
.tab_main
{
	background-attachment : fixed;
	background-image : url(../images/bg_main.jpg);
	background-color:#ffffff;
	color: Black;
	font-family: verdana,arial;
	font-size: 10pt;
	border-spacing:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-repeat : no-repeat;
	background-position : center;
}


/* Scrolleiste IE ab vers.5.5 */
body
{
	scrollbar-arrow-color: #AABECA;
	scrollbar-base-color: #E8EEF0;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}

/* allgemeine links im text */
a:link		{color: black; text-decoration:underline;font-family: verdana; font-size: 10pt;}
a:visited	{color:black;text-decoration:underline;font-family: verdana; font-size: 10pt;}
a:active	{color:black;text-decoration:underline;font-family: verdana; font-size: 10pt;}
a:hover		{color: #ffffff;background-color:#AABECA;  text-decoration:underline;font-family: verdana; font-size: 10pt;}

/* Überschriften */
.h1 {font-family: Verdana, Arial, Helvetica; font-size:30px}
.h2 {font-family: Verdana, Arial, Helvetica; font-size:25px}
.h3 {font-family: Verdana, Arial, Helvetica; font-size:20px}
.h4 {color:#003300;font-family: Verdana, Arial, Helvetica; font-size:16px;}
.h5 {font-family: Verdana, Arial, Helvetica; font-size:14px}

/* Beschreibungstexte */
.t1 { font-family: Verdana, Arial, Helvetica; font-size:12px}

/* Links in den Beschreibungstexten */
a:link.t1		{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px;font-weight : bold;}
a:visited.t1	{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px;font-weight : bold;}
a:active.t1		{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px;font-weight : bold;}
a:hover.t1		{color:#006600;background-color:white;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px;font-weight : bold;}

/* Menü Tabelle - Navigation */
.tab_menue
{
	background-color:#ffffff;
	color: Black;
	font-family: verdana,arial;
	font-size: 10pt;
	border-spacing:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-repeat : no-repeat;
	background-position : center;
}

.tab_menue_td
{
	background-color:#ffffff;
	color: Black;
	font-family: verdana,arial;
	font-size: 10pt;
	border-spacing:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-repeat : no-repeat;
	background-position : center;
	border-bottom : 1px solid #006600;
}

/* Links und Text der Navigation  */
.navigation 			{font-family: Verdana, Arial, Helvetica; font-size:12px}
a:link.navigation		{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px}
a:visited.navigation	{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px}
a:active.navigation		{color:#003300;text-decoration:none;font-family: Verdana, Arial, Helvetica; font-size:12px}
a:hover.navigation		{color:#006600;background-color:white;text-decoration:none;font-family: Verdana, Arial, Helvetica;font-size:12px;font-weight : bold;}

/* Head Bereich */
.h_caption	{color:#003300;font-family: Verdana, Arial, Helvetica; font-size:20px}
.h_t1		{color:#006600;font-family: Verdana, Arial, Helvetica; font-size:12px}




