* {
	margin:0;
	padding:0;
}

		
html, body {
	height:100%;
}

body {
	background: url(/resources/images/pappe_new.jpg);
	text-align:center;
}


/* --------------------------- GENERAL STYLES ----------------------------*/

a { 
 border:0;
 }

img { 
 border:0;
 }

div { 
 margin:0;
 padding:0;
 }

/* --------------------------- CONTAINER DEF------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom: -325px; /* half of container's height */
	float:left;
}

#container  {
	width:960px;
	height:650px;
	margin:0 auto;
	position:relative;
	clear:left;
	text-align:left;
}

#title, #content, #navigation { 
  padding:0;
  margin:0;
 }

#title {
/*  background: url(/resources/images/title_back.gif) left top no-repeat; */
	height:44px;
}

#content {
 height:460px;           
 padding:15px 0px 15px 0px;
 text-align:center;
}

#navigation { 
 height:95px;
 }
	

/* */

#home { 
  margin-top:21px; /* subnav is not displayed -> shift the img down approx. half of the subnav height*/
  margin-top:0px;
 }

/* ---------------- NAVIGATION -------------------------- */

#subnav, #mainnav { 
 padding:0;
 margin:0;
 text-align:center;
 }

#subnav { 
 height:45px;       

 }

#subnav img { 
 margin:10px 0px 0px 0px;
 border:0;
 }

#mainnav { 
 height:50px;
 }

#mainnav ul#series li, #mainnav ul#general li { 
 display:inline;
 list-style-type:none;
 margin-right:30px;              
 }

#mainnav ul#general li {
 float:right;
}
