body {
  margin: 10 0 0 30;
	background-color: white;
	color: black;
}

/* Gesamtbreite */ 
#bf_body {
  width: 85%;
}

/* Ruler */
#hr_top {
  margin-top: 0;
  margin-bottom: 10;
}

#hr_bottom {
  margin-top: 40;
  margin-bottom: 15;
}



body, p, td, ul, li, h1, h2, h3 {	
  font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p {
  margin: 5 0 5 0;
}

h1, h2, h3 {
  font-weight: 500;
}

/* Seitentitel: */
h1.sitetitle {
  text-align: center;
	margin: 5 0 10 0;
	font-size: medium;
}

/* Home-Abschnittsueberschriften: */
h2.blocktitle {
	color: black;
	margin: 20 0 0 0;
	font-size: medium;
}

/* Teaser-Titel */
h3.teasertitle {
  margin: 15 0 5 0;
}

/* Teaser-Text */
p.teasertext {
  margin-bottom: 0;
}

p.teasertext a {
  font-weight: normal;
}


#main_nav, #bottom_nav {
  margin: 5 0 25 0;
}

#bottom_nav {
  font-size: x-small;
}


a { 
  font-weight:bold; 
	color: #333399;
	text-decoration: none;
}

a:visited { 
  color: #0033FF;
}

form {
  margin: 5 0 5 0;
}




