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

/* Links, etc. */

img {
	border: none;
}

a:link, a:visited {
	color: #000099;
}

a:hover, a:active {
	color: #0066CC;
}

body {
	background-color: #CCCCCC;
	background-image: url(../images/design/bg.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#leiste_oben {
	width: 898px;
	height: 22px;
	background-color: #5f6db2;
	background-image: url(../images/design/leiste_oben.png);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	border-top: none;
	margin: auto;
	padding-top: 6px;
	text-align: right;
}

#leiste_oben img {
	margin-right: 10px;
}

#header {
	width: 898px;
	height: 198px;
	background-color: #666666;
	background-image: url(../images/design/header.png);
	border: 1px solid #000000;
	border-top: none;
	margin: auto;
}

	#header img {
		margin-top: 67px;
		margin-left: 50px;
	}

#navi {
	width: 898px;
	height: 48px;
	background-color: #5f6db2;
	background-image: url(../images/design/navi_mitte.png);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	border-top: none;
	margin: auto;
}
	
	#navi_links {
		width: 100px;
		height: 48px;
		background-color: #5f6db2;
		background-image: url(../images/design/navi_links.png);
		background-repeat: no-repeat;
		float: left;
	}
		
	#navi ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-top: 12px;
		float: left;
	}

		#navi li {
			display: inline;
			margin-left: 66px;
			padding-bottom: 7px;
		}

			.hover_link {
				display: none;
			}
			
			#navi a:hover .normal_link {
				display: none;
			}

			#navi a:hover .hover_link {
				display: inline;
			}

				#navi a:link, #navi a:visited {
					font-size: 24px;
					color: #FFFFFF;
					text-decoration: none;
				}
				
				#navi a:hover, #navi a:active {
					color: #d6b03c;
				}

				#navi li:hover div {
					display: block;
				}

				#navi * div:hover {
					display: block;
				}

				#navi * div {
					width: 678px;
					height: 48px;
					background-color: #5f6db2;
					background-image: url(../images/design/navi_mitte.png);
					background-repeat: repeat-x;
					position: absolute;
					/*text-align: center;*/
					padding-left: 20px;
					margin-top: 7px;
					border: 1px #000000 solid;
					display: none;
				}

				#navi * div ul {
					float: none;
				}
				
				#navi * div li {
					margin-left: 20px;
				}

				#navi * div li:first-child {
					margin-left: 0px;
				}
	
	#navi_rechts {
		width: 100px;
		height: 48px;
		background-color: #5f6db2;
		background-image: url(../images/design/navi_rechts.png);
		background-repeat: no-repeat;
		float: right;
	}

#content {
	width: 858px;
	min-height: 428px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
	margin: auto;
	padding: 20px;
}

	#history {
		width: 30%;
		border-right: 1px solid #000000;
		margin-right: 20px;
		float: left;
	}
	
		#history h4 {
			color: #006600;
			margin-bottom: 0px;
		}
		
		#history > ul {
			width: 77%;
			margin-top: 0px;
			padding-bottom: 15px;
			border-bottom: 3px double #333333;
		}
	
			#history > ul > li:first-child {
				list-style-type: none;
				font-weight: bold;
				margin-left: -14px;
			}
	
	#text {
		width: 67%;
		float: right;
		text-align: justify;
	}

#leiste_unten {
	width: 848px;
	height: 20px;
	background-color: #5f6db2;
	background-image: url(../images/design/leiste_unten.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #000000;
	border-top: none;
	margin: auto;
	padding: 2px 25px 0px;
}

#leiste_unten a:link, #leiste_unten a:visited {
	color: #FFFFFF;
}

.download {
	width: 200px;
	height: 53px;
	background-image: url(../images/design/download.png);
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	display: block;
	margin-top: 15px;
}

	.download h4 {
		padding: 0px;
		margin: 0px;
	}
	
.comment {
	background-color: #CCCCCC;
	border: 3px double #666666;
	padding: 5px;
	margin-bottom: 15px;
	clear: both;
}

.comment h4 {
	margin-top: 0px;
	float: left;
}

.comment a[name] {
	float: right;
}

.comment p {
	margin-left: 15px;
	clear: both;
}