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

* {
	margin: 0;
	padding: 0;
	font-family: Book Antiqua, Arial;
	color:#FFF;
	text-decoration: none;
	

}

@font-face {
   font-family: Book Antiqua;
   src:url(../font/BKANT.TTF);
}

body { 
	background-image:url(../image/bg_ohne.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding:0;
	background-position:top;

}

/* Hauptteil */


#index	{
	width:1000px;
	height:174px;
	background-repeat:no-repeat;
	background-image:url(../image/index.png);
	left:50%;
	position:absolute;
    top: 50%;
	margin: -87px 0 0 -500px;

}

#index_font	{
	margin-left:105px;
	margin-top:65px;
	width:350px;
	height:75px;
	float:left;
	position:absolute;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#logo_index	{
	width:333px;
	height:100px;
	float:right;
	margin-right:148px;
	margin-top:46px;

}

#logo_index img {
	border:0px;
}
