
@charset "UTF-8";

/* CSS Document */

*{margin:0; padding:0; outline:none;}

html{
	height:100%;
}

body{
	background-color:#000;
	color:#c6c6c6;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:14px;
	line-height:130%;
}

#indexramen{
	width:1000px;
	height:517px;
	margin:auto;
}

#eingang{
	width:980px;
	margin:auto;
	padding:10px;
}

#eingang a{
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#F00;
	margin-left:250px;
	font-weight:bold;
}

#eingang a;visited{
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#69130c;
	margin-left:250px;
	font-weight:bold;
}

#eingang a:hover{
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#fff;
	margin-left:250px;
	font-weight:bold;
}
#upate{
	width:1000px;
	margin:10px 0px 0px 300px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color:#c6c6c6;
	font-size:14px;
}

