body {
	margin: 5% 15% 0% 15%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#f3e5b5;
	background: #7d000a;
	background-image: url(stylepics/bg-feuer.jpg);
	background-position: width:100%;
	/*cursor : url("fs-logo.cur"), pointer*/
}

div#clink {
    width: 151px;
}
div#clink a {
	border-bottom: solid 0px #cccccc;
    display: block; 
	padding-right: 10px;  
    padding-bottom: 7px; 
	color: #CC9900;
    padding-top: 7px; 
	text-align: center; 
	text-decoration: none;
 }
	
div#clink a:hover {
color: #FFFFFF;
}

/*subnavi2*/

div#sublink {
	width: 161px;
	font-size: 11px;
}
div#sublink a {
	border-bottom: solid 1px #cccccc;
    display: block; 
	padding-right: 10px; 
    padding-bottom: 5px; 
	color: #FF9900;
    padding-top: 2px; 
	text-align: right; 
	text-decoration: none; 
	background-image: url(bg_nav_h.jpg);
}
	
div#sublink a:hover {
	background: #0099ff; 
	color:#ffffff;
	border-bottom: solid 1px #ffffff;
}

#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center
} 

#nav-menu li {
float:left;
display: block;
margin: 0 0px;
padding: 0;
text-align: center;
} 

#nav-menu li a {
height: 2em;
line-height: 2em;
float: left;
width: 110px;
display: block;
border-left: 0px solid #ffccff;
border-right: 0px solid #f3e5b5;
border-bottom: 0px solid #ffccff;
color: #cc9900;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
} 

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a {
float: none
}
/* End IE5-Mac hack */ 

#nav-menu {
width:100%
} 
#nav-menu li a:hover {
height: 2em;
line-height: 2em;
float: left;
width: 110px;
display: block;
border-left: 0px solid #ffffff;
border-right: 0px solid #996600;
border-bottom: 0px solid #ffccff;
border-top: 0px solid #ffccff;
color: #ffffff;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
} 


h1 {
color: #ffffff;
font-size: 12px;
font-weight: bold;
}

table {
	width: 100%;
}

td.contentmain {
	width: 900px;
	height: 500px;
	background-color: #7d000a;
	border: 1px solid #f3e5b5;
}

td.contentklein {
	width: 100%;
	padding: 10px 30px 10px 30px;
	font-size: 13px;
	color: #ffffff;
	text-align:left;
	vertical-align:top;
}

td.rechts {
	background-color: #7d000a;
	text-align: center;
	padding: 20px;
	font-size: smaller;
	border-top: 1px solid #f3e5b5;
	border-bottom: 1px solid #f3e5b5;
}

td.rechts2 {
	background-color: #7d000a;
	border-left-style:solid;
	border-left-width: 0px;
	border-left-color: #f3e5b5;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #f3e5b5;
	width: 151px;
	font-size: smaller;
	text-align:center;
	border-top: 1px solid #f3e5b5;
	border-bottom: 1px solid #f3e5b5;
}

td.links {
	background-color: #7d000a;
	width: 151px;
	border-right: 0px solid #f3e5b5;
	border-left: 1px solid #f3e5b5;
	border-top: 1px solid #f3e5b5;
	border-bottom: 1px solid #f3e5b5;
}

td.footer {
	height: 2px;
	background-color: #7d000a;
	padding: 10px;
	border-bottom: solid 1px #f3e5b5;
	border-left: solid 1px #f3e5b5;
	border-right: solid 1px #f3e5b5;
	font-size:smaller;
	text-align:center;
}

td.header {
	height: 2px;
	background-color: #7d000a;
	padding: 10px;
	border-top: 1px solid #f3e5b5;
	border-left: 1px solid #f3e5b5;
	border-right: 1px solid #f3e5b5;
	border-bottom: 0px solid #f3e5b5;
	font-size:smaller;
	color: white;
	text-align:left;
}

a:link {
	color: #fdeebd;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

a:visited {
	color: #ddd0a5;
	text-decoration:none;
}


