/*******************************************************************************

Project:	50 Jahre Tanzschule Alisch

Date:       April/2008

Copyright:	Knuggel / www.kahunagraphics.de

*******************************************************************************/

* {
padding:0;
margin:0;
}

#main {
  height:600px;
  width:800px;
  margin:50px auto;
  border:1px solid #A21530;
  font:13px  verdana, arial , helvetia;
  line-height:1.4;
  }

#header {
  height:235;

  }
  
#cage {

}
  
#navigation {
  float:left;
  width:244px;
  height:295px;
  background:url(../pics/bg_navi.gif) top left no-repeat;
  }
  

  
#content {
  margin:0;
  padding:0;
  width:548px;
  height:295px;
  overflow:auto;
  }
  
#link {
margin-left:30px;
margin-top:5px;
height:25px;
}
#link a {
color:#A21530;
text-decoration:none;
font:bold 14px  verdana, arial , helvetia ;
}

#link a:hover{
color:black;
text-decoration:none;
}
  
#footer {

}

#inner_footer {
  height:20px;
  padding:3px;
  margin-top:10px;
  background-color:#A21530;
  color:white;
  text-align:center;
}

#inner_footer a{
color:white;
text-decoration:none;
}

#inner_footer a:hover{
color:black;
text-decoration:none;
}


