/*
*** Grundinformationen

*/


html, body
{
font: 100.01% arial, helvetica, sans-serif;
height:100%;
background:#e6d6d6 url('img/bgmain.jpg') repeat-y center top;
}

* {
margin:0px;
padding:0px;
}


div#global {
width:850px;
margin:auto;
position:relative;
padding:0px;
}

div#logo {
background: transparent url('img/toplogo.jpg') no-repeat left top;
width:850px;
height:170px;
min-height:170px;
}

/* Fix IE. Hide from IE Mac \*/
* html div#logo { background: transparent url('img/toplogo.jpg') no-repeat 1px top;}
/* End */


div#bar {
width:100%;
height:10px;
background-color: #e3a0aa;
}

/* Fix IE. Hide from IE Mac \*/
* html div#bar {margin-left:1px; font-size:0.1em; }
/* End */


div#global2 {
width:100%;
}

div#men {
float:left;
width:180px;

}

div#content {
float:left;
width:650px;
padding-left:10px;
padding-top:15px;
font-size:0.9em;
padding-bottom:20px;

}

.clear {
clear:both;
}

div#men2 {
padding-left:10px;
width:160px;
}

div#font {
width:100%;
text-align:center;
height:31px;
font-size:0.3em
}

div#hinweis {
color:white;
font-size:0.8em;

}

/* MENÜ */

a.men:link, 
a.men:active,
a.men:visited {
color:white;
text-decoration:none;
font:0.8em "trebuchet ms", sans-serif;
margin-bottom:5px;
border-left:1px solid white;
border-bottom:1px solid white;
display:block;
padding-left:18px;
font-weight:bold;
background: transparent url('img/men.jpg') no-repeat left 1px;
}

a.men:hover {
color:#872944;
text-decoration:none;
font:0.8em "trebuchet ms", sans-serif;
margin-bottom:5px;
display:block;
font-weight:bold;
border-left:1px solid #fff;
border-bottom:1px solid #fff;
padding-left:18px;
background: #fff url('img/men2.jpg') no-repeat left 1px;
}

.hidden {
visibility:hidden;
}



h1 {
color:#a0335c;
font-size:1.3em;
margin-bottom:3px;
}

h2 {
color:#fff;
font-size:1.1em;
width:630px;
background: #a0335c url('img/h2.jpg') no-repeat left top;
margin-bottom:3px;
padding-left:20px;
border-bottom:3px solid #e6d6d6;
}

h3 {
font-size:1.0em;
margin-bottom:3px;
padding-left:20px;
}


a:link,
a:active,
a:visited {
color:#872944;
text-decoration:none;
}

a:hover {
color:#a0335c;
text-decoration:underline;
}


/* MENÜ */

a.doc:link,
a.doc:active,
a.doc:visited {
color:#872944;
text-decoration:none;
margin-bottom:5px;
font-weight:bold;
text-align:center;
}

a.doc:hover {
color:#872944;
text-decoration:underline;
text-align:center;
}

.doc2 {
font-size:0.9em;
color:black;
}

.untertitel {
font-size:1.0em;
color:black;
}


.center {
text-align:center;
}

ul {
padding-left:25px;
}

.floatright {
float:right;
}

.floatleft {
float:left;
}

.einzug {
padding-left:15px;
}

.linktab {
border-bottom:1px solid #efefef;
}

.green {
color:#a0335c;
font-weight:bold;
font-size: 1.1em;
}


