* {padding: 0px; margin: 0px;}


html, body {
	height: 100%;
	background-color: white;
	/*font: 13px/19px 'perspective_sansregular', Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font: 13px/20px;
  	color: #777;
	}


#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-color: white;
	/*border-left: solid 1px #90b73d;
	border-right: solid 1px #90b73d;*/
	width: 800px;
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	}



/* --------------FONTS------------------- */

/*@font-face {
    font-family: 'perspective_sansregular';
    src: url('fonts/persans-webfont.eot');
    src: url('fonts/persans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/persans-webfont.woff') format('woff'),
         url('fonts/persans-webfont.ttf') format('truetype'),
         url('fonts/persans-webfont.svg#perspective_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'perspective_sansbold';
    src: url('fonts/persansb-webfont.eot');
    src: url('fonts/persansb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/persansb-webfont.woff') format('woff'),
         url('fonts/persansb-webfont.ttf') format('truetype'),
         url('fonts/persansb-webfont.svg#perspective_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


h1 {
	/*font: 18px/20px 'perspective_sansregular', Arial, sans-serif;*/
	font: 18px/20px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
	color: #777;
	transform: uppercase;
	}

h2 {
	/*font: 13px/19px 'perspective_sansbold', Arial, sans-serif;*/
    font: 14px/19px 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
	color: #777;
	transform: uppercase;
	}

a {
	border: none;
	text-decoration: none;
	color: #777;
	} 	

a:hover, a:active {
	color: black;
	text-decoration: underline;
	}

a#logolink {
	border: none;
	text-decoration: none;
	color: #777;
	} 

a.hell {
	color: #e8f0d8;
	}

a.gallerie {
	padding-right: 30px;
	line-height: 70px;
	}

ul.normal {
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 15px;
}

li.normal { 
    padding-left: 16px; 
    text-indent: -12px;
    padding-bottom: 10px;
}

li.normal:before {
    content: "• ";
    color: #777;
    font-size: 19px;
}

li.gruen { 
    padding-left: 8px; 
    text-indent: -12px;
}

li.gruen:before {
    content: "• ";
    color: #e8f0d8;
    font-size: 16px;
}
	
p {
	padding-bottom: 15px;
	}

p.zitat {
    font-style: italic;
    padding-right: 50px;
    font-size: 1em;
	line-height: 1.8em;
    hyphens: auto; 
    text-align: justify;
    padding-bottom: 15px;
}

p.autor {
    text-align: right;
    padding-right: 50px;
	line-height: 1.5em;
    
}

/* -------------NAVIGATION------------------- */

#navigation {
	width: 100%;
	height: 40px;
	background: #ebebeb;
	color: #c8c8c8;
	}

#navigation-content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}

ul#nav {
	text-align: left;
	padding-right: 30px;
	padding-top: 12px;
/*	font: 15px 'perspective_sansregular', Arial, sans-serif;*/
    font: 14px 'Open Sans', Arial, sans-serif;
    }

ul#nav li {
	list-style: none;
    display: inline;
	color: white;
    }
   
ul#nav a {
	color: #606060;
	padding: 3px;
	text-decoration: none;
	}

ul#nav a:hover {
    border-bottom: 2px solid #c8c8c8;	
    padding: 3px;
	}

li#aktiv {
   	list-style: none;
    display: inline;
	color: white;
    border-bottom: 2px solid #c8c8c8;	
    padding-bottom: 3px;
	}

/* -------------MAIN-DIVS------------------- */

#logo {
	position: relative; 
	margin-right: auto; 
	margin-left: auto; 
	width: 800px; 
	padding-top: 35px;
	padding-bottom: 10px;
	/*font: 20px 'perspective_sansregular', Arial, sans-serif;	*/
    font: 20px 'Open Sans', Arial, sans-serif;
	}

#white {
	clear: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	width: 800px;
	padding-top: 35px;
    line-height: 1.5em;
	}


	