

html {
     margin:0;
     padding:0;
     height:100%;
	 overflow-y:scroll;
}

* { margin: 0; padding: 0; }

body  {
    	margin: 0;
    	padding: 0;
    	color: #666666;
		height:100%;
		background-attachment:fixed; 
    }
	
	img {
	border: 0;
	outline:0; -moz-outline:0; 
	}



#container { 
    	width: 100%;
		border: 0;  
    	margin: 0;
    	padding: 0;
	     height:100%;
		 		background-image:url(../images/back.gif); 
		background-repeat:repeat-y;
		background-attachment:fixed; 
    } 
	
	
	#left { 
		position: fixed;
		top: 0;
		left: 0;
		width: 480px;
	height:100%; 
		padding: 0;
		margin:0;
	 		background-image:url(../images/back.gif); 
		background-repeat:repeat-y;
		background-attachment:fixed; 
	} 
	
	#header { 
		width: 250px;
		padding: 3px 60px 0 20px;
		margin:0;
				background-repeat:no-repeat;
		background-attachment:fixed; 
	height:85px;
	text-align:center;
	overflow:hidden;
	} 
	
	#menue { 
		width: 430px;
		height:300px;
	text-align:right; 
		padding: 0;
		margin:37px 0 0 0;
	}
	

	 #logodiv { 
	position:absolute;
		padding: 40px 0px 60px 0;
		margin: 0px 0 0 360px;
		overflow: hidden;
		max-width: 560px;
		height: auto;
    } 
	
	

	
	  #text { 
		margin: 0px;
		overflow: hidden;
				height: auto;
			background-color:#fcfbf6;

    } 
	
	  #logo{ 
		margin: 0px;
		overflow: hidden;
				background-color:#fcfbf6;
						padding: 20px 30px 40px 40px;

    } 
	


	
* html div#left  {position:absolute;}

 * html div#logodiv {width: 560px;}


	
