/* CSS Document */

body {
	background-color: #fff;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
}

#page {
	width: 995px;
}

#topnavi {
	float: right;
	margin-right: 60px;
	margin-top: 5px;
	color: #1e1e1e;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

#topnavi a {
	color: #b9b9b9;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#logo {
	text-align: left;
}

#headline {
	text-align: left;
}

#main {
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

#navi {
	/* Hintergrundeigenschaft nach #main ausgelagert, damit sich der Hintergrund bei langem Content verlängert */
	width: 210px;
	float: left;	
}

.navibox {
	width: 177px;
	background-image: url(images/navi_box_bg.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 23px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.navibox .padding {
	padding: 5px 12px;
	background-image: url(images/navi_box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.navibox .padding a {
	color: #1e1e1e;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	display: block;
}

.navibox .padding a:hover {
	color: #ef9801;
}

.navibox .padding a.special {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}

#content {
	/* 744 statt 745px, wegen #main border-right 1px */
	width: 744px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
	
}


a {
	color: #dc8c00;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

img {
	border: none;
}

.foto {
	border: 1px solid #b9b9b9;
}

.line {
	line-height: 4px;
	height: 4px;
	background-color: #ddd;
	margin-top: 15px;
	margin-bottom: 20px;
}

.liste {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

.img_button {
	margin-top: 10px;
}

h2 {
	color: #ef9801;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.clear {
	clear: both;
	float: none;
}