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

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

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


#root {
	color:#000033;
	text-align:justify;
	background: inherit;
}

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

#main h1 {
	color:#000033;
	background: inherit;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.6em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#main h2 {
	color:#004E8A;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main h3 {
	color:#000033;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.4em;
}

#main h4 {
	color:#4a5e74;
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.2em;
}

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

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


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

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

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

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



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

#main a, 
#main a:link {
	color:#4a5e74;
	background: inherit;
	text-decoration:underline;
}

#main a:hover {
	color:#4a5e74;
	background: inherit;
	text-decoration: none;
}


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

#main p {
	margin-bottom:1.6em;
	font-size:1.0em;
	line-height:1.4em;
}

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



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

#main table {
	font-size:1.0em;
	line-height:1.2em;
	text-align:left;
}

#main th {
	color:#FFFFFF;
	background-color:#004E8A;
	padding: 3px 15px 3px 5px;
}

#main tr {
	background-color:#F5F5e5;;
}

#main tr.pause {
	background-color:#e5e5e5;
	
}


#main td {
	padding: 3px 15px 3px 5px;
	text-align:left;
}


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

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


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

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

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


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

#bottom {
	color:#FFFFFF;
	font-size:0.7em;
	line-height:1.8em;
	font-weight:normal;
}

