body 
{ 
  margin-top:5px; 
  margin-bottom:5px; 
  margin-left:10px; 
  margin-right:10px; 
  color:#990000;
  background-color:#eeeeee; 
  background-image:url();
}

a:link { color:#990099; text-decoration:none }
a:visited { color:#990099; text-decoration:none }
a:hover { color:#990099; text-decoration:underline }
a:active { color:#990099; text-decoration:underline }
a:focus { color:#990099; text-decoration:underline }


h1,h2,h3,h4,h5,h6 { text-align:center; }

h1 { font-size:20pt; }
h2 { font-size:17pt; }
h3 { font-size:14pt; }
h4 { font-size:10pt; }
h5 { font-size:9pt; }
h6 { font-size:8pt; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,li,ul,ol
	{ font-family:Arial,sans-serif; } 

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }

p {text-align:justify;}
p.center {text-align:center; }
p.Name-in-Namensliste { margin-left:20pt;font-size:14pt;text-align:left; }



#gesamt-box{
	margin: auto auto auto auto;
	padding: 0px;
	width:970px;
}

#menu-box{
	margin: auto auto auto 0px;
	padding: 0px;
	width:250px;
}

#text-box{
 margin: auto auto auto auto;
 padding: 5px;
 background-color:#eeeeee;
 border:1px solid #dddddd;
 width:700px;
 float:right;
}



/* +++++++++++++++++++++++++ Menue Start +++++++++++++++++++++++++ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 250px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 244px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #666666;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
  
/* +++++++++++++++++++++++++ Menue Ende +++++++++++++++++++++++++ */
