/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-family: Verdana;
  font-size: 14px;
  color: #343434;
}

body {
  background: url(images/bg.gif) repeat-x #BDBDBD;
  
  padding: 40px 0px 40px 0px;
  
  margin: 0px;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#outer_page {
  width: 976px;
  
  border: 2px solid #BDBDBD;
  
  margin: 0px auto;
  
  font-size: 0px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#page {
  width: 970px;
  
  border: 3px solid #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
  height: 93px;
  
  padding: 45px 0px 0px 0px;
  
  background: url(images/hiv_symptoms.gif);
  
  text-align: center;
}

#header h1 {
  margin: 0px;  
  
  font-weight: bold;
  font-size: 36px;
  color: #226084;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentbereich {
  padding: 10px;
  
  border-top: 3px solid #FFFFFF;
  
  background: url(images/bodyfadein.gif) repeat-x #FFFFFF;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#leftpart {
  float: left;
  width: 211px;
  
  font-size: 12px;
  color: #414141;
}

#leftpart .box_title {
  height: 23px;
  
  padding-top: 8px;
  
  background: url(images/leftheadline.gif);
  
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#leftpart .box {
  padding: 10px;
  
  margin-top: 5px;
  
  border: 2px solid #D2D2D2;
  
  background: url(images/boxbg.gif) repeat-x #DFDFDF;
  
  color: #414141;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
  float: right;
  width: 721px;
  
  font-size: 12px;
  color: #414141;
}

#content .headline {
  height: 23px;
  
  padding-left: 10px;
  padding-top: 8px;
  
  background: url(images/mainheadline.gif);
  
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#content h2 {
  margin: 0px;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#contentinner {
  padding: 10px;
  
  line-height: 20px;
}

ul.aids_symptoms li {
  margin-top: 25px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.navigation ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

.navigation li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  
  margin-top: 8px;
  
  font-weight: bold;
}

.navigation li a {
  text-decoration: none;
  color: #353535;
}

.navigation li a:hover {
  text-decoration: underline;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++ TOP LINE +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
  width: 946px;
  margin: 0px auto;
  
  padding: 5px 15px 0px 15px;
  
  font-size: 11px;
}

#footer a {
  text-decoration: none;
  
  color: #353535;
}

#footer a:hover {
  text-decoration: underline;
}
