@charset "UTF-8";
html {
	background: #4B4B4D url(../style/hg.jpg) bottom center no-repeat;
}

/* Transparenz des PNG soll auch im IE 6 verfügbar sein */
img, div {
  behavior: url(../style/iepngfix.htc);
}

body {
	margin:0;
	padding: 0;
	font-size:62.5%;
	font-family: verdana,arial,helvetica,sans-serif;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a  {
	text-decoration:underline;
	color:#000;
}

h1, h2, h3 {
	color:#515151;
	font-weight:bold;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.3em;
}

input {
	padding:2px;
	border:1px solid #67A119;
	width:200px;
}

input.error, selcet.error, textarea.error {
	border:1px solid #AF0627;
	background:#E6B0BA;
}

p.error_text {
	color:#AF0627;
	font-weight:bold;
}

table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

table tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px 0;
}

table tr th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#67A119;
	padding:5px 0;
}

div#root {
	margin:auto;
	border-top:0px;
	width:851px;
}

	div#main {
		background-image:url(../style/hintergrund.jpg);
		border:1px solid #fff;
		clear:both;
		font-size:1.1em;
		line-height:1.5em;
		margin-bottom:80px;
	}
		div.header {
			background-image:url(../style/header.jpg);
			width:849px;
			height:246px;
			font-size:0;
		}
			img.header {
				position:relative;
				left:-74px;
				top:90px;
				z-index:1;
			}

		div#navi_content {
			clear:both;
		}

			div#content {
				float:left;
				background:url(../style/ic_maennchen.gif) 545px 0px no-repeat;
				position:relative;
				z-index:99;
				width:533px;
				padding:25px 63px 37px 38px;
			}

			div#content ul li{
				list-style-type:disc;
			}
			div#content ul{
				margin-left:50px;
			}

			div#content ol {
				margin-left:55px;
			}

			div#content ol li{
				list-style-type:decimal;
			}

				div#status {
					width:395px;
					overflow:hidden;
					padding-right:20px;
				}
					div#status a {
						text-decoration:none;
					}

				div.drucken {
					float:right;
					width:115px;
				}
				a.drucken {
					background:url(../style/ic_drucken.gif) center left no-repeat;
					display:block;
					padding-left:20px;
					text-decoration:none;
				}

				table.kontakt, table.kontakt tr td {
					border:none;
				}

				.plz {
					width:60px;margin-right:5px;
				}

				.ort {
					width:127px;
				}

				.button_kontakt {
					float:right;
					background-color:#67A119;
					width:100px;
					margin-right:5px;
				}

			div#navi {
				float:left;
				font-size:0;
				width:215px;
			}

			div#galerie {
				width:185px;
				height:140px;
				padding:11px 15px 10px 15px;
			}

				div.img_2, div.img_1 {
					float:left;
					height:41px;
					width:57px;
					margin-bottom:8px;
					overflow:hidden;
				}

				div.img_1, img.img_1 {
					margin-right:6px;
				}

				div.img_2 {
					margin-right:0px;
				}

				img.img_1, img.img_2 {
					height:41px;
					width:57px;
					margin-bottom:8px;
				}


		div#footer {
			clear:both;
			background-color:#67A119;
			border-top:1px solid #fff;
			width:819px;
			padding:15px;
			color:#9FD656;

		}
			div#footer_link {
				text-align:center;
			}
				div#footer a {
					color:#fff;
				}

				span#bookmark {
					text-decoration:underline;
					cursor:pointer;
					color:#fff;
				}

				#mh_logo {
					vertical-align:-3px;
					margin-left:3px;
				}
