/* Globale Einstellungen */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
} 

body {
	font-size: 12px;
	color: #808080;
	background-color: #FFFFFF;
	font-family: verdana,arial,sans-serif;
	background: transparent url(../images/bg_content.gif) 278px 0px repeat-y;
}

a {
	color: #004682;
	outline-width: 0px;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
}

h1, h2 {
	clear: both;
	color: #004682;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
}

h1.csc-firstHeader {
	color: #004682;
	margin-bottom: 10px;
	font-size: 18px;
}


/* Boxen rechte Seite */

.box-header {
	background: #FFFFFF url(../images/bg_boxes_green.gif) top left repeat-x; 
	background: #004682;
	width: 174px;
	padding: 7px 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 6px;
}

.box-content {
	border: 1px solid #004682;
	width: 172px;
	padding: 7px 10px;
	text-align: center;
	background: transparent url(../images/bg_boxes.gif) bottom left repeat-x; 
}

.box-content P {
	margin-bottom: 0px;
}

.box-temperature-water, .box-temperature-unit {
	font-size: 25px;
}


/* Seitenlayout */

#page-container {
	position: relative;
	float: left
	width: 980px;
}


/* Top Container */

#top-container {
	position: relative;
	float: left;
	width: 980px;
	height: 100px;
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 170px;
	height: 119px;
}

#facebook {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 145px;
	height: 30px;
}


/* Mainmenu */

#mainmenu {
	position: absolute;
	top: 78px;
	left: 180px;
	width: 800px;
	height: 18px;
	float: left;
	border-bottom: 4px solid #004682;
}

#mainmenu ul {
	list-style-type: none;
}

#mainmenu li {
	display: inline;
}

/* Mainmenu Level 1 */

.mainmenu a, .mainmenu-act a {
	color: #004682;
	padding: 4px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.mainmenu-act a {
	color: #FFFFFF;
	line-height: 18px;
	background: #004682;
}

.mainmenu a:hover, .mainmenu-act a:hover {
	text-decoration: underline;
}


/* Submenu */

#submenu {
	position: relative;
	float: left;
	margin: 40px 20px 0px 0px;
}

#submenu-list-l1 {
	list-style-type: none;
}

/* Submenu Level 1 */

.submenu-level1, .submenu-level1-act {
	display: inline;
}

.submenu-level1 a, .submenu-level1-act a {
	color: #808080;
	display: block;
	text-align: right;
	padding: 0px 6px;
	margin-bottom: 12px;
	width: 148px;
	line-height: 15px;
	font-weight: bold;
	font-size: 13px;
	border-right: 5px solid #999999;
	text-decoration: none;
}

.submenu-level1-act a {
	color: #004682;
	border-right: 5px solid #004682;
}

.submenu-level1 a:hover, .submenu-level1-act a:hover {
	text-decoration: underline;
	color: #004682;
	border-right: 5px solid #004682;
}

/* Metamenu */

#metamenu {
	position: relative;
	float: left;
	margin: 20px 20px 0px 0px;
}

#metamenu-list-l1 {
	list-style-type: none;
}

/* Metamenu Level 1 */

.metamenu-level1, .metamenu-level1-act {
	display: inline;
}

.metamenu-level1 a, .metamenu-level1-act a {
	color: #808080;
	display: block;
	text-align: right;
	padding: 0px 7px;
	margin-bottom: 6px;
	width: 147px;
	line-height: 11px;
	font-weight: bold;
	font-size: 11px;
	border-right: 3px solid #999999;
	text-decoration: none;
}

.metamenu-level1-act a {
	color: #004682;
	border-right: 3px solid #004682;
}

.metamenu-level1 a:hover, .metamenu-level1-act a:hover {
	text-decoration: underline;
	color: #004682;
	border-right: 3px solid #004682;
}

/* Main Container */

#main-container {
	position: relative;
	float: left;
	width: 980px;
}

#left-column {
	position: relative;
	float: left;
	width: 180px;
}

#banner {
	border-bottom: 2px solid #004682;
	height: 280px;
}

#content-container {
	position: relative;
	float: left;
	width: 600px;
	background: transparent url(../images/bg_main.jpg) 180px 280px repeat-x;
}

#banner-headline {
	position: absolute;
	top: 240px;
	right: 80px;
	color: #004682;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	position: relative;
	float: left;
	width: 413px;
	margin: 0px 50px 0px 98px;
	padding: 30px 20px 0px 20px;
	line-height: 18px;
	min-height: 300px;
	background: transparent url(../images/bg_content.gif) top left repeat-y;
}

.tx-wecmap-map {
	line-height: 100%;
}

.tx-wecmap-map input {
	border: 1px solid #808080;
	margin-right: 5px;
}

.page-up {
	position: relative;
	float: right;
	width: 200px;
	margin: 10px 0px 0px 25px;
	font-size: 11px;
	text-align: right;
}

.page-up a {
	text-decoration: none;
	color: #606060;
}

.page-up a:hover {
	text-decoration: underline;
}

#sidebar {
	position: relative;
	float: right;
	width: 194px;
}

#copyright {
	position: relative;
	float: left;
	font-size: 11px;
	width: 433px;
	margin-left: 98px;
	padding: 20px 0px 10px 20px;
	line-height: 18px;
	background: transparent url(../images/bg_content.gif) top left repeat-y;
}


/* Klassen für Bilder im RTE */

.bild_links_mit_abstand {
	float: left;
	margin: 0px 10px 10px 0px;
}

.bild_rechts_mit_abstand {
	float: right;
	margin: 0px 0px 10px 10px;
}


/* Preisliste */

.prices-headline {
	font-weight: bold;
}


.prices-text {
	width: 350px;
	vertical-align: top;
}


.prices-text p, .prices-price p, .prices-empty p, .prices-headline p {
	margin-bottom: 5px;
}

.prices-price {
	text-align: right;
	vertical-align: top;
}
