* {
	padding: 0;
	margin: 0;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*** HEADLINES ***/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #9a1c1c;
	margin-bottom: 10px;
}
#right h1 {
	font-size: 18px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #9a1c1c;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}



/*** LINKS ***/

a, a:active, a:visited {
	color: #9a1c1c;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	outline: none;
}



/*** INHALTSBEREICHE ***/

body {
	background: url(images/bg.jpg) center top no-repeat;
}

#wrapper {
}

#header {
}

#container {
	background: url(images/container.jpg) repeat-y;
}

#left {
}
#left .inside {
	background: url(images/left.jpg) top no-repeat;
	margin: 0 10px;
	padding: 10px;
}

#main {
	padding: 0 10px;
}

#right {
}
#right .inside {
	margin: 0 10px;
	background-color: #fef9d7;
	padding: 10px;
}

#footer {
	background: url(images/footer.jpg) center top no-repeat;
	margin-bottom: 20px;
}
#footer .inside {
	text-align: center;
	font-size: 10px;
	color: #ccc;
	padding-top: 20px;
}



/*** MODULE ***/

#header .mod_imageslider {
	margin-left: 10px;
}

.over_header {
	height: 102px;
}
.over_header .sauna_selection {
	margin-left: 680px;
}


/** NEWS **/

.mod_newslist .info, .mod_newsreader .info {
	font-size: 10px;
	color: #aaa;
	margin-bottom: 3px;
}
.mod_newslist h2 {
	font-size: 14px;
	font-weight: bold;
}
#right .mod_newslist {
	font-size: 11px;
}
.mod_newslist .layout_latest {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #9a1c1c;
	color: #777;
}
.mod_newslist .layout_latest .image_container {
}
.mod_newslist .more {
	text-align: right;
}

#veranstaltungen .ce_news_gallery {
	padding-bottom: 10px;
	border-bottom: 2px solid #9a1c1c;
}


/** NAVIGATION **/

.mod_navigation ul {
}
.mod_navigation ul li {
	width: 187px;
	border-bottom: 1px dotted;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
}
.mod_navigation > ul > li > a,
.mod_navigation > ul > li.active > span.active {
	display: block;
	padding: 4px 0 4px 30px;
}
.mod_navigation > ul > li > ul > li > a,
.mod_navigation > ul > li > ul > li.active {
	display: block;
	padding: 3px 0 3px 30px;
}
.mod_navigation ul.level_2 > li.active {
	font-weight: bold;
}
.mod_navigation a:hover {
	text-decoration: none;
	background-color: #f3de6a;
}
.mod_navigation ul li.active,
.mod_navigation ul li.trail {
	background-color: #f3de6a;
}
.mod_navigation ul.level_2 li {
	border-bottom: none;
	font-variant: normal;
	font-size: 12px;
	font-weight: normal;
}
.mod_navigation ul.level_2 li.last {
	margin-bottom: 4px;
}



/*** ALLGEMEINE DIVs UND CLASSes ***/

#main p, #right p {
	margin-bottom: 8px;
}

#main .image_container img {
	margin: 4px 10px 4px 0;
}

.back {
	font-size: 10px;
	margin-top: 15px;
	text-align: left;
	background: url(images/back.gif) left top no-repeat;
	padding-left: 12px;
}

.more {
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
	background: url(images/more.gif) right center no-repeat;
	padding-right: 10px;
}
#right .more {
	text-align: left;
	background: url(images/more.gif) left center no-repeat;
	padding-left: 10px;
}

.ce_text, .mod_newslist, .ce_form, .mod_routenplaner {
	margin-bottom: 15px;
}

.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: 50%;
}

.clear {
	clear: both;
}

.info {
	font-size: 11px;
	color: #666;
}

.attention {
	background: #f3de6a url('images/icon_error.png') 5px center no-repeat;
	border: 1px solid #fff;
	padding: 10px 0 0 45px;
	margin-bottom: 0;
	font-weight: bold;
}



/*** TABELLEN ***/

.ce_table table {border-collapse: separate; border-spacing: 2px; width: 100%; }
.ce_table td, th{padding: 5px;vertical-align: top;}
.ce_table th {background: #9a1c1c; color: #FFF;}
.ce_table tfoot {color: #9a1c1c; font-weight: bold; font-size: 14px;}
.ce_table tr.even td { background-color: #fef9c4; }
.ce_table tr.odd td { background-color: #fef9d7; }
.ce_table.preise .col_0, #angebote .ce_table .col_0 {
	width: 75%;
}
.ce_table.preise .col_1 {
	width: 25%;
	text-align: right;
}
#angebote .ce_table .col_1 {
	width: 25%;
	text-align: right;
}


/*** FORMULAR ***/

#main label,
#main .captcha_text {
	float: left; 
	border: 1px dotted #ffdf9e; 
	border-bottom: #deb6b5;
	background: #FFFFFF; 
	padding: 4px; 
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	text-transform: uppercase;
	color: #666666;
}
#main label, #main .ce_form .captcha_text {
	background: none;
	border: none;
	text-align: right;
}
#main .ce_form .captcha label {
}
#main input.text,
#main input.captcha,
#main select.select {
	color: #000000; 
	border: 1px dotted #ffdf9e; 
	border-bottom-color: #deb6b5;
	padding: 4px;
	width: 315px;
	margin-left: 10px;
}
#main select.select option  {
	padding: 0;
}
#main input.captcha {
}
#main .textarea {
	width: 415px;
	border: 1px dotted #f3de6a; 
	border-bottom-color: #deb6b5;
	color: #000000;
	font-family: arial, verdana, sans-serif;
}
#main .text,
#main textarea,
#main .select {
	padding: 4px;
	margin-bottom: 10px;
}
#main .captcha_text {
	width: 300px;
}
#main input.captcha {
	width: 95px;
	float: right;
}
#main input {
	padding: 4px;
}
#main .submit_container {
	margin-top: 10px;
}
#main .textarea:focus,
#main input.text:focus,
#main input:focus {
	background: #f9f9f9;
	border-style: solid;
}
#main input.submit {
	color: #9a1c1c; 
	font-weight: bold; 
	font-size: 14px;
	text-transform: uppercase; 
	padding: 4px; 
	cursor: pointer;
	border: none;
	background-color: #f3de6a;
	width: 448px;
}
p.error {
	font-size: 0.8em;
	padding: 3px;
	margin: 3px;
	color: #ff0000;
}
fieldset {
	border: 1px dotted #f3de6a;
	padding: 10px;
	background: #F2F2F2;
	position: relative;
	margin-bottom: 15px;
}
fieldset legend {
	font-weight: bold;
	color: #9a1c1c;
}


/*** NEWSLETTER ***/

.mod_subscribe .info {
	font-size: 10px;
	color: #aaa;
}
.mod_subscribe .text {
	width: 145px;
}
.mod_subscribe .submit {
	float: right;
	margin: 0;
}


/*** ROUTENPLANER ***/

.routenplaner_left {
	float: left;
	margin: 0;
	padding: 0;
}
.routenplaner_left input.text {
	margin: 0 !important;
	width: 330px;
}
.routenplaner_right {
	width: 35px;
	margin: 0 0 0 330px;
	padding: 0;
}
.routenplaner_right input {
	padding: 0px 2px !important;
	height: 25px;
}


/*** LISTEN ***/

#main .ce_text ul, #main .ce_text ol, #right .mod_newslist .layout_short ul, #main .mod_newslist .layout_latest ul {
	margin: 10px 0 10px 6px;
	padding: 0;
	list-style-position: outside;
}

#main .ce_text ul li, #main .ce_text ol li, #right .mod_newslist .layout_short ul li, #main .mod_newslist .layout_latest ul li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	list-style-type: none;
	background: url(images/more.gif) left 2px no-repeat;
	color: #666666;
	padding-left: 15px;
}
#main .ce_text ol li {
	list-style: decimal;
}


/*** PAGINIERUNG ***/

.pagination {
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}
.pagination p {
	display: block;
	padding: 3px;
	float: right;
}
.pagination  li {
	float: left;
	margin: 0 2px;
	list-style-type: none;
	background: none;
}
.pagination  li a {
	border: 1px solid #ccc;
	display: block;
	padding: 3px;
}
.pagination  li span.current {
	font-weight: bold;
	display: block;
	padding: 3px;
}

