body
{
 font-family:Verdana;
 font-size:12px;
 color:#0B0C1E;
 margin: 0 auto;
 background:#000000;
}
#container {
width: 1024px;
background: url(img/container-bg.jpg);
margin: auto;
}
h1 {font-size:18px;color:#1E0B0B;padding: 0 0 10px 0;}
h2 {font-size:16px;color:#1E0B0B;}
h3 {font-size:14px;color: #1E0B0B;}
p {margin-top:0px;}

code {font-size:14px;color:#1E0B0B;}
pre
{
 font-size:14px;
 color:#651717;
 padding:5px;
}



a{ list-style:block;
	color: #640000;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #FC0303;
	text-decoration: none;
}


#wrapper{
width: 1024px;
min-height:720px;
margin: auto ;
padding-top: 0px;
background: url(img/content-bg.jpg) top center no-repeat;
}
#top{
width: 1004px;
height: 120px;
padding: 10px;
background: url(img/header_img.png) no-repeat;
font-size:16px;color:#fff;

}
#title {
height:34px;
padding:5px;
border-bottom:1px solid #DFDCDC;
margin-bottom:20px;
}
#left, #right {
width:180px;
line-height:18px;
}

#left {
float:left;
padding-top: 40px;
padding-left: 14px
}
#menu {
	background-image: url(img/menu-bg.png);
	padding: 10px 0 10px 8px;
	width: 157px;
	border: 1px solid #000000;
}
#menu ul {
list-style: none;
margin: 0 0 5px;
padding: 0;
width: 157px;
}
#menu li a {
font-weight: bold;
height: 15px;
text-decoration: none;
color: #640000;
display: block;
padding: 3px 0 0 0;
}
#menu li a:hover {
color: #FC0303;
}
#menu ul ul {
margin: 3px 0 5px 10px;
/* width: undetermined;*/
}
#menu ul ul a {
text-decoration: none;
height: 14px;
margin: 0;
padding: 3px 0 0 8px;
}
#right {
float:right;
margin-right: 20px;
padding-right: 20px
}
.menutitle
{
font-weight:bold;
border-top:1px dashed #DFDCDC;
margin-top:15px;
}
img
{
	border: 0;
}
#content {
padding-top: 30px;
float:left;
width:770px;
min-height:480px;
overflow: auto;

}
#inhalt {
padding: 20px 0px 50px 100px;
}
#inhalt table {
padding: 3px 10px 3px 10px;
display: inline;
}
#inhalt img {
padding: 3px 10px 3px 10px;
}
input,
textarea {
  color: #10172A;
  background-color: #FFFFFF;
  border: 1px solid #000;
  border-bottom: 1px sol id #000;
}

#footer {
width: 1024px;
height: 75px;
color: #c0c0c0;
background: url(img/footer.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: center;
margin: auto;
}

#footer a{
color: #c0c0c0;
font-size: 11px;
text-decoration: none;
}

#footer a:hover {
	color: #FC0303;
	font-size: 11px;
	text-decoration: none;
}
