body {
	padding:0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg_1.jpg) top left repeat;
}

h3 {
	margin:0 0 13px 0;
	color: #800000;
}

#bg {
	background:url(images/bg_2.jpg) top left repeat-x;
}

a:link { color:#000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:focus { color:#000; text-decoration:underline; }
a:hover { color: #999; text-decoration:none; }
a:active { color: #000; text-decoration:underline; }

#container {
	position:relative;
	margin:0 auto;
	padding:0;
	width:930px;
}

#header {
	width:930px;
	height:204px;
	background:url(images/header.jpg) no-repeat;
	cursor:default;
}

#topmenu {
	width:868px;
	height:26px;
	margin:0;
	padding:165px 0 0 50px;
}

#topmenu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#topmenu ul li {
	height:26px;
	float: right;
	padding:0px;
	background:url(images/menu.jpg) left top no-repeat;
}
#topmenu ul li a {
	display:block;
	padding:0 14px;
	line-height:26px;
	font-size:13px;
	color:#000;
	text-decoration:none;
}

#topmenu ul li a:hover {
	background: url(images/menu_over.jpg) 0 0 repeat-x;
	color:#333;
	background-color:inherit;
}

#content {
	top:204px;
	width:930px;
	min-height:312px;
	background:url(images/content.jpg) repeat-y;
}

* html #content {
	height:312px;
}

#content {
	width:840px;
	margin:0;
	padding:0 40px 0 50px;
}

.content_bg {
	width:810px;
	margin:0;
	padding:20px 0 0 20px;
	background:url(images/content_bg.jpg) top left no-repeat;
	min-height:292px;
}

.content_bg_2 {
	width:810px;
	margin:0;
	padding:20px 0 0 20px;
	background:url(images/content_bg_2.jpg) top left no-repeat;
	min-height:292px;
}

* html .content_bg {
	height:292px;
}

#footer {
	clear:both;
	width:930px;
	height:89px;
	padding:0;
	background:url(images/footer.jpg) no-repeat;
}

#copy {
	padding:30px 0 0 70px;
	color: #333;
}

#design {
	padding:0 0 0 70px;
}

#design a {
	text-decoration:none;
	color:#999;
	font-size:10px;
}

#design a:hover {
	color:#000;
}

#w3c {
	padding:0 17px 0 70px;
	font-size:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

#w3c a {
	text-decoration:none;
	color: #333;
}

#w3c a:hover {
	text-decoration: underline;
	color: #000;
}

/********** Referenzen Java **********/
#imageFlow {
	position: relative;
	width: 810px;
	height: 500px;
	overflow: hidden;
}

#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
}

#imageFlow .bank {
	visibility: hidden;
}

#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #000;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}

#imageFlow .title {
	font-size: 16px;
	font-weight: bold;
}

#imageFlow .legend {
	font-size: 12px;
}

#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	z-index: 1000;
	height:16px;
	margin:0;
}

#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height:16px;
}

#imageFlow .arrow-left {
	position: absolute;
	width:25px;
	height:16px;
}

#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
	width:25px;
	height:16px;
}

#imageFlow .bar {
	position: absolute;
	left: 25px;
	width:77px;
	height:16px;
}

.Stil_red {color: #FF0000}
