* {
	border:0;
	margin:0;
	padding:0;
	
	background:transparent;
} 

body {
	background-color: white;
	background-image: url('../images/bg.png');
	background-position: center;
	background-repeat: repeat-y;	
}

#header {
	position: absolute;
	top: 41px;
	width: 100%;
	/* height: 192px; */
	height: 133px;
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	
	text-align: center;
}

#headline, #headline404 {
	width: 773px;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;	
	
	background-color: white;
}

#headerLeft {
	width: 15px;
	height: 100%;
	background-color: #14b314;
	background-image: url('../images/header.left.jpg');
	background-repeat: no-repeat;		
	
	float: left;
}

#headerRight {
	width: 158px;
	height: 100%;
	background-color: #14b314;
	float: right;
	background-image: url('../images/header.right.logo.jpg');
	background-repeat: no-repeat;		
}

#headerPicture {
	width: 262px;
	height: 100%;

	float: left;	
	background-color: white;
	
	background-image: url('../images/header.picture.jpg');
	background-repeat: no-repeat;		
}

#headline {
	/* background-image: url('../images/header.jpg'); */
	background-color: white;
	background-repeat: no-repeat;		
}

#headline404 {
	background-image: url('../images/header-white.jpg');
	background-repeat: no-repeat;		
}

#headlineText {
	margin-right: 64px;
	background-color: white;
}

#line1 {
	text-align: left;
}

#line2 {
	text-align: left;
}

#middle {
	position: absolute;
	width: 100%;
	/* top: 263px; */
	top: 218px;
		
	text-align: center;
}

#inner {
	width: 713px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

#edithelp {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	margin-bottom: 50px;
}

ul {
	padding-left: 1em;
}

#content {
	float: right;	
	width: 476px;

	padding-right: 25px;
	margin-bottom: 50px;
	text-align: justify;		
}

#contentLeft {
	width: 182px;
}

#menu, #partner {
	width: 182px;	
	
	text-align: left;	

	border-width: 1px;
	border-style: solid;
}

#partner {
	margin-top: 3em;
}

#menuEntries {
}

.menuEntry {
	width: 100%;
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
	margin-left: 10px;
	margin-right: 10px;
}

#partner p {
	width: 100%;
	
	margin-left: 10px;
	margin-right: 10px;
	
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}

@media print {
  body {
  	background-color: white;
  	background-image: none;
  }
 
  #header, #headline, #headline404, #headerLeft, #headerRight, #headerPicture, #middle, #inner, #content {
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
	top: 0;
	float: none;
  }
		    
 
  #header, #contentLeft {
    visibility: hidden;
  }
  
}

