/*################### Beginn Allgemeine Einstellungen ###################*/

BODY 
{ 
	FONT-SIZE: 16px;
	BACKGROUND-COLOR: #EAE695; 
	font-family: Arial, "Arial Black", "Arial Narrow", "Times New Roman";
	COLOR: Black; 
}

a
{	
	text-decoration: underline;
	color: #EB391E;
}

a:active
{
	color: #EB391E;
}

a:hover
{	
	color: Black;
	text-decoration: none;
}

small
{
	font-size: 10px;
}

hr
{
	color: #B7693B;
	height: 3px;
	background-color: #B7693B;
	border: none;
}

h1
{
 	font-size: 35px;
	font-family: Arial, "Arial Black", "Arial Narrow", "Times New Roman";
}
 
h2
{
 	font-size: 25px;
	font-family: Arial, "Arial Black", "Arial Narrow", "Times New Roman";
	font-weight: normal;
}
 
h3
{
	font-size: 20px;
	font-family: Arial, "Arial Black", "Arial Narrow", "Times New Roman";
}
 
ul
{
	list-style-image: url(img/star.gif);
}


/*################### Ende Allgemeine Einstellungen ###################*/
.header
{
	background: url(img/header.jpg);
	width: 801px;
	height: 178px;
}
.navbox
{
	background: #DAD144;
	color: Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 0px none;
}

.navhead
{
	background: url(img/under_header.jpg);
	background-color: #DEE37E;
	color: Black;
	background-repeat: no-repeat;
}

.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	background: #DEE37E;
	color: Black;
	padding: 8px 8px 8px 8px;
}


.content_head
{
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 22px;
	background: #DEE37E;
	color: #E31407;
	font-weight: bold;
	letter-spacing: 1px;
}

.content_head_left
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 22px;
	border-right: 1px solid Black;
	background: #DEE37E;
	color: #E31407;
}

a.button  
{	
	background: url(img/button.jpg);
	height: 38px;
	width: 171px;
	vertical-align: middle;
	line-height: 34px;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	display: block;
	text-align: center;
	}


a.button:visited
{	
	vertical-align: middle;
}

a.button:active
{	
	background: url(img/button_hover.jpg);
}

a.button_active
{	
	background: url(img/button_hover.jpg);
	height: 38px;
	width: 171px;
	vertical-align: middle;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial;
	color: #F6F3A2;
	font-size: 12px;
	text-align: center;
	display: block;
}

a.button:hover
{	
	background: url(img/button_hover.jpg);
	font-weight: lighter;
	color: #F6F3A2;
}



.gbbewertung 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	background-color: #B7693B;
	color: #FFFFFF;
	vertical-align:top;
	text-align: left;
}

a.gbsitelink
{
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	line-height: normal;
}
.gbsitenolink
{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.gb_error
{
	color: Red;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.gbformfelder 
{
	background: #DDC197;
	color: #003399;
}

.gbradio 
{
	background: #B7693B;
	color: #F6F3A3;
}

.gbformtable 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background: #CDA465;
	color: Black;
	vertical-align:top;
	text-align: left;
}

.gbinhalt 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background: #DDC197;
	color: Black;
	vertical-align:top;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	text-align: left;
}

.gbrowtable 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background: #CDA465;
	color: Black;
	vertical-align:top;
	border: 1px solid Black;
	text-align: left;
}

.tabletitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	background: #B7693B;
	color: #F6F3A3;
	font-weight: bold;
	text-align: left;
}

.tablecontent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 13px;
	background: #CC9A45;
	color: Black;
	text-align: left;
}

.td_even
{
	background: #B7693B;
	color: #F6F3A3;
	text-align: center;
	}
.td_odd
{
	background: #CC9A45;
	color: Black;
	font-size: 12px;
	text-align: left;
}
.td_odd2
{
	background: #D3AE46;
	font-size: 12px;
	text-align: left;
}
small
{
	font-size: 10px;
}


textarea
{
	color: #B7693B;
	background-color: #F6F3A2;
	height: 50px;
	width: 200px;
}

input
{
	color: #B7693B;
	background-color: #F6F3A2;
}