@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}
a {
	color: #ecb532
}
body {
	height:100%;
	width:100%;
	background-color:#2d2d2d;
	background-image: url(images/bg_body.gif);
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999
}
.hidden {
	display: none;
}
#bg_farbe_1 {
	display:block;
	height:auto;
	width:100%;
	background-image:url(images/bg_farbe_1.gif);
	background-repeat:no-repeat;
	height: 100%;
}
.bg_farbe_2 {
	background-image:url(images/bg_farbe_2.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}
#centerPage {
	height:100%;
}
#page_text {
	display: block;
	position: absolute;
	left: 200px;
	top: 30px;
	width: 700px;
	color: #f4f4f4;
	font-size: 12px;
	line-height: 1.2em;
}
#spez_content {
	color: #f4f4f4;
}
#spez_content h3,
#page_text h3 {
	display: block;
	font-size: 30px;
	color: #ecb532;
	margin: 0;
	padding: 0;
}
.yellow {
	color: #ecb532;
}
#container {
	width:960px;
	display:block;
	margin:auto;
	position: relative;
	z-index:10;
}
#content {
	display:block;
	margin-bottom: 20px;
}
#globalNav {
	display: block;
	height:20px;
	background-color:#1d1d1d;
	padding-top:10px;
	padding-bottom:10px;
}
#globalNav ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center
}
#globalNav ul a {
	color:#a3a3a3;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-size:22px;
}
#globalNav ul a.active,
#globalNav ul a:hover {
	color: #ecb532;
}
#globalNav ul li {
	display:inline;
}
#footer {
	color:#aeaeae;
	font-size:13px;
	font-weight:normal;
}
#footer a{
	color: #ecb532;
	text-decoration:none;
}
#footer a.big{
	color:#fff;
	font-size:17px;
	margin-left:20px;
	text-decoration:none;
}
#footer a.big.active,
#footer a.big:hover{
	color:#ecb532;
}
