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

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

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


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

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

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


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

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

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

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

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

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

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


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

#main-block img {
	display:block;
	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:#90B0BF;
	text-decoration:underline;
}

#main-block a:hover {
	color:#90B0BF;
	text-decoration: none;
}

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

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


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

#main-block p {
}

#nav p {
}



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

.sprechzeit {
	display: block;
	font-weight: bold;
}

.full-width #main, .full-width #main-block {
	width: 711px;
}

.lebenslauf img {
	float: left;
	padding-right: 15px;
}

.lebenslauf strong {
	padding-right: 10px;
}

.formleftside {
	position: relative;
	width: 216px;
	float: left;
}

.formrightside {
	position: relative;
	width: 224px;
	float: left;
}

.formgen .formtextfield {
	 clear: both;
	 float: none;
	 overflow: auto;
	 margin: 4px 0 20px;
	 height: 86px;
}

.contact_info, .zp {
	position: absolute;
	top: 23px;
	left: 481px;
	width: 234px;
}

*+html .contact_info{
  top:-500px;
}

.zp{
  left:475px;
  width:200px;
}

.forminfo {
	color: #ff5400 !important;
	position: relative !important;
	width: 429px !important;
	padding: 10px 0 20px 0 !important;
}

.formgen {
	padding-left: 3px;
}

.formgen .formspacer {
	clear: both;
	float: none;
	height: 25px;
	position: relative;
}

.formgen input, select, textarea {
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.formgen select {
	height: auto;
	margin: 0 0 7px 0;
	padding:0;
}

.formgen input {
	width: 150px;
	height: 16px;
}

.formgen textarea {
	margin-top: 0px;
	width: 429px;
}

.formgen .formreq {
	color: #ff5400 !important;
	font-weight: bold !important;
	font-size: 13px !important;
}

.formgen label   {
	display: block;
	position: relative;
	width: 51px;
	float: left;
}

.formgen .formleftside label {
	width: 54px;
}

.formgen .formrightside label {
	width: 62px;
}

.formgen .formblock {
	position: relative;
	left: 286px;
	height: 53px;
	width: 147px;
	border: none;
	background: url(submit_btn.png) 0 0 no-repeat;
	margin: 22px 0 0 0;
	padding: 0;
	color: #313391;
	line-height: 15px;
}

.formgen .formsubmit {
	position: relative;
	top: 8px;
	border: none;
	color: #313391;
	background: none;
}

.formgen .formbottom  {
	position: relative;
	padding: 0 0 0 20px;
}

.formgen .formbottom .formcheck {
	display: block;
	border: none;
	position: absolute;
	left: 0;
	width: auto;
}

.formgen .formbottom .checkspan label{
	position: relative;
	display: inline;
	width: auto;
	border: none;
}

.formgen .formbottom .formhinweis {
	position: absolute;
	top: 0;
	left: 370px;
}

/* alle Browser au�er Safari*/ 
.formgen select { margin: 0 0 10px 0;# }    

/* spezielle Elemente */
div.wunsch label{
  width:100%;
  float:none;
}

/*div.wunsch input{
  width:204px;
}*/
