body {	
	border-width: 0px;
	margin: 0px;
	padding: 0px;	
	background-color: white;
	background-image: url('/images/background.png');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	border-width: 0;
}

#logobox {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 160px;
	height: 157px;
	background-image: url('/images/logo.jpg');
}

#menubox {	
	position: absolute;
	top: 150px;
	left: 13px;	
	width: 134px;	
}

#topbox {
	position: absolute;
	top: 0px;
	left: 186px;
	width: 650px;
	height: 105px;
	background-image: url('/images/banner.png');
}

#mainbox {
	position: absolute;
	left: 206px;
	width: 776px;
	top: 130px;			
}

#boundarybox 
{
	position: absolute;	
	top: 0px;
	left: 160px;	
	width: 26px;
}

div.button {
	position: relative;
	background-image: url('/images/menubuttonhover.png');
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 140px;
	height: 28px;
	margin: 0;
	padding: 0;
}

div.button a {
	display: block;
	color: black;  
	font-size: 13px;	
	display: block;
	float: left;
	color: black;
	text-decoration: none;
	font-weight: bold;	
}

div.button img {
  width: 24px;
  height: 24px;
  border: 0;
}

* html a:hover {
  visibility: visible;
}

div.button a:hover img {
  visibility: hidden;
}

div.button span {
  position: absolute;
  left: 32px;
  top: 1px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

h1, div.title {
	position: relative;	
	height: 28px;
	width: 100%;	
	padding-left: 30px;
	padding-top: 6px;
	margin-bottom: 6px;
	background-repeat: no-repeat;		
	background-image: url('/images/titlebackground.png');
	font-size: 15px;	
	font-weight: bold;		
}

div.content {
	position: relative;	
	font-size: 13px;	
	margin-bottom: 15px;
	z-index: 0;
}	

div.pictureright {		
	width: 202px;
	float: right;
	clear: both;
	padding: 4px;
	margin-left: 8px;			
	margin-bottom: 2px;		
	background-color: #F2F8FC;
}

div.gallerypictureright {		
	width: 242px;
	float: right;
	clear: both;
	padding: 4px;
	margin-left: 8px;			
	margin-bottom: 2px;		
	background-color: #F2F8FC;
}

ul.gallerylist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

ul.gallerylist li {
	position: relative;
	float: left;
  	 min-height: 250px;
  	 height: auto !important;  /* für moderne Browser */
  	 height: 250px;  /* für den IE 6 */
}

div.gallerybackground {
	width: 242px;
	font-size: 13px;
	padding: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #F2F8FC;	
}

.blueborder {	
	border-style: solid;
	border-width: 1px;	
	border-color: #4D8DC0;
}

p.description {	
	margin: 0;
	padding: 0;
	padding-right: 2px;
	padding-top: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #404040;
}

p.bold {
	font-size: 13px;	
	font-weight: bold;	
}

label.overlabel {
	color: #999;	
}

label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #999;
}

div.overlabel-wrapper {
	position: relative;
}

ul.jrk_menu {
  border: none;
	color: #404040;
  margin-bottom: 20px;
  padding: 0;
}

ul.jrk_menu li {
  display: inline;
  list-style-type: none;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
	font-size: 13px;	
  font-weight: bold;
}

ul.jrk_menu li a {
  color: black;
  text-decoration: none;
}


div.jrk_sidebar {
	position: relative;	
  right: 0px;
  width: 202px;
  font-size: 13px;
	background-color: #F2F8FC;	
  font-weight: bold;
	color: #404040;
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
	z-index: 1;
}

div.jrk_sidebar ul {
  list-style-type: none;
  padding: 0 0 0 10px;
}

div.jrk_sidebar li {
  padding-top: 5px;
}

div.jrk_sidebar ul.ebene1 {
  list-style-type: disc;
  padding: 0 0 0 15px;
  font-weight: normal;
}

div.jrk_sidebar li a {
  color: black;
  text-decoration: none;
}

