/*
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/bg02_2.jpg) no-repeat;
	    background-attachment:fixed; 
	    color: #dbdbd9;
    	font-family: Arial, sans-serif; 
	    font-size: 1em;
}

p {
    margin: 0px 0px 60px 0px;
  }

h3 {font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-style: italic;}
  
nav {
    position:fixed;
    width: 20%; 
    top: 200px;
    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: #ffffff;
    text-decoration: none;
}

article {
    float: left;
    top: 200px; 
    margin-top: 218px;
    color: #000000;
    margin-left: 500px;
    width: 820px;
   
}

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


a.tooltip
{
  position: relative;
  text-decoration: none;
  color: black;
}

a.tooltip span
{
  display: none;
}

a.tooltip:hover span
{
  position: absolute;
  display: block;
  width: 800px;
  bottom: 2em;
  left: 300px;
  background-color: #dbdbd9;
  padding: 0.2em;
}

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

.picgalerie {
    padding: 5px;
	width: 50px;
	hight: 50px;
   }


/*
.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; 
}

*/


