



/* generelle Styles */
*{ 
      margin:0;
      padding:0;
      border:0;
}

.clear {
      clear:both;
}

h1{
      font: 11px Arial, Helvetica, sans-serif;
      color:#fff;
      font-weight: bold;
}

body{
      background-color: #fff; ;
      font: 11px Arial, Helvetica, sans-serif;
      color: #fff;
      line-height: 16px;
}



/* Logo */
#links{
      height:56px;
      width:129px;
      position:absolute;
      top:0;
      left:0;
      z-index: 2;
}



/*::::   content center   ::::*/
#page {
      z-index: 1;
      position: absolute;
      height: 553px; /* Höhe der Seite */
      width:100%;
      margin-top:-276px; 
      top: 50%;
      overflow: hidden;
      background: url(../images/bg.gif) 0 0 repeat-x; 
      background-color: #f00;    
}

#content{
      height:553px;
      width:900px;
      margin:auto;
}



/*::::   Header incl. Navigation   ::::*/
#header{
      height:67px;
      width:900px;
      background: url(../images/kunstwerk-header.gif);
}

#header ul{
      margin-right:40px;
      padding-top:53px;
      float:right;
      color:#000;     
}

#header ul li{
      float:left;
      list-style-type: none;
}

#header ul a{
      color:#000;
      text-decoration: none;
}

.abs1{
      margin:0 8px;
}


* html #header ul {padding-top:50px;}

/*::::   Image nach der Navigation -- das Bild ist in der html angegeben   ::::*/
#image{
      height:175px;
      width:900px;
      border-bottom:1px #fff solid;      
}



/*::::   Bogen unten Links   ::::*/
#layout{
      height:243px;
      width:245px;
      background: url(../images/kunstwerk-layout.gif); 
      float:left;   
}



/*::::   Textbereich   ::::*/
#mengentext{
      height:243px;
      width:655px;
      background: url(../images/content-bg.gif);     
      float:left;
      background-repeat: no-repeat; 
}
#mengentext2{
      height:243px;
      width:655px;
      background: url(../images/content-bg2.gif);     
      float:left;
      background-repeat: no-repeat;
}

/*::::   Text Spalte 2   ::::*/
#text1{
      height:100px;
      width:200px;
      float:left;   
      margin:115px 30px 0 110px;   
}

/*::::   Text Spalte 3   ::::*/
#text2{
      height:100px;
      width:300px;
      float:left;  
 
      margin-top:115px;        
}
/*::::   Text Spalte 4   ::::*/
#text3
{
      height:100px;
      width:100px;
      float:left;  
      margin-top:194px;
}
#text4
{
      height:100px;
      width:501px;
      float:left;   
      margin:50px 30px 0 48px;   
}
* html #text4 {width:501px;
	       margin:50px 30px 0 40px;}

* html #text1 {margin:115px 30px 0 40px;}
/*::::   Footerbereich   ::::*/
#footer{
      height:67px;
      width:900px;
      background: url(../images/kunstwerk-footer.gif);
      color:#000;    
      text-align: right;  
}

.abs2{
      margin:0 7px;
}












