body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#B6B6AA;
 text-align:center;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;  margin:1px;}
h3 {font-size:13px;color:#000000; margin:1px;}
h4 {font-size:12px;color:#000000; margin:1px;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#cecfc6;
  text-decoration:underline;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}
#hauptbody{
position:relative;
width:760px;
margin:0px auto;
text-align:left;
background-color:#FF9933;
border:1px solid #000000;
}
/* Die Titelzeile */
#title {
height:115px;
padding:5px;
text-align:center;
background-color:#FF9933;

}

/* Das Menü */
#menu {
color:#ffffff;
background-color:#FF9933;
text-align:center;
padding:10px 0px;
}

.menutitle{
font-weight:bold;
text-align:center;
margin:0px;
background-image: url(../images/menutitle.gif);
}
.menucontainer {
border:1px solid #000;
background-color:#D8D8D8;
width:150px;
margin:10px;
}

#left {
background-color:#FF9933;
width:160px;
float:left;
}

/* Der Inhalt */
#content {

border-top:1px solid #000000;
border-left:1px solid #000000;
background-color:#efeff7;
width:560px;
float:right;
padding:0px 10px;
}


.copy{font-size:9px;}

.table
{
border:		1px #000 solid;
padding:		1px;
background-color: 	#CCCCCC;
color: #000000;
}


.newsfuss
{
border:		1px #000 solid;
padding:		1px;
background-color: 	#CCCCCC;
}

.link{font-size:11px;}


.button
{
	background-color:		#EDEFF1;
	color:				#002455;
	border:				solid 1px #000000;
	font-size:			11px;
	cursor:				pointer;
}

.textarea
{
        background-color:	#EDEFF1;
	border: 1px #BFC8D4 solid;
	font-size:		10px;
	color:			#000000;
}

.input
{
    	background-color:		#FFFFFF;
	border:			1px #92B6FF solid;
	font-size:			10px;
	color:				#000000;
}

