body  {
margin : 0px ;
padding : 0px ;
font: inherit;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-image:url(../images/hinter-neu.jpg);
background-repeat: no-repeat;
} 


#hauptcontainer  {
width : 1000px ;
margin : 0;
} 

a {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #666666;
text-decoration:none;
}

a hover{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FC5D0B;
text-decoration:none;
}


img {border:0px;}

#container  {
width: 1000px ;
margin: 0px } 


#header  {
text-align : center ;
height:130px;
width:1000px;
border:0px solid #000;
}

h1 {
font-size : 1.2em ;
} 


#menueoben  {
width : 100%;
height: 29px;
border: 1px solid black;
}

#mainmenu  {
width : 100%;
height: 30px;
border: 0px solid black;
}

#menu  {
float : left ;
margin-top:20px;
width : 200px ;
height: 100%;
border: 0px solid black;
}


#content {
float : left ;
width : 796px ;
border: 0px solid black;
height:465px;
overflow:auto;
border-left:1px dotted #000;
border-top:1px dotted #000;
border-right:1px dotted #000;
background-color:#FFFFFF;
}
 

#mainfooter  {
clear : both ;
padding:2px;
text-align : center ;
color:#666666;
background:#F4F4F4;
}

#footer  {
text-align : center ;
height: 98px;
}

/* Pseudo-Klassen
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:#d47f55; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:#ffdf55; text-decoration:underline; }

h1:focus { background-color:red; }
h1:hover { background-color:silver; }
h1:active { background-color:green; }
*/

/* Klassen */

.innenabstand {
 padding:10px;	
}

.innenabstand-menue {
 padding:5px;	
}

.box-1 {
width:190px;
padding: 10px;
margin-left:10px;
margin-bottom: 10px;
border: 0px dotted black;
}

.seite {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
padding:3px;
border-bottom:1px dotted #000000;
}


.shadow3{
box-shadow: -6px -6px 10px #561A0B;
-webkit-box-shadow: -6px -6px 10px #561A0B;
-moz-box-shadow: -6px -6px 10px #561A0B;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#561A0B, offX=-6, offY=-6, positive=true);
}




/* hier ist das horizontale Hauptmenü */


.bevelmenu{
font: bold 13px verdana;
padding: 6px 0;
margin: 0;
width: 100%;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
text-decoration: none;
color: black;
background: url(../images/bullet-alt.gif) no-repeat 2px center;
padding: 4 2px;
padding-left: 10px;
padding-right: 5px;
}

.bevelmenu li a:hover{
background: url(../images/bullet-alt.gif) no-repeat 2px center;
color: black;
background-color: #FFFFD4;
}

html>body .bevelmenu li a:active{
border-style: inset;
}


/* hier ist das vertikale Hauptmenü */

.markermenu{
width: 190px;
margin-top:-20px;
margin-left:10px; 
}

.markermenu ul{
list-style-type: none;
margin: 2px 0;
padding: 0;
border: 0px solid #9A9A9A;
/* color:#FFF; */
}

.markermenu ul li a{
background: url(../images/liststyle.jpg) no-repeat 2px center;
font: bold 12px  Verdana, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 4px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px dotted #B5B5B5;
}


* html .markermenu ul li a{
width: 190px;
}

/*
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #FC5D0B;
}  */




.markermenu ul li a:hover{
opacity:0.60;-moz-opacity:0.60;_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
background-color: #FFFFD4;
background-image:url(../images/liststyle.jpg);
color: #FC5D0B;
}


/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

