
html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
}


p {
	margin:0px;
	padding:0px;
}

.content, h1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	vertical-align: text-top;
	margin:20px;
	padding:10px;
}

a.contentLinks { color: #000000; text-decoration: none; }

a.contentLinks:hover { color: #FC8C3A; }

.notice{
	border: 2px solid red;
	width: 50%;
	margin: 5px auto;
	text-align: center;
	padding: 15px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.notice p{
	font-weight: normal;
	color: #000000;
}

/* for all browsers that understand min-width */
.width{
	width:50%; 
	min-width:950px; 
	margin:0 auto;
}

/* the bodge for IE6 browsers */
* html .minwidth{
	border-left:950px solid #fff; 
	position:relative; 
	float:left; 
	z-index:1;
}

* html .container{
	margin-left:-950px; 
	position:relative; 
	float:left; 
	z-index:2; 
	text-align:left;
}



#no {
  text-align: center;
}
#flashcontent {
  background-color: #EBEBEB;
  width: 100%;
  height: 100%;
}
#inner {
  width: 718px;
  position: absolute;
  left: 50%;
  margin-left: -359px;
  top: 0px;
  height: 100%;
}

#rechts {
  height: 100%;
  width: 9px;
  float: left;
  background-image: url('../img/bg_right.gif');
  background-repeat: repeat-y;
}
#mitte {
  width: 700px;
  float: left;
  height: 100%;
  background-color: #ffffff;
}
#links {
  float: left;
  height: 100%;
  width: 9px;
  background-image: url('../img/bg_left.gif');
  background-repeat: repeat-y;
}

#logo {
  float: left;
  margin-left: 65px;
  margin-top: 30px;
  width: 605px;
}

#noflash {
  float: left;
}

a {
  color: #FF9C11;
}

img {
  text-decoration: none;
  border: 0px;
}

#nojava,#nomobile {
  float: left;
  margin-left:65px;
  margin-top: 30px;
}

#notice {
  text-align: left;
  margin-top: 30px;
  float: left;
  margin-left: 65px;
  width: 605px;
  font-family: arial;
  font-size: 8pt;
  line-height: 1.5em;
  color: #888888;
}

sup {
  font-size:.8em; 
  line-height:1em;
}
