/* Div Sets: */
body {	
	color: #FFFFFF;
	background-color: #990000;
}

#container {
	background-color: #990000;
}

#left {
	float: left;
	background-image: url(../img/sidebar-bg-l-bar.png);
	background-repeat: repeat-y;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	width: 200px;
	}
    
#right {
	float: right;
	width: 160px;
	background-image: url(../img/sidebar-bg-r-bar.png);
	background-repeat: repeat-y;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	border-right: 0px solid #FF0000; 
	}

#navi {
	background-color: #ff6600;
	}	
	
hr {
	margin: 4px 0 4px 0;
	line-height: 1px;
	border-style: dashed;
	color: #ffffff;
	width: 160px;	
	}
.teamgalerie img {
	display: block;
	float: left;
	margin: 15px 15px 0px 0px; 
}
.AccordionPanelTab {
	border-top: 1px dashed #ff0000;
}

table.bilderrahmen {
	border-spacing: 10px;
	position: relative;
	left: -10px;	
}
table.bilderrahmen td {
	width: 140px;
	height: 140px;	
	vertical-align: middle;
	text-align: center;
	background-color: #ff6600;
}

.bilderrahmen img {
	border: 0;
}

.bildLinks {
	display: block; 
	float: left;
	margin-right: 10px;
}