@charset "UTF-8";
/* CSS Document */

/*
Martin Farkas, Karlsruhe, Copyright 2009
www.martinfarkas.com
CSS fuer Website: www.dynamitedaze.com
Start: 15.09.2009
Letzte Aenderung: 30.11.2009
*/

/* farbschema
-------------------------------------------------------------
Farbton: bg: #fff0d0
Farbton: schrift, menue, bg_linien: dunles braun: #402d23
Farbton: schrift, footer-bg: helles braun #885f33; 
Farbton: ocker als headerbild-bg: #806339 		wird nicht verwendet!!!
Farbton: menue-hover: orange #c0472b
Farbton: footer-hover: #fff0d0;
*/

/* browser reset
------------------------------------------------------------*/
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/* globals und typo 
------------------------------------------------------------*/
html {

}
html>body {
	font-size: 14px;
}
body {
	background-image: url(../img/bg_lines.png);
	background-repeat: repeat-x;
	background-color: #fff0d0;
	font-family: "Georgia", Times New Roman, Times, serif;
}
* html body {	/* ie6-hack */
	background-image: none;
	background-color: #fff0d0;
	font-family: "Georgia", Times New Roman, Times, serif;  	 
}
a:link {					
	text-decoration: none;
	color: #402d23;
}
a:visited {				
	text-decoration: none;
	color: #402d23;
}
a:hover {	
	text-decoration: none;
	color: #885f33;
}
p {
	color: #402d23;
	line-height: 20px;
}

/* ueberschriften
--------------------------------------------------------------------------------------- */
h1  {
	font-size: 16px;
	color: #885f33;					
	font-weight: bold;
	margin: 20px 0 20px 0;
}
h2 {
	font-size: 18px;
	color: #885f33;	
	font-weight: bold;
	margin: 20px 0 20px 0;
}
h3 {
	font-size: 16px;
	color: #885f33;		
	font-weight: bold;
	margin: 20px 0 20px 0;
}
h4 {
	font-size: 16px;
	color: #885f33;	
	font-weight: bold;
	margin: 20px 0 20px 0;
}
h5 {
	font-size: 16px;
	color: #885f33;				
	font-weight: bold;
	margin: 20px 0 20px 0;
}

/* keine gepunktete linie um geklickte links
------------------------------------------------------------*/
a:focus {
	outline: none;
}

/* keinen rahmen bei bildern & bilderlinks
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}

/* layoutelemente
------------------------------------------------------------*/
#wrapper {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#wrapper_content {
	margin: 0 auto;
	width: 960px;
}

/* header
------------------------------------------------------------*/
#header {
/*	height: 130px; */
	width: 960px;
}
#logo {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 400px;
	height: 83px;
}
#logo h1 span {
	display: none;
}
#language {
	margin-top: 10px;
	margin-left: 920px;
	width: 40px;
	height: 25px !important;
	margin-top: 5px;
}
.lang-off {
        display: none;
}
#header_img {
	margin-top: 135px;
	margin-bottom: 60px;
}
* html #header_img {                   /* ie6-hack */
	margin-top: 15px;
	margin-left: 0px !important;
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}
* + html #header_img {                 /* ie7-hack */
	margin-top: 15px;
	margin-bottom: 60px;
}

/* navi
------------------------------------------------------------*/
#navi { 
	float: right;
	display: inline;
	margin-top: 100px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
#navi ul {
	margin-right: 0px;
	list-style-type: none;
	line-height: 20px;
	display: block
}
#navi ul a {
	display: block;
}
/* -------------- start ----------------- */
#navi li {
	color: #402d23;
	font-weight: bold;
	margin: 0px;
	position: relative;
	text-align: center;
	padding: 0 0 0 22px !important;
	text-decoration: none;
	cursor: pointer;	
}
#navi li:hover {
	color: #c0472b;	
}
#navi li a {
	color: #402d23;
	font-weight: bold;
	margin: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;	
}
#navi li a:hover {
	color: #c0472b;	
}
/* ------anstelle der nächsten 2 punkte -- */
#navi ul ul a {
	padding: 0 0 !important;
	font-weight: 400;
	font-size: 13px;
}
#navi ul li {
	padding: 0px;
	margin: 0px;
	background-image: none;
	float: left;
}
#navi ul ul {				/* 2. Ebene */
	margin-left: -22px;
	padding: 0px;
	position: absolute;
	background-color: #fff0d0;
	border-top: 0px solid #402d23;
	border-right: 1px solid #402d23;
	border-bottom: 1px solid #402d23;
	border-left: 1px solid #402d23;
	display: none;
	min-width:100px;
	list-style-type: none;
	line-height: 16px;
}
/* IE-Hack für die Breite */
* html #navi ul ul {
	width: 100px;
	margin-top: 30px;
	margin-left: -90px;
  }
* + html #navi ul ul { 			/* ie7-hack */
	width: 100px;
	margin-top: 18px;
	margin-left: -90px;
}
/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript) */
#navi ul ul:hover, #navi ul li:hover ul, #navi ul li:hover ul  {
    display: block;
}
#navi ul ul li {
	clear: both;
	float: none;
	text-align: center !important;
	padding-left: 0 !important;
}
.active, .active a {
	color: #c0472b !important;

}

/* content
------------------------------------------------------------*/
#content_left {
	margin-top: 20px;
	float: left;
	display: inline;
	width: 590px;
	margin-bottom: 60px;
}
#content_right {
	margin-top: 20px;
	float: right;
	display: inline;
	width: 330px;
	margin-bottom: 60px;
	padding-left: 20px;
}
#webdesigner {
	clear: both;
	float: right;
	display: inline;
	margin-bottom: 10px;
}
#webdesigner a {
	color: #885f33 !important;
	font-size: 10px;
	font-family: "Verdana", Arial, sans serif;
}
#webdesigner a:hover {
	text-decoration: underline overline !important;
}
#footer {
	clear: both;
	margin-bottom: 0px;
	text-align: center;
	padding: 20px 0 4px 0;
}
#footer li {
	list-style-type: none;
}
#footer a {
	color: #fff0d0;
	font-size: 12px;
	font-weight: bold;
	background-color: #885f33;
}
#footer a:hover {
	text-decoration: underline overline !important;
}

/* tourdaten tabelle 
------------------------------------------------------------*/
.contenttable-0 {
	font-size: 16px;
	color: #402d23;
	font-family: "Georgia", Times New Roman, Times, serif;
}
.tr-even, .tr-odd {
	height: 30px;
}
.td-0 {
	width: 140px;
	font-weight: bold;
}
.td-1 {
	width: 80px;
}
.td-2 {
	width: 220px;
}
.td-3 {
	width: 250px;
}

/* newsletter
------------------------------------------------------------*/
.newsletter-form-field {
	border: 1px solid #402d23;
	font-size: 14px;
	color: #402d23;
	width: 250px !important;
}
.newsletter-submit {
        background-color: #fff0d0;
	color: #885f33;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
}
.warnhinweis {
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	color: #f00;
	font-weight: bold;
}
.kleine-schrift {
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
.danke {
	margin-top: 5px;
	font-size: 12px;
	color: #090;
	font-weight: bold;
}

/* gaestebuch
------------------------------------------------------------*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #402d23 !important;
}
.tx-veguestbook-pi1 {
	margin-top: 20px;
        background-color: #fff0d0;
	color: #402d23;
}
.tx-veguestbook-pi1 form {
	clear: both;
}
/* list -------------------------------*/
.guestbook-pagination {
	font-family: "Verdana", Arial, sans serif;
	color: #402d23;
	font-size: 10px;
	margin-left: 500px;
}
.guestbook-pagination a {
	text-decoration: none;
	color: #402d23;
	font-weight: 500;
}
.guestbook-pagination a:hover {
	color: #885f33;
}
.guestbook-header {
	clear: both;
	color: #885f33;
	margin-bottom: 5px !important;
}
.guestbook-date {
	font-family: "Verdana", Arial, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #402d23;
	padding-bottom: 5px;	
}
.gb-right {
	margin-bottom: 20px;
        background-color: #fff0d0;
        color: #885f33;
}

/* formular -----------------------------*/
.tx-guestbook-field {
	font-weight: bold;

}
.tx-guestbook-form-inputfield-med {
	border: 1px solid #402d23;
	font-size: 14px;
	color: #402d23;
	width: 200px !important;
}
.tx-guestbook-form-textarea {
	border: 1px solid #402d23;
	font-size: 14px;
	color: #402d23;
}
.guestbook-submit {
        background-color: #fff0d0;
	color: #885f33;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
}
#tx-guestbook-form-error {
	margin-top: 60px;
	color: #ff8f33;
	font-size: 14px;
	font-weight: bold;
}
#error-list li {
	float: left;
	display: inline;
	padding-right: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #885f33;
}
.tx-veguestbook-pi1 {
        font-size:100%;
}

/* Typo3-eigenes CSS: Copyrights bei deren Besitzern...*/

/* extention grundeinstellungen-------------*/  
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight: bold;
	color: #990000;
}
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight: bold;
	float: left;
	display: inline;
}
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:75%;
	font-weight: bold;
	float: right;
	display: inline;
}
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background:#666;
	color:#FFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 1em;
	width: 35em;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float: left;
	display: inline;
	width: 12em;
	background: #EFEFEF;
	min-height: 4em;
	padding: 1em;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	height: 4em;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color: #333;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float: left;
	display: inline;
	width: 21em;
	background: #FFF;
	padding: 1em;
}
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	color: #333;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size: 100%;
	color: #990000;
	font-weight: bold;
	background: none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size: 75%;
	color: #333;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display: block;
	padding: 0.25em;
	clear: both;
}	
/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear: both;
	width: 100%;
	display: block;
	padding: 1em 0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	display: inline;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float: left;
	display: inline;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float: left;
	display: inline;
	width:20em;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 30em;
	display: block;
	float: left;
	display: inline;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color: #990000;
}
.tx-veguestbook-pi1 fieldset {
	border: none;
}
.tx-veguestbook-pi1 legend {
	display: none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float: left;
	display: inline;
	display: block;
	background: #F7F7F7;
	border: 1px solid #CCC;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left: 2.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float: left;
	display: inline;
	display: block;
	padding-left: 0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float: left;
	display: inline;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear: both;
	display: block;
	float: none;
	width: 10em;
	margin-bottom: 0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size: 75%;
	padding: 0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display: none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color: #990000;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear: both;
	display: block;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width: auto;
	display: block;
}

/* content-klassen formatieren
------------------------------------------------------------*/
.csc-textpic-imagewrap {
	margin-bottom: 20px;
}
.csc-textpic-caption {
	color: #402d23;
}

/* tx_cssstyledcontent
------------------------------------------------------------*/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}

/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid black;
	padding: 0px 0px;
}

div.csc-textpic-imagewrap {
	padding: 0;
}

div.csc-textpic img {
	border: none;
}

/* div: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}

/* ul: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/* dl: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0; display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}

/* Clearer */
div.csc-textpic-clear {
	clear: both;
}

/* Margins around images: */

/* Pictures on left, add margin on right */
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 {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin: 0;
}

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
div.csc-textpic-above div.csc-textpic-text {
	clear: both;
}

/* Center (above or below) */
div.csc-textpic-center {
text-align: center; /* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
float: right;
}

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* browser fixes: */
	
/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
	padding-left: 40px;
	overflow: auto;
	height: 1%;
}
div.csc-textpic div.csc-textpic-imagerow-last {
	margin-bottom: 0;
}