body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
}

img {
	border: 0;
}

#head_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:150px;
	background: url(../grafik/neu/headbg.png);
	z-index: -99;
}

#navigation {
	position: absolute;
	left: 268px;
	top: 18px;
	width: 725px;
}

#navigation a {
	font-size: 20px;
	color: white;
	display: inline-block;
	text-decoration: none;
}

#navigation a .left {
	background:url(../grafik/neu/tab_left.png);
	width: 9px;
	height: 31px;
	float: left;
}

#navigation a .right {
	background:url(../grafik/neu/tab_right.png);
	width: 9px;
	height: 31px;
	float: left;
}

#navigation a .content {
	color: black;
	background: white;
	float: left;
	height: 31px;
}

#navigation a .content .padder {
	padding-top: 3px;
}

#navigation a.active .left {
	background:url(../grafik/neu/tab_left_active.png);
}

#navigation a.active .right {
	background:url(../grafik/neu/tab_right_active.png);
}

#navigation a.active .content {
	color: white;
	background: black;
}

.clear {
	clear: both;
}

#header {
	position: absolute;
	top: 12px;
	left: 165px;
}

#center {
	width: 1000px;
	position: absolute;
	left: 45%;
	margin-left: -500px;
}
	
#content_bg {
	background: #000;
	position: absolute;
	left: 268px;
	top: 49px;
	width: 725px;
}

#content {
	color: #00d4ff;
	min-height: 300px;
	padding: 5px;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: white;
}

.page_title {
	margin-left: 5px;
	font-size: 17px;
	font-weight: bold;
}

.reference_pic {
	border: 1px solid white;
	margin-left: -60px;
}