
body {height: 100%;
            width: 765px;
			height: 100%;
            margin: 0 auto;
			background-color: #102045;
			}

#header
		{
		background-image: url(http://wisa-on.de/insta/images/logo_768_alu.jpg);
		border: 0px;
		border-radius: 15px 15px 15px 15px;
		background-repeat:no-repeat;
		width: 100%;
		height: 75px;
		background-color: #102045;
		margin-top: 10px;
		margin-bottom: 10px;
		background-position: center;
		}	

#menue_links {height: 100%;
        background-color: #102045;
		width: 115px;
        float: right;
		}

#menue_rechts {height: 100%;
         background-color: #102045;
		 width: 115px;
         float: left;
		 }

#inhalt {
    //float:left;
    width: 68%;
    height: auto;
    margin-left: 8px;
	margin-right: auto;
    //border:1px solid red;
} 


 
.links_button {
    background: none repeat scroll 0 0 #5DC1E9;
    font-family: arial;
	font-size: 8pt;
	border: 0px;
    border-radius: 15px 15px 15px 15px;
	width: 115px;
	Height: 80px;
    color: #102045;
	cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
	//background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #B0B0B0 100%);
	background-image: url(../../insta/images/steel_bg.jpg);
	}

.rechts_button {
    background: none repeat scroll 0 0 #5DC1E9;
    font-family: arial;
	font-size: 8pt;
	border: 0px;
    border-radius: 15px 15px 15px 15px;
	width: 115px;
	Height: 80px;
    color: #102045;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
	//background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #5DC1E9 100%);
	background-image: url(../../insta/images/steel_bg.jpg);
}


		 
#footer
		{
		font-family: arial;
		font-size: 15pt;
		background-image: url(../../insta/images/steel_bg.jpg);
		border: 0px;
		border-radius: 5px 5px 5px 5px;
		color: #102045;	
		width: 100%;
		height: 25px;
		background-color: #102045;
		clear: both;
		text-align: center;
		}		
		
		
		