/*******************************************************************************
	Project		:	Redaxo Demo
	Copyright	:	blumbeet - web.studio
					www.blumbeet.com
*******************************************************************************/
/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

/*table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:11px;}
*/
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

pre			{font-size:1.2em; }



a, a:link, a:active, a:visited{
	color:#CC0000;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

li {
  position:relative;	
  background-image: url('bilder/aufzaehlung.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left:0px;
  padding-left: 10px;
  margin-top: 10px;
  list-style-type: none;
  color:#60813b;
}

/*	body
*******************************************************************************/
body {
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #E8FFD9;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#main {
	float:left;
	width:560px;
}

#main-block { }

#main-block2 {
	padding:14px;
}

.section-txt {
   margin-top:15px;
   margin-left:20px;
   margin-bottom:10px;
   margin-right:15px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#000;
	font-family: verdana, arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block hr {
  width: 650px;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  border: none;
  color: #DDDDDD;
  background: #DDDDDD;
  margin-top: 5px;
  margin-bottom: 10px;
}

#main-block p {
  margin-left:20px;
}

#main-block .datum { font-size: 8pt; padding: 2px;background-color: #CC0000; color:#FFFFFF; }

#main-block .rubrik { font-size: 8pt; padding: 2px; color:#CC0000; }

#main-block .head { font-family: verdana, arial, verdana, sans-serif; font-size:12pt; margin-left:20px; margin-top:10px; margin-bottom: 8pt; font-weight: bold;}

#main-block .subhead { font-family: verdana, arial, verdana, sans-serif; font-size:10pt; margin-left:20px; margin-bottom: 4pt; margin-top:10px; font-weight:bold;}

#main-block .einf { font-family: verdana, arial, verdana, sans-serif; font-size:10pt; line-height:1.5; margin-bottom:10px;}

#main-block .hervor {left:50%; margin-left:25px;border-top-style: solid;border-bottom-style: solid;border-top-width: 1px;border-color: #CC0000;border-bottom-width: 1px;width: 90%;font-size: 12pt;color: #CC0000;margin-bottom:10px;}

#main-block .autor { 	font-size: 8pt; font-style:italic; margin-top:15px; margin-bottom:10px;}

#main-block .teaser h1 {
	font-size:1.4em;
}


/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}





/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#CC0000;
	text-decoration:none;
}

#main-block a:hover {
	text-decoration:underline;
}

/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Für: do form! 2.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;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 350px;
	margin-bottom: 15px;
	background-color: #ddffbb;
	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: 350px;
	height: 150px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #DFEEDD;
}


/* Textfeld */
.formgen .formtext
{
	width: 200px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #E9EBF3;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	background-color: #ddffbb;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #60813B;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #ddffbb;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 80%;
	text-align: center;
	background-color: #ddffbb;
	border: 1px solid #FFCC33;
	float: right;
	color: #000000;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	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;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */



/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}









body, html {
  margin:0px;
  padding: 0px;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#000000;
}
#bodylayer {
  margin-top:10px;
	margin-left:auto;
	margin-right:auto;
  height: 600px;
  width: 984px;
  background-color: #B6D62B;
}
#contentlayer {
  position: relative;
  top:20px;
  left: 20px;
  background-color: #FFFFFF;
  height: 560px;
  width: 944px;
}
#indexLogo {
  position:absolute;
  left: 399px;
  top: 205px;
}
#indexEins {
  position: absolute;
  top:0px;
  left:0px;
  width:472px;
  height:280px;
}

#indexZwei {
  position: absolute;
  top: 280px;
  left: 0px;
  width: 472px;
  height: 280px;
  background-color: #60813B;
}

#indexDrei {
  position:absolute;
  top:0px;
  left:472px;
  width:472px;
  height:560px;
}
#indexZweiContent {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 440px;
  height: 200px;
  font-size:12px;
}
#indexZweiImpressum {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 440px;
  height: 190px;
  overflow:auto;
}

#indexZweiContent a, #indexZweiContent a:visited {
color:#FFFFFF;
text-decoration:none;
}

#indexZweiContent a:hover {
color:#FFFFFF;
text-decoration: underline;
}


#indexZweiContent .headline {
  position:absolute;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#FFFFFF;
  left:40px;
  top:-20px;
  font-weight:bold;
}

#indexZweiContent .subheadline {
	position:relative;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold;
	text-align: right;
  margin-top: 30px;
  
}


#indexZweiContent li {
  position:relative;	
  background-image: url('bilder/aufzaehlung.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left:40px;
  padding-left: 10px;
  margin-top: 10px;
  list-style-type: none;
  color:#FFFFFF;
}

#contentNavi {
  position: absolute;
  height: 560px;
  width: 200px;
}
#contentNaviNavi {
  position: relative;
	top:20px;
	left:25px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}

#contentNaviNavi .navi1st, #contentNaviNavi .navi1stActive {
  background-image: url('bilder/aufzaehlung.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left:10px; 
	margin-top:10px;
}

#contentNaviNavi .navi1st a, #contentNaviNavi .navi1st a:visited {
  font-size:13px;
  color:#60813b;
	text-decoration:none;
	font-weight:bold;
}
#contentNaviNavi .navi1st a:hover {
  color:#cc0000;
}
#contentNaviNavi .navi1stActive a, #contentNaviNavi .navi1stActive a:visited {
  font-size: 13px;
  color: #cc0000;
  text-decoration: none;
  font-weight:bold;
}

#contentNaviNavi .navi2st, #contentNaviNavi .navi2st a, #contentNaviNavi .navi2st a:visited {
  font-size:11px;
  color:#60813b;
	text-decoration:none;	
	margin-top:6px;
	margin-left:6px;
}

#contentNaviNavi .navi2stActive, #contentNaviNavi .navi2stActive a, #contentNaviNavi .navi2stActive a:visited {
  font-size: 11px;
  color: #cc0000;
  text-decoration: none;
  margin-top:6px;
  margin-left:6px;
}
#contentNaviNavi .navi2st a:hover {
  color:#cc0000;
}

#contentContentDrei {
  position: absolute;
  left: 200px;
  width: 420px;
  max-width:420px;
  height: 520px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #B6D62B;
  overflow: auto;
  padding:20px;
  font-size:12px;
}

#contentContentDrei .head, #contentContentDrei h1 {
  font-size:15px;
  font-weight:bold;
  padding-bottom:5px;
  color:#60813b;
}
#contentContentDrei .subhead, #contentContentDrei h2 {
  font-weight:bold;
  padding-bottom:3px;
  padding-top:15px;
}

#galerie {
	position: relative;
	left: 0px;
}

#galerie ul {
	margin:0px;
}

#galerie li {
  position:relative;	
  background-image: url('bilder/aufzaehlung.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left:0px;
  padding-left: 10px;
  margin-top: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  color:#60813b;
}


#contentContentZwei {
  position: absolute;
  left: 200px;
  width: 742px;
  height: 560px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #B6D62B;
  padding: 0px;
}
#contentContentZweiTeaser {
  position: absolute;
  left: 210px;
  top: 355px;
  width:222px;
  height:180px;
  background-color:white;
  padding: 5px 20px 20px 20px;
  font-size:12px;
}

#contentContentAnfahrt {
  position: absolute;
  left: 200px;
  width: 560px;
  height: 560px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #B6D62B;
  overflow: auto;
}

hr {
	color:#B6D62B;
	height:1px;
}

#contentMarginalAnfahrt {
  position: absolute;
  left: 761px;
  width: 165px;
  height: 540px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #B6D62B;
  overflow: visible;
  padding:10px;
  font-size:10px;
}
#contentMarginalAnfahrt .head {
  font-size:12px;
  font-weight:bold;
  padding-bottom:5px;
}

#contentMarginal {
  position: absolute;
  left: 662px;
  width: 280px;
  height: 560px;
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: #B6D62B;
  overflow: visible;
}

#contentBreadcrumb {
  position: absolute;
  top: 560px;
  width: 400px;
  height: 20px;
  overflow: visible;
}
#contentPresenter {
  position: absolute;
  left: 544px;
  top: 562px;
  width: 400px;
  height: 20px;
  overflow: visible;
  text-align:right;
	font-size:12px;
}
#contentBreadcrumb a, #contentBreadcrumb a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#contentPresenter .presenter, #contentPresenter .presenter a, #contentPresenter .presenter a:visited {
	color:#000000;
	text-decoration:none;
}
#contentPresenter .presenterActive, #contentPresenter .presenterActive a, #contentPresenter .presenterActive a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#contentPresenter span {
 position:relative; top:-2px;
}
#contentBreadcrumb {
  position: absolute;
  top: 562px;
  width: 400px;
  height: 20px;
  overflow: visible;
  font-size:12px;
}

.galimg {
	margin-right: 8px;
	margin-bottom: 8px;
}


#buchbarVeranstaltungOuter {
  width: 400px;
  height:30px;
  background-color: #B6D62B;
}

#buchbarVeranstaltungInner {
  width: 385px; 
  height:30px; 
  background-color: #60813B; 
}
#buchbarVeranstaltungInner span{
  position: relative;
  padding-left: 5px;
  top: 7px;
  color: #FFFFFF; 
  font-weight:bold;
}

#buchbarVeranstaltungInnerText {
  position: relative;
  left: 15px;
  top: 8px;
  color: #000000;
  width: 360px;
}

#buchbarVeranstaltungInnerText li {
  position:relative;	
  background-image: url('bilder/aufzaehlung.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  left: -48px;
  padding-left: 10px;
  margin-top: 10px;
  list-style-type: none;
  color:#60813b;
}

