article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

html {
	background: url('img/markus_bertling.jpg') fixed no-repeat -60px -160px #3c9ad8;
	font-size:28px;
	}
body {
	color:#fff;
	font-family: "Josefin Sans","Helvetica",sans-serif;
	font-size:1em;
	height:550px;
	line-height:1.3em;
	margin:20px 0 0 620px;
	position:relative;
	}
h1 {
	left:-9999px;
	position:absolute;
}
h2,h3 {
	font-size:36px;
	}
h4 {
	font-size:28px;
	}
h1,h2,h3,h4,p {
	margin: 14px 0;
}
form, h4, p {
	width:550px;
	}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
li {
	display:inline;
	}
a {
	background-color:#fff;
	color:#3c9ad8;
	padding:3px 3px 2px;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
	a:visited {
		color:#666;
		}
	a:hover,
	a:focus,
	a:active {
		color:#333;
		}
article {
	display: block;
	margin-bottom: 500px;
	padding-top: 20px;
}
#impressum {
	margin-bottom: 200px;	
}
address {
	font-style:normal;
}
#nav {
	font-size:28px;
	left:470px;
	line-height:1.8em;
	position:fixed;
	text-align:right;
	top:20px;
	}
	#nav li {
		display:block;
		}
	#nav a {
		background-color:#3c9ad8;
		color:#fff;
		}
		#nav a:hover {
			background-color:#fff;
			color:#3c9ad8
			}
#networks {
	background-color: rgba(255,255,255,0.8);
	bottom:0;
	font-size:20px;
	left:50px;
	padding: 5px 20px 0;
	position:fixed;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
	}
	#networks a {
		background-color: transparent;
	}
	#networks a:hover {
		color: #3c9ad8;
	}
.hide {position:absolute;left:-9999px;}
