html { 
	overflow-y: scroll;
}

body {
	background-color:#fff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center 0px;
	background-attachment:fixed;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#717171;
	font-size:13px;
}

img {
	border:0px;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#fff;
	
}

#main_top {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#main_bottom {
	position:relative;
	height:210px;
	background-color:#979797;
}

#main_bottom ul {
	padding-left:0;
	font-size:16px;
	margin:0;
	color:#fff !important;
	float:right;
	margin-top:70px;
	margin-right:8px;
}

#main_bottom ul li {
	display:inline;
	padding-right:25px;
}

#main_bottom ul li a {
	color:#fff !important;
}

#main_bottom ul li a:hover {
	color:#d86e00 !important;
}

#visitenkarte {
	position:absolute;
	left:-28px;
	top:-185px;
	height:260px;
	width:400px;
	background-image:url(../images/visitenkarte.png);
	background-repeat:no-repeat;
}

#visitenkarte_link {
	margin-top:175px;
	margin-left:80px;
	width:150px;
	height:22px;
	cursor:pointer;
}

#navigation {
	height:120px;
	position:relative;
}

#navigation_left {
	float:left;
	padding-top:70px;
}

#navigation_right {
	float:right;
	padding-top:40px;
}

#navigation ul {
	padding-left:0;
	font-size:16px;
	margin:0;
}

#navigation ul li {
	display:inline;
	padding-right:35px;
}

#navigation ul li a:hover {
	color:#d86e00;
}

#banner {
	height:311px;
}

#content {
	

}

h1 {
	font-size:40px;
	font-weight:100;
}

h2 {
	font-size:22px;
	font-weight:100;
}

h2 a:hover {
	color:#d86e00;
}

.clearMe {
	clear: both;
	font-size: 1px;
	height: 0;
	margin: 0;
	line-height: 0;
}

.orange {
	color: #d86e00;
}

a, a:visited, a:active {
	text-decoration:none;
	color:#717171;
}

a.orange {
	color:#d86e00;
}

a.orange:hover {
	color:#717171;
}

a.mehr {
	color: #d86e00;
	background-image: url(../images/arrow_mehr.png);
	background-repeat:no-repeat;
	background-position:33px 5px;
	padding-right:20px;
}

.navi_top_selected {
	color: #d86e00 !important;
	background-image:url(../images/top_navi_selected.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	padding-top:28px;
	
}
