body 
		{
		height: 100%;
        width: 320px;
        margin: 0 auto;
		background-color: #102045;
		}

#header
		{
		//background-image: url(../../images/cd1.jpg);
		background-repeat:no-repeat;
		width: 100%;
		height: 0px;
		background-color: #102045;
		margin-top: 0px;
		background-position: center;
		}	

#menue_links {height: 100%;
        background-color: #102045;
		width: 150px;
        float: right;
		}

#menue_rechts {height: 100%;
         background-color: #102045;
		 //background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #102045 100%);
         width: 150px;
         float: left;
		 }

#inhalt {
    //float:left;
    width: 100%;
    height: auto;
    margin-left: 5px;
	margin-right: auto;
    //border:1px solid red;
	} 

		
.links_button {
    background: none repeat scroll 0 0 #5DC1E9;
    //border: medium none;
	border: 0px;
    border-radius: 100px 15px 15px 100px;
	width: 150px;
	Height: 50px;
    color: #102045;
	cursor: pointer;
    margin-bottom: 1px;
    padding: 1px;
	background-image: radial-gradient(circle farthest-corner at center , #FFFFFF 15%, #102045 100%);
	}

.rechts_button {
    background: none repeat scroll 0 0 #5DC1E9;
    //border: medium none;
	border: 0px;
    border-radius: 15px 100px 100px 15px;
	width: 150px;
	Height: 50px;
    color: #102045;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 1px;
	background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 15%, #102045 100%);
}


		 
#footer
		{
		font-family: arial;
		font-size: 10pt;
		color: #102045;	
		width: 100%;
		height: 20px;
		background-color: #102045;
		clear: both;
		text-align: center;
		}		