@charset "UTF-8";
/* CSS Document */
/* LARRY's ROT #D50E0E */

a {
	outline : none;
	color: #006699;
}
a img {
	outline : none;
}
img {
	border : 0;
}

h1
{
	font-size:22px;
}

h2
{
	font-size:16px;
	display:table;
	margin-top:-4px;
	color:#444;
}

h3 
{
	font-size:12px;
}

hr
{
	color:#DF3535;
	width:500px;
	margin:0;
}


a:link, a:visited, a:active  
{
	color:#DF3535;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}



html, body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

#outerContainer
{
	position:absolute;
	width:1040px;
	left:50%;
	margin-left:-520px;
	top:0;
}




.mikroHeader1 {
	font-size: 22px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
#mainContainer {
	height:420px;
	position:relative;
	margin-left:-14px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	width: 830px;
	min-width: 800px;
	bottom: -1px;
	}
#InstrumentAuswahl {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006699;
	height: 105px;
	min-height: 99px;
	width: 800px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}
#versusSymbol {
	width: 87px;
	position: relative;
	left: 0px;
	margin-left: -78px;
	top: 96px;
	z-index: 1;
}
#columnLeft, #columnRight {
	height: 541px;
	min-height: 405px;
	position: absolute;
	padding: 0;

}
#columnLeft {
	width: 399px;
	left: 0;

}
#columnRight {
	width: 400px;
	right: 0;
}
.instrumentenListung {
	position: absolute;
}
#gesang, #gitarren, #blaeser, #schlagzeug {
	padding: 0 6px 0 6px;
}
#gesang {
	left: 25px;
}
#gitarren {
	left: 200px;
}
#blaeser {
	left: 380px;
}
#schlagzeug {
	left: 570px;
}
.selectTxt {
	position: relative;
	font-weight: bold;
	color: #ffffff;
}
#selectTxtGesang {
	top: -122px;
	left: 50px;
}
#selectTxtGitarren {
	top: -122px;
	left: 95px;
}
#selectTxtBlaeser {
	top: -122px;
	left: 0px;
}
#selectTxtDrums {
	top: -122px;
	left: 0px;
}
.micSelection {
	font-size: 13px;
	font-weight: bold;
	border-style: outset;
	border-width: 2px;
	border-color: #006699;
	height: 27px;
	padding: 2px;
	border-radius : 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}
#micSelectionL, #micSelectionR {
	position: absolute;
	top: 35px;
}
#micSelectionL {
	left: 134px;
}
#micSelectionR {
	left: 55px;
}
#micImgL, #micImgR {
	top: 30px;
	position: absolute;
	width:70px;
	height:230px;
}


#micImgR {
	right: 30px;
}

#micImgL {
	left: 30px;
}


#textL, #textR {
	top: 180px;
	position: absolute;
	font-size: 12px;
	width: 230px;
	height: 192px;
		
}
#textL {
	left: 134px;
}
#textR {
	left: 54px;
}
#vsTxt {
	color: #ffffff;
	font-weight:normal;
	position: absolute;
	font-size: 20px;
	top: 11px;
	left: 52px;
}
#backgroundR, #backgroundL {
	position: absolute;
	width: 372px;
	height: 370px;
	margin-top: 8px;
	background: #ffffff;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
	border-radius : 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	left: -1px;
	top: -1px;
}
#backgroundR {
	margin-left: 13px;
}
#backgroundL {
	margin-left: 12px;
}

#playbackBox {
	color: #666666;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	left: -379px;
	margin-top: 10px;
	width: 755px;
	height: 90px;
	font-size: 12px;
	background-color: #ffffff;
	overflow: hidden;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
	border-radius : 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}
#soundTrack {
	font-size: 14px;
	font-weight: bold;
	border-style: outset;
	border-width: 3px;
	border-color: #006699;
	height: 30px;
	padding: 3px;
	border-radius : 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}
.labelClass {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.labelInstrument {
	color: #000000;
	font-size: 16px;
}
#playbuttonL, #playbuttonR {
	top: 50px;
	position: absolute;
}
#playbuttonL {
	left: 30px;
}
#playbuttonR {
	top: 50px;
}
#introTxt {
	text-align: center;
	position: absolute;
	top: 150px;
	left: 200px;
	font-size: 26px;
	color: #aaaaaa;
}
#positionSlider {
	width: 550px;
	margin: auto;
	margin-top: 20px;
}
#playbuttonLinks, #playbuttonRechts {
	position: absolute;
	top: 81px;
}
#playbuttonLinks {
	right: 130px;
}
#playbuttonRechts {
	left: 130px;
}

#bewertungL, #bewertungR
{
width:355px;
border-top-style:dashed;
border-top-width:thin;
border-top-color:#bbbbbb;


}
#bewertungL {
	position: absolute;
	top: 360px;
	left: 22px;
}
#bewertungR {
	position: absolute;
	top: 360px;
	right: 22px;
}


#logoContainer
{
	position:relative;
	top:-90px;
}

#parentContainer
{
	background-color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	top: 120px;
	position: absolute;
}


.handschuh
{
	margin:40px 5px 16px 5px;
		vertical-align:top;

}

#bewertungsSystem
{
	vertical-align:top;
	width:776px;
	height:70px;
	top:400px;
	position:relative;
	left:-360px;
	margin-left:10px;
}


#selectVergleichLinks
{
	position:absolute;
	top:270px;
	left:44px;
}

#selectVergleichRechts
{
	position:absolute;
	top:270px;
	right:44px;
}


.mikroAuswahl
{
	font-size:14px;
	font-weight:bold;
}

.typBeschreibung
{
	font-style:italic;
	color:#aaaaaa;
	font-size:11px;
}

#html5warning
{
	display:none;
}

#headerImage
{
	position:relative;
	top:0;
	left:0;
}

#leftMenu
{
	position:relative;
	top:0px;
	width:175px;
	height:450px;
	margin-top:50px;
	background-image:url(../bilder/menu_background.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-right:20px;	
}


.hauptMenu
{
width:160px;

}



ul.hauptMenu{
	list-style-image:none;
	margin:0;
	padding:0;
	list-style:none;
	color:#ffffff;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
}

li
{
	margin-top:4px;
}

li a:link, li a:visited, li a:active  
{
	color:#ffffff;
	text-decoration:none;
}

li a:hover
{
	text-decoration:underline;
}

.selected,  .selected a:link, .selected a:visited, .selected a:active
{
	font-weight:bold;
	color:#DF3535;
	background-color:#ffffff;
}

#siteContent
{
	width:835px;
	position:absolute;
	right:0px;
	top:140px;
}

.roterText
{
 color:#DF3535;
}

.download, .download a:link, .download a:visited, .download a:active 
{
	font-weight:bold;
	font-size:18px;
	margin:auto;
}


.tableBG
{
	margin-left:120px;
	width:550px;
	background-color:#FF6F6F;
	border-radius:30px;
	border-style:solid;
	border-width:3px;
	border-color:#910302;
	padding:0px;
}

.tableHeadline
{
	color:#000000;
}

.links, .links a:link,  .links a:visited
{
	margin-top:-5px;
	color:#DF3535;
}


#mikroLinks a:link, #mikroLinks a:visited, #mikroLinks a:active 
{
	color:#DF3535;

}


#mikroLinks li
{
	margin-top:-1px;
	margin-left:-10px;
}

#mikroLinks li strong
{
	font-size:20px;
}