@charset "utf-8";
body {
	

	color: #000000;
	background: #FCE18D url(../pix/bg_.jpg) top left repeat-x;
	}
/* FÃ¼r kaputte Browser */
body {		
		min-height: 101%;
		text-align: center;
		}
body * {
		/*Textausrichtung korrigieren*/
		text-align: left;
		}
		
/* Ãœberschriften*/
h1, h2, h3, h4, h5 {
		color: #FF6C0A;
		background-color: transparent;	
		font-size: 1em;
		}
h6 {
color: #003A1A;
background-color: transparent;
font-size: 1.2em;
text-align: center;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	}

/**
-------------------------------------------------
Regeln fÃ¼r besondere Bereiche
-------------------------------------------------*/


/**logo
----------------*/
div#logo_con {
		color: #5D5D5D;
		width: 909px;
		text-align: right;
		margin: 0;
		background: #FCE18D url(../pix/bg_trailer_main.jpg) bottom center no-repeat;
		}
h1#logo {
		color: #5D5D5D;
		padding-top: 50px;
		text-align: center;
		margin: 0;
		}


		
/**Hauptbereich
----------------*/
div#top {
		color: #5D5D5D;
		background: #FCE18D url(../pix/bg_trailer_main.jpg) bottom left no-repeat;
		width: 910px;
		margin: auto;
		}
div#main {
		width: 908px;
		height: auto;
		border-bottom: 1px solid #373434;
		border-left: 1px solid #373434;
		border-right: 1px solid #373434;
		margin: auto;
		background: #FEF4D4 url(../pix/bg_all.jpg) top left repeat-y;
		}
		
div.csc-textpic-above,
  div.csc-textpic-text { clear: none; }	
  div.csc-textpic-right,
  div.csc-textpic-text { clear: none; }	
  div.csc-textpic-left,
  div.csc-textpic-text { clear: none; }
  div.csc-textpic-imagewrap { clear: none; }
div.csc-textpic, 
csc-textpic-center, 
csc-textpic-above { clear: none; }

  div.csc-textpic-above,
  div.csc-textpic-imagewrap {overflow:hidden; }



