body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	width: 210px;
	height: 72px;
	background: url('pics/thumm.png') no-repeat;
}
h1 a {
	display: block;
	overflow: hidden;
	width: 210px;
	height: 72px;
}
a { 
	color: #666;
	text-decoration: none;
}
a:hover { 
	color: #c92412;
}
.small {
	font-size:10px;
	color:#999;
}

.small a {
	color:#999;
}

#overlay {
	position: absolute;
	left: 20px;
	top: 20px;
	color:#333;
	padding: 10px;
	background-color:#6f4713;
	background: url('pics/bg.png');
	width: 210px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
	z-index:1;
}

fieldset {
	margin: 0 0 10px 10px;
	padding: 10px;
	border: solid 1px #bcbcbc;
}
fieldset * {
}
legend {
	color: #000;
	cursor: pointer;
	display: block;
}

#control {
	text-align: center;
}
#control a {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 4px;
	display:inline-block;
}

#thumbs, #thumbs1, #thumbs2 {
	text-align: center;
}
#thumbs a, #thumbs1 a, #thumbs2 a {
	display: block;
	line-height: 22px;
	float: left;
	width: 22px; 
	height: 22px;
}

#transition {
	width:100%;
}

#showtitle {
	z-index: 3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #000;
	display: none;
	color: #fff;
	padding: 10px;
	width: 275px;
	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;	
}

a.activeslide {
	color:#FFF;
	background: #c92412;
}

#superbgimage {
	display: none;
	background: #fff url('superbgloading.gif') center center no-repeat;
}
#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}


/* Ergänzungen */

  ul.menu {
    width: 55%;
    overflow: hidden;       /* Fix: required for IE 5.x */
    margin: 16px 0 34px 3px;              /* Fix: submenu titel - workaround for Drupal menu system */
    padding: 0;             /* overwrite drupal.css setting ".block ul" */
    list-style-type: none;
    border: 0 none;         /* Fix: remove border between block title and menu */
		font-size: 110%;
		font-weight: bold;
		float:left;
  }

  ul.rechts {
    width: 40%;
		float:right;
  }

  /* Submenu Level 1 */
  ul.menu a {
    display: block;
    text-decoration: none;
  }
  ul.menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
  }
  ul.menu li a {
    width: 92%;
    padding: 6px 0px 6px 8%;
    color: #c92412;
  }
	
  ul.rechts li a {
    width: 86%;
    padding: 6px 14% 6px 0px;
		color:#666;
		text-align:right;
  }
	
  ul.menu li a:hover {
    background-color: #c92412;
    color: #fff;
    text-decoration: none;
  }
  ul.menu li a.active {
    width: 98%;
    padding: 6px 0px 6px 2%;
    font-weight: bold;
    color: #2C3E4C;
    background-color: #fff;
    border-bottom: 1px #969EA5 solid;
    outline: 0 none;
  }

  /* Submenu Level 2 */
  ul.menu li ul li a {
    width: 89%;
    padding: 4px 0px 4px 11%;
    background-color: #fff;
    color: #2C3E4C;
    border-bottom: 1px #969EA5 solid;
		font-size: 100%;
  }
  ul.menu li ul li a.active {
    width: 89%;
    padding: 4px 0px 4px 11%;
    font-weight: bold;
    color: #2C3E4C;
    background-color: #fff;
    border-bottom: 1px #969EA5 solid;
  }
