@charset "utf-8";
body {
	background-color: #000000;
/*	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#colorline {
	height: 4px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#FF9900;
}
#header {
	height: 190px;
	width: 100%;
	background-color:#999999;
}
#logo {
	background-image: url(../images/template-2D/logo-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 190px;
	width: 640px;
/*	margin-right: auto;
	margin-left: auto;*/
}
#sub-header {
	background-color: #FFFFFF;
	height: 50px;
	width: 100%;
	background-image: url(../images/template-2D/bg-sub-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#festunion {
	background-image: url(../images/template-2D/festunion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 50px;
	width: 640px;
}
.left {
	width: 460px;
	float:left;
	text-align:right;
}

.right {
	width: 420px;
	float:left;
	margin-left: 1px;

}
.inhalt {
	width: 92%;
	margin: 0 auto 0 auto;
}
#nav {
	height: 30px;
	width:100%;
	text-align:right;
	background-color:#FF9900;
/*	border-bottom: 2px solid #000000;*/
}
#nav a {
	font-size: 16px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}	
#nav a:hover{
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#content-frame {
	background-color:#FFFFFF;
	height: auto;
	width: 100%;
	border-bottom: 4px solid #FF9900;
	border-top: 1px solid #FF9900;
	color:#333333;
}
#content-frame .left {
	color:#000000;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;

}
#content-frame .right {
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 1px dotted #333333;
}
#content-frame  h2 {
	color: #FF9900;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 16px;
}

#footer-frame {
	height: auto;
	width: 100%;
	color: #FF9900;
	margin-bottom:30px;
}
#footer-frame a {
	color: #999999;
	text-decoration:none;
}
#footer-frame a:hover {
	color: #FFFFFF;
}
#footer-frame  h2 {
	color: #ffffff;
	margin-top: 3px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height:normal;
}
#footer-frame .left {
	border-right: 1px dotted #FFFFFF;
	margin-top: 10px;
}
#footer-frame .right {
	color:#FFFFFF;
	margin-top: 10px;
}
.td-row1 {
	height: 34px;
	background-color:#000000;
}
.td-row2 {
	height: 34px;
	background-color:#202020;
}
.td-active {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	border-top: 1px solid #FFFFFF;
}
.td-hover {
	background-color:#333333;
}
th {
	color: #FFFFFF;
}
img {
	padding:3px;
	background-color:#FFFFFF;
	border: 1px solid #999999;