@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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. */
	background-color: #7D7C81;
	background-image: url(img/bg_html.jpg);
	background-repeat: repeat-x;
}
.oneColElsCtr #container {
	width: 46em;
	height:auto;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColElsCtr #mainContent {
	height:auto;
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
}


#AlutubesIntroContainer {
	top:30px;
			width: auto;
			height: auto;
			text-align: center;
			position: relative;

		}
		.skipintro{
			width: auto;
			height: auto;
			text-align: center;
			position: relative;
			padding:0px 0 20px 0;
			font-size:11px;

		}
		
.skipintro a:link {
display:block;
color:#003;
text-align:center;
text-decoration: none;
font-size:11px;
}

.skipintro a:visited{ 

display:block;
color: #003;
text-align:center;
text-decoration: none;

}

.skipintro a:hover { 

display:block;
color: #c8c8d3;
text-align:center;
text-decoration: none;

}

.skipintro a:active { 
display:block;
color: #003;
text-align:center;
text-decoration: none;
}
		
.Stil2 {color: #7D7C81}

.voteme {
	width: auto;
	height: auto;
	text-align: center;
	position: relative;
	margin: 0;
	padding-left: 2w0px;
	border: 0;
		}
		
.tubes {

	float:left;
	width: 145px;
	height:180px;
	margin: 00px 11px 0 0px;
	padding: 10px 0px  0px  0px;
	text-align:center;
	
}

  <!--[if IE]>
    .tubes {

	float:left;
	width: 145px;
	height:180px;
	margin: 50px 11px 0 0px;
	padding: 10px 0px  0px  0px;
	text-align:center;
	
}
  <![endif]-->
	
	.clearfloat {
	clear:both;
}


    a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}