html, body {
	height: 100%;/*overflow: hidden;*/
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 70%;
	color: #99141B;
	text-align: center;
	background: #E3E3E3;
}
body#popup {
	background: #ffffff;
	margin: 0px;
	padding: 40px;
	/*font-size: 1.1em;*/
	text-align: left;
	height: auto;
}
p, ul {
	margin-top: 0px;
	margin-bottom: 1.0em;
	font-size: 1em;
	line-height: 1.2em;
}
ul {
	list-style: none;
	background: none;
}
h1 {
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	margin-bottom: 1.0em;/*padding-bottom: 0.1em;
	border-bottom: 3px solid #99141B;*/
}
h2, h3 {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.0em;
	font-size: 1.1em;
}
a, a:link, a:hover, a:active, a:visited {
	color: #99141B;
}
a:hover {
	color: #000000;
}
a.popup {
}
form {
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.spacer {
	clear: both;
	font-size: 2px;
	line-height: 2px;
}
.clear {
	clear: both;
}
.normal {
	font-weight: normal;
	text-transform: none;
}
/* png support
----------------------------------*/
img {
/*behavior: url("pngbehavior.htc");*/
}
/* page
----------------------------------*/
#bgFlash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
}
#left, #logo, #nav, #h1, #contentImg {
	position: absolute;
}
#page, #main, #contentText {
	position: relative;
}
#page, #main {
	width: 960px;/*height: 610px;*/
}
#page {
	margin: 0px auto 0px auto;
	width: 980px;
	height: 630px;
	text-align: left;
	/*border: 1px solid #ffff00;*/
	background: url(img/page_sh.png);
}
#page.red {
	background-color: #99132c
}
#bgImg {
	position: relative;
	width: 960px;
}
#main {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 610px;
	background: url(img/bg_page.jpg);
}
/* logo, nav
----------------------------------*/
#left {
	top: 10px;
	left: 10px;
	z-index: 4;
}
#logo, #nav {
	position: absolute;
	/*position: fixed;*/
	top: 0px;
}
#logo {
	left: 30px;
	top: 40px;
}
/* navigation top
----------------------------------*/
#nav {
	/*left: 30px;*/
	margin-left: 30px;
	top: 150px;
	width: 250px;
	z-index: 4;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#nav li {
	margin-left: 15px;
	line-height: 1.75em;
}
#nav li li {
	margin-left: 15px;
	line-height: 1.5em;
}
#nav li li li {
	margin-left: 15px;
}
#nav li ul {
	font-weight: normal;
	text-transform: none;
}
#nav li.active {
	margin-left: 14px;
}
#nav li.active a {
	background: #99141B;
	padding: 2px 10px;
	color: #ffffff !important;
}
#nav li.active li {
	margin-left: 0px;
	padding: 0px;
}
#nav li.active li li {
	margin-left: 15px;
}
#nav li.active li a {
	background: none;
}
#nav li.active ul {
	padding-top: 5px;
	padding-bottom: 20px;
}
#nav li.active ul ul {
	padding-bottom: 0px;
}
#nav li ul li.active {
	font-weight: bold;
}
#nav a, #nav li.active li a {
	text-decoration: none;
	color: #99141B !important;
	border: none;
}
/* content
----------------------------------*/
#content, #contentBg, #topLine {
	position: absolute;
	left: 250px;
	top: 120px;
	width: 710px;
	height: 420px;
}
#content {
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.70;*/
	background: url(img/bg_trans.png) no-repeat;
	height: auto;/*min-height: 340px;
	height: auto !important;
	height: 340px;*/
}
#contentBg {
	display: none;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
}
#topLine {
	top: 113px;
	width: 400px;
	height: 0px;
	border-top: 3px solid #99141B;
}
#h2 {
	width: 470px;
	padding-bottom: 20px;
	overflow: hidden;
	display: none;
}
#contentInner {
	width: 490px;
	margin-top: 30px;
	margin-left: 30px;
}
#contentText {
	width: 500px;
	font-size: 1.1em;/*height: 280px;*/
}
#contentText ul li, #popup ul li {
	/*list-style-position: outside;
	list-style-type: square;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 1.35em;
	background: url(img/li_dot.gif) no-repeat 0px 0.3em;
}
#contentInner p, #contentInner ul, #popup p, #popup ul {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 1.0em 0px;
	padding: 0px 0px 0px 15px;
	background: url(img/p_dot.gif) no-repeat 0px 0.4em;
}
#popup p, #popup ul {
	font-size: 1.1em;
}
#contentInner p.ohnePunktLinks {
	padding-left: 0px;
	background: none;
}
#contentInner p.ohnePunkt {
	background: none;
}
#contentInner ul, #popup ul {
	list-style: none;
	background: none;
}
#contentInner table {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 1.0em 15px;
}
#contentImg {
	position: relative;
	margin-top: 0px;
	width: 710px;
	height: 110px;
	text-align: right;
	white-space: nowrap;
}
#contentImgInner {
	position: absolute;
	height: 120px;
	width: 180px;
	bottom: -36px;
	right: 0px;
	text-align: right;
	background: url(img/textbox_sh.png) no-repeat 0px 84px;
}
#contentImgInnerBox {
	padding-right: 10px;
	text-align: right;
}
#contentImg a {
	display: block;
	margin-bottom: 10px;
}
#contentImg img {
	margin-right: 4px;
	padding-bottom: 4px;
	border-bottom: 3px solid #99141B;
}
#contentEnd {
	float: none;
	clear: both;
}
/* bottom
----------------------------------*/
#bottom {
	width: 860px;
	margin: 0px auto 0px auto;
	text-align: right;
	clear: both;
}
#bottom div {
	margin-left: 340px;
	height: 22px;
	border-bottom: 5px solid #666666;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 8px 0px 20px 0px;
	width: 860px;
	font-size: 11px;
	line-height: 150%;
}
#footerLeft {
	width: 340px;
	float: left;
}
#footerRight {
	width: 520px;
	float: left;
	text-align: right;
}
/* sIFR
----------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 18px;
}

