@charset "UTF-8";
/**
	* CSS Include File for BOTG
	* page.css for page rendering
 */
 
@media all
{
	
	* { margin:0; padding: 0 }

	body {
		font-size: 0.8em;
		text-align: left;
		/*background: url(../img/background/bg.jpg) repeat-x left top;*/
		background:#f7f6f7;
		font-family: 'Open Sans', sans-serif;
		color: #000;
		line-height: 18px;		
	}
	
	#pageFrame{
		width: 1000px;  
		min-width:inherit; 
		border:0px solid #093d65;
		max-width:none;
		margin: 0 auto;
		text-align:left;
		posit#ion:relative;
		margin-top:0px;
	}	
	
	body { text-align: center }	

	/*Clearfix Methode for correct Floats - http://www.jassesnee.de/easyclear/*/
   .clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	
	/* (needed for Safari ) */
	.clearfix { display: block }
	
	* + html .clearfix { /* f�r IE7 */
	    display: inline-block;
	}
 
	* html .clearfix { /* f�r IE6 */
		height: 1%;
	}	
	
	#mainHeader{
		width:1000px;
		height:492px;
		border:0px solid red;
		position:relative;
		/*z-index:2000;*/
		background: url("../img/background/header_back.jpg") no-repeat 0 0;
	}
	
	#mainContent{
		width:1000px;
		border:0px solid #dbbb7f;
		min-height:700px;
		background:none
		position:relative;
		/*z-index:10;
		margin:10px 0 0 0;*/
		background: url("../img/background/new_content_back_v.jpg") repeat-y bottom left;
	}
	
	#mainFooter{
		width:920px;
		/*border-left:0px solid #dbbb7f;
		border-right:0px solid #dbbb7f;
		border-bottom:0px solid #dbbb7f;
		text-align:left;*/	
		background: url("../img/background/new_back_footer.jpg") no-repeat bottom left;
		height:50px;
		border:0px solid red;
		padding:13px 10px 10px 70px;
	}	
 
}