/* CSS Document */


* { margin: 0; padding: 0; }

* { font-size: 100% }

body {
	font-size: 62.5%;
	background:#ececf8 url(../Bilder/bg-main.jpg) repeat-x;
	}	

a {
	color: #900;
	}	
	
.noline {
	text-decoration:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	padding-top:10px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	line-height: 1.2em;
	font-weight: bold;
	color: #900;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #900;
	font-size: 120%;
	}	
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #006;
	font-size: 120%;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	}	
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	line-height: 1.2em;
	font-weight: bold;
	color: #9b4118;
	}	

img {
	display: inline;
	border:none;
	}
	
.einzug-l {
	padding-left:15px;
	}	
	
.einzug-r {
	padding-right:25px;
	}	
	
.einzug-lr {
	padding-left:15px;
	padding-right:25px;
	}		
	
.einzug-top {
	padding-top:15px;
	}	
	
.einzug-l-top {
	padding-left:15px;
	padding-top:15px;
	}	
	
.einzug-r-top {
	padding-right:25px;
	padding-top:15px;
	}		
	
.fett {
	font-weight: bold;
	}
	
.rot {
	color:#900;
	}
	
.fettblau {
	font-weight: bold;
	color:#006;
	}	

#main {
	width: 970px;
	margin: auto;
	}
	
#head {
	clear: both;
	height: 245px;
	background:url(../Bilder/bg-head.jpg) no-repeat;
	}
	
#content {
	background:#eeedfa;
	margin: 0px 0px 0px 10px;
	}	
	
#footer {
	clear:both;
	}
	
#menue {
	list-style-type: none;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0px 25px 23px;
	font-weight: bold;
	}
	
#menue a {
	text-decoration: none;
	display: block;
	width: auto;
	}		
	
#menue li {
	display: inline;
	float: left;
	padding: 0px 30px 0px 0px;
	}	
	
#menue li a {
	list-style-type: none;
	color: #ececf8;
	}	
	
#menue li a:hover {
	color: #F00;
	}

#menue li#active {
	color: #F00;
	list-style-type: none;
	}	
	

	
	
table {
	width: 630px;
	text-align: center;
	display: inline-table;
	border-collapse:collapse;
	background: #d5d4d9;
	table-layout:fixed;
	border: none;
	}	
	
.fett {
	font-weight:bold;
	}		
	
	
	
#spalte_0 {
	float: left;
	width :630px;
	}
	
#spalte_1 {
	float: left;
	width :330px;
	}
	
#spalte_2 {
	float: left;
	width :330px;
	}	
		
#spalte_3 {
	width :300px;
	margin: 0px 0px 0px 660px;
	}
