body {background: #FFFFFF;
      color:#000000;
      font-size:1em;
      font-family:Arial;
      }

#all {position:absolute;
      left:50%;
      margin-left:-400px;
      width:800px;
      height:600px;
      background-image:url(layout/bg.jpg);
      background-repeat:no-repeat;
      }
      
#header {position:absolute;
		 left:2px;
		 top:2px;
		 width:796px;
		 height:154px;
}

#button1 {position:absolute;
		  left:1px;
		  top:154px;
		  width:139px;
		  height:29px;
}
#button2 {position:absolute;
		  left:134px;
		  top:154px;
		  width:139px;
		  height:29px;
}
#button3 {position:absolute;
		  left:267px;
		  top:154px;
		  width:139px;
		  height:29px;
}
#button4 {position:absolute;
		  left:400px;
		  top:154px;
		  width:139px;
		  height:29px;
}
#button5 {position:absolute;
		  left:533px;
		  top:154px;
		  width:139px;
		  height:29px;
}
#button6 {position:absolute;
		  left:666px;
		  top:154px;
		  width:139px;
		  height:29px;
}

#bottom {position:absolute;
		 left:20px;
		 top:578px;
		 width:760px;
		 height:20px;
		 border-top:1px solid #000000;
		 text-align:center;
}
	
	
#content {position:absolute;
		  top:214px;
		  left:2px;
		  width:796px;
		  height:359px;
		  overflow:auto;
}	  

#sub_verein {position:absolute;
			 top:184px;
			 left:2px;
			 width:796px;
			 height:30px;
			 background-image:url(layout/sub_verein.png);
      		 background-repeat:no-repeat;
      		 padding-top:5px;
}

.gb_date { border:1px solid #cc3333; }

.gb_from { border:1px solid #cc3333;
	  width:400px;
           }

.gb_text {
	  width:400px;
           }
           
a {outline:none;}
a:link {color:#cc3333;}
a:visited {color:#cc3333;}
a:hover {color:#cc3333;}

img {border:none;}

img.border {border:1px solid #cc3333; padding:2px;}

