* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%  Arial, Helvetica, sans-serif;
	color: #00333C;
	background-color: #FFF;
}

#box1, box2, #header, #navbg, #nav_container {
}

.print {
	visibility: visible;
}

#header img.print {
	width: 300px;
	height: 53px;
}

#header a, #nav_container {
	display: none;
	visibility: hidden;
}

#content_container {
	width: auto;
	background-color: #FFF;
}

#content {
	margin: 40px 0;
	overflow: auto;
}

#footer {
	clear: both;
	background-color: #FFF;
	font-size: 10px;
	line-height: 10px;
	height: 12px;
}

#footer address, #footer a {
	color: #00333C;
	text-decoration: none;
	font-style: normal;
}

#content h1, #content h2, #content h3 {
	margin: 2em 0 1em 0;
}

#content h1:first-child {
	margin-top: 0;
}

#content h1 {
	font-size: 1em;
}

#content h2 {
	font-size: 0.9em;
}

#content p, #content address, #content ul, #content ol {
	font-size: 0.8em;
}

#content address {
	font-style: normal;
	font-weight: 600;
}

#content address.linkespalte {
	width: 200px;
	float: left;
	padding-right: 10px;
}

#content a {
	color: #00333C;
	text-decoration: underline;
}

#content a:hover {
	color: #FF580F;
	text-decoration: none;
}

#content ul, #content ol {
	padding-left: 2em;
}

#content ul.error {
	list-style: none;
	margin: 1em 0;
}

#content ul.error li {
	padding-left: 2em;
	font-weight: 600;
	background: transparent url(../images/bullet01.gif) no-repeat 10px 50%;
}

#contactform {
	width: 480px;
	font-weight: 600;
	font-style: italic;
	font-size: 100%;
}

#contactform label {
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 12px;
	vertical-align: top;
	font-size: 0.8em;
}

#contactform label .formmessage {
	float: left;
	font-size: 0.75em;
	text-align: right;
	width: 120px;
	padding-right: 12px;
}

#contactform .input_text {
	margin: 3px 0;
	border: 1px solid #FFF;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	padding: 0 2px;
}

#contactform input[type=submit] {
	background-color: #00333C;
	color: #E6E6E6;
	border: none;
	margin: 3px 0;
	padding: 2px 3px;
	font-size: 0.8em;
	font-weight: 600;
}

#contactform label[for=nachricht].formlabel {
	margin-top: 1.5em;
}

#contactform #nachricht[name=nachricht] {
	width: 320px;
	margin-top: 1.5em;
}

.like_contactform {
	width: 320px;
	padding-left: 132px;
}
#content h1.like_contactform a {
	text-decoration: none;
}