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

html {
	overflow-y: scroll;
}

body {
	background-color	: #FFA; /* Hintergrundfarbe */
	width           	: 1024px; /* groesse der Seite in der Breite */
	height          	: 768px;  /* groesse der Seite in der Hoehe */
	margin-left     	: auto;
	margin-right    	: auto; 
}

#logo {
	width				: 1024px;
	height				: 200px;
	position        	: relative;
	background-repeat	: no-repeat;
	background-position	: center;
	color: rgba(191,18,21,1.00);
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}


#navi_box {
	width				: 400px;
	height				: 280px;
	margin-left			: 450px;
	font-size			: 16px;
	font-family			:font-family: 'New Rocker', cursive;
	color				: #400080;
	margin-top: 20px;
}

#nav_link_box {
	width				: 450px;
	height				: 35px;
	text-align: center;
	margin-left: 300px;
	font-weight: bold;
}

#Mittel_Text {
	font-family			: 'Lobster', cursive;
	font-size			: 25px;
	color				: #986222;
	left				: auto;
	right				: auto;
	clip				: rect(auto,auto,auto,auto);
	text-align			: center;
	margin				: auto;
	height				: 600px;
	width				: 1024px;
	font-weight: bold;
}

#clear {
	clear				: both;
}

a:link {
	text-decoration		: none;
	color				: #007F00;
}

a:hover {
	text-decoration		: none;
	text-shadow			: #FF0 4px 4px 5px;
	color				: #007F00;
	font-size			: 22px;
}

#clear {
	clear				: both;
}

.abstand5px  {margin-top: 5px;  margin-bottom: 5px;}
.abstand10px {margin-top: 10px; margin-bottom: 10px;}
.abstand20px {margin-top: 20px; margin-bottom: 20px;}
.abstand30px {margin-top: 30px; margin-bottom: 30px;}

.text-shadow {text-shadow: #2A0000 3px 3px 5px;}

#fusszeile {
	width				: 1000px;
	height				: 33px;
	position			: relative;
	margin-top			: 55px;
	margin-right		: auto;
	margin-left			: auto;
	padding-top			: 4px;
	border-top-width	: medium;
	border-top-style	: solid;
	border-top-color	: #000080;
}

#fusszeile_1 {
	width				: 250px;
	height				: 20px;
	text-align			: center;
	font-size			: 12px;
	color				: #2A1FAA;
	font-weight			: normal;
	margin-left			: auto;
	padding-top			: 4px;
}

#fusszeile_2 {
	width				: 130px;
	height				: 30px;
	text-align			: center;
	float				: left;
	margin-top			: -30px;
}

#fusszeile_3 {
	width				: 100px;
	height				: 30px;
	text-align			: center;
	margin-top			: -30px;
	padding-left		: 140px;
}

#fusszeile_4 {
	width				: 300px;
	height				: 30px;
	text-align			: center;
	margin-top			: -30px;
	padding-left		: 250px;
}

#fusszeile_5 {							/* Facebook */
	width				: 60px;
	height				: 25px;
	text-align			: center;
	margin-top			: -25px;
	padding-left: 600px;
	padding-right: 150px;
}
