/*
Template: andreasd
Author: Bernd Frigger
Author URL: www.bfrigger.de
Release date: 2016-05-30
Description: Andreas Drewer Homepage
*/

* {
	margin: 0;
	padding: 0;
}

header, nav, footer, article {
    display:block;
}

body {
	    background: #dbdbd9 url(../images/bg03.jpg) no-repeat;
	    background-attachment:fixed; 
	    color: #dbdbd9;
    	font-family: Arial, sans-serif; 
	    font-size: 1em;
}

nav {
    position:fixed;
    width: 20%; 
    top: 50px;
    min-height: 650px;
    margin-left: 100px;
    margin-top: 150px;
}

nav ul li {
	    margin: 15px;
	    font-size: 1.3em; 	
	    list-style: none;
}

nav a {
	color: #000000;
	text-decoration: none;
}

nav a:hover {
	color:  #dbdbd9;
    text-decoration: none;
}



.content {
    width: 79%;
    color: #000000;
	width: 300px;
	min-height: 650px;
	margin-left: 100px;
    margin-top: 150px;

}

article {
    float: left;
    width: 70%;
    margin-top: 150px;
   
}


footer {
    clear: both;
    background-color: yellow;
}


/*



.kontakt {
    margin-top: 50px;
    font-size: 1.5em;
}

.contentleft {
    margin: 20px;
	float: right;
	width: 780px;
	min-height: 650px;
}

.textblock {
	margin-top: 50px;
	font-size: 1.1em;
}




.showblock {
position:fixed;
top: 50px;
right: 50px;
height: 200px; 
}

*/


