html, body {
	background:#EDEDED;
	font-family: Verdana,Arial,Helvetica sans-serif;
        font-size: 0.9em;	
	margin: 0 auto;
	padding: 0; 
	height: 100%;
     }

#wrapper {
	position:relative;
	margin: auto;
	margin-bottom: -28px;
        min-height:100%;
	padding: 0; 
	letter-spacing: 0.1em;
	overflow: visible;
	text-align: center;
}

* html #wrapper{height:100%;}


#topbg {
	margin: 0 auto;
        background: url('images/bg.png') #000000 repeat-x;
	overflow: visible;
	height: 152px;
	border-bottom: 2px solid #FF9900;
}	

#top {
        background: url('images/indaba_logo.png') no-repeat;
	height: 152px;
	width: 1000px;
	margin: auto;
	padding: 0;
	overflow: visible;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
           }
     

#navigation { 
	float: left;
        overflow: visible;
	width: 100%;
	height: 25px;
        }

#mainnav { 
        margin: 0;
        padding: 0;
        list-style: none inside;
        overflow: visible;
	height:25px;
        }

#mainnav li {
	font-size: 1.0em;
        font-weight: normal;
	font-family: Verdana,Arial,Helvetica sans-serif;
	text-decoration: none;
        height: 25px;
        float: left;
        text-align: center;
	line-height:25px;
	border: 0;
	border-right: 1px solid #FFFFFF;
        }

#mainnav li a {
	background: transparent;
	font-weight: bold;
        color: #CCCCCC;
        display: block;
        width: 111px;
        height: 25px;
        padding: 0;
        text-decoration: none;
        }

#mainnav li a:hover {
        background-color: #333333;
        color: #FF9900;
        text-decoration: none;
        }

#mainnav .active a {
        clear: both;
        display: block;
        z-index: 3;
        background-color: #333333;
        color: #FF9900;
        } 

#main {
      position: relative;	
      margin: auto;
      margin-bottom: 28px;
      width: 1000px;
      background-color:#FFFFFF;
      padding: 0;
      height: auto;
      border-left: 1px solid #FF9900;
      border-right: 1px solid #FF9900;
      }

#content {
      background: url('images/music_publishing.jpg');
      margin: auto;
      padding: 10px;
      text-align: left;
      }


#bottom { 
	clear: both;
	background: #000000;
        margin: auto;
        padding: 0;
	height:25px;
        border-top: 2px solid #FF9900;
        border-bottom: 1px solid #CCCCCC;
	text-align: center;
        }

#footer {
      width: 1000px;
      background: #000000; 
      color: #FFFFFF;
      text-align: center;
      height: 25px;
      line-height: 25px;
      font-size: 0.9em;
      margin: 0 auto;
      border-left: 1px solid #666666;
      border-right: 1px solid #666666;
      }

div.news {
	background: url("images/charter_angebote.jpg") repeat-y;
	width: 300px;
	float: right;
	display: block;
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin: 5px;
	clear: both;
}

h1, h2, h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.3em;
        font-weight: bold;
	font-family: Verdana,Arial,Helvetica sans-serif;
	color: #666666;
}

h2 {
	font-size: 1.2em;

}

h3 {
	font-size: 1.1em;

}

p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.0em;
        font-weight: normal;
	font-family: Verdana,Arial,Helvetica sans-serif;
	color: #333333;
}

a {
     color: #FF9900;	
     font-weight: bold;
     text-decoration: underline;
}

a:hover {
     color: #FF9900;
     text-decoration: none;
}

ul.std {
   list-style-image: url("images/indaba_bullet.png");
   padding-bottom: 10px;
}
ul.std li{
   padding: 3px;
}
