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

body {
    background-color: #c0c0c0;
	margin: 20px;
}

div#page {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 1100px;
	border: 1px ridge #000000;
}

div#rebe {
	margin-top: 10px;
}

* {
    margin: 0;
    padding: 0;
} 

div#menu {
    width: 100%;
    padding: 0px;
	font-family: "Times New Roman", Times, serif
	font-size: 18px;
	line-height: 2;
	float: left;
}

#menu ul {
	float: left;
	width: 180px;
	list-style-type: none;
}

#menu a {
	text-decoration: none;
	display: block;
	text-align: left;
	background: #00652a;
	color: #fffbdf;	/*Schriftfarbe*/
	font-size: 18px;
}

#menu a:hover {
	color: #fffbdf; 		/*Schriftfarbe bei mouse over*/
	background: #003300;	/*Hintergrundfarbe bei mouse over*/
} 


div#menuImpressum {
    width: 100%;
    padding: 0px;
	font-family: "Times New Roman", Times, serif
	font-size: 10px;
	line-height: 2;
	float: left;
}

#menuImpressum ul {
	float: left;
	width: 180px;
	list-style-type: none;
}

#menuImpressum a {
	text-decoration: none;
	display: block;
	text-align: left;
	background: #00652a;
	color: #fffbdf;	/*Schriftfarbe*/
	font-size: 10px;
}

#menuImpressum a:hover {
	color: #fffbdf; 		/*Schriftfarbe bei mouse over*/
	background: #003300;	/*Hintergrundfarbe bei mouse over*/
}

a {
	color: #00652a;
	text-decoration: none;
}

a:focus {
	text-decoration:blink;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

div#menueImpressum {
	color: #fffbdf;
	font-size: 10px;
	font-weight: normal;
	font-family: Times New Roman, Times, sans-serif;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 40px;
}

div#content {
	color: #00652a;
	font-size: 18px;
	font-weight: normal;
	font-family: Times New Roman, Times, sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

div#Kontakt {
	color: #00652a;
	font-size: 18px;
	font-weight: normal;
	font-family: Times New Roman, Times, sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}

div#TextImpressum {
	color: #16441a;
	font-size: 12px;
	font-weight: normal;
	font-family: Times New Roman, Times, sans-serif;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}

#TextImpressum ol {
	float: left;
	margin-left: 20px;
}

