body { font-family: Arial, Verdana, sans-serif; padding-bottom:20px; padding-top:20px; }

/* Header and Nav */
#topNav {
	position: absolute;
	right: 15px;
	top: 2px;
}
#topNav li { display: inline; }
#topNav a {
	font-size: 13px;
	color: black;
}
#headerBar {
	background: #0c183c url(../img/shadow_bottom.png) repeat-x bottom left;
	height: 187px;
	margin-bottom: 20px;
}
#header {
	width: 623px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	right: 12px;
}
#top {
	width: 700px;
	margin:0 auto 15px auto;
}
#mainNav {
	float: left;
	background: url(../img/border_v.png) repeat-y top left;
	width: 170px;
}
#mainNav a {
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	display: block;
	padding: 5px 5px 4px 7px;
	background: #17203f url(../img/border_v.png) repeat-y right top;
	margin-left: 1px;
	width: 170px;
}
#mainNav a:hover { background-color: #1a4102; }
#mainNav li.last a:hover {	border-bottom: 1px solid #1a4102; }
#mainNav li {
	background: url(../img/border_h.png) repeat-x bottom left;
	height: 22px;
	float: left;
	clear: left;
}
#mainNav li.last { background-image: none; }
#mainNav a.active { font-weight: bold; }
#subNav {
	width: 600px;
	text-align: right;
	margin: 0 auto 0 auto;
	height:17px;
}
#subNav li { display: inline; }
#subNav a {
	color: #0c1639;
	font-size: 14px;
	font-weight: bold;
}
#subNav a.active {
	color: #1a4102;
	text-decoration:none;
}
#banner { float: right; }

/* Content */

#content {
	margin: 0 auto 0 auto;
	width: 600px;
}
#content a {	color: black; font-weight: bold; }
#content a:hover { color: #1a4102; }
#content h1 {
	background-repeat: no-repeat;
	text-indent: -1000em;
	margin-bottom: 14px;
	height: 18px;
}
#content h2 {
	background-repeat: no-repeat;
	text-indent: -1000em;
	margin-bottom: 12px;
	height: 16px;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
}
#content p,#content dd,#content td,#content label {
	font-size: 13px;
}
#content p {
	margin-bottom: 18px;
	line-height: 1.2;
}
#footer a { color: #323232; }
#footer a:hover { color: #1a4102; }
#content .col { overflow: hidden; }
#content .col_left { float: left; }
#content .col_right { float: right; }
#content ul {
	list-style-type: disc;
	margin: 0 0 18px 18px;
}
#content ol {
	list-style-type: decimal;
	margin: 0 0 18px 25px;
}
#content li {
	font-size: 13px;
}

/* Footer */
#footer {
	display: block;
	margin: 20px auto 25px auto;
	padding-top: 10px;
	border-top: 2px solid #0c183c;
	width: 600px;
	text-align: center;
	color: #323232;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	clear: both;
}
#mailform label {
	display: block;
	width: 150px;
	float: left;
}
#mailform div.csc-mailform-field {
	clear: both;
	margin-top: 5px;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 30px;
}
.align-center { text-align: center; }
#preise {
	border-collapse: separate;
	border-spacing: 10px;
}
table.align-center {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
td.preise_winter {
	background-color: #0C183C;
	padding: 5px;
	color: white;
}
td.preise_sommer {
	background-color: #1A4102;
	padding: 5px;
	color: white;
}
td.preise_unten {
	background-color: white;
	padding: 8px;
	color: black;
}
.bigbold {
	font-weight: bold;
	font-size: 15px;
}