/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/


#site-content {
	color: #000; /* #818181; */
	text-align:left;
}

/* ### breadcrump ############################################################# */

/* #main-block p #breadcrumb {
font-size: 1em;
color: #abbf0b;
margin-bottom: 30px;
} */


/* ### headlines ############################################################ */

#main-block h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#main-block h2 {
	color: #f4ec0d;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	line-height:1.4em;
}

#main-block h3 {
	color: #be7e00;
	background: inherit;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	line-height:1.4em;
}



/* ### Images ############################################################ */

#main-block img {
	margin:4px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
	color: #f5eb0d;
	font-size: 14px;
	margin: 0;
	float: none;
}

#main-block a:hover {
	color: #8e7143;
}




/* ### Paragraphs ########################################################## */

#main-block {
	margin-bottom:1.6em;
	font-size: 14px;
	line-height:1.4em;
	text-align: justify;
}

#main-block p {
	/* margin-bottom:1.6em; */
	font-size: 14px;
	line-height:1.4em;
	text-align: justify;
}

#main-block p a img {
	border: 1px solid #be7e00;
	padding: 6px;
	background: none;
}

#nav p {
	margin-bottom:1.2em;
}



/* ### Tables ############################################################## */

#main-block table {
	font-size: 14px;
}

#main-block tr {
	padding: 0;
	margin: 0;
}

#main-block td {
	padding: 0;
	margin: 0;
}

#main-block td img {
	padding: 0;
	margin: 0;
}


/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size: 14px;
	line-height:1.6em;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type: decimal-leading-zero;
} 
#main-block ul li {
	line-height: 1.2em;
	margin:0 0 14px 20px;
	list-style-type: square;
}

#main-block ul li ul li {
	margin:0 0 0 20px;
	list-style-type: circle;
}

#main-block ul li ul li ul li{
	margin:0 0 0 20px;
	list-style-type: circle
}

#main-block ul li ul li ul li ul li{
	margin:0 0 0 20px;
	list-style-type: circle
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
	float:left;
	margin:4px 0px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 0px;
}
/*
#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}
*/


/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 270px;
}

#main-content-block div.galerie div.image img{
	padding: 5px;
}

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
/*.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}*/
.wysiwygimg a.wysiwygimg img {border:0;padding:0px; margin:1px;}

/*.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}*/

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size: 14px;}
.wysiwygimg td {font-size: 14px;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}


/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #abbf0b;;
	border-bottom: 1px solid #000; /* #818181; */
	border-right: 6px solid #abbf0b;;
	border-top: 1px solid #000; /* #818181; */
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #abbf0b;;
	border-bottom: 1px solid #000; /* #818181; */
	border-right: 6px solid #abbf0b;;
	border-top: 1px solid #000; /* #818181; */
}

.submit{
	background-color: #abbf0b;
	color: #000; /* #818181; */
	margin-top: 10px;
	border: none;
}

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*
 
/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 0px;
}
 
 
/* 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: 100%;
	margin-bottom: 15px;
	background-color: #ffb686;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: none;
}
 
/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}
 
 
/* 
--------- FORMULAR-OBJEKTE ------------ 
*/
 
 
/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 370px;
	height: 200px;
	margin-left: 115px;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
 
 
/* Textfeld */
.formgen .formtext
{
	width: 370px;
	height: 18px;
	margin: 0 0 4px 4px;
	padding-bottom: 4px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #c7c7c7;
}
 
.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	background-color: #f4ec0d;
	color: #000;
}
 
 
 
/* Label */
.formgen label {
	width: 110px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	font-size: 14px;
	color: #fff; /* #818181; */
}
 
 
/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #fff; /* #818181; */
}
 
 
/* Sende-Button */
.formgen .formsubmit
{
	width: 370px;
	height: 25px;
	text-align: center;
	background-color: #8e7143;
	border: 0px solid #FFCC33;
	float: none;
	margin-left: 110px;
	color: #fff;
	font-weight: bold;
}
 
 
 
/* 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: 0px;
	color: #ff0000;
}
 
.formgen .formcaptcha
{
	border: none;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
 
.formgen .formreq {
	color: #fff; /* #818181; */ /* Pflicht-Sternchen */
}
 
.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 */