@CHARSET "UTF-8";

* {
	margin: 			0;
	padding: 			0;
}

p {
	margin-bottom: 		10px;
}

ul {
	list-style-position: inside;
}

a {
	color: 				#323c42;
	text-decoration: 	none;
}

a:link {
	color: 				#323c42;
	text-decoration: 	none;
}

a:visited {
	color: 				#323c42;
	text-decoration: 	none;
}

a:focus {
	color: 				#323c42;
	text-decoration: 	none;
}

a:hover {
	color: 				#323c42;
	text-decoration: 	underline;
}

a#aktiv {
	color: 				#323c42;
	text-decoration: 	underline;
}

html,body {
	width: 				100%;
	height: 			100%;
	color: 				#323c42;
	background:			url(img/EifelDest.gif) bottom right no-repeat;
	background-attachment:	fixed;
}

body {
	font: 				normal 12px/ 20px verdana, arial, sans-serif;
}

#wappen {
	height:				752px;
	width:				114px;
	height:				158px;
	}
	
#background {
	position:			absolute;
	width:				550px;
	height:				100%;
	margin:				0px auto auto 0px;
	background:			url(img/left_bg.jpg) top left repeat-y;
	}

#content {
	margin-left:		175px;
	margin-top:			-20px;
	width:				480px;
	}

#logo {
	height:				173px;
	width:				342px;
	margin:				0px auto auto 0px;
	}

#alter {
	width:				auto;
	height:				auto;
	margin:				50px auto 15px 0px;
	text-align:			left;
	}
	
ul.alter {
	list-style-type:	none;
	line-height:		37px;
	width:				500px;
	height:				40px;
	margin-top:			20px;
	}
	
ul.alter li#ja {
	background:			url(img/alter/ja_off.jpg) center left no-repeat;
	height:				37px;
	padding-left:		45px;
	float: 				left;
	display: 			block;
	}

ul.alter li#ja a:hover {
	background:			url(img/alter/ja_on.jpg) center left no-repeat;
	display: block;
	margin-left: -45px;
	padding-left: 45px;
	}

ul.alter li#nein {
	background:			url(img/alter/nein_off.jpg) center left no-repeat;
	height:				37px;
	padding-left:		45px;
	padding-right: 		45px;
	float: 				left;
	display: 			block;
	}
	
ul.alter li#nein a:hover {
	background:			url(img/alter/nein_on.jpg) center left no-repeat;
	display: 			block;
	margin-left: 		-45px;
	padding-left: 		45px;
	}
	
#mehr {
	margin:				35px auto auto 70px;
	width:				auto;
	text-align:			left;
	font: 				normal 15px/20px times New Roman, times, serif;			
	}