@charset "utf-8";
/* CSS Document */

#content,
#content td,
#content div.column {
	background: #b7b9bc;}
	
.meta-start {
	display: none; }

.top-container {
	width: 700px; }


#overlay {
	position: absolute;
	top:0;
	width: 700px;
	left: 360px;
	background-image:none;
	background-color:none;
	z-index: 999999;
}

#start-table-wrapper {
	padding:7px 0 0 13px;	
	background-image:none;
	background-color:transparent;
}
#start-table,
#start-table tr,
#start-table td {
	border: 0;
	padding: 0;
	margin: 0;
}

#start-table td.middle {
	width: 10px;
	height: 10px;	
}

#start-table .links-oben {
	background:url(../images/startseite/links-oben.png) bottom right no-repeat;
	width: 13px;
	height: 12px;
}

#start-table .links {
	background:url(../images/startseite/links.png) top right repeat-y ;
	width: 13px;
}

#start-table .links-unten {
	background:url(../images/startseite/links-unten.png) top right no-repeat ;
	width: 13px; height: 12px;
}
#start-table .unten {
	background:url(../images/startseite/unten.png) top left repeat-x;
	height: 12px;
}
#start-table .rechts-unten {
	background:url(../images/startseite/rechts-unten.png) top left no-repeat;
	height: 12px; width:12px;
}

#start-table .rechts {
	background:url(../images/startseite/rechts.png) top left repeat-y;
	width:12px;
}
#start-table .rechts-oben {
	background:url(../images/startseite/rechts-oben.png) bottom left no-repeat;
	width:12px; height:12px;
}
#start-table .oben {
	background:url(../images/startseite/oben.png) bottom left repeat-x;
	height:12px;
}