/* defaults */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	outline: none;
}


/*************/
/* Head Pics */
/*************/
#pics {
	display: block;
	position: absolute;
	width: 100%;
	height: 115px;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	z-index: 1;
}
#pics ul {
	display: block;
	float: left;
	width: 250%;
	width: 1500px;
	height: 115px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#pics ul li {
	display: block;
	width: 150px;
	height: 115px;
	float: left;
	list-style-type: none;
	border-right: 2px solid #fff;
	z-index: 1;
}
#pics ul li img {
	/*position: relative;*/
	z-index: 1;
	border: 0;
}

#pics {
	display: none;
}

/* layout */
#page {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -450px;
	/*border: 5px solid #000000;*/
	width: 900px;
}
#header {
	background-image: url(/de/pix/bg_head.png);
	background-repeat: repeat-x;
	/*height: 160px;*/
}
#header #head {
	background-color: #000000;
	height: 124px;
	border-bottom: 3px solid #000000;
}
#header #head #logo {
	float: left;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;
}
#header #head #mood {
	float: right;
}
#header #head #lang {
	position: absolute;
	top: 90px;
	left: 0;
}
#content {
	margin: 0;
	padding: 0;
	background-color: #000000;
	border: 2px solid #F0A500;
	color: #FFFFFF;
}
#page #content {
	clear: both;
	border-top: 0;
}
#content #navi {
	font-size: 0.86em;
	margin: 0;
	padding: 0;
	background-color: #F0A500;
	border-top: 2px solid #F0A500;
	/*border-right: 2px solid #F0A500;
	border-left: 2px solid #F0A500;*/
}
#content #text {
	margin: 0;
	padding: 0.5em;
	background-color: #000000;
}
#page #content #text {
	clear: both;
	margin: 0.5em 0 0 0;
	min-height: 325px;
}
* html #page #content #text {
	height: 340px;
}
#content #foot {
	padding: 8px 5px 3px 5px;
}
#content #foot hr {
	display: none;
}
#content.nosponsor #foot {
	display: none;
}
#foot #sp_logos {
	display: block;
	float: right;
	height: 60px;
	width: 720px;
	text-align: right;
	margin-top: 2px;
}
#foot #sp_logos img {
	margin: 3px 6px;
}

/* navigation */
#navi a {
	text-decoration: none;
	color: #000000;
}
#navi ul {
	display: block;
	margin: 0 0 2em 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	border-bottom: 5px solid #000000;
}
#navi ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-right: 2px solid #000000;
}
#navi ul li a:link:hover {
	color: #FFCD64;
}
#navi ul li a:visited:hover {
	color: #FFCD64;
}
#navi ul li.selected a:link:hover {
	color: #666666;
}
#navi ul li.selected a:visited:hover {
	color: #666666;
}
#navi ul li span {
	margin: 0;
	padding: 0 0.5em;
}
#navi ul li.selected {
	border-right: 0;
	font-weight: bold;
}
#navi ul li.next {
	border-left: 2px solid #000000;
}
#navi ul li.last {
	border-right: 0;
}
#navi ul li.selected span.short span {
	border-bottom: 2px solid #FFCD64;
}
#navi ul li.selected span span {
	border-bottom: 12px solid #FFCD64;
	background-color: #FFCD64;
	border-top: 2px solid #FFCD64;
}
#navi ul li ul {
	position: absolute;
	display: none;
	padding: 3px;
	margin-top: 12px;
	left: 7px;
	width: 880px;
	border-bottom: 0;
	background-color: #FFCD64;
	font-size: 0.90em;
	font-weight: normal;
}
* html #navi ul li ul {
	left: 6px;
	margin-top: 30px;
	width: 888px;
}
#navi ul li.selected ul {
	display: block;
}
#navi ul li ul li {
	display: inline;
	padding: 2px 0px 2px 2px;
	color: #666666;
	border-right: 0;
}
* html #navi ul li ul li {
	padding: 1px;
}
#navi ul li ul li a {
	color: #666666;
}
#navi ul li ul.navwide li a {
	padding-right: 1em;
}
#navi ul li ul.navwider li a {
	padding-right: 2.4em;
}
#navi ul li.selected ul li a:link {
	color: #666666;
}
#navi ul li.selected ul li a:visited {
	color: #666666;
}
#navi ul li.selected ul li a:link:hover {
	color: #000000;
}
#navi ul li.selected ul li a:visited:hover {
	color: #000000;
}
#navi ul li ul li.empty {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
* html #navi ul li ul li.empty {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#navi ul li ul li.selected {
	color: #000000;
	font-weight: normal;
	position: static;
	border-top: 0;
	border-bottom: 0;
}
#navi ul li ul li.selected a {
	color: #000000;
}
#navi ul li ul li.selected a:link {
	color: #000000;
}
#navi ul li ul li.selected a:visited {
	color: #000000;
}
#navi ul li ul li.selected a:link:hover {
	color: #FFFFFF;
}
#navi ul li ul li.selected a:visited:hover {
	color: #FFFFFF;
}

/* content */
#text a {
	color: #ffffff;
}
#text h2 {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1em;
	color: #F0A500;
}
#text h3 {
	margin: 0;
	padding: 0.5em 0 1em 0;
	font-size: 1.2em;
	color: #9D3B3A;
}
#text table h3 {
	padding: 0;
}
#text h4 {
	margin: 0;
	padding: 0 0 1em 0;
	color: #ffffff;
}
#text h5 {
	margin: 0;
	padding: 0 0 1em 0;
	color: #9D3B3A;
}
#text em {
	font-weight: bold;
	font-style: normal;
	color: #9D3B3A;
}
#text .quote {
	font-weight: bold;
	font-style: normal;
	color: #F0A500;
}
#text p {
	font-size: 0.82em;
	margin: 0 0 1em 0;
	padding: 0;
}
#text table {
	font-size: 0.82em;
	margin-bottom: 1.2em;
	color: #ffffff;
}
#text table table {
	font-size: 1em;
}
#text table tr td p {
	font-size: 1em;
}
#text th {
	text-align: left;
}

#text .klein {
	font-size: 0.82em;
}
#text ul {
	font-size: 0.82em;
}
#text ul li {
	font-size: 1em;
}
#text dl {
	font-size: 0.82em;
}
#text dl dt {
	font-weight: bold;
}
#text dl dd {
	margin-bottom: 0.5em;
}

/* klassen */
.underline {
	text-decoration: underline;
}
.strikeline {
	text-decoration: line-through;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clean {
	clear: both;
}
.cleanhide {
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
* html .cleanhide {
	clear: both;
	display: inline;
}
.orte {
	margin: -0.5em 2em 2.5em 0;
}
.orte dt {
}
.orte dd {
}

/*
.mright {
	margin-right: 1em;
}
.mleft {
	margin-left: 1em;
}
.m2right {
	margin-right: 2em;
}
.m2left {
	margin-left: 2em;
}
.m3right {
	margin-right: 3em;
}
.m3left {
	margin-left: 3em;
}
.pright {
	padding-right: 1em;
}
.pleft {
	padding-left: 1em;
}
.p2right {
	padding-right: 2em;
}
.p2left {
	padding-left: 2em;
}
.p3right {
	padding-right: 3em;
}
.p3left {
	padding-left: 3em;
}*/

#page .but {
	background-color: #FFF4EC;
	border: 2px solid #B83615;
	margin: 2px;
	padding: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#page .but:focus, .but:hover {
	border: 2px solid #FD7C10;
	margin: 2px;
	padding: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF4EC;
	text-decoration: none;
}
#page .bbut {
	background-color: #FFF4EC;
	border: 2px solid #B83615;
	margin: 2px;
	padding: 2px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
#page .bbut:focus, .bbut:hover {
	border: 2px solid #FD7C10;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF4EC;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* formulare */
.info {
}
.info span {
	border: 2px dotted #B83615;
	padding: 0.5em;
	margin: 0.5em 0.5em 0.5em 0;
}
.error {
	border: 2px dotted #B83615;
	padding: 0.5em;
}
input, select, textarea {
	background-color: #FFFFFF;
	border: 2px solid #B83615;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
input:focus, select:focus, textarea:focus,
input:hover, select:hover, textarea:hover {
	border: 2px solid #FD7C10;
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF4EC;
	text-decoration: none;
}
input[type=submit] {
	background-color: #FFF4EC;
}

