

body {
  text-align: center;
  background: url(/images/background.jpg) no-repeat top;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  min-height:700px;
  height: 900px;
  width: 100%;
  overflow: hidden;  
 }

.page-wrap {
     width: 960px;
     margin: 0 auto;
}

.menuitem{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "arial";  
    text-align: center;
    vertical-align: middle;
	color: black;
	/* background-color: red; */
}
.menuitem_selected{
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "arial";  
    text-align: center;
    vertical-align: middle;
	color: #004001;
	font-weight: bold;
	/* background-color: red; */
	background-image: url("/images/menusel_bg.png")
}
.example_header {
	padding-top: 5px;	
	font-family: "arial";  
    text-align: center;		
	font-weight: bold;
	font-size: 150%;
}
.example_desc {
	padding-top: 5px;	
	font-family: "arial";  
    text-align: center;	
}
.emphase {
    color:#000000;
	font-weight: bold;
	display: inline;	
}
a.emphase:link{
    color:#000000;
	font-weight: bold;	
}
.contact_mail {
	padding-top: 5px;	
	font-family: "arial";  	
    text-align: center;		
}
.contact_mailremark {
	padding-top: 25px;	
	font-family: "arial";  	
	text-align: center;	
	font-size: 75%;	
	padding-bottom: 35px;	
}
li {
    margin: 0;
    padding-bottom: 15px;
}


