#copyr {
	position:absolute;
	left:40px;
	top:422px;
	width:147px;
	height:89px;
	z-index:1;
}
    body {
	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: #FFFFFF;
	background-color: #3B171B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

    }
    .oneColLiqCtr #container {
	/*margin: 0 auto;*/ /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin: 10px auto 20px auto;
	width:    955px;
	height: 780px;
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #3B171B;
	position: relative;
	background-image: url(../pics/bg_countdown3.jpg);
	background-repeat: no-repeat;

    }
.oneColLiqCtr #container #copyr a, a:link, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


input#e_hours, input#e_seconds, input#e_minutes {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	width: 18pt;
	border-top-width: thin;
	background-color: #CCCCFF;
}

input#ausgabe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 180px;

}

form#countdown {
	width: 180px;
	color: #FFFFFF;
}

.eingabe {
	left: 240px;
	position: absolute;
	top: 122px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: thin;
	border-left-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	width: 185px;
	height: 150px;
	border-top-style: solid;
	border-right-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 100;
	background-image: url(../pics/transp_weiss30.png);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}




#header {
	position:absolute;
	width:184px;
	height:94px;
	z-index:2;
	left: 30px;
	top: 4px;
}

#intro {
	position:absolute;
	width:379px;
	height:110px;
	z-index:2;
	left: 240px;
	top: 4px;
}

#features {
	position:absolute;
	left:215px;
	top:400px;
	width:317px;
	height:211px;
	z-index:3;
}

#anleitung {
	position:absolute;
	left:215px;
	top:297px;
	width:375px;
	height:132px;
	z-index:4;
}

#sidebar {
	position:absolute;
	left:30px;
	top:117px;
	width:184px;
	height:257px;
	z-index:5;
}

#needJavascript {
	position:absolute;
	left:434px;
	top:127px;
	width:200px;
	height:200px;
	z-index:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	border: thick double #FF0000;
	display:block;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../pics/achtung.gif);
}

body.hasJS #needJavascript{
	display: none;
}
#googlead {
	position:absolute;
	left:959px;
	top:687px;
	width:300px;
	height:250px;
	z-index:2;
}

