﻿* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	min-height:100%;
	height:100% !important;  /* für moderne Browser */
	height:100%;  /*für den IE */
 	background-color: #E0E0E0;
 	background-image: url(bg_main_2010.gif);
 	background-position: center top;
 	background-repeat: repeat-y;
}

body {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.clear {
	display: block;
	clear: both;
	height: 0px;
}

a {
	outline:none;
	text-decoration: none;
	color: #C62127;
}

a img {
	border:none;
}

#wrapper {
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

#header {
	background: url(hintergrund_header.jpg) no-repeat left top;
	height: 292px;
	position: relative;
}

#groeper {
	position: absolute;
	height: 48px;
	width: 180px;
	top: 0px;
	right: 0px;
}

#header #imprint a {
	position: absolute;
	width: 30px;
	right: 0px;
	bottom: 45px;
	height: 80px;
}

#header #imprint a span {
	display: none;
}

#main_content {
	display: block;
	margin-top: 20px;
}

#main_content #news {
	float: left;
	width: 250px;
	padding-bottom: 90px;
}

#main_content #news .news {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #000000;
	margin-right: 60px;
	margin-left: 15px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#main_content .news_headline {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	margin-left: 15px;
}

#main_content #news .news .newstext {
}

#main_content #news .news a.news_mehr {
	margin: 5px 0;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#main_content #content {
	display: block;
	float: left;
	width: 669px;
	border-left: 1px solid #CCC;
	padding-left: 50px;
}

#main_content #content h1 {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
}

#main_content #content h2 {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}

#main_content p {
	display: block;
	margin-bottom: 10px;
}

#breadcrumb {
	display: block;
	margin-bottom: 10px;
}

#breadcrumb ul {
	display: block;
}

#breadcrumb ul li {
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

#breadcrumb ul li.rex-lvl1 {
	display: none;
}

#breadcrumb ul li a {
	font-weight: bold;
	color: #000;
}

#content table.teaser_box {
	display: block;
	margin-bottom: 10px;
	width: 650px;
	clear: both;
	position: relative;
	overflow: auto;
	height: 100px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

#content table td.teaser_bild {
	width: 170px;
}

#content table td.teaser_bild_detail {
	width: 245px;
}

#content .teaser_box td.topper1 {
	width: 105px;
}

#content .teaser_box td.topper2 {
	width: 110px;
}

#content .teaser_box td.topper3 {
	width: 105px;
}

#content .teaser_box td.topper4 {
	width: 110px;
}

#content .teaser_box_detail td .newstext {
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content table td.teaser_more {
	width: 50px;
	text-align: right;
}

#content table.teaser_box_detail .hidden {
	display: none;
}

#content .teaser_box_detail tbody tr td .newstext ul {
	margin-left: 20px;
}

#content .teaser_box_detail tbody tr td .newstext ol {
	margin-left: 25px;
}

#content .teaser_box_detail tbody tr td .newstext a {
	color: #333;
	text-decoration: underline;
}

#content .teaser_box_detail tbody tr td .newstext a:hover {
	color: #000;
	text-decoration: none;
}

#content .teaser_box_detail p.preis {
	text-align: right;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#content .teaser_box_detail p.preis span.mwst {
	font-weight: normal;
	display: block;
	font-size: 10px;
	font-style: normal;
}

#content hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px dotted #000;
}

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.x  und 3.x
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
--------------------------------------------------------------------------
!! Das CSS berücksichtigt nicht alle möglichen Felder 
!! Farben nicht 1 zu 1 übernehmen
!! ist ja nicht wirklich hübsch

Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}

/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor : pointer;
}

.formgen form {
	line-height : 120%;
}

/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock {
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	padding: 3px 2px 3px 5px;
	clear: both;
	height: auto;
}

.forminfo {
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br {
	clear : both;
}

/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	width: 400px;
	height: 120px;
	margin-left: 4px;
	border: 1px solid #B20F06;
	background-color: #FFF;
}

/* Textfeld */
.formgen .formtext {
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFF;
	border: 1px solid #B20F06;
	margin-bottom:10px;
}

.formgen input:focus,
.formgen input:hover,
.formgen select:focus,
.formgen select:hover,
.formgen textarea:focus,
.formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #f1f1f1;
}

/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom:10px;
}

/* Aussehen der Select-Ausgabe */
.formgen .formselect {
	width: 200px;
	border: 1px solid #B20F06;
	background-color: #FFF;
	margin-left: 4px;
	color: #000000;
}

/* Sende-Button */
.formgen .formsubmit {
	width: 150px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #666666;
	float: right;
	color: #000;
	margin-right: 100px;
}

/* Fieldsetbeschriftung */
.formgen legend {
	display: none;
}

.formgen .fieldset {
	margin-bottom: 10px;
	border-style: none;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha {
	border: 1px solid #B20F06;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

input[type=hidden] {
	display:none;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

#pagi-gesamt {
	display: block;
	margin-bottom:20px;
}

#pagi-gesamt ul {
	display: block;
}

#pagi-gesamt ul li {
	display: inline;
}

#pagi-gesamt ul .summary {
	margin-right: 5px;
}

#pagi-gesamt ul li a {
	color: #666;
	margin-right: 3px;
	margin-left: 3px;
}

#pagi-gesamt ul li a:hover {
	color: #000;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: underline;
}

#pagi-gesamt ul .zaehler strong,
#pagi-gesamt ul .zaehler a {
	color: #666;
}

.detail_besch {
	line-height: 38px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

#content .angebot {
	display: block;
	margin-bottom: 10px;
}
#content .angebot .start_img {
	display: block;
	float: left;
	width: 350px;
}

#content .angebot .start_beschr {
	display: block;
	margin-left: 360px;
}

#content .angebot .start_beschr .start_headline {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

#content .angebot .start_beschr .start_name {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

#content .angebot .start_beschr .start_art {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
#content .angebot .start_beschr .start_stunden {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
#content .angebot .start_beschr a {
	text-align: right;
	display: block;
	margin-right: 20px;
}





#footer {
	display: block;
	height: 82px;
	background: url(footer2.png) no-repeat -1px top;
	margin-bottom: 0px;
}

#footer-ghost {
	display: block;
	height: 200px;
	width: 100%;
	background-color: #E0E0E0;
	clear: both;
}
