/* ######------ ALLGEMEINES BEGIN ------############################################################## */

	/* ###--- Alle Abstände werden auf 0 gesetzt ---### */
		* { margin: 0; padding: 0 }
	
	/* ###--- 100% Höhe für die Seite ---### */
		html { height: 100%; }
		body { height: 100%; }
		
	/* ###--- Hintergrund für HTML und BODY ---### */
		html { background: #318925; }
		body { }
	
/* ######------ ALLGEMEINES END ------###############################################################*/


/* ######------ CONTAINER BEGIN ------############################################################### */
	
	/* ###--- Container wird relativ positioniert ---### */
		#container { position: relative; }
		
	/* ###--- Ausrichtung der Seite ---### */
		body { text-align: center; }
		#container { margin: 0 auto 0; }
		
	/* ###--- Hintergrund und Breite der Seite ---### */
		#container { background: url(../images/gsmuch_container_bg.jpg); }
		#container { width:950px; }
	
	/* ###--- Hack damit die Seite 100% Höhe hat ---### */
		#container { min-height: 100%; height: auto !important; height: 100% /*IE*/; }
		
/* ######------ CONTAINER END ------################################################################# */

	
/* ######------ TOP BALKEN BEGIN ------########################################################## */
	
	/* ###--- TopBalken ---### */
		/*#top { 
				position: relative;
				height: 30px; 
				background: url(../images/top.jpg);
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 380px;
		}
		
		#top_right {
					position:relative;
					float:right;
					width: 380px;
		}
		*/
	/* ###--- Text im TopBalken ---### */
		/*#top_content_left {
						padding-top: 15px;
						padding-left: 30px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}

		#top_content_right {
						padding-top: 15px;
						padding-right: 33px;
						text-align:right; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}
		*/
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: url(../images/gsmuch_header.jpg); 
				position: relative; 
				height: 270px;
		}
		#head_link {
				position: absolute;
				right: 45px;
				bottom: 33px;
				text-align:right; 
				font-family: Verdana; 
				font-size: 10px; 
				color: #6c3916;
				}
		#head_link a:link {
						color: #6c3916;
						text-decoration: underline;
		}
		#head_link a:visited {
						color: #6c3916;
						text-decoration: underline;
		}
		#head_link a:hover {
						color: white;
						text-decoration: none;
						background: #6c3916;
		}
		#head_link a:active {
						color: #6c3916;
						text-decoration: underline;
		}
			
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		/*#navi_top {
					background: url(../images/navi_top.jpg); 
					height:42px; 
					position: relative; 
		}
		*/
	/* ###--- TEXT navi_top ---### */
	/*	#navi_top_content {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:8px; 
							padding-left: 30px;
		}
		*/
/* ######------ NAVI TOP END ------######################################################### */


/* ######------ COLUMN 1 2 3 BEGIN ------######################################################### */

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 215px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				/*border-right: 1px dotted #000000;*/
				/* display: none; wenn col1 nicht angezeigt werden soll */
		}
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 215px; /* margin-left:xxpx; wenn col1 nicht angezeigt werden soll */
				margin-right: 100px; /* margin-right:xxpx; wenn col3 nicht angezeigt werden soll */
				width: auto; 
		}
		
	/* ###--- Column 3 ---### */
		#col3 {
				position: relative; 
				width: 178px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				/*border-left: 1px dotted #000000;*/
				/* display:none; wenn col3 nicht angezeigt werden soll */
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 55px; }
	
	/* Textformatierungen weiter unten */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:12px;
						padding-top:20px;
		}
		
	/* ###--- TEXT column 2 ---### */
		#col2_content { 
						display:block; height:1%; /* sonst wird in typo3 das 2. inhaltselement erst unter der navi angezeigt */
						padding-top:20px;
		}
		
	/* ###--- TEXT column 3 ---### */
		#col3_content { 
						margin-right:29px;
		}
		
/* ######------ COLUMN 1 2 3 END ------######################################################### */


/* ######------ FOOTER BEGIN ------######################################################### */
		
	/* ###--- Footer ---### */
		#footer {
					background: url(../images/gsmuch_footer.jpg); 
					position: relative; 
					margin: -55px auto 0; /* - wert = höhe des footers */
					width:950px; 
					height:55px; 
		}
		
		#footer_left {
						float:left;
						position:absolute;
						width: 300px;
						left: 40px;
		}
		
		#footer_right {
						float:right;
						position:absolute;
						width: 500px;
						right: 50px;
		}
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #6c3916; 
							padding-top:30px; 
							
		}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #6c3916; 
							padding-top:23px; 
							
		}
		
	/* ###--- Footer FORMATIERUNGEN ---###*/
		#footer a:link {
						color: #6c3916;
						text-decoration: underline;
		}
		#footer a:visited {
						color: #6c3916;
						text-decoration: underline;
		}
		#footer a:hover {
						color: white;
						text-decoration: none;
						background: #6c3916;
		}
		#footer a:active {
						color: #6c3916;
						text-decoration: underline;
		}
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
		}
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 5px;
						padding-right: 5px;
						line-height: 16px;
						overflow: hidden;
		}
		/* Links */
		#col2_content a:link {
							color: #6c3916;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #6c3916;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: white;
							text-decoration: none;
							background: #6c3916;
		}
		#col2_content a:active {
							color: #6c3916;
							text-decoration: none;
		}		
		#col2_content a img {
							border: 1px solid #6c3916;
							display: block;
		}
		#col2_content a:hover img {
							border: 1px solid #6c3916;
							
		}
		/* Überschriften */
		#col2_content h1 {
						font-family: Georgia;
						font-size: 16px;
						font-weight: bold;
						color: #6c3916;
						border-bottom: 1px solid #000000;
						padding:0;
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: 0px;
						margin-right: 0px;
		}
		#col2_content h2 {
						font-size: 14px;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		#col2_content h3 {
						font-size: 16px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h4 {
						font-size: 18px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h5 {
						font-size: 20px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h6 {
						font-size: 22px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		/* Tabellen */
		#col2_content td {
							font-size: 12px;
		}
		/* Absätze */
		#col2_content p {
						padding: 0;
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: 0px;
						margin-right: 0px;
		}
		/* Bilder */
		#col2_content img {
						margin: 5px;
						border: 1px solid #6c3916;
		}
		/* Listen */
		#col2_content ul, ol {
							padding: 0;
							margin-top: 5px;
							margin-bottom: 5px;
							margin-left: 0px;
							margin-right: 0px;
		}
		/* Listenelemente */
		#col2_content li {
						list-style-position: outside;
						/*list-style-type: circle;*/
						margin-left: 20px;
		}
		/* damit im internet explorer die liste z.B. nicht in ein bild reinrutscht */
		*html #col2_content {
						list-style-position: inside;
						margin-left: 0px;
		}
		/* TYPO 3 Formatierungen (RTE)  und RTE Vorgabestyles zum Auswählen */
		#col2_content .csc-textpic-image {
										margin: 3px;  /* abstand zwischen bildern bei text mit bild und bild. muss gemacht werden, da im IE sonst das layout zerschossen wird. */
													  /* wenn die bilder einen rahmen von z.b. 1px haben, wird das im IE anders berechnet und das letzte bild in der reihe wird umgebrochen */
													  /* wenn man in typo3 den abstand erhöht, kann bzw. muss er hier auch höher gemacht werden */
		}
		#col2_content .csc-textpic img {
										margin: 0;  /* muss gemacht werden, damit bei z.b. text mit bild der aussenabstand beim bild 0 ist. da er vorher durch #col2_content img gesetzt wurde. */
													/* sonst rutscht der text irgendwie ins bild. */
		}
		#col2_content .important {
									font-weight: bold;
									text-decoration: underline;
		}
		#col2_content .name-of-person {
									font-style: italic;
									font-weight: bold;
									text-decoration: underline;
		}
		#col2_content .detail {
								color: #FF0000;
		}
		#col2_content table.csc-frame-frame1 {
											border: 1px solid #000000;  /* tabelle mit rahmen und grauem hintergrund */
											background: #CCCCCC;
		}
		#col2_content table.csc-frame-frame2 {
											border: 1px solid #000000;  /* tabelle mit rahmen und gelbem hintergrund */
											background: yellow;
		}
		#col2_content p.csc-frame-frame1 {
										border: 1px solid #000000;  /* absatz mit rahmen und grauem hintergrund */
										background: #CCCCCC;
		}
		#col2_content p.csc-frame-frame2 {
										border: 1px solid #000000;  /* absatz mit rahmen und gelbem hintergrund */
										background: yellow;
		}
	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
		}

/* ######------ CONTENT FORMATIERUNGEN END ------######################################################### */		
		
		
/* ######------ HACKS BEGIN ------######################################################### */

	/* ###--- clearfix hack ---### */
		.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; }
		.clearfix {display: inline-table;}
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
	/* ###--- end clearfix hack ---### */

/* ######------ HACKS END ------######################################################### */	

/* ######------ TT_NEWS FORMATIERUNGEN BEGIN ------######################################################### */


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:none;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:none;
	background-color:white;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:none;
	/*background-color:#D8FA70;*/
	background-color:white;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:none;
	background-color:white;

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #f1b447;
	background-color:white;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #f1b447;
	background-color:white;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: none;
	background-color: white;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: white;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#f1b447;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #f1b447;
	background-color:white;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: black;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}





/* ######------ TT_NEWS FORMATIERUNGEN END ------######################################################### */	



/*mailformulare formatieren*/

#col2_content div.formu table {
	margin-top:10px;
}
#col2_content div.formu td {
	vertical-align: middle;
	padding-right:5px;
}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {

padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color: #000;
border: 1px solid #F1B449;
}



.radiolayout {

padding-top:15px;
padding-bottom:15px;
}

.formu {

padding-top:10px;
padding-bottom:10px;


}

.mf-radio {
border:0px;
margin-right:10px;
margin-top:10px;
}

.mf-text {
color: #000;
border: 1px solid #F1B449;
margin-bottom: 5px;
background:#fff;
padding:3px;


}

.mf-check {
border: 0px;

}
.mf-select {
border:0px;
}

.mf-input {

margin-bottom: 5px;
background:#fff;
padding:3px;

color: #000;
border: 1px solid #F1B449;

}

.mf-submit {

background-color: #fff;
color: #000;
border: 1px solid #F1B449;
padding:2px;
}
.mf-reset {
color: #000;
border: 1px solid #F1B449;
background-color: #fff;

padding:2px;
}


