/* Autor: Dirk Petscheleit --- www.roterblitz.de */

/* @group Undo */

*{padding: 0; margin: 0;}
html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}


/* @end */



/*  ##############
	### Generelle Formatierungen
	############## 
*/

/* @group Generelle Formatierungen */

body {
	font-family: Arial,"Lucida Sans",arial,tahoma,verdana,sans-serif;
	font-size:  13px;
	line-height:120%;
	color: black;
	text-align: center;
	background-color: #ddd;
}

a:link {
	color: black;
	font-weight: bold;
}

a:visited {
	color: black;
	font-weight: bold;
}

a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1em;
	line-height:  1.4em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: arial,verdana,sans-serif;	
	padding-bottom: .1em
	}
	
h1 {
	font-size:  18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
	
h2 {
	font-size:  16px;
	margin: 0 5px 5px 0;
	border-bottom:  none;
	border-bottom: 1px solid #eee;
}

h3 {
	font-size:  14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

h4 {
	border-bottom:  none;
	letter-spacing:  0;
}

dfn {
	font-weight: bold;
	font-style: italic;
	border-bottom: none;
	cursor: default;
}

/* @end */

/* @group Container Layout */


#container {
	width: 902px;
	border: 1px solid black;
	margin:  auto;
	margin-top: 20px;
	margin-bottom:  20px;
}

#header {
	background: white url(../images/header.jpg) top center repeat-x;
	height:  140px;
	text-align: left;
	
}

#contentWrap {
	background: #fff url(../images/content.jpg) bottom left repeat-x;

	/*background-color: #efefef;*/
}


#content {
	color: black;
	width: 900px;
	margin:  auto;
	text-align: left;
	padding-top:  30px;
	padding-bottom:  30px;
	background-color:  white;
	margin-top:  0;
	background: white url(../images/content-ohne-nav.jpg) top left repeat-x;
}

#footer {

	height:  20px;
}

#footer p {
	margin:  0;
	line-height:  20px;
	color:  black;
}



/* @end */



/* @group Formulare */

fieldset {
	margin: 0 20px 20px 30px;
	padding: 10px;
	color:  white;
	border:  1px solid #efefef;
}

legend {
	color: black;
	margin-bottom:  10px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	color:  black;
}

.hidden {
	display: none;
}

.select {
	width: 150px;
}
input {
	border:  1px solid #CCC;
	background-color: #efefef;
}
textarea {
	margin: 10px;
	border:  1px solid #CCC;
	background-color: #efefef;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

label.textarea {
	float: none;
}

form br {
	clear: left;
}

#buttons {
	margin: 20px;
}
#buttons input {
	margin-right: 20px;
}

input.button {
	width:  230px;
}
/* Buchen ############## */

#buchung {
	color:  black;
}

#buchung h3 {
	border:  none;
	margin-top:  20px;
}

#buchung p {
	margin-left:  15px;
}

#buchung legend {
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	padding:  5px;
	margin-bottom: 0;
}

#buchung table {
	margin: 0 20px 0 20px;
}
#buchung label {
	padding:  5px;
	width:  90px;
}

#buchung td, #buchung th {
	padding:  0px;
	border-bottom:  1px solid #efefef;
}

#buchung label, #buchung fieldset {
	color: black;
}

#buchung label {
	text-align: left;
}

#buchung textarea {
	margin-left:  0;
}
input.radio {
	width:  30px;
	margin-top:  5px;
	background-color: white;
	border:  none;
}

#buchung input {
	margin-top:  10px;
}
#buchung label  {
	margin-top:  5px;
}

#buchungL label {
	width:  200px;

}
#buchungL input {

}

#postleitzahl {
	width:  60px;
	margin-right:  10px;
}

#fussnote {
	font-size:  10px;
}

p.moreInfo {
	margin-left:  0;

	width:  220px;
	clear:  left;
}

p.moreInfo img {
	margin-right:  15px;
}

span.preis {
	font-size: 10px;

}
/* @end */


/* zweispaltige Seiten */

#col1 {
	width: 530px;
	float:  left;
	margin-left:  20px;
}

#col1.oneCol {
	width:  850px;
}

#col1 h2 {
	margin-top: 30px;
}

#col1 div.news-single-item h3 {
	margin-top:  30px;
}

#col1 div.news-list-container h2 {
	margin-top:  20px;
	font-size:  14px;
}

#col1 img {
	margin-bottom: 10px;
}

#col1 table {
	margin: 10px;
	border-collapse: collapse;
	width:  100%;
}

#col1 td {
	padding:  5px;
	border:  1px solid #eee;
}

#col1 td.preis {
	width:  90px;
}

#col1 td p {
	margin:  0;
}

#col2 {
	width:  300px;
	float:  left;
	margin-left:  20px;
	padding:  0;
}


#moreImages img {
	margin:  10px;
}

hr {
	clear:  both;
	height:  1px;
	color:  white;
	font-size: 1px;
	margin:  10px;
	border-top:  1px solid #efefef;
}

/* @group Navigation */

#navigation {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	/*height:  20px;*/
	overflow: hidden;
	width: 100%;
	margin:  0;
	padding:  0;
}

#navigation li {
	display: inline;
	margin-right: 15px;
}

#navigation a {
	float:left;
	/*height: 30px;*/
	line-height:  30px;
	display:  block;
	width: 149px;
	text-decoration: none;
	border-left:  1px solid white;
	border-bottom:  2px solid white;
	border-top:  2px solid white;
	background: black url(../images/topnavi.jpg) bottom center repeat-x;
}

#navigation a:link, #navigation a:visited {
	color: #EEE;
	text-decoration: none;
}

#navigation a:hover {
	background: red url(../images/header.jpg) bottom left repeat-x;
}

#navigation li.last a {
	border-right-width: 0;
	width:  152px;
}
#navigation li.first a {
	border-left:  none;
}

#navigation li#current a {
	background: red url(../images/header.jpg) bottom left repeat-x;
}



ul#subNavigation {
	margin-left: 0;
	padding-left: 0;
	background: gray url(../images/grau.jpg) repeat-x top left;
	white-space: nowrap;
	margin-bottom: 0;
	height: 25px;
	border-bottom: 1px solid white;
}

#subNavigation li {
	display: inline;
	list-style-type: none;
	
}

#subNavigation a { 
	float:left;
	display:  block;
	color:  white;
	width: 140px;
	height:  25px;
	line-height: 25px;
	border-right:  1px solid white;
	
}

#subNavigation a#link54 {
	width:  155px;
}

#subNavigation a:link, #subNavigation a:visited {
	color: white;
	text-decoration: none;
}

#subNavigation a:hover, #subNavigation a:active {
	background: red url(../images/header.jpg) bottom left repeat-x;
}

#subNavigation li.last a {

}
#subNavigation li.first a {
	
}

#subNavigation li#secCurrent a {
	background: red url(../images/header.jpg) bottom left repeat-x;
}



/* @end */


/*  ##############
	### Speziellere Formatierungen
	############## 
*/

.right, .align-right {
	text-align: right;
}

.grau {
	background-color: #3f3f3f;
}

table.ausstattung {
	margin-left: 15px;
	font-size:  12px;
}

table.ausstattung td {
	padding: 5px;

}

table.ausstattung th {
	padding: 5px;
	background-color:  white;
	color:  black;
	border-top:  20px solid #17291b;
}

table.preise {
	width:  250px;
}

table.preise td {
	padding:  5px;
}

#images {
	text-align: center;
	margin-top:  20px;
	
}

#images img {
	border:  none;
	margin-bottom:  10px;
}

.over {
	background-color: #f0fe97;
	color:  black;
}


#right, #left {
	width:  210px;
	
}
#right {
	float:  right;
}
#left {
	float:  left;
}

#footer {
	font-size:  10px;
}

#footer a:link, #footer a:visited {
	color:  black;
	font-weight:  normal;
}


/* @group Hacks und Workarounds */


/* Gutschein Box auf der Startseite*/
div#cE135 div.csc-textpic-imagewrap {
	margin-right:  0 !important;
} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* @end */





.news-list {
	padding-bottom:  20px;
	
}
.news-list img, .news-single-item img {
	float:  left;
	margin-right:  10px;
}

.news-single-item {
	margin:  10px 20px 0 20px;
}

.news-list-morelink {
	text-align:  right;	
	clear:  left;
}


#content ul {
	margin-left:  20px;
}

#content li {
	list-style: disc;
	margin-left:  20px;
}



#singleCol #content {
	width:  860px;
	padding:  20px;
}


.csc-textpic {
	margin-bottom:  20px;
}

p.teaser {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding:  10px;
	margin: 20px 10px 20px 10px;
}

p.highlight {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding:  10px;
	margin: 20px 10px 20px 10px;
}

/* @group Rechte Spalte */

.box {
	margin-top:  20px;
	margin-bottom:  20px;
	background: transparent url(../images/teaser-box.jpg) top center repeat-x;
	color:  black;
	border:  1px solid black;
}

.box img {
	float:  left;
	border:  2px solid white;
	margin-right:  10px;
	margin-bottom:  10px;;
}

.box p {
	margin-left:  10px;
	margin-right:  10px;
}

#col2 ul {
	margin: 10px 5px 10px 5px;
	list-style: none;
}

#col2 ul li {
	list-style: none;
	margin-left:  20px;
}
#col2 .csc-textpic {

}

#col2 .csc-textpic img {

}
#col2 .csc-textpic-clear {
	height:  0px;
}

#col2 h1 {
	font-size: 16px;
	margin-left:  10px;
	letter-spacing: 1px;
}

#col2 h3 {
	border-bottom:  none;
	margin: 0 0 15px 0;
	padding:  5px 5px 2px 10px;
	font-weight:  normal;
	font-size:  14px;
	font-weight: bold;
	color:  white;
}

#col2 h4 {
	margin: 10px;
}



li.title {
	font-weight:  bold;
	padding-top:  10px;
	font-size:  13px;
}

li.reg a, li.reg a:hover{
	font-weight:  normal;
	padding-left: 10px
}

#newsletterSubscribe form {
	margin:  10px;
	width:  270px;
	overflow: auto;
}

#newsletterSubscribe input {
	float:  left;
}
#newsletterSubscribe br {
	clear:  both;
}

#newsletterSubscribe input#submit {
	float:  right;
}
#newsletterSubscribe label {
	float:  left;
	text-align: left;
	width:  30px;
	color:  black;
}

#events-list ul li {
	list-style:  none;
	margin:  0;
	margin-left:  5px;
	font-size: 11px;
}

#events-list a, #events-list a:visited {
	color: black;
}


/* @end */

/* @group Spezielle Unterseiten */




/* @group Partner */

.partner {
	width:  220px;
	height:  150px;
	margin: 10px;
	float:  left;
	border:  1px solid #efefef;
	text-align: center;
}

.partner .csc-textpic-imagewrap {
	text-align: center;
	margin-top:  10px;
}

.partner img {
	margin-bottom: 15px;
}


/* @end */

/* @group Preisliste */

#preisliste table {
	width:  400px;	
}

#preisliste td {
	width:  300px;
	padding:  5px;
}

#preisliste td.preis {
	width:  100px;
	font-weight:  bold;
}

/* @end */



/* @end */


/* @group Für Spezielle Javascripts */
/* jCalendar*/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icons/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


/* @end */

.csc-textpic-intext-left-nowrap {

}

div.csc-textpic-image {

}

#seite69 .csc-textpic-text,
#seite67 .csc-textpic-text,
#seite68 .csc-textpic-text,
#seite66 .csc-textpic-text,
#seite65 .csc-textpic-text {
	width:  370px;
}



.csc-textpic-intext-left {
	overflow:  hidden;
	width:  100%;
}
