body {height: 100%;
            width: 1024px;
			height: auto;
            margin: auto;
			#background-color: #102045;
			background-image: -ms-linear-gradient(top, #093c71 0%, #00afd3 100%  );

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Opera */ 
	background-image: -o-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093c71), color-stop(1, #00afd3));

	/* Webkit (Chrome 11+) */ 	
	background-image: -webkit-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #093c71 0%, #00afd3 100% );
	
	background-attachment: fixed;
	background-repeat: no-repeat;
			
}

#header
		{
		background-image: url(../../insta/images/logo_1024_alu.jpg);
		background-repeat:no-repeat;
		width: 100%;
		height: 100px;
		background-color: #102045;
		margin-top: 10px;
		margin-bottom: 10px;
		background-position: center;
		border: 0px;
		border-radius: 15px 15px 15px 15px;
		}	

#menue_links {height: 100%;
        background-color: #102045;
		width: 220px;
        float: right;
		background-image: -ms-linear-gradient(top, #093c71 0%, #00afd3 100%  );

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Opera */ 
	background-image: -o-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093c71), color-stop(1, #00afd3));

	/* Webkit (Chrome 11+) */ 	
	background-image: -webkit-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #093c71 0%, #00afd3 100% );
	
	background-attachment: fixed;
	background-repeat: no-repeat;
		}

#menue_rechts {height: 100%;
         background-color: #102045;
		 width: 220px;
         float: left;
		 background-image: -ms-linear-gradient(top, #093c71 0%, #00afd3 100%  );

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Opera */ 
	background-image: -o-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093c71), color-stop(1, #00afd3));

	/* Webkit (Chrome 11+) */ 	
	background-image: -webkit-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #093c71 0%, #00afd3 100% );
	
	background-attachment: fixed;
	background-repeat: no-repeat;
		}

#inhalt {
    width: 56%;
    height: auto;
    margin-left: 5px;
	margin-right: auto;
	background-image: -ms-linear-gradient(top, #093c71 0%, #00afd3 100%  );

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Opera */ 
	background-image: -o-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #093c71), color-stop(1, #00afd3));

	/* Webkit (Chrome 11+) */ 	
	background-image: -webkit-linear-gradient(top, #093c71 0%, #00afd3 100% );

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #093c71 0%, #00afd3 100% );
	
	background-attachment: fixed;
	background-repeat: no-repeat;
   
} 
		
		


 
.links_button {
    background-image: url(../../insta/images/steel_bg.jpg);
    border: 0px;
    border-radius: 15px 15px 15px 15px;
	width: 220px;
	Height: 65px;
    color: #102045;
	cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
	
	}

.rechts_button {
   	background-image: url(../../insta/images/steel_bg.jpg);
	border: 0px;
    border-radius: 15px 15px 15px 15px;
	width: 220px;
	Height: 65px;
    color: #102045;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;	
}


		 
#footer
		{
		font-family: arial;
		font-size: 10pt;
		background-image: url(../../insta/images/steel_bg.jpg);
		color: #102045;	
		width: 100%;
		height: 20px;
		background-color: #102045;
		clear: both;
		text-align: center;
		border: 0px;
		border-radius: 5px 5px 5px 5px;
		}		
		
		