@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	background-color: #f1ece6;
}

a{
text-decoration: none;
font-family: verdana,sans-serif;
font-size: 11px;
color: #666;
}

#logo {
position: relative;
margin-top: 100px;
margin-left: 100px;
margin-bottom: 40px;
width: 200px;
margin-right: 0;
}

#app-infos {
position: relative;
left: 100px;
width: 400px;
line-height: 17px;
}


div#titel img	{
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 00px 2px 8px gray;
-moz-box-shadow: 00px 2px 8px gray;
-khtml-border-radius: 00px 2px 8px gray;
-webkit-box-shadow: 00px 2px 8px gray;
margin-top: 10px;
margin-bottom: 10px;
}