* {
	margin: 0;
	padding: 0;
}

html, body {
	
	background: url(../images/rot.gif) repeat-y center;
	background-color: #c93;
    text-align: center;
	height: 100%;
}

html, body, table{
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;	
}

#inhalt { margin: auto;
          text-align: left;
		  padding: inherit;
		  width: 770px;
		  background-color: #990000;
		  color: #FFFFCC;
		  height: 100%;
		  font-size: 14px;
		  line-height: 18px;
		
}

#header {
	      height: 220px;
}

/* Beginn der Contentboxen */
#contentbox { float: left;
              width: 720px;
			  padding-left: 20px;
}

/* ---------------------------------------------------- */

             
	
/* Ende der Contentboxen */	

#fusszeile {
	        clear: both;
	        top:600px;
	        width:770px;
	        height:7px;
}



/* Beginn horizontales Menü */
#navlist {
	padding: 2px 0 10px 10px;
	color: #cc9933;
	letter-spacing: 1px;
	font-size:11px;
	font-weight: bold;
}

#navlist li { display: inline; }

#navlist li a {
	padding: 0.2em 12px;
	background-color: #900;
	color: #fffacd;
	text-decoration: none;
	border-right: 1px solid #c93;
}

#navlist li a:hover {
	color: #c93;
}

#navlist li a:hover, #navlist li a:active {
	color: #c93;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bold;
}
#navlist li.active a{
    color: #c93;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 2px;
	font-weight: bold;
}
/* Ende horizontales Menü */


h1 {
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration:none;	
	line-height: 1.2em;
	}

h2 {
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: underline;
	line-height: normal;
	text-transform: uppercase;
	font-size: larger;
	font-style: oblique;
	
}

h3 {
	font-size: 1em;
	font-weight: bold;	
	color: #FFFFCC;
	text-decoration: none;
}


a {
	color: #fffacd;
	text-decoration: none;

}
a:hover {
	color: #c93;
	font-weight: bold;
	text-decoration: underline;

}
.active {
	color: #c93;
}


.tabellenzellen {
	font-family: Tahoma, Verdana, Arial, "Helvetica 65 Medium";
	font-size: 1em;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
	text-align:center;
}
.tabellenkopf {
	font-family: Tahoma, Verdana, Arial, "Helvetica 65 Medium";
	font-size: 1em;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	text-align:center;
}

.clear {
	clear: both;
	width:680px;
	height:7px;
}

.clear10{
	clear: both;
	width:680px;
	height:10px;
}
.wichtig {  
    font-weight: bold;
    text-transform: uppercase;
}
