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

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

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



/* ### Sub Navigation ######################################################### */

#nav {
	display:inline;
	text-align:left;
	float:left;
	width:880px;
	margin-bottom:5px;
	margin-top: 10px;

}



#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	
	text-align: right;
}
 

#nav p.copy a {
	color: #fff;
	
	text-decoration: none;
}

#nav p.copy a:hover {
	text-decoration: underline;
}






#nav {
	margin-bottom:10px;
	
	
	
}
* html body #nav {} /* IE 6 / 5.5 Hack */

#nav ul.rex-navi1 { padding:0px 0px; }


/* ### nav1st - first level navigation ######################################## */

ul.rex-navi1 {
	
	font-size:1.2em;
	text-transform:lowercase;
	background-image: url(bg_menu_hoga.jpg);
	/*background-color:#e00024;*/
	
	border:double;
	border-color:#93c929;
	
	
	
	
}

ul.rex-navi1 li {
	
	display: inline;
	
	
	font-weight:bold;
	text-align: right;
	
	

	
	
}

ul.rex-navi1 a {
	display: inline;
	color:#FFF;
	padding-left: 10px;
	
	
	
	
}

ul.rex-navi1 li a.rex-active, 
ul.rex-navi1 li a.rex-current {
	color:#4a3c1f;
	
	
	
}

ul.rex-navi1 a:hover {
	color:#4a3c1f;
	
	
	
}




/* ### nav2nd - second level navigation ######################################### */
#subnav {
	display:block;
	text-align:left;
	float:left;
	width:120px;
	height: 430px; 
	margin-right: 5px;

}

ul.rex-navi3 {
	/*font-size:1.2em;
	text-transform:lowercase;
	background-image: url(bg_submenu_office.jpg);
	background-repeat: repeat;
	background-color:#e00024;*/
	border:double;
	border-color:#93c929;
	padding-bottom:10px;
	padding-left: 10px;
	height: 435px; 
}

ul.rex-navi2 {
	font-size:1.2em;
	text-transform:lowercase;
	/*background-image: url(bg_submenu_office.jpg);
	background-repeat: repeat;
	background-color:#e00024;
	border:double;
	border-color:#900;
	padding-bottom:10px;
	padding-left: 10px;
	height: 435px; */
}

ul.rex-navi2 li {
	display: block;
	margin-top: 10px;
	
	font-weight:bold;
	text-align: left;
	
}

ul.rex-navi2 a,
ul.rex-navi2 li a.rex-active {
	display: inline;
	color:#93c929;
	
	
	
}


ul.rex-navi2 a:hover,  
ul.rex-navi2 li a.rex-current {
	color:#4a3c1f;
}



#breadcrumb {
  margin-bottom: 20px;
}
#main-block #breadcrumb p, 
#main-block #breadcrumb ul, 
#main-block #breadcrumb li {
  display: inline;
  color: #90B0BF;
  font-size: 1em;
}
#main-block ul.rex-breadcrumb li {
  margin-left: 0px;
  padding: 0 6px 0 13px;
  background-image: url(raquo.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  list-style: none;
}
#main-block ul.rex-breadcrumb li.rex-lvl1 {
  margin: 0;
  padding-left: 5px;
  background: none;
}

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

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

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


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,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:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### 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;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background:#FFF;
	color:#333;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: x-small;
	height: 100%;
    margin: 0px;
    padding: 0px; 
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:880px;
	border:2px;
	background-color:#fff;
	
	
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
	height:140px;
}

/* ### Logo ####################################################################### */



/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	
}

/* ### Content #################################################################### */


#content {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:0px;
}
/* end hide */


#main-content {}

#main {
	top:5px; 
	float:left;
	width:880px;
	padding-top:5px;
	min-height: 480px;
	
	
	}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:530px;
	color: #fff;
	padding:5px;
	min-height: 435px;
}


#main-content-block {
	color:#333;
	display:block;
}

#kalender {
	
	color:#4a3c1f;
	/*background-image: url(bg_kalender_office.jpg);
	background-repeat:repeat-y;*/
	
	
	border:double;
	border-color:#93c929;
	padding:5px;
	
	float:right;
	width: 185px;
	height: 435px;
	
}

#kalender h2 {
	color:#4a3c1f;
	font-size:12px;
}

#kalender p {
	color:#4a3c1f;
	font-size:12px;
	margin-bottom: 5px;
}

#kalender a {
	color:#93c929;
	font-size:12px;
}

.kal {
	width: 550px;

}

.kal th {
 background-color:#CCC;
 text-align:center;

}

.kal td {
 border: 1px;
 text-align:center;
 width:30px;

}

.last a {
color:#93c929;
}

.next a {
color:#93c929;
}


p.navigation-cal a,
p.navigation-cal a:link,
p.navigation-cal a:active,
p.navigation-cal a:hover,
p.navigation-cal a:visited {
color:#93c929;
}

p.eventdate {
	background-color:#e00024;
}

p.eventtext {
background-color:#e00024;
}


/* ### Footer ###################################################################### */

#footer {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:900px;
	border:2px;
	background-color:#fff;
	
}

#footer p {
	float: left;
	padding: 5px 0;
	color:#333;
	background:inherit;
	text-transform:uppercase;
     margin-left: 10px;
	
}

#footer p.floatright {
	float: right;
	padding: 5px 0;
	color:#333;
	background:inherit;
	text-transform:uppercase;
	margin-right: 5px;
}

#footer p.floatright a,
#footer p.floatright a:link {
	color:#333;
	text-decoration: none;
	background:inherit;
}

#footer p.floatright a:hover {
	color:#float: right;;
	text-decoration: none;
	background:inherit;
}

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

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

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

/* ### Logo ################################################################# */
#logo {
	
	height:127px;
	width:200px;
	
	float:right;
	color:#333;
	background-image: url(dc-hoga_small.jpg);
	
	
	
	
}



#logo p {
	margin-top: 120px;
	font: 12px;
	color:#CCC;
	vertical-align:bottom;
	
	
}

#logo a {
	
	font: 12px;
	color:#CCC;
	vertical-align:bottom;
	
	
}




/* ### Header ############################################################### */

#header {
	align: center;
	top:10px; 
	color: #949599;
	/*background-image: url(bg_header_office.jpg);*/
	background-repeat: repeat;
	
	
	
	vertical-align:bottom;
	}

#slogan p {
	color:#4a3c1f;
	margin-top: 60px;
	text-align:left;
	font-size:16px;
	float:left;
	width:600px;
	margin-left: 15px;
	letter-spacing: 2px;
	word-spacing: 0px;
	font-weight:bold;
	text-transform:lowercase;
	
	
}



#nav-header {
	position:absolute;
	left:210px;
	bottom:18px;
}

/* ### Teaser ############################################################### */

#main-teaser {
	
}

/* ### Main-block Background ################################################# */




#main-block {
	
	background-color: #fff;
	background-position: 627px 0;
	background-repeat: repeat-y;
	border:double;
	border-color:#93c929;
	padding: 5px;
	width:533px;
	
}



/* ### Donate ###################################################################### */

#donate {
	display:block;
	clear:left;
	width:208px;
	height: 300px;
	/*background: #37444f url(bg_unav.gif) no-repeat;*/
	
	background-color: #red ;
	color: #c4c4c4;
	text-align:right;
}

#donate input {
	margin-top: 200px;
	margin-right: 20px;
}

/* 
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: 12px;
	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: 360px;
	margin-bottom: 15px;
	background-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #333;
}

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


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


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


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

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #333;

}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCC;
	margin-left: 4px;
	color: #333;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100px;
	text-align: center;
	background-color:#CCC;
	border: 1px solid #333;
	float: right;
	color:#333;
}



/* 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: #333;
}

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

.formgen .formreq {
	color: #006633;
}

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

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


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

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

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


#site-content {
	
	text-align:left;
	background: inherit; 
	
}

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

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


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

#main-block h1 {
	color:#604d2b;
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	margin-top: 5px;
}

#main-block h2 {
	color:#604d2b;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h3 {
	color:#604d2b;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h4 {
	color:#604d2b;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#604d2b;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main-block h6 {
	background: inherit;
	color:#604d2b;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


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

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

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

#main-block div.floatRight p {
	float:right;
	color:#333;
	width: 260px;
	padding:5px;
	
	
}


#main-block div.floatLeft p,
#main-block div.floatLeft h2, 
#main-block div.floatLeft h1 {
	float:left;
	margin-left: 0px;
	color:#333;
	width: 260px;
}

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




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

#main-block a, 
#main-block a:link {
	color:#41351d;
	text-decoration:underline;
}

#main-block a:hover {
	color:#41351d;
	text-decoration: none;
	
}

#main-block a.faq, 
#main-block a.faq:link {
	color:#41351d;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main-block a.faq:hover {
	color:#41351d;
	text-decoration:underline;
}


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

#main-block p {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:1.6em;
	color:#41351d;
}

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



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

#main-block table {
	font-size:1.2em;
	line-height:1.6em;
}

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


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

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


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

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

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
	color:#41351d;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
	color:#41351d;
}


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

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

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

/* ### Team ### */

#main-content-block div.txt-img {
	clear: both;
	padding: 12px 0;
}


/* ### Team ### */

#main-content-block div.team {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
}

#main-content-block div.team div{
	width:100px;
}

#main-content-block div.team p {
	font-size: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 0px;
}

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

/* ### 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;
	border:1px solid #aaa;
}


/* ### 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 #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}
