/* CSS Document */


body {
  margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
  padding: 0;
  font-family: verdana, 'trebuchet ms', helvetica, arial, sans-serif;
  font-size: 12px;
  color: #333;
  background: #F8F8F8;
  text-align: center;  /* center on ie */
  min-width: 770px;
}

a { color:#336666}
a:hover { color:#669999;}

#banner a { color:#ffffff; text-decoration: none;}
#banner a:hover { color:#fff; background-color:#ff9900; }

#container {   
    margin: 3px auto 6px auto; /* auto center on everything else */
    width: 760px;
    text-align: left;
    background: #ffffff;
}
	
#banner {margin: 0;
        padding: 8px 0 12px 0;
        width: 760px;
        background: #333;
        }

.banner-header {
   margin: 0;
   padding: 0px 0 10px 255px;
   font-family: courier, 'courier new', monospace;
   font-size: 42px; 
   font-weight: bold;
   letter-spacing: 4px;
   color: #ffffff;
}

.navigation {
	margin: 0;
        padding: 0 0 0 5px;
        text-transform: uppercase;
	font-weight: bold;
}

.navigation .aktuell 	{
    color: #fff;
    background-color: #ff9900;
}


#alpha {  
    margin: 0 0 0 0px;
    float: left;
    overflow: hidden;
    width: 235px;
}


#beta {
    margin: 0;
    padding: 20px 5px 20px 20px;
    float: left;
    width: 418px;
    overflow: hidden;
}

#beta1 { 
    padding: 20px 0px 20px 20px;
    float: left;
    width: 315px;
}

#gamma { 
    padding: 0;
    float: right;
    width: 160px;
    border-left: solid 1px;
}

#footer {
  clear: both;
  margin: 0;
  padding-left: 255px;
  height: 14px;
  font-size: 10px; 
  background: #ff9900;
}

.title {
   margin: 15px 0 6px 0;
   font-size: 22px; 
   font-weight: bold;
}

.subtitle {
   margin: 0;
   font-size: 12px; 
   font-weight: bold;
   font-style: italic;
   color: #666;
}

.text-header {
   margin: 22px 0 5px 0;
   font-size: 14px; 
   font-weight: bold;
   color: #666;
}

.text {
   padding-top: 3px;
   line-height: 1.3;
}

.list {
    margin: 0 15px 10px 15px;
    padding: 0;
    list-style: square;
}

.list-item {
    margin-bottom: 5px;
    line-height: 1.3;
}


/* Rss Feed von Feed Sweep - advanced Version mit eigenem CSS */

.feedsweep {
  margin: 0;
  padding: 20px 4px 20px 4px;
  font-size: 10px; 
}

.feedsweep_link 

.feedsweep_title {
  margin: 0 0 7px 0;
  padding: 0 0 2px 0;
  font-weight: bold;
  border-bottom: 1px #333 solid;
}

.feedsweep_title a {
   text-decoration: none;
   color: #333;
   font-weight: bold;
}

.feedsweep_item  {
  padding: 5px 0;
}

.feedsweep_item a {
   text-decoration: none;
}

/* Zusätzlich: 
.feedsweep_date
.feedsweep_headline
.feedsweep_body */


