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

	Client		:	Tudorfer Folkloretanzgruppe e.V.
	Project		:	www.tu-fo.de
	Copyright	:	Design & Code - Julian Sprenger @ freigeistlabor.com - www.freigeistlabor.com

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


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

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

#main-block h1 {
	color:#fff;
	background-image: url(head_bg.gif);
	height: 45px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 20px;
	font-size:1.6em;
	font-weight: bold;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	clear: both;

}

#main-block h1 .user {
	color:gray;
	background-color:none;
	font-size:9px;
	font-weight: normal;
	text-transform: none;
	right: 0;
	line-height:1.8em;
	letter-spacing:normal;
}

#main-block h2 {
	color:#006A27;
	background: inherit;
	text-decoration: underline;
	font-size:1.6em;
	font-weight:bold;
	padding-top: 10px;
	line-height:1.6em;
}

#main-block h3 {
	color:#006A27;
	background: inherit;
	font-size:1.4em;
	padding-top: 10px;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h4 {
	color:#006A27;
	background: inherit;
	text-decoration: underline;
	font-size:1.3em;
	padding-top: 0px;
	font-weight:bold;
	line-height:1.6em;
}

#main-block h5 {
	color:#FFCC00;
	background-color:#1B224C;
	padding-left: 15px;
	font-size: 2.0em;
	font-weight: bold;
	line-height:4 em;
	height: 43px;
	letter-spacing: -0.1em;
}

#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:green;
	text-decoration: none;
	font-weight: bold;
	}

#main-block a:hover {
	color:green;
	font-weight: bold;
	text-decoration: underline;
}

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

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


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

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

#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 {
	margin:0 0 0 20px;
	list-style-type:square;
}


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

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

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 0px;
	width: 350px;

}
/*
#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: 0px 0;
	margin-bottom: 0px ;
}

#main-content-block div.team div{
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#main-content-block div.team p {
	margin-top: 0px;

}

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

#main-content-block div.team div.floatRight img {
	margin:4px 0px 4px 0;
	border: solid 2px green;
}

/* ### Bildgalerie ### */

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

#main-content-block div.galerie div.image img{
	padding: 0px;
	border:3px solid #ffcc00;
}


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

/* ### Magazin Galerie ################################################################ */


	/* Beispiel-CSS für magazin_Layout */
	.magazine-layout {
		position: relative;
		min-width: 600px;
	}
	.magazine-container {
		background: none;
		min-width: 600px;

	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=100);
		line-height: 0.0em;
		opacity: 1.00;
		-moz-opacity: 1.00;
		border: 1px solid white;

	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=90);
		opacity: 0.90;
		-moz-opacity: 0.90;
		border: 1px solid green;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=100);
		line-height: 0.0em;
		opacity: 1.00;
		-moz-opacity: 1.00;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}
	
	


/* ### 2/3 Spalter ################################################################ */	
	
	/* Beispiel CSS von Sven Jansen
im Feld "Block-Name" zweier fŸr die Spaltenart "zweispaltig" und dreier fŸr die Spaltenart "dreispaltig" angegeben */

/* 2+3 */
.zweier, .dreier {
 margin: 15px;
 width: 600px;
}

/* 2 */
.zweier .spalte_1 {
 width: 300px;
 float: left;
}

.zweier .spalte_2 {
 width: 300px;
 float: right;
}

.zweier .spalte_1 img {
 max-height: 200px;
 padding-right: 10px;
 max-width: 290px;

}

.zweier .spalte_2 img {
 max-height: 200px;
 padding-right: 10px;
 max-width: 290px;
}

/* 3 */
.dreier .spalte_1 {
 width: 15%;
 float: left;
 margin-right: 10px;
}

.dreier .spalte_2 {
 width: 25%;
 float: left;
 text-align: center;
}

.dreier .spalte_3 {
 width: 55%;
 float: right;
}

/* ### Dokument bereitstellen ################################################################ */	


.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#d0d0d0;
	margin:0px;
    line-height: 18px;
	}
	
	
/* ### Zweispalter ################################################################ */	


.zweispalter {
	width:610px; 
}

.zweispalter_1 {
	width:250px;
}

.zweispalter_1 img {
 max-width: 230px;
 padding-right: 10px;
}

.zweispalter_2 {
	width:350px;
	margin:0 0 0 250px;
}

.zweispalter_2 img {
 max-width: 220px;
 padding-right: 10px;
}

.zweispalter_1 {
	float: left;
}

.clearLeft {
	clear:left;
}
	
/* ### Dreispalter ################################################################ */	


.dreispalter {
	width:610px; 
}

.dreispalter_1 {
	width:170px;
}

.dreispalter_2 {
	width:205px;
	margin:0 0 0 10px;
}

.dreispalter_3 {
	width:205px;
	margin:0 0 0 10px;
}

.dreispalter_1, .dreispalter_2, .dreispalter_3 {
	float: left;
}

.clearLeft {
	clear:left;
}


/* ### gerenderte Headline ################################################################ */	


/* Ausgabe am Bildschirm */
@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}



#gbook_captcha{
margin-left: 100px;}
