/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/


html,
body {
	color: rgb(130,130,130);
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans;
	letter-spacing: 1px;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

body {
	background-color: rgb(20, 20, 20);
}

a {
	text-decoration: none;
	outline: none;
}


a img {
	border: none;
	text-decoration: none;
	outline: none;
}

td {
	vertical-align: top;
	padding-right: 20px;
}


/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}


/*--- Content -------------------------------------------------------------------------------*/


#center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 850px;
}

#main {
	position: relative;
	margin-top: 60px;
}


#leftcolumn {
	width: 200px;
	height: 550px;
	position: relative;
	text-align: right;
}

.rightcolumn {
	position: absolute;
	top: 0px;
	left: 240px;
	text-align: left;
	width:610px; 
	height: 610px;
	display: block;
}

.rightpicture {
	position: absolute;
	top: 0px;
	left: 240px;
	text-align: left;
	overflow: hidden;
	width: 610px;
	height: 610px;
}

	
.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu {
	width: 100%;
	text-align: right;
	margin-bottom:2px;
}

.menu a {
	color: rgb(160,160,160);
}

.menu a:hover {
	color: rgb(220,220,220);
}

.menu a.selected {
	color: rgb(151,198,201);
}



.content {
	height: 100%;
	width: 100%;
	overflow: auto;	
}

.content2 {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;	
}

.page {
	color: rgb(130,130,130);
	line-height: 15px;
}

.page a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	outline: none;
}

.scrollup {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	display: none;
	font-size: 9px;
	font-weight: bold;
	color: rgb(160,160,160);
	width: 40px;
}

.scrolldown {
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor:pointer;
	display: none;
	font-size: 9px;
	font-weight: bold;
	color: rgb(160,160,160);
	width: 40spx;
}

.scrollup:hover,
.scrolldown:hover {
	color: rgb(220,220,220);
}

.picdiv {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: left;
}

.picdiv img {
	display: inline;
}


#e_control {
	margin-top: 50px;
	font-size: 9px;
	font-weight: bold;
}

#e_control a {
	color: rgb(160,160,160);
}

#e_control a:hover {
	color: rgb(220,220,220);
}

#e_control a.disable:hover {
	color: rgb(160,160,160);
}


#d_description {
	color: rgb(20, 20, 20);
}

#e_description {
}

#e_index {
	display: block;
}

#e_play, #e_stop {
	display: none;
	cursor: pointer;
}

#e_next {
	margin-left: 7px;
}

#e_navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 20px;
	vertical-align: top;
}

#d_video {
	color: rgb(20, 20, 20);
	margin-top: 10px;
}

#e_video {
}

#e_counter {
	position: absolute;
	height: 20px;
	right: 75px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 11px;
}




#e_running {
	position: absolute;
	left: 0px;
	top: 2px;
	display:none;
	height: 14px;
}

.disable {
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	cursor: default;
}

.disable a {
	cursor: default;
}

.visible {
	display: block;
}

.description,
.index {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	cursor: default;
	line-height: 15px;
}

.index img {
	height: 80px;
	margin-right: 18px;
	margin-bottom: 20px;
	cursor: pointer;
}

.textWhite {
	color: rgb(255, 255, 255);
}

.textHeadline {
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.imageTopLeft {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageTopRight {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.imageLeft {
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

.imageRight {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

.scrollMargin {
}
