body
{
background-color:#FFFFFF;
background-image:url(img/bg.gif);
margin: 0px;
padding-top:0px;
text-align:center;
height:100%;
width:100%;
}

a.textlink:link, a.textlink:visited, a.textlink:active 
{ 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #545353;
	text-decoration: underline;
}

a.textlink:hover 
{ 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #F3F3F3;
	text-decoration: underline;
}


a.textlinkpressed:link, a.textlinkpressed:visited, a.textlinkpressed:active 
{ 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #F3F3F3;
	text-decoration: underline;
}

a.textlinkpressed:hover 
{ 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #545353;
	text-decoration: underline;
}



/*SCHRIFTEN*/
.contenttext, #box8, #box10, #box11, TD
{ 
font-family: Arial,sans-serif;
font-size: 12px;
color: #3C3C3C;
text-decoration: none;
}

/*SCHRIFTEN*/
.minitext
{ 
font-family: Arial,sans-serif;
font-size: 10px;
color: #a6a6a6;
text-decoration: none;
}


/*SCHRIFTEN LINKS*/
.contenttext, A:link, A:visited, A:active {
font-family: Arial,sans-serif;
font-size: 12px;
color: #a6a6a6;
text-decoration: underlined;
}

/*SCHRIFTEN LINKS HOVER*/
.contenttext, #box11 A:hover{
color:#BED730;
}


.maintable
{
padding:6px;
}

HR
{
border-width:1px;
border-color:#FFFFFF;
border-style:dashed;
}



/* MAIN-BUTTONS Konfiguration*/

/*** linke Navigation, normaler Zustand ***/
.menu{
	font-family: 	Arial,Verdana,sans-serif;  
	font-size: 	13px;
	font-weight:	bold;
	color: 		#ffffff;
	padding-left:6px;
	padding-bottom:6px;
}

a.menu { display:block; height:15px;
         border-style:none; padding-top:5px; text-decoration:none; vertical-align:top;} 

a.menu:link    { color:#545353; background-color:#FFFFFF;  text-decoration:none;}
a.menu:visited { color:#545353; background-color:#FFFFFF;  text-decoration:none;}
a.menu:active  { color:#545353; background-color:#FFFFFF;  text-decoration:none;}
a.menu:hover   { color:#545353; background-color:#F3F3F3;  text-decoration:none;}
/*****************************************/

/*** linke Navigation, AKTIVER Zustand ***/
.menu-act{
	font-family: 	Arial,Verdana,sans-serif;
	font-size: 	13px;
	font-weight:	bold;
	color: 		#ffffff;
	padding-left:6px;
	padding-bottom:6px;
}

a.menu-act { display:block; height:15px;
         border-style:none; padding-top:5px; text-decoration:none; vertical-align:top;} 

a.menu-act:link    { color:#545353; background-color:#F3F3F3;  text-decoration:none;}
a.menu-act:visited { color:#545353; background-color:#F3F3F3;  text-decoration:none;}
a.menu-act:active  { color:#545353; background-color:#F3F3F3;  text-decoration:none;}
a.menu-act:hover   { color:#545353; background-color:#F3F3F3;  text-decoration:none;}
/*****************************************/

/*** Layer für das obere Menu ***/
div.menu { 
	background: 	#F3F3F3;
	vertical-align: middle;
	width:		100%;
	padding:	0px; 
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width:1px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-top-color:#DDDDDD;
	
}


/*** Layer für Highlight ***/
div.menushine { 
	background: 	#AFAFAF;
	vertical-align: middle;
	width:		100%;
	padding:	0px; 
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-top-color:#7F7F7F;
	border-left-color:#7F7F7F;
	border-bottom-color:#7F7F7F;
}


/* Formular definieren */

input, select, textarea { 
   font-size:11px; 
   font-family:Arial,Verdana,sans-serif; 
   color:#6e6e6e;
   border: 1px solid #6e6e6e;
   width:190px;
   }
   
textarea {
  scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#6e6e6e;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#6e6e6e;
  scrollbar-track-color:#ffffff;
}

.Auswahl, .Check, .Radio
   { background-color:#FFFFFF; border:none; width:20px;}


.button
   { background-color:#FFCB70; color:#FFFFFF; width:100px; border:1px solid #6e6e6e; }

