/* css created by Nicola Winzer 2007 http://www.nicolawinzer.ch */

* {
	padding:0px;
	margin:0px;
	}
body {
	font-size: 76.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #333;
	line-height: 2em;
	}
a {
	color: #889094;
	}
a:hover {
	color: #e06213;
	}
p {
	margin-bottom: 1em;
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #6B3641;
	margin-bottom: 1em;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	color: #6B3641;

	}
h3 {
	font-size: 1em;
	color: #6B3641;
	}
th {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	vertical-align: top;
	}
td {
	text-align: left;
	vertical-align: top;
	}
table {
	margin-bottom: 1em;
	}
ul {
	margin-bottom: 1em;
	margin-left: 1.2em;
	}
#navigation h2 {
	margin-top: 1em;
	}
#navigation h3 {
	margin-top: 1em;
	}
.legende {
	font-size: 0.9em;
	line-height: 1.5em;
	}

	
	

/* ---------------- All Divs ---------------- */

#balken {
	margin-left: 90px;
	border-top: 7px solid #6B3641;
	height: 50px;
	}
#header {
	height: 100px;
	}
#container {
	margin-left: 90px;
	width: 700px;
	}
#navigation {
	width: 190px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5em;
	border-top: 1px solid #6B3641;
	margin-left: 500px;
	}
#content {
	float: left;
	width: 480px;
	border-top: 1px solid #6B3641;
	padding-top: 0.2em;
	}
#notfall {
	margin: 2em 0;
	padding: 0.2em 0;
	border-top: 3px double #6B3641;
	border-bottom: 3px double #6B3641
	}
#footer {
	margin-top: 4em;
	border-top: 1px solid #6B3641;
	padding-top: 0.5em;
	font-size: 0.9em;
	}
	

/* ---------------- Navigation ---------------- */

#navigation ul {
	margin:0 0 2em 0;
	}
#navigation li {
	display: block;
	list-style-type: none;
	padding: 0.2em 0;
	border-bottom: 1px dotted #6B3641;
	font-weight: bold;
	color: #6B3641;
	}
#navigation ul li a {
	text-decoration: none;
	font-weight: normal;
	}
.notfall {
	color: #e06213;
	}
#navigation ul.notfall li {
	border: none;
	}
	
