/*Template nur für die erste Seite
Farben:
orange = rgb(245,117,4);
*/

html, body {
	background: rgb(194,193,193) url(img/bg_body2.gif) center top repeat-y;
	margin: 0; padding: 0;
	height:101%;
}

/**** Layout Blocks ****/
#main { /* gesamte Seite */
	width: 980px;   
        height:101%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: rgb(245,117,4) url(img/bg_bottom.gif) bottom left repeat-x;
}

#maincontent { /* gesamter Mittelteil */
	clear:both;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content_first {    /*wechselnder Header */
	width: 980px;
	height:100px;
	float: left;
	background: url(img/bg_head.gif) left top repeat-x;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 24px;
  	text-align:center;
  	letter-spacing:0.06em;
  	color:#fff;
  	font-weight:bold;
  	font-style:italic;
  	padding-top:50px;
}

#content { /* WYSIWYG-Editor  */
	width: 980px;
	min-height:350px;
	float: left;
	text-align:center;
	letter-spacing:0.03em;
	display:inline;
}

.clearcontent {
         height:30px;
         clear:both;
}

#footerbox {
           margin-left: 0;
           height:25px;
           width: 980px;
           border-top:1px dotted #000;
}
#footer {	
	color: #000;
	padding: 5px 0 0 0px;
	text-align: center;
	float:left;
	clear:both;
}

#footerbox2 {
           margin-left: 0;
           height:25px;
           width: 980px;
           border-top:1px dotted #000;
}
#footer2, h2{
	color: #000;
	padding: 5px 0 0 0px;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

.copy{
      font-weight:normal;
      text-align:center;
      color: #999;
      padding: 5px 0 0 0px;
      font-size: 0.8em;
}



