@charset "utf-8";
/* CSS Document 
Copyright Larissa Fischinger - 2013 */

/* --------------------------------- Layout ---------------------------------*/

body {background-color: #2e221d;
      height: auto;
	  background-image: url('../_img/bg5.jpg');
      font-family: 'Droid Sans', Verdana, sans-serif;
	  color: #262d3d;}  
	  
.page { width: 370px;
        height: 100%;
        margin: 100px auto;
	    text-align:left;}	
		
#header  {display:block;
	  width:410px;
          height: 130px;   
          background:url('../_img/berndlutzlogo.jpg');
	  background-repeat: no repeat;
	 }

	   	 
#inhalt  {background-color: #eae9e8;
          width: 370px;	 
		  height: 100%;
		  position: relative;
		  padding-left: 20px;
		  padding-right: 20px;
                  padding-top: 20px;
                  padding-bottom: 12px;
		  font-family: 'Open Sans', Verdana, sans-serif;
		  font-size: 15px;
		  margin-top: 5px;}  
	  
#master  {background-color: #eae9e8; color:#000000; padding: 5px; font-size: 18px;}	  

/* --------------------------------- Links und Schriften Index---------------------------------*/
	  
	  
h1 {font-size: 12px;
    color:#fff;
	background-color: #979ba4;
	padding-left: 5px;
	letter-spacing: 1px;}

h2 {font-size: 12px;
    color:#fff;
	background-color: #ad998f;
    padding-left: 5px;
	letter-spacing: 1px;}

h3 {font-size: 12px;
    color: #ad998f;
	font-weight: bold;}
	
h4 {font-size: 21px;
    color: #262d3d;
	font-weight: bold;}
			   


#navigation {width: 408px;
             height: 30px;
             background: #eae9e8;
			 position: relative;
			 padding-top: 15px;
			 padding-left: 2px;}
			 
			 
			 
			 
#navigation a         {font-family: 'Open Sans', Verdana, sans-serif; 
                       color: #262d3d;
					   background: #eae9e8;
					   font-size: 12px;
					   text-transform: uppercase;
					   text-decoration: none;
					   padding: 7px;
					   border-top: 1px solid #262d3d}
					  
#navigation a:link    {font-family: 'Open Sans', Verdana, sans-serif; 
                       color: #262d3d;
			           text-decoration: none;}
					  
#navigation a:hover   {color: #262d3d; background-color: #adb2bd; text-decoration: none;}
#navigation a:active  {color: #262d3d; background-color: #adb2bd; text-decoration: none;}
#navigation a:visited {color: #262d3d; text-decoration: none;}




a:link {color: #262d3d; font-family: 'Open Sans', Verdana, sans-serif; font-size: 15px; text-decoration: underline;}
a:hover {color: #979ba4;}
a:active {color: #979ba4;}
a:visited {color:#979ba4;}