* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100.01%;
	line-height: 100.01%;
	text-decoration: none;
	border: 0px none;
	list-style: none;
}

* {
	font-size: 0.8em;
	line-height: 1.5em;
	color: White;
}

* * {
	font-size: 1em;
}

img, table, td, tr, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

.displayNone {
	display: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatNone {
	float: none;
}

.center {
	text-align: center;
}

body  {
	font-size: 1em;
	background-color: rgb(52,78,74);
}

p, hr {
	padding-bottom: 1em;
}

h1, h2, h3,
h1 a, h2 a, h3 a {
	font-weight: bold;
}

em {
	font-style: normal;
	font-size: 1.4em;
}

strong, strong em, strong a, strong .caps {
	font-weight: bold;
	color: rgb(214,97,53);
}

a  {
	text-decoration: none;
	color: #D0D0D0;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active, a:focus {
	outline: none
}

h1 .caps,
h2 .caps,
h3 .caps,
strong .caps {
	font-weight: bold;
}

p.hr, p.hrInd75 {
	clear: both;
	display: block;
	width: 40px;
	height: 16px;
	background: url(line.gif) no-repeat;
	overflow: hidden;
	padding: 0;
	margin-bottom: 1em;
	
}

p.hrInd75 {
	margin-left: 85px;
}

#contentRight p.hrInd0 {
	margin-left: 10px;
}
	
div.clear {
	clear: both;
}

#website {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 80px;
	overflow: hidden;
	border-bottom: 3px solid rgb(127,127,127);
}

#menu1 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 848px;
	height: 20px;
	padding: 0 1px 0 1px;
	overflow: hidden;
}

#menu1 li {
	display: inline;
	float: left;
	height: 20px;
	margin-left: 1px;
	padding-left: 15px;
	background: url(bg-menu1.gif) no-repeat;
}

#menu1 li.act {
	background: url(bg-menu1-high.gif) no-repeat;
}

#menu1 li.first {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}

#menu1 li a, #menu1 li b {
	display: inline;
	float: left;
}


#menu2 {
	position: absolute;
	top: 120px;
	left: 0px;
	height: 20px;
	padding: 0 1px 0 1px;
}

#menu2 li {
	display: inline;
	float: left;
	height: 20px;
	margin-left: 1px;
	padding-left: 3px;
}

#menu2 li.act {
	
}

#menu2 li.first {
	margin-left: 0px;
	padding-left: 0px;
}

#menu2 li a, #menu2 li b {
	display: inline;
	float: left;
	background: #FFFFFF;
	padding: 3px 6px 1px 6px;
}

#menu2 li a:hover, #menu2 li b {
	background: rgb(214,97,53);
}

#content {
	padding: 155px 0 15px 0;
	width: 850px;
	float: left;
	background-repeat: no-repeat;
}

#contentLeft {
	width: 425px;
	float: left;
}

#contentRight {
	width: 425px;
	float: left;
}

#content .col,
#contentLeft .noCols,
#contentRight .noCols {
	width: 415px;
	float: left;
}

#content .col.ind75,
#contentLeft .noCols.ind75,
#contentRight .noCols.ind75 {
	width: 340px;
	padding-left: 85px;
}

#content .col.first,
#contentLeft .noCols {
	padding-right: 10px;
	clear: both;
}

#content .col.second,
#contentRight .noCols {
	padding-left: 10px;
}

#videoArea {
	width: 850px;
	height: 478px;
	overflow: hidden;
}

#content img {
	float: left;
	padding: 0 0px 8px 0;
}

#content .second img {
	float: right;
}

#content .second img.singleR {
	
}

#content img.inText {
	margin-top: 0px;
}

#videoArea img {
	margin-top: 0px;
}

.slideshowContainer {
	position:relative;
	float: left;
	width: 850px;
	height: 478px;
	overflow: hidden;
}

.slideshow {
	position:absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 478px;
	overflow: hidden;
}

.slideshowSensor {
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 478px;
	z-index: 11;
	background: url(clear.gif);
}

.slideshowSensor .zurueck {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 425px;
	height: 478px;
	z-index:11;
	cursor: pointer;
}

.slideshowSensor .vor {
	display: block;
	position: absolute;
	top:0;
	left:425px;
	width: 425px;
	height: 478px;
	z-index:11;
	cursor: pointer;
}

#content .slideshowSensor .zurueck img,
#content .slideshowSensor .vor img {
	margin-top: 0;
	zoom: 1;
	filter: alpha(opacity=60);
	opacity:0.6;
	display: none;
}

.slideshowSensor .vor img {
	 margin-left: 375px;
}

#content .slideshow img {
    position: absolute;
	 margin-top: 0;
    top:0;
    left:0;
    z-index:8;
	zoom: 1;
	filter: alpha(opacity=0);
    opacity:0.0;
}

#content .slideshow img.active {
    z-index:10;
	zoom: 1;
	filter: alpha(opacity=100);
    opacity:1.0;
}

#content .slideshow img.last-active {
    z-index:9;
}

.mejs-video {
	margin-top: -1px;
}
