﻿* {
	margin: 0px;
	padding: 0px;
} 
body {
	margin: 0px 0px 80px 0px;
	background-color: #31464D;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	min-width: 840px;
}
p {
	line-height: 20px;
	margin-top: 7px;
	color: #3A4447;
	font-size: 12px;
	text-align: left;
	font-size: 14px;
	color: #EDDEDC;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Sans-Serif, Arial;
	font-size: 26px;
	color: #B99298;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-style: italic;
}
h2 {
	margin: 15px 0px 15px 0px;
	font-size: 19px;
	color: #EDDEDC;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif, Arial;
}
h2 a {
	font-size: 19px;
	color: #EDDEDC;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif, Arial;
	text-decoration: none;
}
h3 {
	margin: 20px 0px 10px 0px;
	font-size: 14px;
	color: #EDDEDC;
}
.head {
	background-position: left bottom;
	width: 100%;
	height: 75px;
	text-align: center;
	background-color: #282828;
	background-image: url('../images/bg_head.png');
	background-repeat: repeat-x;
}
#masthead {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif, Arial;
	padding: 15px 0px 15px 0px;
	color: #EDDEDC;
	font-size: 38px;
	font-weight: bold;
}
#masthead a {
	color: #EDDEDC;
	font-size: 38px;
	font-weight: bold;
	text-decoration: none;
}
#masthead a:hover {
	color: #B99298;
}
.logo {
	background-position: center center;
	width: 100%;
	height: 320px;
	text-align: center;
	background-color: #363636;
	background-image: url('../images/logo_big.png');
	background-repeat: no-repeat;
}
.headline_outer {
	width: 100%;
	text-align: center;
	background-color: #363636;
	padding: 0;
	margin: 0;
}
.headline {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 70px;
}
.content_outer {
	background-position: left top;
	width: 100%;
	text-align: center;
	background-image: url('../images/bg_content.png');
	background-repeat: repeat-x;
}
.content {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, "Trebuchet MS", Tahoma, Sans-Serif;
	padding: 30px 0px 15px 0px;
	font-size: 14px;
	color: #EDDEDC;
}
.projekte {
	float: left;
	width: 540px;
	padding-right: 60px;
	padding-bottom: 60px;
}
.lkprojekte a {
	display: block;
	width: 100%;
	font-family: Arial, "Trebuchet MS", Tahoma, Sans-Serif;
	font-size: 14px;
	color: #EDDEDC;
	text-decoration: none;
	margin-left: -5px;
	padding: 2px 0px 2px 5px;
}
.lkprojekte a:hover {
	background-color: #575757;
}
.impressum {
	background-position: left top;
	float: left;
	width: 180px;
	color: #1F2326;
	padding-left: 20px;
	background-image: url('../images/bg_press.png');
	background-repeat: repeat-y;
}
.style1 {
	text-decoration: underline;
}
.linktext a {
	font-size: 13px;
	color: #EDDEDC;
}
.linktext a:hover {
	text-decoration: none;
	background-color: transparent;
}
.bild {
	font-size: 12px;
}
.bild a img {
	border-width: 4px;
	border-color: transparent;
}
.bild a:hover img {
	border-color: #FFA6D2;
}


