html, body { 
	//background-color: #1C1210;
	background-color: #1b1d18;
	//background-color: #333333;
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	width: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

#distance {
width: 10px;
height: 50%;
margin-bottom: -300px;
float: left;
}
#bgbox {
margin: 0 auto;
position: relative;
//padding: 235px 60px 40px 60px;
width: 986px;
height: 590px;
clear: left;
background-color: black;
background-image: url(fotos/Backgroundimage.jpg);
background-repeat: no-repeat;
background-position: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
//font-size: 1.2em;
color: #333;
	/* shadows */
	//-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	//-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	//box-shadow: 0px 1px 5px 0px #4a4a4a;
	-webkit-box-shadow: 0px 0px 50px 10px black;
	-moz-box-shadow: 0px 0px 50px 10px black;
	box-shadow: 0px 0px 50px 10px black;
}


#bgbox_old {
//background: #111;
background-image: url(Backgroundimage.png);
background-repeat: no-repeat;
//background: yellow;
//border: 1px solid #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #333;
position: absolute;
width: 986px;
height: 608px;
top: 50%;
left: 50%;
margin: -304px 0 0 -493px;
}

#masterbox {
	margin: 1em;
	height: 100%;
}

#menu {
	//background-color: #555;
	//vertical-align: bottom;
	width: 200px; 
	//margin: auto; /* Div soll zentriert werden */
	//min-height: 90%; /* Mindesthöhe für moderne Browser */
	//height:auto !important; /* Important Regel für moderne Browser */ 
	//height:90%; /* Mindesthöhe für den IE */ 
	/* unten links ausrichten */
	bottom: 50px;
	padding-left: 0px;
	position: absolute;
	/* font */
	color: #CCC;
	font-family: courier, monospace, serif;
	font-weight:bold;
	font-size: 24px;
	letter-spacing: -2px;

	overflow: hidden !important; /* FF Scroll-leiste */ 
	
}
#menu ul {
	list-style-type:none;
	//list-style-position:outside;
	list-style-position:inside;
	padding: 0;
	margin: 0 0 0 20px;
}
#menu a {
	color: #CCC;
	text-decoration: none;
}
#menu li {
	color: #CCC;
	text-decoration: none;
	margin: 5px 0 0 0;
}

#mainblock_videoonly {
	//vertical-align: bottom;
	//margin: auto; /* Div soll zentriert werden */
	min-height: 460px; /* Mindesthöhe für moderne Browser */
	//height:auto !important; /* Important Regel für moderne Browser */ 
	height:460px; /* Mindesthöhe für den IE */ 
	//overflow: hidden !important; /* FF Scroll-leiste */ 
	overflow: auto;
	width: 740px; 
	/* rechts ausrichten, fix von rechtem menü rand */
	top: 95px;
	left: 190px;
	padding: 10px 20px;
	position: absolute;
}
#mainblockbg {
	//vertical-align: bottom;
	//margin: auto; /* Div soll zentriert werden */
	min-height: 460px; /* Mindesthöhe für moderne Browser */
	//height:auto !important; /* Important Regel für moderne Browser */ 
	height:460px; /* Mindesthöhe für den IE */ 
	//overflow: hidden !important; /* FF Scroll-leiste */ 
	overflow: auto;
	width: 540px; 
	/* rechts ausrichten, fix von rechtem menü rand */
	top: 95px;
	left: 190px;
	padding: 10px 20px;
	position: absolute;
}
#mainblock {
	//vertical-align: bottom;
	//margin: auto; /* Div soll zentriert werden */
	min-height: 440px; /* Mindesthöhe für moderne Browser */
	//height:auto !important; /* Important Regel für moderne Browser */ 
	height:445px; /* Mindesthöhe für den IE */ 
	//overflow: hidden !important; /* FF Scroll-leiste */ 
	overflow: auto;
	width: 525px;
	/* rechts ausrichten, fix von rechtem menü rand */
	//top: 90px;	/* wenn mit hintergrundfarbe gearbeitet wird */
	top: 100px;	/* wenn mit hintergrundbild gearbeitet wird */
	left: 190px;	/* = left: mainblockbg */
	padding: 10px 20px;
	position: absolute;
	/* font */
	//color: #003;
	color: black;
	font-family: sans-serif, serif;
	//font-weight:bold;
	font-size: 13px;
	//line-height: 5em;
	/* rechtsbündig */
	//text-align: right;

}
#mainblock a {
	//color: #003;
	color: black;
	text-decoration: none;
}
#mainblock a:hover {
	text-decoration: underline;
}
#mainblock.noscroll {
	overflow: hidden !important; /* FF Scroll-leiste */ 
	//overflow: auto;
}
#mainblock h1 {
	font-size: 14px;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-top: 0em;
	padding-right: 10px;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
#mainblock td {
	font-size: 13px;
	line-height: 1.4em;
	padding: 0 10px;
	vertical-align: text-top;
}
#mainblock table {
	margin-bottom: 20px;
	/* rechtsbündig */
	//margin-right: 0;
	//margin-left: auto;
	//text-align: right;
}

.mainbg {
	//background-image: url(Altes_Papier_159074.jpg);
	background-color: #BBB;
	//background-image: url(MainboxBG.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
}
.opaque {
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}
.noopaque {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.centered {
	text-align: center;
}

/* big foto above picbar */
#foto2 {
	text-align: center;
	height: 310px;
	//float: left;

}
#foto2 img {
	/* shadows */
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#fotocr2 {
	//float: right;
	padding: 0px;
	position:relative;
	text-align: right;
	/* put ?px higher */
	bottom:30px;
	margin-bottom:-30px;
	/* if bgpic */
	margin-right: 20px;
	
}
#fotodesc2 {
	//float: right;
	padding: 0px;
	//position:relative;
	text-align: right;
	width: 200px;
	margin-right: 0;
	margin-left: auto;
	/* top right position */
	//position: absolute:
	//right: 0px;
	//top: 80px;
	//margin-bottom:-15px;
	/* align height of description and differenz to big pic */
	height: 180px;
	margin-top:80px;
	margin-bottom:-250px;
	/* if bgpic */
	margin-right: 20px;
	/* font */
	//color: #003;
	//font-family: sans-serif, serif;
	//font-weight:bold;
	font-size: 16px;
	//line-height: 5em;
	
}

/* picbar */
#shelf2 {
	//background-color: #555;
	//display: inline-block;
    //float:left;
    //height: 140px;
	overflow: auto;
	width: 100%;
	white-space: nowrap;
	/* bilder zentrieren */
	text-align: center;
}

/* thunbabstand (width/height/size) */
#shelf2 li {
	//width: auto;
	width: 80px;
	//height: auto;
	//height: 200px;
	display: inline-block;
	bottom: 0;
	vertical-align: bottom;
}



/* größe der mini-thumbs */
#shelf2 li a {
	display: block;
	//height: 210px;
	//width: 40px;
	position: relative;
	margin: 0 5px 4px 0;
	
    -webkit-transition-property: width, height;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: width, height;
    -o-transition-duration: 0.5s;
    -moz-transition-property: width, height;
    -moz-transition-duration: 0.5s;
}

#shelf2 ul {
	margin: 20px 0 0 0;
	padding-left: 0px;
	-webkit-margin-before: 20px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
#shelf2 li a img {
	width: 100%;
	//position: absolute;
	//bottom: 0;
	//left: 0;
	border: none;
	/* shadows */
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

/* sprechproben */
#sprechproben ul {
	list-style-type:none;
	//list-style-position:outside;
	list-style-position:inside;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}
#sprechproben li {
	list-style-type:none;
	//list-style-position:outside;
	list-style-position:inside;
	padding: 0;
	margin: 0; 
}
#sprechproben img {
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}
#sprechproben h2 {
	font-size: 16px;
	//padding: 5px 0 5px 0;
	//margin: 5px 0 5px 0;
	margin: 5px 0 0 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 5px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#sprechproben td {
	vertical-align: middle;
}
.nofloat {
	clear: both;
}
.trackinfo {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	position:relative;
	text-align: left;
	//float: right;
	//clear: both;
	/* put ?px higher */
	//bottom:30px;
	//margin-bottom:-30px;
}
.trackbtns {
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	position:relative;
	text-align: left;
	//float: left;
	/* put ?px higher */
	//bottom:30px;
	//margin-bottom:-30px;
}
/* remove linked-image border in ie */
a img {border: none; }
