@charset "UTF-8";

html, body {background:#FFFFFF;height:100%;margin:0;padding:0;font-family: sans-serif;}

a {
	color: #fff;
	text-decoration:none;
	}
a:hover {
	color: #fdae19;
	}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	min-height:100%;
	height:100%;
	}

#logo-vertical {
	width: 100px;
	height:100%;
	min-height:875px;
	margin: 0;
	background: #01594d;
	float: left;
	}

#logo-vertical img {
	margin-top: 20px;
	}

#malermeister-image{
	margin-left: -70px;
	}

#wrapper {
	width: 840px;
	float: right;
}	
	
	
#navi-top {
	width: 840px;
	height: 35px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 1.2em;
	font-weight:bold;
	font-family: sans-serif;
	float: left;
	}

#navi-top a {
	color: #688825;
	margin-left: 35px;
	margin-right: 15px;
	text-decoration:none;
	}

#navi-top a:hover {
	color: #fdae19;
	text-decoration:none;
	}
	
#navi-top a#aktiv {
	color: #01594d;
	text-decoration:none;
	}
	
#top {
	width: 805px;
	height: 180px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-width: 10px;
	border-color: #688825;
	border-style: solid;
	background-image: url(images/image-top-8.jpg);
	float: left;
	text-align: right;
	}

#top img {
	margin: 76px -30px 0 0;
}
	
#top-inner img {
	border: 0px;
	}
	
.main-text {
	width: 405px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-family: sans-serif;
	background: #688825;
	float: left;
	}
.main-text-long {
	height: 615px;
	}
.main-text-middle {
	height: 405px;
	}
.main-text-short {
	height: 195px;
	}	

.main-text-wide {
	height: 195px;
	width: 825px;
	}
	
.main-text h3 {
	font-weight:bold;
	font-style:normal;
	font-size: 1em;
	padding: 30px 10px 0px 35px;
	}
.main-text h4 {
	font-weight:bold;
	font-style:italic;
	font-size: 0.9em;
	padding: 30px 10px 0px 35px;
	}	
.main-text p {
	font-size: 0.95em;
	padding: 0px 30px 10px 35px;
	}	
	
.main-image-big {
	width: 385px;
	height: 385px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 10px;
	border-color: #688825;
	border-style: solid;
	overflow: hidden;
	float: right;
	}
	
.main-image-big img {
	border:0;
	width: 385px;
	}
	
.main-image-small {
	width: 175px;
	height: 175px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 10px;
	border-color: #688825;
	border-style: solid;
	overflow: hidden;
	float: right;
	}
	
.main-image-small img {
	border:0;
	width: 175px;
	}

.main-image-small a {
	border:0;
	width: 177px;
	height: 40px;
	background: #688825;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.0em;
	font-weight: bold;
	padding-top:15px;
	position:relative;
	display:block;
	top: -115px;
	left: -1px;
	text-decoration:none;
	}	

.main-image-small a:hover {	
	color: #fdae19;
	}
.clear {
	clear:both;
	}