html {
    margin: 0px;
	padding:0px;
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #0B317F;
	font-size: 90%
}

img {
    border: none;
}

body {
	margin: 0px;
}
#header {
	background-color: #0B317F;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	color: white;
    border-bottom: solid 2px silver;
	font-weight: bold;
}



#footer {
  	background-color: #0B317F;
	padding-bottom: 20px;
	padding-top:5px;
	color:white;
    border-top: solid 2px silver;
	text-align: center;
}

#main {
    background-color: white;
	text-align:center;
	background-image:url('img/body_bg.gif');
	background-repeat:repeat-x;
}

#content {
}

#page {
    width: 800px;
	padding: 15px;
    background-color: white;
	min-height: 400px;
	#height: 400px;
	margin:auto
}

#content {
	
}

/* Menu */

#menu {
    width:760px;
	margin:auto;
    border-right: solid 2px white;
	min-height: 29px;
}

#submenu {
    width: 100px;
	float:left;
	padding: 5px;
	border-bottom: solid 1px silver;
	background-color: #0B317F;
	border: solid 1px silver;
}

.menulink {
   text-decoration: none;
   
   position: relative;
   top:0;
   text-align:left;
   border-left: solid 2px white;
   float:left;
display:block;
    width: 150px;
}

.menulink a {

	text-decoration: none;
	padding-right:20px;
	padding-left:5px;

}

#submenu .menulink {
   width: 100px;
   font-size: 90%;
   float:none;
}




/* Homepage */

.home {
   
}

.home #main {
   text-align: center;
   background-color: #0B317F;
   vertical-align: middle;
   background-image:none;  
}

.home #main img {
   margin: 40px;
}


.home #header {
   vertical-align: bottom;
   padding-top:10%;
}

.home #footer {
   vertical-align: top;
      min-height:15%;
}



.menulink a:hover {
	text-decoration: underline;
}

.apple {
    /*background-image: url('img/Apfel.gif');
	background-repeat:no-repeat;*/
	color: #E60003;
}


.pear {
	color: #F0E509;
}


.cherry {
	color: #D50004;
}

.apricot {
	color: #F39700;
}

.plum {
	color: #B277A3;
}
