/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/


#site-content {
	color:#666;
	text-align:left;
	background: inherit;
}

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 30px;
}


/* ### headlines ############################################################ */

#main-block h1 {
	color:#333;
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.3em;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}

#main-block h2 {
	color:#333;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h3 {
	color:#333;
	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:#00519e;
	text-decoration:none;
}

#main-block a:hover {
	color:#f60;
	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 {
	margin-bottom:1.6em;
	font-size:1.3em;
	line-height:1.6em;
}

#nav p {
	margin-bottom:1.2em;
}



/* ### 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 {
	list-style-image: url(haken.gif);
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
}

#main-content-block div.floatRight img {
}
/*
#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: left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	width: 665px;
	float: left;
	display: block;
}

#main-content-block div.team p {
	margin-bottom:1em;
	font-size:1.3em;
	line-height:1.5em;
}

#main-content-block div.team ul {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#main-content-block div.team ul li {
	list-style-type: disc;
	padding: 0px;

}

#main-content-block div.team ol {
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#main-content-block div.team ol li {
	list-style-type: decimal;
	padding: 0px;
	line-height: 1.9em;
}

#main-content-block div.team div.floatLeft {
	float: left;
	clear: right;
}

/*#main-content-block div.team div.floatLeft img {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}*/

#main-content-block div.team div.floatRight {
	float: right;
	clear: left;
}

/*#main-content-block div.team div.floatRight img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
}

/* ### 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;
}


/* ### Bilder Schiffe ################################################################ */
#main-content-block a.ts_schiff{
	float: left;
	margin-right: 5px;
	display: block;
	width: 650px;
	margin-bottom: 10px;

}

#main-content-block a.ts_beispiele{
	float: left;
	margin-right: 5px;
}

#main-content-block div.lbpics {
	clear: both;
	float: left;
	display: block;
	width: 677px;
}

#main-content-block div.tinymcewysiwyg {
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 650px;
}

/* ### 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;
}

/* Download-Modul
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	width:97.3%; /* IE6 Hack */
	margin: 0;
}

#main-block .download-hdl p {
	font-weight: bold;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#main-block .download-file {
	padding-top: 0.3em;
	padding-right: 5px;
	padding-bottom: 0.3em;
	padding-left: 8px;
}

#main-block .download-desc {
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#main-block .download-without-desc { 
	margin-bottom: 1.2em;
	border-top: 2px solid #393;
}

/* RSS-Feeds FTD // STB
*******************************************************************************/

.rssItem {
	font-size: 1.3em;
	line-height: 2.0em;

}

