/*************************
   HTML Elements
 *************************/
body {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	font: 400 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #58585a;
	overflow: -moz-scrollbars-vertical;
}
h1, h2, h3, h4, p, li, dl, form, fieldset {
	margin: 0;
	padding: 0;
}
h1 {   
	clear: both;
	font-size: 2.5em;
	color: #fff;
	margin-bottom: .25em;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 16px 0;
}
h3, h4 {
	font-size: 1.1em;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
a {
  text-decoration: none;
}
a:hover {
  /*color: #666;*/
  text-decoration: underline;
}
ol, ul {
  margin: 0 30px 10px 30px;
  padding: 0 30px;
}
ol {
}
ol span {
}
ul {
  list-style-image: url(/img/system/bullet.gif);
}
img {
	border: 0;
}
/*************************
   Form Elements
 *************************/
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}
label {
  float: left;
  width: 25%;
  vertical-align: top;
}
input.text,
textarea,
select {
	padding: 1px;
	font: 400 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #ccc;
	margin: 1px 0;
}
input.text:focus,
input.text:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #e4e4e4;
  border: 1px solid #888;
}
input.button {
  padding: 2px 5px;
  cursor: pointer;
  color: #fff;
  background: #818181;
  border-width: 1px;
  border-style: solid;
  border-color: #595959 #343434 #343434 #595959;
}
input.radio {
  background: none;
  border: 0px;
}
textarea.textarea,
input.text {
  width: 72.7%;
}
input.zipcode {
  width: 10.7%;
  margin-right: 2px;
}
input.city {
  width: 61.6%;
}
img.button {
	float: right;
	margin-bottom: 20px;
}
.formulare label,
.formulare input {
/*	font-size: 1.2em;*/
}
/*************************
   Generic display classes
 *************************/
.clear {
  clear: both;
}
.block {
  display: block;
}
.hide {
	display: none;
}
.small {
  font-size: .8em;
}
.error,
.red {
  color: #b9121b;
}
.nowrap {
	white-space: nowrap;
}
/*************************
   Spacer Elements
 *************************/
.spacer, .half-spacer, .quater-spacer {
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.spacer {
	height: 16px;
}
.half-spacer {
	height: 8px;
}
.quater-spacer {
	height: 4px;
}

/*************************
   Alignment classes
 *************************/
.floatingleft,
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatNone {
  float: none;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
img.floatRight {
  margin: 5px 0px 10px 15px;  
}
.floatingleft img,
img.floatLeft {
  margin: 5px 15px 10px 0px;
}

/*************************
   #navi
 *************************/
ul.navi,
ul.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
.navi li {
  display: inline;
  list-style: none;
}
.navi li {
	float: left;
}

#navi {
	height: 24px;
	margin-left: 362px;
}
#navi ul ul {
	width: 13em;
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}
#navi a {
	display: block;
	white-space: nowrap;
	color: #fff;
	background: #000 url(/img/system/a.gif) no-repeat left 0;
	text-decoration: none;
	padding:5px 10px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#navi li a.selected,
#navi li a:hover {
	background-position: left -24px;
}
#navi li.news a {
	padding-left: 0;
	background-position: -10px 0;
	background-image:url(/img/navi/style01/news.png);
}
#navi li.privat a {
	background-image:url(/img/navi/style01/privat.png);
}
#navi li.forum a {
	background-image:url(/img/navi/style01/forum.png);
}
#navi li.galerien a {
	background-image:url(/img/navi/style01/galerien.png);
}
#navi li.interaktiv a {
	background-image:url(/img/navi/style01/interaktiv.png);
}
#navi li.links a {
	background-image:url(/img/navi/style01/links.png);
}


#navi li.news a:hover {
	background-position: -10px -24px;
}
#navi li.news li a,
#navi li.privat li a,
#navi li.forum li a,
#navi li.galerien li a,
#navi li.interaktiv li a,
#navi li.links li a,
#navi li li a {
	color: #fff;
	background: #000;
	font-weight: normal;
	font-size: 10px;
}
#navi li li a:hover {
	color: #e25915;
}
#navi li a span {
	visibility: hidden;
}
#navi li {
	float: left;
}
#navi li:hover {
	cursor: pointer;
	z-index: 100;
}
#navi li li {
	position: relative;
	width: 100%;
}
#navi ul ul ul {
	top: 0;
	left: 100%;
}
#navi li:hover ul {
	display: block;
}
#navi li:hover ul ul {
	display: none;
}
#navi ul ul li:hover ul {
	display: block;
}




/*************************
   Layout-Boxes
 *************************/
#content {
  width: 970px;
}
#content[id] {
  height: auto;
}
#header {
  position: relative;
  height: 88px;
}

#footer {
	clear: both;
	padding-left: 362px;
	height: 25px;
	padding-top: 50px;
}
.copyright {
	clear: both;
	float: left;
	color: #828485;
	font-size: 9x;
	padding: 0;
}
#footer a {
	color: #828485;
	}
/*************************
   #header
 *************************/
#header h1 {
  display: none;
}
#header .logo {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 800px;
  width: 165px;
  height: 130px;
  background: url(/img/system/style01/logo.png) no-repeat left top;
}
#header .logo a {
  display: block;
  width: 165px;
  height: 130px;
}
.changestyle {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 362px;
}
.changestyle a {
	background: url(/img/system/style01/changestyle.png) no-repeat left top;
	height: 25px;
	width: 110px;
	display: block;
	float: left;
	margin-right: 28px;
}
.changestyle a span {
	display: none;
}

/*************************
   #main
 *************************/
.plaintext {
	/*margin-bottom: 16px;*/
	font-size: 1.1em;
	line-height: 127.2727%;
}
.list {
	font-size: 1.1em;
	line-height: 127.2727%;
}
.forum {
	font-size: 11px;
}

/*************************
   Boxes
 *************************/
.standard {
  padding: 10px 15px;
}
/*a.button {
	float: right;
	display: block;
	margin: 16px 0;
}*/
/*************************
   Tables
 *************************/
table.table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #a3a2a6;
	margin-bottom: 8px;
}


.table thead th,
.table th.top {
	border-top: 0;
	background-color: #c6c6ca;
	color: #fff;
}
.table thead th {
	white-space: nowrap;
}
.table th {
	font-weight: normal;
}
.table th,
.table td {
	padding: 2px 8px 3px;
	border: solid 1px #a3a2a6;
	border-width: 1px 0 0 1px;
	color: #000;
	vertical-align: top;
}
.table tbody td {
	padding: 18px 8px 20px;
}
.table tbody th {
	padding: 14px 8px 20px;
}
.table .noborder th,
.table .noborder td {
	border: none;
}
.table tfoot .first td {
	border-top: solid 1px #a3a2a6;
	padding-top: 16px;
}
.table tfoot .last td {
	padding-bottom: 16px;
}
.table tfoot .total td {
	padding-top: 16px;
	font-weight: bold;
}
.table tfoot a {
	color: #78787c;
	font-weight: bold;
	text-decoration: none;
}
/*************************
   form
 *************************/
.form {
	font-size: 11px;
}
.form label {
	width: 102px;
}

.form textarea.textarea,
.form input.text {
  width: 60%;
}
.form select.select {
  width: 61%;
}

.form .forumform textarea.textarea,
.form .forumform input.text {
  width: 150px;
}

.captcha img {
	margin: 2px 0px 2px 102px;
}
.form input.street {
	width: 48%;
	margin-right: 2px;
}
.form input.number {
	width: 10%;
}
.form select.day,
.form select.month,
.form select.year {
	width: 18.6%;
	text-align: left;
}
.form select.day {
	width: 40px;
}
.form select.month {
	width: 75px;
}
.form select.year {
	width: 55px;
}
.form p {
	width: 100%;
	margin-top: 2px;
	float: left;
}
.form p.width100 {
	width: 90%;
}
.form p.width100 label {
	width: 106px;
}
.form p.checkbox label {
	width: 60%;
	padding-left: 36%;
}
p.caption {
	clear: both;
	padding-left: 7px;
	font-size: .75em;
}

/*************************
   Image with caption
 *************************/
dl.floatLeft {
	margin-right: 1em;
}
dl.floatRight {
	margin-left: 1em;
}
dl.img dt {
	margin-bottom: 0;
}
dl.img dt img {
	width: 100%;
}
dl.img dd {
	margin: 0;
}
img.zoomicon {
	width: 16px !important ; 
	margin-left: -18px;
	background-color: #fff;
	border: 1px solid #333;
	cursor: pointer;
}

.noborder {
	border: none;
}


.leftcol {
	width: 301px;
	padding: 0 32px 0 28px;
}
.rightcol {
	width: 520px;
	padding: 18px 0 0;
}
.onecol {
	width: 665px;
	padding-left: 26px ;
}

.shimg {
	float: left;
	padding-bottom: 50px;
	background: url(/img/system/style01/gloss.png) repeat-x left bottom;
	margin-right: 5px;
}
.galleries .shimg {
	margin-bottom: -25px;
}
.gallery .shimg {
	margin-bottom: -45px;
}

.shimg div {
	height: 170px;
	width: 124px;
	background: #fff url(/img/system/style01/headlines/fotoshootings.png) no-repeat;
	position: relative;
}
.shimg div.viproom {
	background-image: url(/img/system/style01/headlines/vip-room.png);
}
.shimg div.kampagnen {
	background-image: url(/img/system/style01/headlines/kampagnen.png);
}
.shimg div h4 {
	display: none;
}
.shimg div a {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	color: #efad8a;
}

.downloads {
	position: relative;
	width: 100%;
	clear: both;
}
.downloads .shimg {
	margin-bottom: -25px;
}
.downloads .links {
	float: left;
	padding-top: 120px;
}
*+html .downloads .links { /* IE7*/ 
}
div.news {
	padding-right: 80px;
}


.forumform {
	margin-top: 36px;
	padding: 0 21px 22px 24px;
	float: left;
	width: 256px;
	background-color: #fff;
}
.forumform h2 {
	display: none;
}
div.vonlena {
	padding-left: 26px;
	margin-left: -26px;
}

div.pagination {
	padding: 0 0 12px;
	margin: 0;
	text-align: left;
}
div.pagination a,
div.pagination span.current,
div.pagination span.disabled {
	padding: 2px 5px;
	margin-right: 2px;
	border: 1px solid #2c2c2c;
	color: #fff;
}
div.pagination a {
	text-decoration: none; 
	background: #2c2c2c;
}
div.pagination span.disabled {
	border-color: #f3f3f3;
	color: #ccc;
}
div.pagination span.current,
div.pagination a:hover, div.pagination a:active {
	border-color: #e25915;
	color: #fff;
	background: #e25915;
}

div.pagination a,
div.pagination span.current,
div.pagination span.disabled {
	padding: 2px 2px;
	margin-right: 2px;
	border: none;
	color: #9c9e9f;
	text-decoration: underline; 
}
div.pagination a {
	text-decoration: underline; 
	background: none;
}
div.pagination span.disabled {
	text-decoration: none; 
	color: #666;
}
div.pagination span.current,
div.pagination a:hover, div.pagination a:active {
	color: #e25915;
	background: none;
}


#Form1 #content[id] {
  min-height: 400px;
}