@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

#main_div {
	width: 960px;
	background: transparent url(../picts/Back_Verlauf.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

#logo {
	background: url(../picts/Logo.jpg) no-repeat;
}

#bottom {
	top:  0px;
	width: 960px;
	height: 30px;
	border: none;
	background: url(../picts/Schatten_unten.jpg) no-repeat;
	margin: 0px;
	clear: both;
}

#content {
	width: 690px;
	float: left;
	position: relative;
	left: 50px;
	top: 126px;
	padding-bottom: 150px;
}

#navi {
	width: 164px;
	border: none;
	float: left;
	top: 115px;
	left: 10px;
	padding-bottom: 100px;
	position: relative;
}

#fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 26px;
	width: 686px;
	margin-left: 215px;
	padding-top: 30px;
	float: none;
	clear: both;
}

img {
	border:none;
	margin: 0px;
	padding: 0px;
}

img.left {
	margin-right: 15px;
	padding: 5px;
	background-color: white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	float: left;
	clear: left;
}

img.right {
	margin-left: 15px;
	padding: 5px;
	background-color: white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	clear: right;
	float: right;
}

img.right_2columns {
	margin-left: 0px;
	padding: 5px;
	background-color: white;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	clear: right;
	float: right;
}

a {
	color: #DF5A12;
}
a:focus {
	border: none;
	outline: 0;
}
a:hover {
	border:none;
	outline: 0;
}

.orange {
	color: #DF5A12;
	font-weight: bold;
}


h1 {
	font-size: 24px;
	color: #DF6322;
	margin-top: 0;
	line-height: 21px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding-top: 10px;
	border-top: 1px dotted gray;
}

.line {
	color: #DF5A12;
	height: 1px;
	border-bottom: 1px dotted gray;
}

.footnote {
	font-size: 10px;
}

#content ul {
	padding: 0px;
	margin: 0px;
}

#content li {
	list-style-type: disc;
	margin-left: 16px;
	padding: 3px 0;
}

a.up {
	float: right;
	position: relative;
}

