@media only screen and (max-device-width: 480px) { 
	html {
		-webkit-text-size-adjust: 150%; 
	}
}
html {
	overflow-y: scroll;
}
body {

	font-size: 100%;
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}
a:link {
	text-decoration:none;
	color: #B0B0B0;
}
a:visited {	
	text-decoration:none;
	color: #B0B0B0;
}
a:hover {
	text-decoration:none;
	color: #636363;
}
a:active {
	text-decoration:none;
	color: #636363;
}
a img{
    border: 0px;
}
#main {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('http://frizle.de/images/background.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#top-logo {
	float: left;
	padding-left: 140px;
	padding-top: 4px;
}
#language-selector {
	float: right;
	padding-top: 80px;
	padding-right: 120px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	color: #636363;
}
#language-selector div {
	display: inline;
}
#social-networks {
	position: absolute;
	left: 1016px;
	top: 174px;
}
#social-networks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#social-networks li{
	margin-bottom: 8px;
}
#center {
	clear: left;
	margin: 0px;
	border: 0px;
}
#footer {
	clear:left;
	text-align: center;
	padding-bottom: 50px;
}
#logo {
	margin-top: 30px;
}
#copyright {
	font-size: 0.75em;
	margin: 10px;
}
#navigation {
	list-style: none;
	margin: 0px;
	padding-top: 80px;
	padding-left: 100px;
	padding-right: 30px;
	padding-bottom: 10px;
	float: left;
	width: 300px;
	font-size: 0.75em;
	font-weight: bold;
	color: #000000;
}
#navigation li {
	display: inline-block;
	padding-bottom: 20px;
}
#navigation a {
	display: inline-block;
	padding-left: 40px;
	color: #000000;
}
#navigation #active-navigation {
	color: #646464;
	font-size: 1.25em;
}
#title {
	padding-top: 80px;
}
#text {
	text-align:justify;
	padding-left: 430px;
	padding-right: 120px;
	font-size: 0.75em;
}
#bottom-navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: bold;
}
#bottom-navigation li {
	display:inline-block;
	padding-left: 5px;
	padding-right: 5px;
}