/*
BPW pink:	#F8E2E4
BPW red:	#C90046
*/

/* Global resets */
* { margin:0; padding:0; }

body {
  background-color: #F8F2F4;
  color: #000;
  font: 11px/17px Verdana, Helvetica, sans-serif;
  text-align: center;
}

a{
  text-decoration:none;
}

#wrapper{
  background-color:white;
  position: relative;
  width: 920px;
  margin: 0 auto;
  text-align:left;
}

#branding_header {
  background:url(../images/branding_head.gif) no-repeat;
  width: 920px;
  height: 159px;
  margin: 0;
  padding: 0;
}

#top_separator {
  width: 920px;
  height: 31px;
  border-bottom: 1px dotted #000;
}

#top_separator_left {
  background-color:#fff;
  float: left;
  width: 315px;
  height: 31px;
  display:inline;
}

#top_separator_right {
  background: #F8E2E4 url(../images/top_separator_right_bg.gif) no-repeat;
  float: left;
  width: 605px;
  height: 31px;
  display:inline;
}

#content_wrap {
  background-color:#fff;
  width: 920px; /**/
  margin: 0 0 0 0px;
}

#main_content {
  background: #F8E2E4 url(../images/top_separator_right_bg.gif) no-repeat;
  float: left;
  width: 605px;
  font: 12px/18px Verdana, Helvetica, sans-serif;
}

/* Side navigation */
#sidenav {
  background:#fff url(../images/freiburg.gif) no-repeat;
  float: left;
  width: 315px;
  display: inline;
}

#sidenav ul {
  list-style-type: none;
  margin: 122px 0 0 200px;
  padding:0;  
} 

#sidenav ul li a, #sidenav ul li span {
  margin: 0;
  padding:0;
  width: 115px; 
  height: 30px;
  display: block;
  text-decoration: none;
  color: #000;
  line-height:30px;
  border-bottom: 1px dotted #C90046;
}

#sidenav ul li span {
  font-weight:bold;
}

#sidenav ul li a:hover {
  color: #C90046;
}

/* TOPMENU */

#top_nav {
  height: 33px;
  width: 920px; /**/
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #000;
}

#top_nav ul {
  margin: 0 0 0 15px;
  padding: 0;
  width: 905px; /**/
  height: 15px;
  line-height: 15px;
  padding-top:7px;
}

#top_nav ul li {
  float: left;
  width: auto;
  margin: 0;
  list-style-type: none;
}

#top_nav ul a, #top_nav ul a:link, #top_nav ul a:visited, #top_nav ul span {
  color: #C90046;
  text-decoration: none;
  padding: 3px 6px 4px 6px;
}

#top_nav ul span {
  color: #000;
  font-weight:bold;
}

#top_nav ul a:hover {
  color: #000;
  text-decoration: none;
  padding: 3px 6px 4px 6px;
}

ul li.bullet {
  font-size:7px;
  width:5px;
  text-align:center;
  color:#C3081B;
  font-weight:bold;
}

/* Content styling */


#main_content h3 {
  font-size:20px;
  font-weight: normal;
  color:#C90046;
  line-height:20px;
  margin-top:31px;
  margin-bottom:0px;
}

#main_content table {
  font: 12px/18px Verdana, Helvetica, sans-serif;
}

p {
  margin: 5px 0 10px 0;
}

#main_content a {
  font-weight:bold;
  color:#C90046;
}

#main_content a:hover {
  color:#000;
}
