a {
	text-decoration:none;
	color:#BEBEBE;
	font-size:13pt;
	font-family: 'Pathway Gothic One', sans-serif;
	}
	
a:hover {
	color:#87ff67;
	}

body {
	padding:0px;
	margin:0px;
	background-color:#222222;
	font-family:'Average', sans-serif;
	font-size:12pt;
	}

#mainbox {
	margin:0px;
	top:0px;
	left:0px;
	right:0px;
	}

#header {
	position:fixed;
	margin:0px;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	min-width:1000px;
	height:69px;
	background-color:#000000;	
   background-image:url(../gfx/header_bg.png);
	font-size:16pt;
	font-family: 'Pathway Gothic One', sans-serif;
	}
	
	#navigation {
	width:900px;
	height:35px;
	overflow:hidden;
	margin:15px auto;
	color:#BEBEBE;
	padding-bottom:2px;
	}

 .headeritem {
  height:27px;
  padding-top:8px;
  text-align:center;
  float:left;
  	font-size:16pt;
  padding-left:9px;
  padding-right:9px;
  text-decoration: none;
  }
  
  .headeritem_start {
  height:27px;
  padding-top:8px;
  text-align:center;
  float:left;
  padding-left:9px;
  padding-right:9px;
  }
  
  .headeritem_on {
  height:27px;
  padding-top:8px;
  text-align:center;
  float:left;
  color:#3056FF;
  padding-left:9px;
  padding-right:9px;
  }
  
  #headerlogo {
  margin-left:30px;
  margin-top:5px;
  height:25px;
  width:173px;
  float:left;
  margin-right:20px;
  background-image:url(../gfx/logo_orig.png);
  }
		
.headeritem:hover {
	color:#87ff67;
	}
	
#suchebutton {
  height:15px;
  width:15px;
  text-align:center;
  float:left;
  margin-left:2px;
  padding-left:1px;
  padding-right:9px;
  background-image:url(../gfx/lupe_on.png);
  padding-right:0px;
  margin-top:13px;
  }
  
  #suchebutton:hover {
  background-image:url(../gfx/lupe.png);
  }
	
#content {
min-width:950px;
padding-top:70px;
margin:auto auto;
color:#BEBEBE;
text-align:center;
overflow:hidden;
font-family: 'Pathway Gothic One', sans-serif;
font-weight: normal;
}	
   #arrowright{
	position:absolute;
	left:905px;
	height:85px;
	width:85px;
	background-image:url(../gfx/arrow_right.png);
	}
	
	#arrowleft{
	position:absolute;
   left:20px;	
	height:85px;
	width:85px;
	background-image:url(../gfx/arrow_left.png);
	}
	
	#title {
	position:fixed;
	margin:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
		min-width:1000px;
		height:39px;
		background-color:#000000;
		overflow:hidden;
		color:#FFFFFF;
		}
		
	#titlebox {
		width:1000px;
		height:39px;
		margin:0px auto;
      text-align:left;
		background-image:url(../gfx/title.png);
		}
		
	#titletext {
		padding-left:50px;
		padding-top:6px;
		font-size:18pt;
		font-family: 'Average', serif;
	}

	#titleleft {
		position:absolute;
		left:5px;
		min-width: 200px;
		bottom:11px;
		height:39px;
		opacity:1.0;
	}
	
	#titleright {
		height:39px;
		background-image:url(../gfx/title_right.png);
	}
	
	#impressumlink {
		position:absolute;
		height:40px;
		right:0px;
		width:110px;
		font-size:12pt;
      padding-top:11px;
      padding-right:15px;
		text-align:right;
		font-weight: normal;
		background-image:url(../gfx/title_impressum.png);
	}
	
	#languagechooser {
	position:absolute;
	right:8px;
	top:7px;
	font-size:12pt;	
	}

.contlink {
font-size:12pt;
color:#DDDDDD;
}

.contlink:hover {
text-decoration: none;
}

#scrollbox {
	margin:0px;
	padding:0px;
	width:100%
	height:100%;
overflow:auto;
}