/** Styles für Einstiegsseite  */
body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cell-spacing:0;
	cell-padding:0;
	text-align: center;
	background-color:#101010;
}

/*  Index Hintergrund */
#index-table{
	margin-left:auto;
	margin-right:auto;
}

.index-image{
	background-image:url(../img/index/start_logo.jpg);
	width:780px;
	height:580px;
	background-repeat:no-repeat;
}

.current-image{
	height:596px;
	width:421px;
	background-repeat:no-repeat;
}

.current-image a img{
	border:0;
}

/**  Links zum Seiteneinstieg */
#entry-table{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#F7F1E5;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
}

#entry-table td{
	padding:8px;
	text-align:left;
}

.entry-link{
	color:#F7F1E5;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.entry-image{
	height:15px;
}