



/*########################################################

 Klassen fuer den Live-Anzeigenbereich

##########################################################*/



#bodylive
 {
   background: #ffffff url("/img/body_bg3.png") repeat-y center;
   margin: 0;
   text-align: center;
 }

.laufschrift
{
	position: absolute;
	top: 180px;
	left: 40px;
	width:850px;
	height: 75px;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

#cmscenteredcontent
 {
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   text-align: left;
 }


#cmshead
 {
    display: block;
    position: relative;
    font-family: verdana;
    font-size: 12px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    height: 270px;
    background: url('/motion/banner1.jpg') no-repeat 39px 0;
    border:0px solid red;
 }

* html #cmshead
 {
    margin: 0px 0px 0px 3px;
    width: 990px;
 }


#cmsheadlogolinks
 {
  position: absolute;
  top: 0;
  left: -1;
  width: 40px;
  margin-left: 0px;
  background: url('/img/logolinks.png')  no-repeat;
  z-index: 2;
 }


#cmsheadanschrift
 {
   width: 350px;
   position: absolute;
   top: 0px;
   right: 10px;
   background: white;
   padding: 5px 0 5px 0;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
   display: none;
 }

#cmsheadlogobg
 {
   position: absolute;
   top: 175px;
   width: 951px;
   left: 39px;
   height: 83px;
   padding: 0;
   text-align: right;
   background: white;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
 }

* html #cmsheadlogobg
 {
   width: 951px;
 }

#cmsheadtopmenu
{
   position: absolute;
   top: 235px;
   width: 951px;
   left: 39px;
   height: 30px;
   padding: 3px;
}

#cmsheadlogo
 {
   position: absolute;
   top: 180px;
   left: 890px;
 }


.CMSContentContainer
 {
	display: block;
	margin-left: 20px;
 }
 
* html .CMSContentContainer
 {
	width: 975px;
	margin-left: 20px;
 }

.cmscontentpage
 {
    display: block;
    font-family: verdana;
    font-size: 12px;
    width: 580px;
    border-right: 1px solid gray;
    float: left;
 }

