/*///////////////////basics/////////////////////*/
* {margin: 0; padding: 0;}
html, body {height: 100%; width: 100%;}
#wrap {height: 95%;}

body {
	font: 100.01%/1.5em "Comic Sans MS", Arial, Helvetica, sans-serif;
	background-color: #8a0000;
	color: #fff;
}

#wrap2 {
	border-top: 2.5em solid #3d0000; 
	padding-top: 2.75em; 

}

#header {
	position: relative;
	height: 5.25em;
	clear:both;
	width: 62.5em;
	margin: 0 auto -5.25em auto; /* Negativer Wert der Header-Höhe */
} 

/* Global */
object, embed {width:100%;height:100%;display: block;}

img {
	border: 0;
}

a, a.textline, a.textline:hover, a.mehr {
	text-decoration: underline;
	color: #FFFFFF;
	outline: none;
}

a:hover, a.textline:hover span, p a {
	text-decoration: underline;
}

p {
	line-height: 1.25em; 
	font-size: 0.875em;
	margin-bottom: 1.25em;
}

/* Extras, Werkzeug, tools... */
.inv {
	visibility: hidden;
	display: none;
	position: absolute;
	left: -9999px;
}
.clear {
	clear: both;
	float: none;
}

/* header */
#seitentitel {
	display: none;
}

#wdrlogo, #wdrlogoprint {
	width: 5.9375em;
	height: 2.1875em;
	position: absolute;
	top: 0.3125em;
	left: 0.5em;
}

#wdrlogoprint {
	display: none;
}

#logoblaubaer {
	position: absolute;
	top: 0.5em;
	left: 6.875em;	
}

#logomaus {
	position: absolute;
	top: 0.6875em;
	right: 4em;	
}

#logotext {
	font-size: 1.1em;
	font-family: Arial, sans serif;
	font-weight:bold;
	color: #FFF;
	position: absolute;
	top: 1.125em;
	left: 9.625em;
}

#headimg {
	width: 31.25em;
	height: 5.3125em;
	padding-top: 0.6875em;
	padding-left: 8.75em;
	vertical-align: bottom;
	
}

#footer {
	position: relative;
	height: 5%;
	clear:both;
	background-color: #3d0000;
}

#flashversion {
	width: 55em;
	padding-top: 0.3125em;
	text-align: right;
	font-weight: bold;
	margin: 0 auto;
}

#window
{
	position: absolute;
	left: 50%;
	top: 7em;
	width: 542px;
	height: 750px;
	margin-left: -279px;
	margin-top: 0;
	overflow: hidden;
	display: none;
}

#windowMovie {
	width: 542px;
	height: 550px;
	margin-left: 0;
	margin-top: 0;	
	position: relative;
}

#windowTop
{
	height: 43px;
	position: relative;
	overflow: hidden;
	cursor:default;
}
#windowTopContent
{
	margin-right: 13px;

	overflow: hidden;
	height: 43px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}

#windowClose {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	vertical-align: middle;
 	color: #FFFFFF;
	font-size: 1em; 
	text-decoration: none;
}
#windowClose img {
 	vertical-align: middle;
}

#windowClose:hover {
 	color: #FF0000;
}


#movieHeadTitle {
 	font-size: 1.25em; 
 	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; 
 	margin: 5px 10px 10px 10px;
} 

#windowContent {
	position:absolute;
	top: 45px;
	left: 10px;
	margin-right: 10px;
	height: 288px;
	width: 512px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #BD0000;*/
}

object {
	outline: none;
}

#sendehinweis {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    width: 500px;
}
