



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

 Klassen fuer den Live-Anzeigenbereich

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



#bodylive
 {
   background: #ffffff url("/img/body_bg3.png") repeat-y center;
   margin: 0;
   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: 70px;
    background: url('/img/collage1.jpg') no-repeat 39px 0;
    z-index: 5;
 }


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


#cmsheadlogolinks img
 {
  z-index: 2;
 }


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

#cmsheadlogobg
 {
 }

#cmsheadlogo
 {
  background: white;
  padding: 15px 0px 15px 50px;
 }


.CMSContentContainer
 {
	display: block;
	margin-left: 20px;
  z-index: 10;
 }
 
* html .CMSContentContainer
 {
	width: 980px;
	margin-left: 10px;
 }


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

