@charset "utf-8";
#pageBody {
	background-color: #999999;
	padding: 0px;
	margin: 0px;
	background-image: url(images/page_bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
}

#pageHeader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
#pageHeader h1 {
	display: none;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

#pageFooter {
	padding: 20px;
	font-size: 0.75em;
}


#pageContent {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 520px;
	float: left;
}

p, table, form {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #E20A16;
	border-top-color: #E20A16;
	border-right-color: #E20A16;
	border-bottom-color: #E20A16;
	border-left-color: #E20A16;
	background-image: url(images/h2_bgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h4 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #000000;
	font-style: normal;
}
a:link, a:visited, a:active {
	color: #E20A16;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.1em;
}

#sidebar {
	padding: 0px;
	float: right;
	height: auto;
	width: 220px;
	margin: 0px;
}
#sidebar .infoBox {
	background-image: url(images/sidebar_bgr.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: auto;
	margin: 0px;
}
#sidebar .infoBox h3 {
	background-image: url(images/infobox_header.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#sidebar .infoBox img {
	margin-left: 1px;
}

#sidebar .infoBox h3 a:link, #sidebar .infoBox h3 a:visited, #sidebar .infoBox h3 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar .infoBox h3 a:hover {
	color: #CCCCCC;
}

#sidebar .infoBox .infoBoxPadding {
	padding: 10px;
}
#sidebar .infoBox  p {
	font-size: 0.8em;
	line-height: 1.2em;
}

#sidebar .sidebarBottom {
	background-image: url(images/sidebar_bgr_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background-position: right;
	font-size: 1px;
}
.tableSpecial {
	margin-top: 1em;
	margin-bottom: 1em;
}
.tableSpecial th.topLeft {
	background-image: url(images/table_special_tl.gif);
	background-repeat: no-repeat;
	width: 15px;
}
.tableSpecial td.left {
	background-image: url(images/table_special_l.gif);
	background-repeat: repeat-y;
}
.tableSpecial td.bottomLeft {
	background-image: url(images/table_special_bl.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 15px;
}
.tableSpecial td.bottomRight {
	background-image: url(images/table_special_br.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 15px;
}
.tableSpecial td.bottom {
	background-image: url(images/table_special_b.gif);
	background-repeat: repeat-x;
}




.tableSpecial th.topRight {
	background-image: url(images/table_special_tr.gif);
	background-repeat: no-repeat;
	width: 20px;
}

.tableSpecial td.content {
	background-color: #F5F5F5;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
}

.tableSpecial td.right {
	background-image: url(images/table_special_r.gif);
	background-repeat: repeat-y;
}


.tableSpecial th.top {
	color: #FFFFFF;
	background-color: #E20C18;
	text-align: left;
	vertical-align: middle;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
table.kontaktFormular {
	font-size: 1em;
}
table.kontaktFormular td {
	padding-bottom: 4px;
}
.smallFont {
	font-size: 0.92em;
}
input, textarea, option {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.formBig {
	width: 360px;
}
.formSmall {
	width: 30px;
}
.formMedium {
	width: 180px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#pageContent .contentPadding {
	padding: 20px;
}

#pageContainer {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-image: url(images/content_bgr.jpg);
	background-repeat: no-repeat;
	height: auto;
}
#navbar {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 160px;
	float: left;
}
#navbar #mainnavi {
	background-repeat: no-repeat;
	background-image: url(images/navbar_bgr.jpg);
	height: auto;
	padding-bottom: 1em;
}

#navbar .mainnaviBottom {
	background-image: url(images/navbar_bgr_bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 5px;
	background-repeat: no-repeat;
}
#navbar #mainnavi a:link, #navbar #mainnavi a:visited, #navbar #mainnavi a:active {
	color: #000000;
	text-decoration: none;
}
#navbar #mainnavi a:hover {
	color: #E20A16;
}
#navbar #mainnavi a.active {
	color: #E20A16;
}
#navbar #mainnavi ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#navbar #mainnavi li {
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-image: url(images/mainnavi_seperator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 10px;
	font-weight: bold;
}
#navbar #mainnavi li li {
	background-image: none;
	margin: 0px;
	font-size: 0.9em;
	font-weight: normal;
	padding: 0px;
}
iframe.googlemaps {
	width: 100%;
	height: 200px;
}
.infotexte p {
	margin-bottom: 1em;
}
.infotexte h3 {
	font-size: 1.3em;
	padding-top: 1em;
	margin-bottom: 1em;
}
.infotexte h4 {
	font-size: 1.1em;
	padding-top: 1em;
	margin-bottom: 1em;
}
.infotexte h5 {
	font-size: 1em;
	padding-top: 0em;
	margin-bottom: 0em;
}
.infotexte ul {
	margin-bottom: 1em;	
}
