#wrap {
	background: #010000;
	margin: 0 auto;
	width: 980px;
}

#content {
	float: left;
	padding: 30px 10px 0px 10px;
}

#sidebar {
float: right;
	width: 270px;
	padding: 30px 10px 20px 10px;
}


#eyecatcher {
	background: black url(../images/1.jpg) no-repeat;
	width: 980px;
	height:200px;;
	clear: both;
}

#maintopic a:hover, #maintopic a.sel {
	background-color: #333333;	
}

#footer {
	background: #111111;
	margin: 0;
	width: width: 980px;
	clear: both;
}

#oben {
	background: #111111 url(../images/s2dlogo.jpg) no-repeat;;
	margin: 0;
	width: width: 960px;
	clear: both;
	height: 100px;
	padding: 10px;
}

#unten {
        background: #333333;
	margin: 0;
	width: width: 980px;
	clear: both;
	height: 120px;
	padding:10px;
}


form.search {
	margin: 0px;
	}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 180px;
	border: 1px solid #dedede;
}

a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: 13px; }
a.level2 { font-size: 18px; }
a.level3 { font-size: 22px; }
a.level4 { font-size: 26px; }
a.level5 { font-size: 31px; }


#cloud{
 position: absolute;
 	left: 50%;
	margin-left: 114px;
	top: 150px;
	
	z-index: 20;
	}


#uhr {
 position: absolute;
 	left: 50%;
	margin-left: 440px;
	top: 84px;
	z-index: 20;
	text-align: right;
}


#digitaluhr {
        position: absolute;
        left: 50%;
        margin-left:215px;
	top: 255px;
	color: #ffffff;
	font-size:18px;
	text-align: right;
	font-weight:900;
	opacity: 0.2;       
        -moz-opacity: 0.2;   
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";   
        filter:alpha(opacity=20); 	;
	
}