

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

* { margin: 0; padding: 0; }

body  {
    	margin: 0;
    	padding: 0;
    	color: #900120;
		background: #fffff9;
		height:100%;
    }
	
	img {
	border: 0;
	outline:0; -moz-outline:0; 
	}



#container { 
    	width: 100%;
		border: 0;  
    	margin: 0;
    	padding: 0;
	     height:100%;
		 		background-image:url(../images/back.png); 
		background-repeat:no-repeat;
		background-attachment:fixed; 
		background-position:  -50px 0px;	
    } 
	
	
	#left { 
		position: fixed;
		top: 0;
		left: 0;
		width: 480px;
	height:100%; 
		padding: 0;
		margin:0;
		background-image:url(../images/back_01.png); 
		background-repeat:no-repeat;
		background-attachment:fixed; 
		background-position:  -50px 0px;	
	
	} 
	
	#header { 
		width: 400px;
	height:30px; 
	background-image:url(../images/menue.png); 
		background-repeat:no-repeat;
		background-attachment:fixed; 
	background-position:  -35px 0px;
		padding: 3px 20px 0 65px;
		margin:0;
	} 
	
	#menue { 
		width: 300px;
		height:300px;
	text-align:right; 
		padding: 0px 0px 0 65px;
		margin:50px 0 0 0;
	}
	

	 #logodiv { 
	position:absolute;
		padding: 40px 40px 60px 00px;
		margin: 0px 0 0 480px;
		overflow: hidden;
		max-width: 540px;
		height: auto;
    } 
	
	  #text { 
		margin: 0px;
		overflow: hidden;
				height: auto;

    } 
	
	  #logo{ 
		margin: 0px;
		overflow: hidden;
    } 
	
	
	
 * html div#header, * html div#left  {position:absolute;}




