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

*{margin:0; padding:0; border:0;}

html{
	background-color:#000;
	}

body{
	color:#FFF;
}	
	
	
	
#ramen1{
	background:url(../Bilder/intro.jpg) no-repeat;
	width:896px;
	height:700px;
	margin:0 auto;
	position:relative;
}	

#info{
	position:absolute;
	margin:600px 0 0 230px;
	text-transform:uppercase;
	font-family:"Comic Sans MS", cursive, Verdana, Arial;
	font-size:14px;

}	
	
	

#eingang{
	position:absolute;
	margin:630px 0 0 590px;
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;

}	

#eingang a{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}	
	
	
	
#eingang a:visited{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}	

#eingang a:hover{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	color:#5e335b;
	text-decoration:none;
}
	
#count{
	position:absolute;
	width:80px;
	height:15px;
	margin:650px 0 0 50px;
	
	}
#updata{
	position:absolute;
	width:150px;
	height:15px;
	margin:630px 0 0 240px;
	text-align:center;

}		
	
	
	
