/*===========================
	F A R B E N
	
	BODY-HG:	#846e61 braun
	SITE-HG:	#feefd4 hell-braun
	COL_LINKS-HG:	#fdd9a9 hell-braun
	FOOTER-HG:	#f49e12 orange
	TEXTFARBE	#603711 braun
	
=============================*/

/*===========================
	IMPORTS
=============================*/
@charset "utf-8";
@import url("menu.css");
@import url("content_container.css");
@import url("formulare.css");
@import url("content.css");
@import url("rte_styles.css");
@import url("feuserregister.css");
@import url("merkliste.css");
/*===========================
	FLOATING
=============================*/
.clear_float
{
	clear: both;
}

/*===========================
	MAIN
=============================*/

body 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #603711;
	background-color: #846e61; 
	margin: 0;
	padding: 0;
	}

#site 
	{
	position: absolute;
	left: 50%;
	top: 23px;
	width: 1200px;
	/* height: 825px; */
	margin-left: -600px;
	background-color: #feefd4;
	background-image: url("../../fileadmin/layout/bilder/seiten_hg_stripe.jpg");
	background-repeat: repeat-y;
	}
	
#flashintroid
	{
	width: 1200px;
	height: 788px;
	}
	
#main_col_left
	{
	width: 218px;
	/* height: 788px; */
	float: left !Important;
	background-color: #fdd9a9;
	}
	
	#content_left
		{
		width: 198px;
		/* height: 142px; */
		padding: 12px 0 0 20px;
		overflow: hidden;
		}
		
		#content_left p
			{
			margin: 0;
			padding: 0;
			}
	
#main_col_right
	{
	width: 982px;
	/* height: 788px; */
	float: left !Important;
	}
	
	.gallery_col
		{
		background-color: white;
		}
	
	#headerimg
		{
		display: block;
		width: 982px;
		height: 248px;
		float: left;
		}
		
		#headerimg img
			{
			/* width: 982px; */
			margin: 0px;
			border: none;
			}
		
		#headerimg .csc-textpic-image, 
		#headerimg .csc-textpic-firstcol,
		#headerimg .csc-textpic-lastcol
			{
			margin: 0px;
			}
		
	#footer_menu
		{
		display: inline-block;
		width: 982px;
		height: 35px;
		text-align: right;
		}
		
		.gallery_footer_menu
			{
			/* background-color: white; */
			margin: 12px 0 0 0;
			}
	
#main_footer
	{
	display: inline-block;
	width: 1200px;
	height: 37px;
	background-color: #f49e12;
	float: left !Important;
	overflow: hidden;
	}
	
	#main_footer .footertext
		{
		display: block;
		font-size: 12px;
		padding: 10px 0px 10px 20px;
		text-align: justify;
		float: left;
		}
		
	#main_footer .linkbild
		{
		display: block;
		margin: 11px 0 0 0;
		}
		
.typo3-debug
	{
	position: relative;
	z-index: 999;
	}