* { padding:0; margin: 0; }

body {
   /*background-color:#AFBEE3;*/
	background-color:#eff2f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	height: 50px;
	width: 900px;
	border:0px;
	padding-left:20px;
	margin:30px auto 0 auto;
}

#wrapper {
	height: 600px;
	width: 900px;
	background-color: #FFFFFF;
	border:1px solid #8c8c8c;
	border-bottom: 4px solid #33b5e5;
	margin:40px auto 0 auto;
	border-radius: 5px;
}
#menu {
	background-color: #e1e1e1;
	border:0px solid #8c8c8c;
	width:100%;
	height:30px;
	color:#000000;
	border-top-left-radius:5px;
	border-top-right-radius: 5px;
}

#navigation menuIndex {
	color: #33b5e5;
}

#slogan {
	height: 28px;
	width: 100%;
	background-color: #33b5e5;
	color: #ffffff;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	
}


#navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
}
#navigation a {
    float: left; width: 6em;
    margin: 0.2em; padding: 0.4em 1em;
    border-right: 1px solid black;
    text-decoration: none; font-size: 12px;
    color: black; background-color: #e1e1e1;
}
#navigation a:hover {
    border-color: #33b5e5;
    border-right: 1px solid black;
    color: #33b5e5; background-color: #e1e1e1;
}
#navigation div {
     clear: left;
}

#infos {
	position: relative;
	top: 30px;
	left: 50px;
}

#infos li {
	list-style: none;
	margin: 15px;
	font-family: Verdana;
	font-size: 14px;
	
}

#infos img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#screenshots {
    float:left;
    width: 518px;
    height: 350px;
    margin-top: 30px;
    margin-left: 20px;
}

#googleplay {
	float: right;
	margin-top: 40px;
	margin-right: 150px;
}

#beschreibung {
	margin-top: 120px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
}
#copyright {
	margin-top: 20px;
	font-family: Verdana;
	font-size: 10px;
}