@charset "UTF-8";

html, body {
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
}

p { margin: 0.8em 0 0.8em 0;}

#background {
	margin: 0;
	padding: 0;
    width: 100%; 
    height: 100%; 
    position: fixed;
    background-image: linear-gradient(#fff, #D9E3C0);
    z-index: -1; 
}
	

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%; 
	width: 90%;
	max-width: 1400px;
	text-align: center;
    position: relative;
}

#header {
	padding-top: 26px;
	width: 100%;	
}

#navi {
	-webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
	font-family: Open Sans;
    text-size-adjust:none;
	font-size:26px;
	font-weight:300;
	float: left;
	text-align:left;
	padding-top: 69px;
}

#navi a:link {color:#999; text-decoration: none}
#navi a:visited {color:#999; text-decoration: none}
#navi a:hover {color: #333; text-decoration: none}


#logo {
	float: right;
	height: 100px;
	width: 100px;
}
#logo a {
	display: block;
	width: 100px;
	height: 100px;
}
#logo a:link , #logo a:visited{
	background-image: url(../images/Walderhalt-1024.png);
	background-size: 100px 100px;
	background-position: 0px 0px;
}
#logo a:hover, #logo a:focus {
	background-image: url(../images/Walderhalt-1024.png);
	background-size: 100px 100px;
	background-position: 0px 0px;
}
#logo a:active {
	background-image: url(../images/Walderhalt-1024.png);
	background-size: 100px 100px;
	background-position: 0px 1px;
}
	
/*#inhalt {
	padding-top: 22px;
	padding-bottom: 110px;	 Height of the footer 

}*/

.headerbild {
	width: 100%;
	padding-top: 22px;
	margin-bottom: 20px;
}

/*.headerbild a {
	display:block;
}

.headerbild a:hover {
	display:block;
	background-image:url(../images/link-bg2.png);
}

.headerbild a:link, .projekte a:link, .projektebild a:link, #footer a:link {color:#666; text-decoration: none;}

.headerbild a:visited, .projekte a:visited, .projektebild a:visited, #footer a:visited {color:#666; text-decoration: none;}

.headerbild a:hover, .projekte a:hover, .projektebild a:hover, #footer a:hover {color: #666; text-decoration: none;} */

.projekte {
    float: left;
    text-align: left;
	max-width: 720px;
    margin-bottom: 20px;
}

.projektbild {
    float: left;
    max-width: 920px;
}

.datum {
    text-align: left;
	width: 100%;
    color: #B3C388;
    margin-top: 50px;
	margin-bottom: 15px;
}


/*.projekte:hover {
	background-image:url(../images/link-bg2.png);
}*/

.spalte{
	float: left;
	width: 30%;
}

.spalte-m{
	float: left;
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
}

.spalte2a{
	float:left;
	width:46%;
	padding-right:4%;	
}

.spalte2b{
	float:left;
	width:46%;
	padding-left:4%;	
}

.tabelle1{
	float: left;
	width: 25%;
	margin-bottom: 5px;
	color: #808080;
}

.tabelle2{
	float: left;
	width: 75%;
	margin-bottom: 5px;
}


#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.7em;
	width: 100%;
	text-align: center;
}


/*
#footer {
	position: absolute;
	font-size: 0.9em;
	line-height: 1.7em;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 110px;			Height of the footer 
}*/
	/* other non-essential CSS */

/* HOME */



.clearfloat {
	clear: both;
}
	

a:link {color:#666; text-decoration: none}
a:visited {color:#666; text-decoration: none}
a:hover {color: #333; text-decoration: none}
	
img {
	border: 0;
    width: 100%;
}

ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}

h1 {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 1.3em;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}

h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}	
	
