html, body {
    background-color: white;
    color: #444;
}

body {
    padding: 18px;
    text-align: center; /* IE 5.x centering the page */
}

a {
    color: #FF00FF;
    text-decoration: underline;
    font-weight: bold;
}

img {
    border: none;
}

ul {
    list-style-image: url(../gfx/li-bullet.png);
}

#page {
    margin: 0 auto;
    padding: 0;
    width: 950px;
    background-color: #fff;
    border: none;
    text-align: left;
}


div#header {
    margin: auto 0;
    height: 160px;
    background: none;
    background: #FF00FF url(../gfx/header-background.png) repeat-x;
}
div#header a#header-logo {
    float: left;
    display: block;
    width: 450px;
}
div#header div#_logoSwitcher {
    float: right;
    color: white;
    width: 500px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
}



#content {
    margin: 0 200px;
    padding: 0;
    min-height: 330px;
    width: auto;
    text-align: justify;
}

#news-container {
    width: 175px;
    float: right;
    margin: 0 5px;
    padding: 0;
}
#news-container ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#news-container ul li {
    border-bottom: 1px dotted #FF00FF;
    padding-bottom: 5px;
}
#news-container .sb-news-title {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}
#news-container .sb-news-date {
    font-weight: bold;
    color: #CC00CC;
    float: left;
    margin-right: 2px; 
}

#content h1, #news-container h1 {
  border-left: 7px solid #FF00FF;
  border-bottom: 1px dotted #FF00FF;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}


/* Navigation-settings */
#menu, #menu ul, #menu li, #menu a {
    margin: 0;
    padding: 0;
}
#menu {
    border-bottom: 1px solid #444;
    width: 175px;
}
#menu ul {
    list-style: none;
    list-style-image: none;
}
#menu ul a {
    display: block;
    padding: 0;
    margin: 0;
    
    line-height: 20px;
    height: 20px; /* IE 6-fix */
    border: 1px solid #444;
    border-bottom: none;
    
    font-size: 12px;
    font-weight: bold;
    background-color: #FF00FF;
    color: white;
    text-decoration: none;
}
#menu ul a:hover {
    background-color: white;
    color: #444;
}
#menu ul li a.head {
    padding-left: 15px;
}
#menu ul li a.sub {
    padding-left: 25px;
    color: #F0F0F0;
    background-color: #CC00CC;
    font-weight: normal;
}
#menu ul li a.sub:hover {
    background-color: white;
    color: #444;
}


#copyright {
    margin-top: 30px;
    text-align: center;
}
