* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, 'Tahoma', Arial, sans-serif;
	font-size: 12px;
	background-color: #F5F6F9;
}

a, a:hover, a:focus, a:active, a:visited {
	color: #000;
}

a img {
	border: none;
	margin: 0px auto;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#header {
	height: 242px;
	width: 1000px;
}

#header #left-header {
	width: 210px;
	background: transparent url('../images/header_left.gif') no-repeat;
	float: left;
	height: 242px;
}

#header #right-header {
	height: 242px;
	float: right;
}

#header #right-header #flash {
	border: 1px solid #ccc;
	background-image: url('../images/header_static.jpg');
	background-repeat: no-repeat;
	width: 788px;
	height: 187px;
}

#header #right-header #headline {
	width: 785px;
	height: 55px;
}

#header #right-header #headline h1 {
	float: left;
	font-size: 20px;
	color: #e2e3e7;
	margin-top: 30px;
}

#header #right-header #headline ul {
	list-style-type: none;
	float: right;
	margin-top: 38px;
}

#header #right-header #headline ul li {
	float: left;
	padding: 0px 4px 0px 4px;
	color: #bababa;
}

#header #right-header #headline ul li a {
	color: #bababa;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header #right-header #headline ul li a:hover {
	text-decoration: underline;
}

#navi {
	background-image: url('../images/navi_bg.gif');
	height: 60px;
	width: 1000px;
}

#navi div.spacer {
	width: 210px;
	height: 31px;
	background-color: #a2a2a2;
	float:left;
}

#navi ul {
	width: 789px;
	float: right;
	list-style-type: none;
	border: 1px solid #ccc;
	border-right: none;
}

#navi ul li {
	float: left;
	padding: 8px 17px 2px 17px;
	height: 19px;
	background: #fff url('../images/navi_bg.gif') repeat-x 0px 0px;
	border-right: 1px solid #ccc;
}

#navi ul li.active {
	background: #fff url('../images/navi_bg_active.gif') repeat-x 0px 0px;
}

#navi ul li.last_item {
	padding: 8px 18px 2px 18px;
}

#navi ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #646462;
}

#container {
	width: 999px;
	overflow: hidden;
	background-color: #fff;
	border-right: 1px solid #ccc;
}

#container #menu {
	width: 210px;
	float: left;
	background-color: #E2E3E7;
}

#container #menu h2 {
	color: #646464;
	font-size: 13px;
	padding: 5px 0px 5px 20px;
	margin-top: 30px;
}

#container #menu ul {
	list-style-type: none;
}

#container #menu ul li {
	background-color: #E2E3E7;
}

#container #menu ul li a span {
	background-color: #e2e3e7;
	padding: 6px 5px 7px 5px;
}

#container #menu ul li a span.active {
	background-color: #aaa;
	color: #fff;
}

#container #menu ul li a:hover span.active {
	color: #8C8B89;
}

#container #menu ul li a {
	color: #8C8B89;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	background-color: #F5F6FA;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}

#container #menu ul li ul {margin-left:19px;} /* added at sep. 15th */


#container #menu ul li a:hover {
	background-color: #E2E3E7;
}

#container #menu ul li a:hover span {
	background-color: #F5F6FA;
}

#container #menu #menu-middle {
	height: 99px;
	background: #E2E3E7 url('../images/menu_middle.gif') no-repeat bottom;
}

#container #menu #menu-middle a#bgLink {
	display: block;
	position: relative;
	bottom: 0px;
	height: 99px;
	text-decoration: none;
}

#container #menu #menu-bottom {
	padding-bottom: 2500px;
	margin-bottom: -2425px;
	background-color: #5D86B4;
	float: left;
	width: 210px;
}

#container #content {
	width: 775px;
	float: right;
	padding: 15px 0px 0px 10px;
}

#container #content #left {
	float: left;
	width: 490px;
	border-top: #FAD57B solid 1px;
	border-left: #FAD57B solid 1px;
	padding: 5px;
	padding-bottom: 40px;
}

#container #content #left ul {
	padding-left:15px;
}

#container #content #left ol {
	padding-left: 25px;
}

#container #content #left ul li, #container #content #left ol li {
	line-height: 15px;
}

#container #content #left table tr td {
	padding: 3px;
	border-bottom: 1px solid #f2f2f2;
}

#container #content #left table tr th {
	background-color: #f2f2f2;
	text-align:left;
	padding: 3px;
}

#container #content #left h1 {
	font-size: 13px;
	margin-bottom: 5px;
}

#container #content #left p {
	margin-bottom: 10px;
	line-height: 16px;
}

#container #content #right {
	float: right;
	width: 238px;
	padding-right: 10px;
}

#container #content #right div.box {
	border: 1px solid #aaa;
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	background-color: #f5f6fa;
}

#container #content #right div.box h2 {
	background-color: #C3C2C0;
	padding: 5px 0px 5px 5px;
	font-size: 10px;
	color: #656563;
}

#container #content #right div.box p {
	padding: 8px 5px 2px 5px;
	font-size: 12px;
}

#container #content #right div.box ul {
	padding: 8px 5px 2px 10px;
	list-style-type: none;
	font-size: 10px;
}

#container #content #right div.box ul li {
	padding-bottom:5px;
}

#container #content #right div.box-cu {
	border: 1px solid #aaa;
	margin: 0px 0px 15px 0px;
	background-color: #f5f6fa;
}

#footer {
	background-color: #B3BAC2;
	height: 20px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	width: 990px;
	color: #646462;
}

#footer span {
	font-weight: bold;
}

#contact-form td {
	padding: 1px 3px 0px 4px;
	font-size: 11px;
}

#contact-form td input.button {
	margin-top: 8px;
}

#breadcrumb {
	 clear:both;
	 padding-bottom:10px;
}

#breadcrumb h1 {
	font-weight:normal;
	font-size: 12px;
	display: inline;
}

/** blog **/
.postmetadata {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.post {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	padding: 5px;
}

.post h2 a {
	text-decoration: none;
	font-size: 14px;
}

.commentlist {
	color: #666;
}

/**
	this block works in safari and ie7,
	but it's only for safari, so the ie7 styles will be
	overwritten in ie7.css
**/
html[xmlns*=""] #navi ul li {
	float: left;
	padding: 8px 16px 2px 16px;
	height: 19px;
	background: #fff url('../images/navi_bg.gif') repeat-x 0px 0px;
	border-right: 1px solid #ccc;
}

html[xmlns*=""] #navi ul li.active {
	background: #fff url('../images/navi_bg_active.gif') repeat-x 0px 0px;
}

html[xmlns*=""] #navi ul li.last_item {
	padding: 8px 16px 2px 17px;
}

#sub_active {} /* Fuer eventuelle Styles */