#zentrieren {
    position: absolute; /*wichtig*/
    left: 50%; /*wichtig*/
    margin: 0 -505px; /*wichtig*/
    width: 1010px;
   
}




BODY {
	margin: 0px;
	padding: 0px;
	color: #666666;
}



#nav {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav a.maintopic:hover, #nav a.topic:hover, #nav a.subtopic:hover, #middle a:hover {
	text-decoration: underline;
}

#nav a.maintopic {
	display: block;
	color: #000000;
	font-weight: normal;
	font-family : Georgia, Palatino, "Arial", serif;
	font-size : 17px;
	font-style: italic;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
	border-bottom: 1px solid #E4E2E2;
	padding: 0px 0px 3px 0px;
}

#nav a.topic {
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 15px 10px 20px;
	padding: 0px 0px 0px 20px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#nav a.subtopic {
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	margin: 5px 15px 10px 40px;
	padding: 10px 0px 0px 20px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#middle {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 200px;
	color: #000000;
}

#logo {
	width: 200px;
	height: 300px;
	background : url(../images/s2dlogo.jpg) repeat-y top left;	
}

#ts {
	text-align: center;
}

#ts a {
	padding: 0px 20px 20px 20px !important;
	margin: 0px !important;
	background-image : none !important;
}

#middle h1 {
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-family : Georgia, Palatino, "Times New Roman", serif;
	font-size : 30px;
	font-style: italic;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 15px 0px;
	border-top: #CFBBB0 1px solid;
	border-bottom: #CFBBB0 1px solid;
	background-color: #95BD76;
}

#middle h2 {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 20px 10px 20px;
	border-bottom: #CFBBB0 1px solid;
	padding: 0px 0px 5px 0px;
}

#middle a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	margin: 10px 20px 10px 20px;
	background : url(../images/plink.gif) no-repeat 0px 0px;
}

#middle p {
	color: #000000;
	padding: 0px ;
	margin: 20px 20px 40px 20px;
}

#content {
	width: 370px;
	padding: 20px 20px 30px 30px;
	position: absolute;
	top: 0px;
	left: 395px;
}

#sidebar {
	width: 140px;
	padding: 20px 0px 30px 20px;
	position: absolute;
	top: 225px;
	left: 820px;
}

#sidelogo {
	width: 221px;
	height: 235px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	left: 774px;
	background : url(../images/celtics.gif) no-repeat 0px 0px;
}


#sidebar {
	width: 150px;
	padding: 20px 0px 30px 20px;
	position: absolute;
	top: 235px;
	left: 815px;
}

form.search {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	display: block;
	background-color: #534A45;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #E4E2E2;
}

form.search input {
	vertical-align : middle;
}

input.search {
	padding: 2px;
	margin: 0px;
	border: #E4E2E2 1px solid;
	width: 130px;
	font-size:12px;
}

#footer {
    clear: both;
	border-top: 1px solid #555555;	
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#footer a:link {
	color: #000000;; 
	text-decoration: none;
}
#footer a:visited {
	color: #000000;; 
	text-decoration: none;
}
#footer a:active {
	color: #000000;; 
	text-decoration: none;
}
#footer A:hover {
	color: #000000;; 
	text-decoration: underline;
}