body 	
		{
		height: 100%;
        width: 1020px;
        margin: 0 auto;
		background-color: #102045;
		//background-image: url(../../insta/images/steel_bg.jpg);
		}

#header
		{
		background-image: url(http://wisa-on.de/insta/images/logo_1024_alu.jpg);
		border: 0px;
		border-radius: 25px 25px 25px 25px;
		background-repeat:no-repeat;
		width: 100%;
		height: 100px;
		background-color: #102045;
		margin-top: 5px;
		background-position: center;
		}	

#menue_links 
		{
		height: 100%;
        background-color: #102045;
		width: 250px;
        float: right;
		}

#menue_rechts 
		{
		height: 100%;
        background-color: #102045;
		width: 250px;
        float: left;
		}


#inhalt {
    //float:left;
    width: 50%;
    height: auto;
    margin-left: 5px;
	margin-right: auto;
    //border:1px solid red;
	} 
				
		
		
.links_button
		{
		background: none repeat scroll 0 0 #5DC1E9;
		border-radius: 15px 15px 15px 15px;
		width: 250px;
		Height: 61px;
		color: #102045;
		cursor: pointer;
		margin-bottom: 3px;
		padding: 2px;
		background-image: url(../../insta/images/steel_bg.jpg);
		//box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-o-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-webkit-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-moz-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		}

.rechts_button 
		{
		background: none repeat scroll 0 0 #5DC1E9;
		border: 0px;
		border-radius: 15px 15px 15px 15px;
		width: 250px;
		Height: 61px;
		color: #102045;
		cursor: pointer;
		margin-bottom: 3px;
		padding: 2px;
		background-image: url(../../insta/images/steel_bg.jpg);
		//box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-o-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-webkit-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		//-moz-box-shadow: inset 0 5px 10px #5DC9E1, 0 1px 1px #5DC9E1;
		}


		 
#footer
		{
		font-family: arial;
		font-size: 10pt;
		background-image: url(../../insta/images/steel_bg.jpg);
		border: 0px;
		border-radius: 5px 5px 5px 5px;
		color: #102045;	
		width: 100%;
		height: 15px;
		background-color: #102045;
		clear: both;
		text-align: center;
		}		
		
		
		