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

html,
body {
	color: rgb(0,0,0);
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, Arial, Sans;
	font-size: 12px;
	background-color: rgb(250, 250, 247);
	width: 100%;
	height: 100%;
	position: relative;
}

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


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

table {
	border: none;
	padding: 0;
	margin: 0;
}

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

p {
	margin-top: 0px;
	margin-bottom: 7pt;
	width: 100%;
}

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

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


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

#fader {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wrapper {
	position: absolute;
	top: 9%;
	width: 100%;
}

#center {
	position: relative;
	margin-left: 150px;
	margin-right: auto;
	text-align: left;
	width: 750px;
	height: 500px;
	font-size: 90%;
}

.dropShadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-moz-box-shadow: 2px 2px 7px black;
	-webkit-box-shadow: 2px 2px 7px black;
    box-shadow: 2px 2px 7px black;
    -moz-opacity: 0.36;
	opacity: 0.36;
}

#randomContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	-moz-box-shadow: 2px 2px 7px rgb(160, 160, 160);
	-webkit-box-shadow: 2px 2px 7px rgb(160, 160, 160);
    box-shadow: 2px 2px 7px rgb(160, 160, 160);
}

#randomContainer .randomPic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#blend {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 50%;
	overflow: hidden;
}

#blend div {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120%;
	width: 110%;
	background-color: rgb(241, 241, 236);
	filter:alpha(opacity=96);
	opacity: 0.96;
	-moz-opacity: 0.96;
}

#menu {
	position: absolute;
	bottom: 3px;
	left: 15%;
	left: -140px;
	height: 67.5px;
	width: 1800px;
	white-space: nowrap;
}

#menu #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7%;
	height: 65%;
	background-color: rgb(32, 32, 32);
	border: solid 1px rgb(80, 80, 80);
}

#menu #home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#menu #logo #logo1 {
	position: absolute;
	right: 0px;
	top: 1px;
	height:50%;
	line-height: 200%;
	vertical-align: middle;
	text-align: right;
	color: rgb(255, 255, 255);
	margin-right: 5%;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu #logo #albumTitle,
#menu #logo #logo2 {
	position: absolute;
	right: 0px;
	bottom: 1px;
	height:49%;
	line-height: 200%;
	vertical-align: middle;
	text-align: right;
	color: rgb(255, 255, 128);
	margin-right: 5%;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu #logo #albumTitle {
	display:none;
	letter-spacing: 0px;
	color: rgb(220, 220, 200);
	bottom: 2px;
}

#menu #selection {
	position: absolute;
	top: 0px;
	left: 7.1%;
	height: 65%;
	width: 100%;
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(220, 220, 200);
}

#menu #line {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	border-top: solid 1px rgb(220, 220, 200);
}

#menu #pages {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height:49%;
	line-height: 200%;
	vertical-align: middle;
	text-align: left;
}

#menu #albums {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	height:49%;
	line-height: 200%;
	vertical-align: middle;
	text-align: left;
}

#menu #pages a,
#menu #albums a {
	margin-left: 5px;
	margin-right: 5px;
	color: rgb(48, 88, 150);
}

#menu #pages a.selected,
#menu #albums a.selected {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#menu #pages a:hover,
#menu #albums a:hover {
	color: rgb(83, 62, 0);
	text-decoration: none;
}

#menu.showAlbum {
	left: -140px;
}

#menu.showAlbum #selection,
#menu.showAlbum #logo #logo2 {
	display: none;
}

#menu.showAlbum #logo #albumTitle {
	display:block;
}

.page {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	text-align: left;
}

.page .content {
	top: 2.5%;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
	height: 77%;
	line-height: 150%;
	overflow: auto;
}

.page .contentWrapper {
}

.title {
	font-size: 120%;
	font-weight: bold;
}

.page strong {

}


.play {
	margin-top: 2.5%;
	font-weight: bold;
	color: rgb(48, 88, 150);
	cursor: pointer;
	padding-top: 2%;
	margin-left: 4%;
	margin-right: 4%;
}

.show {
	position: absolute;
	top: 79%;
	font-weight: bold;
	color: rgb(48, 88, 150);
	cursor: pointer;
	padding-top: 2%;
	margin-left: 4%;
	margin-right: 4%;
}


.description2 {
	color: rgb(80, 80, 80);
	margin-top: 4%;
}

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

.album {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}


.picdiv {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.picdiv.description {
	background-color: rgb(241, 241, 236);
	text-align: left;
	-moz-box-shadow: 2px 2px 7px rgb(160, 160, 160);
	-webkit-box-shadow: 2px 2px 7px rgb(160, 160, 160);
    box-shadow: 2px 2px 7px rgb(160, 160, 160);
}

.picdiv.description a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.picdiv.description .content a {
	position: relative;
	width: auto;
	height: auto;
}

.picdiv.description .page {

}

.picdiv img {
	-moz-box-shadow: 2px 2px 7px rgb(160, 160, 160);
	-webkit-box-shadow: 2px 2px 7px rgb(160, 160, 160);
    box-shadow: 2px 2px 7px rgb(160, 160, 160);
    cursor: pointer;
}

.picdiv.description img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.picdiv.loading {
	background: url(../img/loader.gif) 50% 50% no-repeat rgb(241, 241, 236) ;
}

.picdiv.description.loading {
	background: url(../img/loader.gif) 25% 50% no-repeat rgb(241, 241, 236);
}


.index {
	position: absolute;
	right: 100%;
	top: 0px;
	height: 65%;
	width: 100%;
	border: solid 1px rgb(220, 220, 200);
	background-color: rgb(255, 255, 255);
	text-align: right;
	display: none;
}

.index .scroller {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	
}

.index .scroller .thumbnails {
	height: 100%;
	width: auto;
	position: relative;
	left: 0px;
	background-color: rgb(255, 255, 255);
}

.index .scroller .thumbnails img {
	height: 100%;
	cursor: pointer;
	border-right: solid 1px white;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

.index .scroller .thumbnails img.active,
.index .scroller .thumbnails img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.indexLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	background-image:  url(../img/left10.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-size: 150%;
	color: rgb(48, 88, 140);
	cursor: pointer;
}


.indexRight {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	background-image:  url(../img/play10.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-size: 150%;
	color: rgb(48, 88, 140);
	cursor: pointer;
}

#control {
	
	position: absolute;
	bottom: -2px;
	left: 0%;
	height: 30%;
	width: 7%;
	background-color: rgb(255, 255, 255);
	border: solid 1px rgb(220, 220, 200);
	vertical-align: bottom;
}

#controls {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 1px;
	top: 75%;
}

#e_prev {
	position: absolute;
	left: 3%;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
}

#e_next {
	position: absolute;
	left: 14%;
	bottom: 0px;
}


#e_play,
#e_stop {
	display: none;
	position: absolute;
	left: 28%;
	cursor: pointer;
	bottom: 0px;
}

#e_index {
	position: absolute;
	left: 41%;
	cursor: pointer;
	bottom: 0px;
	display: none;
}


#e_back {
	position: absolute;
	right: 3%;
	cursor: pointer;
	bottom: 0px;
}

#e_next img,
#e_prev img {
	position: absolute;
	bottom: 0px;
}

#e_back img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#e_counter {
	position: absolute;
	right: 21%;
	bottom: 0px;
	line-height: 10px;
	font-size: 11px;
	height: 11px;
	vertical-align: baseline;
}


#back {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15%;
	height: 100%;
	background-color: rgb(234, 234, 234);
	border-left: solid 1px rgb(220, 220, 200);
	line-height: 180%;
	vertical-align: middle;
}


#progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 85%;
	display: none;
	background-color: white;
}

#progress #bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(240, 240, 245);
}


.disableButton {
	cursor: default;
	-moz-opacity: 0.36;
	opacity: 0.36;
}

.visible {
	display: block;
}


.divVScrollerBar {
	width: 13px;
	margin-left: 1px;
	border-left: 1px solid rgb(220, 220, 220);
	border-right: 1px solid rgb(220, 220, 220);
	position: relative;
}

.divVScrollerBarUp {
	cursor: pointer;
	height: 15px;
}

.divVScrollerBarDown {
	cursor: pointer;
	height: 15px;
	position: absolute;
	bottom: 0px;
}

.divVScrollerBarUp span,
.divVScrollerBarDown span {
	display: block;
	
	width: 13px;
	height: 13px;
	line-height: 0;
	font-size: 0;
}

.divVScrollerBarUp span {
	background: white url(../img/scrollup.gif) no-repeat center center;
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgb(220, 220, 220);
}

.divVScrollerBarDown span {
	background: white url(../img/scrolldown.gif) no-repeat center center;
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgb(220, 220, 220);
}

.divVScrollerBarTrace {
	background-color: rgb(255, 255, 255);
	line-height: 0;
	font-size: 0;
}

.divVScrollerBarCursor {
	cursor: pointer;
}

.divVScrollerBarCursor span {
	display: block;
	height: 100%;
	width: 11px;
	background-color: rgb(220, 220, 220);
	line-height: 0;
	font-size: 0;
	border: solid 1px rgb(250, 250, 247);
}

.blocker {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	cursor: none;
}