body {
background: #999 url(back.png) top center repeat-x fixed;
font: normal 8pt/13pt verdana, arial,sans-serif;
color: #e5e5e5;
margin: 5px;
padding: 5px;
}

#wrapper {
width: 632px;
margin: 0 auto;
text-align: left;
}

#top {
width: 632px;
height: 50px;
background: url(top.png) no-repeat;
}

#content {
background: #000 url(bg.png) top center repeat-y;
width: 630px;
height: 100%;
padding: 0px 1px 0px 1px;
text-align: left;
}

#header {
width: 610px;
height: 94px;
background: url(header.png);
font-weight: bold;
font-size: 8pt;
padding-top: 6px;
padding-left: 20px;
}
h1.titel {
	font-size:30px;
	color:#CCCCCC;
	text-align:center;
}
h2.titel {
	font-size:16px;
	color:#CCCCCC;
	text-align:center;
}

/*                    Menu                   */
#menu {
width: 130px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 30px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 22px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #FFF;
display: block;
background:  url(off.png);
padding: 8px 0 0 10px;
height: 22px;
text-align: left;
}
	
#menu li a:hover {
color: #09F;
background:  url(on.png);
padding: 8px 0 0 10px;
height: 22px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background: #000;
float: right;
width: 475px;
margin: 10px 10px 0 4px;
padding: 0px 0px 200px 0px;
}

#bottom {
color: #ccc;
background: #F9F9F9;
clear: both;
width: 600px;
height: 35px;
padding-left: 30px;
padding-top: 15px;
background: url(bottom.png) no-repeat;
}

#bottom a, #bottom a:visited{
color: #ccc;
}

#bottom a:hover {
color: #e5e5e5;
}

a:link {
	text-decoration:none;	
	cursor:pointer;
	color: #e5e5e5;
	}
	
a:visited {
	text-decoration:none;	
	cursor:pointer;
	color: #e5e5e5;
	}
a:active {
	text-decoration:none;	
	cursor:pointer;}
	color: #e5e5e5;
	
a:hover {
	text-decoration:none;	
	cursor:pointer;
	color: #e5e5e5;
	}
