HTML {height:101%;} 

#wrap {
	margin: 0 auto;
	margin-top: 10px;
	width: 980px;
	height: 100%;
	border-left: 2px solid silver;  /*hinzugefügt*/
        border-right: 2px solid silver; 
	background: #ffffff url(../images/pback.gif) repeat-y;
}

#shadow{
	margin: 0 auto;
	margin-top: 11px;
	width: 984px;
	height: 100%;
	border-left: 1px solid grey;  /*hinzugefügt*/
        border-right: 1px solid grey; 
	background:url(../images/pback.gif) repeat-y;
}	
.youarehere {
	margin-top: 6px;
	margin-left: 5px;	/*hinzugefügt, damit es nicht so am Rand klebt*/
} 

.youarehere a{
   color: #F49D10;
   text-transform : uppercase;      /*Großschreibung*/
   } 

#content {
	width: 540px;
	margin-left: 32px;	/*Abstand links zum topic-Bereich*/
	padding: 0px;
	float: left;
	/*position: absolute;
	top: 130px;
	left: 250px;*/
}

#contentmax {
	width: 720px;
	margin-left: 0px;	/*Abstand links zum topic-Bereich*/
	padding: 0px;
	float: left;
	/*position: absolute;
	top: 130px;
	left: 250px;*/
}

#eyecatcher {
   background : url(../images/skaterekord2008website3_sbp.jpg) no-repeat;
   width: 150px;
   height: 75px;
   /*position: absolute;
   top: 140px;*/
   margin-left: 25px;  
} 

#topic {
	width: 200px;
	padding: 0px;
	margin-left: 5px;	/*hinzugefügt, damit es nicht so am Rand klebt*/
	/*position: absolute;
	top: 205px;
	left: 0px;*/
	float: left;

}

#sidebar {
	width: 150px;
	padding: 0px;
	/*position: absolute;
	top: 130px;
	left: 850px;*/
	float: right;
	margin: 0px 3px 0px 0px; /*Rand rechts etwas verbreitert*/
}

#logo {
	width: 100%;
	height: 180px;
	/*background : #FEFBF5 url(../images/) no-repeat;*/
	border-top: 2px solid silver;
        /*border-left: 1px solid silver;
        border-right: 1px solid silver; */
}

	.picture_0 {
	background : url(../images/logo1.jpg);
	}
	.picture_1 {
	background : url(../images/logo2.jpg);
	}
	.picture_2 {
	background : url(../images/logo3.jpg);
	}
	.picture_3 {
	background : url(../images/logo4.jpg);
	}
	.picture_4 {
	background : url(../images/logo5.jpg);
	} 
	.picture_5 {
	background : url(../images/logo6.jpg);
	}
	.picture_6 {
	background : url(../images/logo7.jpg);
	}
	.picture_7 {
	background : url(../images/logo8.jpg);
	}
	.picture_8 {
	background : url(../images/logo9.jpg);
	}
	.picture_9 {
	background : url(../images/logo10.jpg);
	}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #ffffff url(../images/pmtp.gif) repeat-x;
	height: 28px;
	/*border-left: 1px solid silver;
        border-right: 1px solid silver;*/
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 21px 0px 21px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	/*border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;*/
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
	background-color: #F49D10;
	/*background-color: #EFEFEF;*/}

#maintopic a.sel {
	background-color: #F49D10;
	color: #FFFFFF;
}

#topic h3 {
	border-top: 1px solid #FBEBD0;
	border-bottom: 1px solid #FBEBD0;
	background-color: #F8F8F8;
	color: #F49D10;
	padding: 4px 10px 4px 0px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 0px;
	border-bottom: 1px solid #FBEBD0;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #444444;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #F49D10;	
}


form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #F49D10}

#bss_logo {
	left: 4px;
	top: 200px;
	margin: 40px 0px 40px 4px;
} 


#footer {
	clear: both;
	font-size: 0.9em;
	margin: 0; 
	padding: 5px 0px 0px 5px;
	text-align: center;
	background-color: #ffffff; 
	border-top: 1px solid silver;		/*geändert von border: 1px solid silver;*/
	border-bottom: 2px solid silver;
}

/*neu hinzugefügt*/
#footer a {
	text-decoration: none;
	font-weight : bold;
	color: #F49D10;
}  


#topic ul {
   list-style-type: none;
   margin:0px;
   padding: 4px 0px 4px 0px;
   color: #FEFBF5;
}

#topic li {
   display: inline;
}

#topic li a {
   margin: 1px 0px 0px 0px;
   padding: 4px 0px 4px 8px;
   text-decoration: none;
   color: #444444;
   display: block;
   border-bottom:    1px solid #FBEBD0;
}

#topic a.topic {
   
}
#topic li a.topic {
   margin: 1px 0px 0px 0px;
   padding: 4px 0px 4px 5px;
   }

#topic a.topicsel {
   font-weight: bold;
   display: block;
   color: #F49D10;
}

#topic li a.topicsel {
   margin: 1px 0px 0px 0px;
   padding: 4px 0px 4px 5px;
   }

#topic a.subtopic {
   
}

#topic li a.subtopic {
   margin: 1px 0px 0px 0px;
   padding: 4px 0px 4px 20px;
   }

#topic a.subtopicsel {
   font-weight: bold;
   display: block;
   color: #F49D10;
}

#topic li a.subtopicsel {
   margin: 1px 0px 0px 0px;
   padding: 4px 0px 4px 20px;
   } 

#topic li a.subtopic:hover {
   text-decoration: underline;
   color:#F79C10;
   }
#topic li a.topic:hover {
   text-decoration: underline;
   color:#F79C10;
   } 