@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	background: #5599d6 url(grafik/hg_oben.png) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	width: 1025px;
	margin-left: auto; margin-right: auto;
}
#kontaktleiste {
	margin: 25px 0px 5px 45px;
	color: #ffffff;
}
#kontaktleiste a {
	color: #ffffff;
	text-decoration: none;
}
#oben_fotos {
	position: relative;
	left: 450px;
	top: -40px;
	background:url(grafik/oben_fotos.png) no-repeat;
	height: 220px;
	width: 485px;
}
#header {
	margin-left: 25px;
	background:url(grafik/oben.png) no-repeat;
	height: 160px;
}
#menu {
	margin-left: 25px;
	padding-left: 15px;
	padding-top: 10px;
	background:url(grafik/menu.png) no-repeat;
	height: 40px;
	font-size: 16px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	height: 25px;
	width: 161px;
	margin-right: 1px;
	text-align: center;
	padding-top:10px;
	float: left;
	background:url(grafik/hg_menu.png) repeat-x;
}
#menu ul li:hover {
	background:url(grafik/hg_menu_hover.png) repeat-x;
}
#menu_highlight {
	font-weight:bold;
}
#menu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#submenu {
	float: left;
}
#submenu ul {
	list-style-type: none;
}
#submenu ul li {
	float: left;
	margin-left: 10px;
}
#content_datum {
	font-family: "Arial";
	font-size: 8px;
	margin-left: 785px;
	margin-bottom:5px;
}
#content_aktuelles {
	width: 220px;
	min-height: 250px;
	border-left: thin dotted #000;
	float:right;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 11px;
}
#content_aktuelles ul {
	list-style-type: none;	
}
#content_aktuelles ul li {
	margin: 10px 0px 10px 0px;	
}
#content {
	margin-left: 25px;
	padding: 15px 20px 10px 25px;
	background:url(grafik/inhalt.png) repeat-y;
	min-height: 300px;
}
#bg_unten {
	height: 200px;
	width:100%;
	position:absolute;
	bottom:0;
	background:url(grafik/hg_unten.png) repeat-x;
	z-index:-1;
}
#footer {
	margin-left: 25px;
	padding-right: 20px;
	padding-left: 20px;
	height: 100px;
	background:url(grafik/unten.png) no-repeat;
}
/* ----------- Klassen: ----------- */


/* Gaestebuch */
.gb_wrapper {
	background-color: #F3F3F3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:25px;
	padding: 5px;
	min-height: 150px;
	width: 700px;
	border: solid thin #CCCCCC;
}
.gb_name {
	float: left;
	text-align: left;
	margin-bottom:2px;
}
.gb_datum {
	text-align: right;
	margin-bottom:2px;
}
.gb_email {
	float: left;
	text-align: left;
}
.gb_homepage {
	text-align: right;
}
.gb_text {
	margin-top: 15px;
}
.gb_kommentar {
	margin-top: 35px;
	border-top: solid thin #CCCCCC;
}
.gb_neu_name {
	margin-bottom:2px;
}
.gb_neu_email {
	margin-top: 9px;
	margin-bottom:2px;
}
.gb_neu_homepage {
	margin-top: 9px;
	margin-bottom:2px;
}
.gb_neu_text {
	margin-top: 15px;
}
/* Gaestebuch Ende */



/* Projekte */

.projekte_wrapper {
	min-height: 68px;
	margin-bottom: 30px;
	margin-left: 20px;
	float: left;
	width: 457px;
}
.projekte_bild {
	float: left;
	margin-right:15px;
	height: 60px;
	width: 60px;
}
.projekte_fertig {
	position: absolute;
	margin-left: 38px;
	margin-top: 38px;
	background-image:url(grafik/haken.png);
	width: 25px;
	height: 25px;
}
.projekte_unfertig {
	position: absolute;
	margin-left: 38px;
	margin-top: 38px;
	width: 25px;
	height: 25px;
	background-image:url(grafik/zahnrad.png);
}
#projekte_icon_beschreibung {
	margin-top:30px;
}
/* Projekte Ende */


.diy_wrapper {
	min-height: 50px;
	margin-bottom: 30px;
	margin-left: 20px;
	float: left;
	width: 285px;

	padding: 5px;
	line-height: 21px;
}
.diy_bild {
	float: left;
	margin-right:10px;
	margin-top: 3px;
	height: 60px;
	width: 60px;
}


.klein {
	font-size: 9px;
}

