/* Geändert am 15.06.2007 by gAgGeL */
/* Hintergrund */
body
	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	color: #000000; 
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height:10px;
	}

/* Layout */
.bgheader
	{
	background-color:#000000;
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	/* background-image: url(/images/header.jpg); */
	}
.bgfooter
	{
	background-color:#ffffff;
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	/* background-image: url(/images/footer.jpg); */
	}
.bginhalt
	{
	background-color:#ffffff;
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	/* background-image: url(/images/inhalt.jpg); */
	}
.bgmenue 
	{
	background-color:#EFEFEF;
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	background-image: url(/images/layout_goldlight/menue_hg.jpg);
	}
.bgleiste
	{
	background-color:#EFEFEF;
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	background-image: url(/images/layout_goldlight/leiste_hg.jpg);
	}
.bglinks
	{
	/* background-color:#ffffff; */
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	/* background-image: url(/images/wapmedia_links.jpg); */
	}
.bgrechts
	{
	/* background-color:#ffffff; */
	color:#000000; font-family: verdana, sans-serif; font-size: 8pt;
	/* background-image: url(/images/wapmedia_rechts.jpg); */
	}
.bgrubrik 
	{
	background-color:#000000;
	color:#ffffff; font-family: verdana, sans-serif; line-height:16px; font-size: 12pt;
	/* background-image: url(/images/rubrik.jpg); */
	}

/* Links */
a:link      {
	color:#990000;
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}
a:visited   {
	color:#990000;
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}
a:active    {
	color:#990000;
	text-decoration:underline;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
}
a:hover     {
	color:#FF9900;
	text-decoration:none;
	font-family: verdana, sans-serif;
	font-size: 9pt;
}

/* ---------- Bilderlinks */
a:link img    
	{
	border-color:#FFFFFF;
	}
a:visited img 
	{
	border-color:#FFFFFF;
	}
a:active img  
	{
	border-color:#FFFFFF;
	}
a:hover img   
	{
	border-color:#FFFFFF;
	}

/* Text / Bild */
table,tr,td 	{color:#000000; font-family: verdana, sans-serif; font-size: 8pt;}
.klein			{color:#000000; font-family: verdana, sans-serif; line-height:20px; font-size: 6pt}
input  			{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt}

.ueberschrift
	{
	background-color: #efefef;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	/* background-image: url(/images/rubrik.jpg); */
	}
.unterzeile
	{
	background-color: none;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	/* background-image: url(/images/rubrik.jpg); */
	}
.bgrubrik 
	{
	background-color:#cccccc;
	color:#000000;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	/* background-image: url(/images/rubrik.jpg); */
	}
	
.stateon		{ filter: alpha(Opacity=100); border: 0px solid; }
.stateoff		{ filter: none; border: 0px solid; }
.stateclicked	{ border: 0px solid; FILTER: alpha(Opacity=100);}
.stateon		{ filter: none; border: 0px dashed #000000; }
.stateoff		{ filter: alpha(Opacity=100), gray(); -moz-border: 0px dashed #000000; }

/* ---------- Menü für LEISTE/KOPF */
#menu1 a
{
display: block;
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:30px;
height:30px;
border-left:solid 0px black;
border-right:solid 0px black;
width:117px;
text-align:center;
}

#menu1 a:visited
{
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:30px;
height:30px;
border-left:solid 0px black;
border-right:solid 0px black;
width:117px;
text-align:center;
}

#menu1 a:active
{
background-color:#ffffff;
color:#000000;
text-decoration:none;
font-family:verdana, sans-serif; font-size: 8pt;
line-height:30px;
height:30px;
border-left:solid 0px black;
border-right:solid 0px black;
width:117px;
text-align:center;
}

#menu1 a:hover
{
background-color:#000000;
color:#eeeeee;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 8pt;
line-height:30px;
height:30px;
border-left:solid 0px black;
border-right:solid 0px black;
width:117px;
text-align:center;
}

/* ---------- Menü für KOPF */
#menu2 a
	{
	display: block;
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 8pt;
	line-height:20px;
	height:20px;
	border-left:solid 0px white;
	border-right:solid 1px white;
	width:154px;
	text-align:center;
	}

#menu2 a:visited
	{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 8pt;
	line-height:20px;
	height:20px;
	border-left:solid 0px white;
	border-right:solid 1px white;
	width:154px;
	text-align:center;
	}

#menu2 a:active
	{
	background-color:#000000;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana, sans-serif; font-size: 8pt;
	line-height:20px;
	height:20px;
	border-left:solid 0px white;
	border-right:solid 1px white;
	width:154px;
	text-align:center;
	}

#menu2 a:hover
	{
	background-color:#f6a800;
	color:#ffffff;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 8pt;
	line-height:20px;
	height:20px;
	border-left:solid 0px white;
	border-right:solid 1px white;
	width:154px;
	text-align:center;
	}

/* ---------- Menü für ZUSATZ */
.menue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.menue4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
}

/* ---------- Menü für ZUSATZ */
.menue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}
.menue4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
}
