
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: #008cc9 url(Bilder/BG.jpg) top left repeat-x;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

h1 
{
   color: #008cc9;
   font-size: 25px;
   font-family: Segoe UI, Century Gothic, Avant Garde, Arial;
   font-weight: normal;	
   padding-top: 17px;
}

h2 
{
   color: #008cc9;
   font-size: 16px;
   font-family: Segoe UI, Century Gothic, Avant Garde, Arial;
   font-weight: normal;	
   margin-top: 0px;
   margin-bottom: 25px;
   margin-right: -60px;
}

ul li {list-style: square; margin-bottom: 10px;}

ul li.tick {background: url(Bilder/tick.png) top left no-repeat; padding-left: 25px; min-height: 16px; list-style: none; }
ol, ul {margin: 0; padding: 0; }
ol li {margin-bottom: 35px; list-style: none; margin-left: 0px; padding-left: 50px; min-height: 40px; }

.twoColFixRtHdr #container { 
	width: 1024px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	position: relative;
} 
.twoColFixRtHdr #header { 
	background: url(Bilder/Header.jpg) bottom left no-repeat; 
	width: 989px;
	height: 190px;
	margin: 0 auto;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 300px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 65px 30px 15px 10px;
	font-size: 10px;
	/*background: url(Bilder/mr.x_hell.png) bottom right no-repeat;*/
}
.twoColFixRtHdr #mainContent { 
	margin: 0 350px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 35px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
} 

.twoColFixRtHdr #mainContent_oS { 
	margin: 0 0px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 35px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
} 

.twoColFixRtHdr #footer  
{
	background: url(Bilder/Microsoft.png) right center no-repeat;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#BoxHeader {
	
	height: 50px;
	background: url(Bilder/Box_Header.png) center bottom no-repeat;
	margin-bottom: -17px;
}

#BoxFooter {
	
	height: 20px;
	background: url(Bilder/Box_Footer.png) top center no-repeat;
}

#BoxMain {
	min-height: 100px;
	background:url(Bilder/Box_Main.png) top center repeat-y;
}

#BoxHeader ul { margin: 0 0 0 26px; padding: 0; list-style: none; }
#BoxHeader li { margin: 0 -20px 0 0; padding: 0; list-style: none; float: left; width: 156px; height: 66px; background: url(Bilder/Menu.png) top left no-repeat; }
#BoxHeader li.active, #BoxHeader li:hover { margin: 0 -20px 0 0; padding: 0; list-style: none; float: left; width: 156px; height: 66px; background: url(Bilder/MenuHL.png) top left no-repeat; }
#BoxHeader a {display: block; color: #000000; text-decoration: none; text-transform: uppercase; margin-right: 15px; padding: 19px 0; text-align: center; }


#Login {text-align: right; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; color: #ffffff; background: #444444; }

a.regButton {display: block; width: 250px; height: 23px; background: url(Bilder/btnNORMAL.png) top left no-repeat; color: #008cc9; text-decoration: none; float: left; margin-right: 20px; margin-bottom: 10px; text-align: center; padding-top: 7px;}
a:hover.regButton {background: url(Bilder/btnNORMAL.png) bottom left no-repeat; color: #ffffff; }

.Sprechblase {background: url(Bilder/SprechblaseOBEN.png) top left no-repeat; padding: 15px 150px 15px 15px; width: 75%; font-size: 10px;}
.SprechblaseU {background: url(Bilder/SprechblaseUNTEN.png) top left no-repeat; height: 22px; margin-top:-10px; }
.SB {display: none; position: absolute; width: 604px; right: 396px; }



.IGOR {background: url(Bilder/IGOR2.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right; }
.IGOR_NEU {background: url(Bilder/IGOR.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right;}
.IGOR2 {background: url(Bilder/IGOR2.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right;}
.IGOR3 {background: url(Bilder/IGOR3.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right;}
.IGOR4 {background: url(Bilder/IGOR4.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right;}
.IGOR5 {background: url(Bilder/IGOR5.jpg) top right no-repeat; min-height: 200px; width: 130px; float: right;}
.IGOR6 {background: url(Bilder/IGOR6.jpg) top right no-repeat; min-height: 220px; width: 130px; float: right;}
.SHERLOCK {background: url(Bilder/SHERLOCK.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right;}
.SHERLOCK2 {background: url(Bilder/SHERLOCK2.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right;}
.SHERLOCK3 {background: url(Bilder/SHERLOCK3.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right; margin-right: 350px;}
.SHERLOCK4 {background: url(Bilder/SHERLOCK4.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right;}
.SHERLOCK6 {background: url(Bilder/SHERLOCK6.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right; margin-right: 350px;}
.MISTERX {background: url(Bilder/misterx01.jpg) top right no-repeat; min-height: 200px; width: 604px; width: 130px; float: right;}

.IGOR:hover .SB {display: block; }
.IGOR_NEU:hover .SB {display: block; }
.IGOR2:hover .SB {display: block; }
.IGOR3:hover .SB {display: block; }
.IGOR4:hover .SB {display: block; }
.IGOR5:hover .SB {display: block; }
.SHERLOCK:hover .SB {display: block; }
.SHERLOCK2:hover .SB {display: block; }
.SHERLOCK3:hover .SB {display: block; }
.SHERLOCK4:hover .SB {display: block; }
.MISTERX:hover .SB {display: block; }

.clear {clear:both;}
.clearL {clear:left;}

.SubNavigation {background: url(Bilder/NavSchatten.png) top left no-repeat; min-height: 300px; padding-top: 40px; padding-left: 20px; }

.SubNavigation ul, .SubNavigation li {margin: 0 0 10px 0; padding: 0px; list-style: none; }
.SubNavigation a {color: #008cc9; text-decoration: none; text-transform: uppercase; font-family: Segoe UI, Arial Narrow; font-size: 16px; }
.SubNavigation a:hover, .SubNavigation li.active a { color: #EB7529; }

.News {padding: 10px 110px 10px 10px; border: 1px solid #aaaaaa; background: #eeeeee url(Bilder/BG_News.gif) bottom right no-repeat; margin-bottom: 20px; }
.News p.twitter {background: url(Bilder/twittericon.png) top left no-repeat; padding-left: 20px; min-height: 16px; }
.News p.blog {background: url(Bilder/blog.png) top left no-repeat; padding-left: 20px; min-height: 16px; }
.News a {color: #000000; text-decoration: none; }
.News a:hover {color: #ffffff; background: #008cc9; }

#Blitze 
{
	width: 100%;
	height: 151px;
	background: url(Bilder/Blitze.png) top center no-repeat;
	position: absolute;
	top: 250px;
}

a.btnStartTEST {display: block; width: 150px; height: 50px; background: url(Bilder/btnStartTEST.png) top left no-repeat; text-indent: -2000px; float: right;}
a.btnStartTRAINING {display: block; width: 150px; height: 50px; background: url(Bilder/btnStartTRAINING.png) top left no-repeat; text-indent: -2000px; float: right;}

a:hover.btnStartTEST {background: url(Bilder/btnStartTEST.png) bottom left; }
a:hover.btnStartTRAINING {background: url(Bilder/btnStartTRAINING.png) bottom left; }  

a.btnRegOHNE {display: block; width: 200px; height: 67px; background: url(Bilder/btnRegOHNE.png) top left no-repeat; text-indent: -2000px; float: left; margin-right: 20px;}
a.btnRegMIT  {display: block; width: 200px; height: 50px; background: url(Bilder/btnRegMIT.png) top left no-repeat; text-indent: -2000px; float: left; margin-right: 20px;}

a:hover.btnRegOHNE {background: url(Bilder/btnRegOHNE.png) bottom left; }
a:hover.btnRegMIT  {background: url(Bilder/btnRegMIT.png) bottom left; } 

a.btnMP_Privat {display: block; width: 200px; height: 67px; background: url(Bilder/btnMP_Privat.png) top left no-repeat; text-indent: -2000px; float: left; margin-right: 20px;}
a.btnMP_Firmen  {display: block; width: 200px; height: 67px; background: url(Bilder/btnMP_Firmen.png) top left no-repeat; text-indent: -2000px; float: left; margin-right: 20px;}

a:hover.btnMP_Privat {background: url(Bilder/btnMP_Privat.png) bottom left; }
a:hover.btnMP_Firmen  {background: url(Bilder/btnMP_Firmen.png) bottom left; } 

.Preis { background: #dddddd; width: 95%; margin-bottom: 10px; padding: 5px 10px; font-size: 10px; height: 60px; }      
.Preis img { margin-top: -5px; margin-left: -10px; border-right: 1px solid #ffffff; float: left; margin-right: 20px; }        

.Zusammenfassung {clear: both; padding: 10px; margin-bottom: 10px; background: #eeeeee; width: 154%; }
.Nummer {width: 20px; padding-right:10px; text-align: right; float: left; font-size: 14px; color: #008cc9; }
.Text {width: 775px; float: left; }
.Text span {color: #888888; }
.StatusF {width: 100px; float: right; text-align: center; font-weight: bold; color: #ff0000; }
.StatusR {width: 100px; float: right; text-align: center; font-weight: bold; color: #00aa00; }

#ctl00_ContentPlaceHolder1_rblAnswer td {background: #eeeeee; padding: 10px; border-bottom: 10px solid #ffffff; width: 600px; }
#ctl00_ContentPlaceHolder1_rblAnswer label {display: inline-block; width: 94%; padding-left: 10px; vertical-align: top;}

.Mitglieder {float: left; width: 100%; }
.Mitglied {clear: both; padding: 10px; margin-bottom: 10px; background: #eeeeee; width: 100% }
.MName { font-weight: bold; float: left; width: 200px; }
.MFirma {float: left; width: 400px; }

p.Status {background: #eeeeee; padding: 10px; margin-bottom: 10px; width: 100% }
p.Status span {font-weight: bold; float: right; display: inline-block; }

#footer a {color:#ffffff; text-decoration:none;}
#footer a:hover {background: #ffffff; color: #008cc9; }

.tooltip 
{
	background-color:#eeeeee;
	border:2px solid #bbbbbb;
	padding: 10px;
	position:absolute;
	text-align:left;
	z-index:2;
	color: #000000;	
}

.tooltip img {border: none; }