/************************************************/
/***  fastmotion style Cascading Style Sheet ****/ 
/************************************************/

* {
  margin:0;
  padding:0;
}
html, body {
  height:100%;
}
body { 
  background:url('images/bg.jpg') repeat-x #333;
  text-align:center;
  font-family:Verdana, Arial, Lucida, Helvetica, sans-serif;
}
/*#distance { 
  width:1px;
  height:50%;
  margin-bottom:-280px; /* half of container's height */
  /*float:left;
}*/
/*  p  ////////////////////////////////////////*/
p {
  padding:0 0 16px 0;
}
/*  headlines  ////////////////////////////////*/
h1 {
  display:none;
}
h2 {
  /*font-size:14px;
  color:#36448d;*/
  color:#fc7600;
	font-size:1.1em;
	margin:0 0 0 280px;
	text-align:left;
	font-weight:normal;
	padding:0 0 16px 0;
}
h3, h4 {
	font-size:1.1em;
	padding:0 0 12px 0;
	font-weight:normal;
	margin:0;
}
	
#main { 
  background:#555;
  margin:40px auto;
  padding:0;
  position:relative; /* puts container in front of distance */
  clear:left;
  width:950px;
  height:730px;
}
#head { 
  background:url('images/logo_head.jpg');
  background-repeat:no-repeat;
  background-position:right top;
  margin:0;
  padding:130px 0 0 0;
  width:950px;
  
}
#content { 
  margin:0;
  padding:0;
  width:950px;
  height:380px;
}
/*  menu  /////////////////////////////////////*/
#menu {
  text-align:left;
  margin:0 40px 0 0;
  padding:0;
  width:240px;
  height:380px;
  float:left;
  font-size:0.8em;
}
#menu ul {
  margin:17px 0 0 0;
  padding:0;
  list-style:none;
}
#menu li a {
  padding:3px 0 0 30px;
  width:210px;
  height:20px;
  display:block;
  color:#ccc;
  text-decoration:none;
}
#menu li a:hover {
  background:#5f5f5f;
  color:#eee;
}
/*  info  /////////////////////////////////////*/
#info {
  text-align:left;
  margin:0 20px 0 0;
  padding:20px 0 0 0;
  width:600px;
  height:365px;
  float:left;
  color:#ccc;
  overflow:hidden;
  position:relative;
  /*top:-52px;*/
}
.orange {
	color:#fc7600;
	font-size:1.1em;
}
.infoinside {
   font-size:0.8em;
  padding-left:73px;
  margin-bottom:16px;
}
#infofoot {
  margin-top:16px;
  font-size:0.8em;
}
/*  Flashbereich */
#noflash { 
  text-align:left;
  height:448px;
}
#noflash_txt { 
  margin:0 0 0 20px;
  width:780px;
}
a:link {
  font-size:12px;
  color:#818181;
}
a:visited {
  color:#36448d;
}
a:hover {
  color:#818181;
  text-decoration:none;
}
a:active {
  color:#36448d;
}
.startRe {
	margin-top:220px; margin-left:30px; color:#ccc}
.startRe a {
	font-size:0.8em;
	color:#ccc;
  text-decoration:none;
}
.startRe a:hover {
	background:#5f5f5f;
  	color:#eee;
 }
	