/*************************************************************************************** freshVersion.css */

/*************************************************************************************** Allgemein */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000000;
	line-height: 1.2;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(stuff/background.jpg);
}

#DarkBack{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-image:url(stuff/DarkBack.jpg);
}

#Header{
	position:relative;
	background-image:url(stuff/Header_freshVersion.jpg);
	width:738px;
	height:159px;
	margin-top:0px;
	margin-left:31px;
}

#Cloud01{
	position:fixed;
	margin-left:-354px; 
	margin-top:70px;
}

#Cloud02{
	position:fixed;
	margin-left:787px; 
	margin-top:70px;
}

/*************************************************************************************** Menü Gestaltung */

#Menu{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-top:10px;
	text-decoration:none;
}

#Menu a{
	color: #FFFFFF;
	text-decoration:none;
}

#Menu a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

#SubMenu{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
}

#Menu-News-Color {
	position:absolute;
	margin-left:65px;
	background-color:#fffeac;
	width:120px;
	height:3px;
}

#Menu-News{
	position:absolute;
	margin-top:3px;
	margin-left:65px;
	background-color:#2e2e2e;
	width:120px;
	height:35px;
}

#Menu-News a:hover{
	color: #fffeac;
}

#Menu-Art-Color {
	position:absolute;
	margin-left:200px;
	background-color:#fb009f;
	width:120px;
	height:3px;
}

#Menu-Art{
	position:absolute;
	margin-top:3px;
	margin-left:200px;
	background-color:#2e2e2e;
	width:120px;
	height:35px;
}

#Menu-Art a:hover{
	color: #fb009f;
}

#Menu-Games-Color {
	position:absolute;
	margin-left:335px;
	background-color:#c900fb;
	width:120px;
	height:3px;
}

#Menu-Games{
	position:absolute;
	margin-top:3px;
	margin-left:335px;
	background-color:#2e2e2e;
	width:120px;
	height:35px;
}

#Menu-Games a:hover{
	color: #c900fb;
}

#Menu-Shop-Color {
	position:absolute;
	margin-left:470px;
	background-color:#3fabff;
	width:120px;
	height:3px;
}

#Menu-Shop{
	position:absolute;
	margin-top:3px;
	margin-left:470px;
	background-color:#2e2e2e;
	width:120px;
	height:35px;
}

#Menu-Shop a:hover{
	color: #3fabff;
}

#Menu-About-Color {
	position:absolute;
	margin-left:605px;
	background-color:#aaff46;
	width:120px;
	height:3px;
}

#Menu-About{
	position:absolute;
	margin-top:3px;
	margin-left:605px;
	background-color:#2e2e2e;
	width:120px;
	height:35px;
}

#Menu-About a:hover{
	color: #aaff46;
}

/*************************************************************************************** Content */

#HeadOfContent{
	position:relative;
	margin-top:48px;
	margin-left:30px;
	background-image:url(stuff/TopOfContent.jpg);
	width:738px;
	height:23px;
}

#Content{
	position:relative;
	background-color:#828282;
	margin-left:31px;
	margin-top:-15px;
	padding-left:20px;
	padding-bottom:20px;
	width:716px;
}

#Content a{
	color: #FFFFFF;
	text-decoration:none;
}

#Content a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

#Content a:hover{
	color: #2e2e2e;
	text-decoration:none;
}

h1{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 140%;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
}

/*************************************************************************************** Bottom */

#Contact{
	position:relative;
	font-weight:bold;
	font-size:13px;
	background-color:#2e2e2e;
	margin-left:31px;
	padding-top:10px;
	width:736px;
	height:74px;
}

#Contact a{
	color: #828282;
	text-decoration:none;
}

#Contact a:visited{
	color: #828282;
	text-decoration:none;
}

#Contact a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

