/*------------------------------------------------------------Textstile */


br  {margin-bottom:0px;}

hr  {
    color:#C6C6C6;
    background-color:#C6C6C6;
    height:1px;
    text-align:left;
    border:#C6C6C6;
}

/* Link Standard */
a:link, a:visited, a:focus, a:active {
	text-decoration:underline;
	color:#801B0E;
	visibility:visible;
	line-height:1.2em;
	font-size: 10pt;
	font-family:Verdana, sans-serif;

}
a:hover {
	text-decoration:underline;
	color:#4A3C31;
	visibility:visible;
	line-height:1.2em;
	font-size: 10pt;
	font-family:Verdana, sans-serif;
}

a img { border:0px;} a:visited img {border:0px;} a:focus img {border:0px;} a:active img {border:0px;}
a:hover img {border:0px;}


/*-----------------------------------------------------------------Seitenaufbau */
body{
        margin:0px 0px 0px 0px;
        background-color:#FFFFFF;
	text-align:center; /* Zentrierung im Internet Explorer */
        scrollbar-base-color: #FFFFFF;
   	scrollbar-3dlight-color: #ACACAC;
  	scrollbar-arrow-color: #999999;
  	scrollbar-darkshadow-color: #686868;
  	scrollbar-face-color: #F0F0F0;
        scrollbar-highlight-color: #F0F0F0;
  	scrollbar-shadow-color: #F0F0F0;
  	scrollbar-track-color: #DCDCDC;
}

/* -----------------------Kopfbereich */
#head   { /* 100% */
        background-color:#FFFFFF;
        background-image:url(gfx/bg_head.png);
        background-repeat:repeat-x;
        width:100%; height:163px;
        overflow:hidden;

}



#mainpic {   /* mittig */
        width:877px; height:163px;
        margin: 0 auto;
        overflow:hidden;
        background-image:url(gfx/mainpic.png);
        background-repeat:no-repeat;
}

#navigation   {

        width:100%;
        overflow:hidden;
        text-align:right;
        white-space:nowrap;
        padding-top: 132px;
}

/* Navigation statisch */
a.navi:link, a.navi:visited, a.navi:focus, a.navi:active  {
	visibility:visible; line-height:2.4em; color:#EEEEEE; letter-spacing: 1px;
	font-size: 10pt; margin:0px 11px 0px 11px; font-family:Arial, sans-serif; text-decoration:none;
}

a.navi:hover  {
	visibility:visible; line-height:2.4em; color:#CFCFCF; letter-spacing: 1px;
	font-size: 10pt; margin:0px 11px 0px 11px; font-family:Arial, sans-serif; text-decoration:none;
}

/* -----------------------Inhalt 100% */
#page {
        width:877px;
        margin: 0 auto;
        overflow:hidden;

}



.wrapper {clear: both;}

#menue h1 { /* Überschrift Text */
	 text-decoration: none;
	 color:#535353; font-size: 13pt; text-align:left;
         font-weight:normal;
	 font-family:Verdana, sans-serif;
         line-height:1em;
         padding:0px 0px 5px 0px;  border-bottom: 1px dotted #C6C6C6;
         display: block;  width:175px;
         margin:0px;
         font-weight:normal;

}


#menue {   /* links*/
	 visibility:visible;
         width:175px;
         overflow:hidden;
         padding-top:40px;
         text-align:left;
         float:left;
}



a.menu_default:link, a.menu_default:visited, a.menu_default:focus, a.menu_default:active {
	text-decoration: none;
	color:#535353; font-size: 10pt; text-align:left;
        font-family:Verdana, sans-serif; line-height:1em;
        padding:8px 0px 8px 0px;
        display: block;
	border-bottom: 1px dotted #C6C6C6;

}

a.menu_default:hover {
	text-decoration: none;
	color:#535353; font-size: 10pt; text-align:left;
        font-family:Verdana, sans-serif; line-height:1em;
        padding:8px 0px 8px 0px;
        display: block;
	border-bottom: 1px dotted #C6C6C6;
	font-weight:bold;
}

a.menu_current:link, a.menu_current:visited, a.menu_current:focus, a.menu_current:active {
	text-decoration: none;
	color:#535353; font-size: 10pt; text-align:left;
        font-family:Verdana, sans-serif; line-height:1em;
        padding:8px 0px 8px 0px;
        display: block;
	border-bottom: 1px dotted #C6C6C6;
	font-weight:bold;
}

#menue ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;

}

#menue ul ul {
	padding-left: 20px;

}

#content {   /* mittig rechts */
	 visibility:visible;
         line-height:1.2em;
	 color:#4A3C31;
	 font-size: 10pt;
         font-family:Verdana, sans-serif;
         width:650px;
         overflow:hidden;
         text-align:left;
         padding-top:50px;
         float:right;
}



#content h1 { /* Überschrift Text */
	visibility:visible;
	line-height:1em;
	color:#993300;
	font-size: 12pt;
        font-weight:normal;
	font-family:Verdana, sans-serif;
        text-decoration:none;
	padding:0px 8px 7px 0px;
        margin:0px;
}

#contentTop hr {
	padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;

}



.footer {
	visibility:visible;
        line-height:1.5em;
	color:#999999;
	font-size: 9pt;
        font-family:Verdana, sans-serif;
        width:877px;
        margin: 0 auto;
        overflow:hidden;
        text-align:right;

}

/* Formular */

.formtext { float:left; width:250px; }
.inputbackg { width:220px; background-color:#FFFFFF; color:#626262; border:1px solid #D3D0C5; margin-bottom:6px; padding-left:3px; }


