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

img {
	border-width: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	color: #505050;
	font-family: "Arial", sans-serif;
	font-size: 12pt;
}

div#header {
	background-color: #8ead2b;
	background-image: url(./images/hbg.jpg);
	background-repeat: repeat-x;
	height: 120px;
	border-bottom: 2px solid #404040;
}


div#content {
	width: 100%;
	overflow: auto;
	margin-bottom: 21px;
	background-image: url(./images/shadow.gif);
	background-repeat: repeat-x;
}

div#content div.padding {
	margin: 14px;
}

h2 {
	color: #808080;
	margin-top: 21px;
	margin-bottom: 21px;
}
h3 {
	color: #808080;
	margin-top: 7px;
	font-weight: normal;
}

a:link, a:visited {
	color: #8ead2b;
	text-decoration: none;
	font-size: 85%;
}
a:hover, a:active {
	color: #808080;
	text-decoration: underline;
}


div.projekte {
	margin: 1em 5%;

}
div.projekte div {
	float: left;
	width: 33%;
	min-width: 314px;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

div.projekte div a img {
	width: 300px;
	border: 2px solid #D0D0D0;
}
div.projekte div a:hover img {
	border-color: #FFFFFF;
}

div.projekte div h3, div.projekte div a {
	width: 300px;
	margin: 7px 7px 0px;
}

div.projekte div p {
	width: 300px;
	margin: 14px 7px 0px;
}


div#footer {
	background-color: #E0E0E0;
	border-top: 2px solid #D0D0D0;
	height: 8.5em;
}

div#footer div.padding {
	margin: 7px 14px;
}

div#footer h2 {
	color: #505050;
	margin: 14px 0px;
}

div#footer p {
	display: block;
	float: left;
	margin-bottom: 14px;
	width: 20%;
}
