/* CSS Template by Leonid Design 2009 */
/* ----------------------------- */
/* Typografischer Bereich        */
/* ----------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
.clearer {clear: both;}

a {color: #FF9900;text-decoration: none;}
a:hover {color: #FFCC99;}


/* ----------------------------- */
/* Eingangsseite                 */
/* ----------------------------- */

#body_index {
	background-color: #11120a;
	color: #fff3e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content_index {
	width: 520px;
	height: 161px;
	background-image: url(../images/eingang_bg.jpg);
	padding-top: 400px;
	padding-left: 440px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}
#copyright_index {
	font-size: 9px;
	width: 960px;
	margin: 0 auto;
}
.eingang {
	width: 118px;
	height: 62px;
	background-image: url(../images/eingang_button.jpg);
	padding-top: 4px;
	text-align: center;
	display: block;
	float: left;
	margin-left: 25px;
}
.eingang a{
	color: #F7E0CE;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	letter-spacing: 1px;
}
.eingang a:hover {
	color: #FFFFFF;
}

/* ----------------------------- */
/* Eingangsseite Ende            */
/* ----------------------------- */

