

table, td, p, a { 
/* color: #785e1a !important; */
font-size: 12px; 
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 150% 
color:#000;
}

a {
/* color: #785e1a !important; */
font-size: 11px; 
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 150% 
}

td a hover{
color: #000; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 150% 
}

b{font-size: 110%;}

.img {border: 4px solid #E0D09F;}

h1 { color: #54896F; font-size: 18px; font-family: Times, Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase; margin-bottom: 5px }
h2 { color: #54896F; font-size: 16px; font-family: Times, Verdana, Arial; font-weight: bold; text-decoration: none; text-transform: uppercase; margin-bottom: 5 px;border-bottom: 1px dotted; }
h3 { color: #54896F; font-size: 17px; font-weight: bold; text-decoration: none; margin-bottom: 5px }
h4 { color: #54896F; font-size: 18px; font-family: Times, Verdana, Arial; font-weight: normal; text-decoration: none; text-transform: uppercase; margin-bottom: 5px; border-top: 10px solid transparent }


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

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
/* margin: 0 auto; /*Center container on page*/ */
}

#topsection{
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
min-height:700px;
}

#mainmenu{
width:700px;
margin-left:210px;
}



#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width:600px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/

}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/

}

#footer{
clear: left;
width: 100%;
background: #F6F6F6;
color: #A40000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
padding-left: 10px; 
background-color: transparent;
color:#F8F4E9;
}

.innertubeheader{
/* padding: 5 5 5 5px; */
background:#FFF;
}

.innertubebox{
padding: 5px; 
/* background-color: #EFE9D1; */
}


#box {
margin-top: 17px;
width:200px;
border: 1px dotted #000000;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
background-color: #FFF;
overflow:hidden;

}

#box-1 {
width:140px;
padding: 10px;
margin-left:10px;
margin-bottom: 10px;
border: 1px dotted black;
text-align:center;
}


#boxlast {
margin-top: 10px;
margin-bottom: 20px;
width:200px;
border: 0px solid #000000;
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
background-color: #9EB438;
overflow:hidden;
}

.boxheader {
padding:3px;
height: 18px;
color: #785e1a; 
font-size: 14px; 
font-family: Times, Verdana, Arial; 
font-weight: bold; 
text-decoration: none; 
text-transform: uppercase; 
border-bottom: 1px dotted;
text-align:center;
}

/* 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: 170px;
 
}

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

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


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

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




.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/bullet-alt.gif);
color: #000;
}


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


