* {
	margin:0;
	padding:0;
}

body {
	background:#231e24 url(../images/index_bg.jpg) center top repeat-x;
	font:18px/150% Arial, Helvetica, sans-serif;
	color:#333;
}

/* Standard -------------------------------------- */

img {
	border:0;
}

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

a:hover {
	color:#FF0;
}


/* Startseite ------------------------------------ */

#index_around {
	width:770px;
	margin:0 auto;
}

#index_headline {
	width:574px;
	margin:35px auto 0 auto;
}

#index_picture {
	width:368px;
	margin:36px auto 0 auto;
}

#index_menu {
	width:730px;
	margin:60px auto 0 auto;
	text-align:center;
}

#index_menu p {
	font-size:10px;
	color:#a0a0a0;
	vertical-align:middle;
}

#index_enter {
	width:257px;
	margin:25px auto 0 auto;
}

/* Bufferfish */
#index_enter a * {
	display: none;
}

#index_enter a,
#index_enter a .hover {
	height: 21px;
	position: relative;
	display: block;
	background: url(../images/index_enter_map.jpg) 0 0 no-repeat;
}

#index_enter a.enter {
	background-position: 0 0;
	width: 257px;
}

#index_enter .highlight a.enter:hover,
#index_enter a.enter .hover {
	background-position: 0 -21px;
	width: 257px;
}