* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #003c96;
	text-decoration: none;
}

a:active, a:hover {
	color: #003c96;
	text-decoration: underline;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/bg-body.gif) repeat-x #f0f0f0;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url(../images/bg-wrapper.gif) repeat-y;
	margin: 0px auto;
	min-height: 100%;
	width: 920px;
}

* html #wrapper {
	height: 100%;
}

#header {
	background: url(../images/bg-header-verlauf.gif) no-repeat;
	height: 198px;
	width: 920px;
}

#header_content {
	background: url(../images/bg-header.gif) repeat-x;
	height: 198px;
	margin: 0 auto;
	width: 900px;
}

#header_left {
	float: left;
	padding: 84px 0 0 30px;
	width: 470px;
}

#header_right {
	background: url(../images/logo-kronwald.gif) no-repeat;
	height: 198px;
	float: left;
	width: 400px;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin: 142px 20px 0 0;
	text-align: right;
}

#navi {
	float: left;
	height: auto;
	margin: 100px 0 0 10px;
	width: 220px;
}

#navi ul {
	list-style: none;
}

#navi a {
	background: url(../images/bg-navi.jpg) no-repeat top left;
	border-bottom: 1px solid #8c8c8c;
	color: #000;
	display: block;
	font-size: 14px;
	height: 20px;
	padding-top: 9px;
	text-decoration: none;
	text-indent: 60px;
	width: 200px;
}

#navi a:hover {
	background: url(../images/bg-navi_hover.jpg) no-repeat top left;
	font-weight: bold;
}

.active {
	background: url(../images/bg-navi_hover.jpg) no-repeat top left !important;
	font-weight: bold;
}

#kontaktlinks {
	margin-top: 30px;
}

#content {
	float: left;
	height: auto;
	margin-top: 65px;
	padding: 0 20px;
	width: 420px;
}

h2 {
	border-bottom: 1px solid #8c8c8c; 
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 18px -1px;
	width: 420px;
}

.content_text {
	list-style: none;
	margin-bottom: 18px;
}

.eingerueckt {
	margin: 0 0 18px 18px;
}

.imp_eingerueckt {
	margin: 0 0 8px 18px;
}

#galerie {
	float: left;
	height: auto;
	margin: 112px 0 0 20px;
}

#galerie img {
	border: 2px solid #8c8c8c;
}

#team {
	line-height: 18px;
}

#team td {
	vertical-align: top;
}

#team .name {
	width: 150px;

}

/* Kontaktformular */

form#frmContact {
	height: auto;
	margin-bottom: 48px;
}

form#frmContact p {
	margin-bottom: 8px;
}

p.output {
	margin: 12px 0 36px;
}	

form#frmContact p.spamcheck {
	display: none;
}			

form#frmContact label {
	display: block;
	float: left;
	padding-top: 2px;
	width: 120px;
}

form#frmContact select, form#frmContact input.input_text, form#frmContact textarea {
	border: 1px solid #545454;
	font: 12px Arial, Helvetica, sans-serif;
	height: 20px;
	width: 300px;
}

form#frmContact select option {
	padding-left: 3px;
}

form#frmContact input.input_text {
	height: 15px;
	padding: 2px 0 0 3px;
	width: 295px;
}

form#frmContact .input_zip {
	margin-right: 4px;
	width: 39px !important;
}

form#frmContact .input_city {
	width: 247px !important;
}

form#frmContact textarea {
	height: 140px;
	padding: 1px 0 0 3px;
	width: 295px;
}

form#frmContact input.input_text:hover, form#frmContact input.input_text:focus,
form#frmContact textarea:hover, form#frmContact textarea:focus {
	background: #F0F0F0;
}

form#frmContact .input_button {
	background: #fff;
	border: 1px solid #545454;
	height: 22px;
	margin: 12px 0 0 120px;
	padding: 0;
	width: 300px;
}

form#frmContact .input_button:hover {
	background: #F0F0F0;
	cursor: pointer;
}

form#frmContact p.false {
	color: #E00130;
}

	form#frmContact p.false select,
	form#frmContact p.false input.input_text, 
	form#frmContact p.false input.input_zip, 
	form#frmContact p.false input.input_city,
	form#frmContact p.false textarea {
		border: 1px solid #E00130;
	}			

form#frmContact input[type=text].false, form#frmContact textarea.false {
	border: 1px solid #E00130;
}

p#frmContactLoader {
	background: url(loader.gif) no-repeat;
	height: 19px;			
}

p#frmContactError, p#frmContactSuccess, p#frmContactLoader {
	display: block;
}