/* Document Styles */

body {
	background: #fff;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px;
  line-height: 1.4em;
  margin : 0px 0px 0px 0px;
	}

img {
  border:0;
  margin: 10px 10px 0px 10px;
  }

p {
	margin: 5px 0 10px 0;
  text-align: left;
	}

p.nomargin {
  margin: 0 0 0 0;
  }

p.figure {
	font-size: 11px;
  margin: 5px 0 10px 0;
  text-align:center;
	}

p.btt {
  text-align:right;
  }

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
  font-stretch: wider;
	margin: 30px 0 2px 0;
	}
  
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
  font-stretch: wider;
	margin: 20px 0 8px 0;
	}
  

a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  }
  
ul {
	margin: 0;
	padding: 0 0 0 18px; 
	list-style-image:url(http://reichsbruecke.net/pics/list.gif)
  }

/* Intro Styles */

#pageHeader {
	height: 100px;
  width:100%;
  background-color:#003366;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2pt;
  line-height: 1.5em;
  }
  
  
#pageHeader a {
  color: #fff;
	font-size: 12px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0pt;
  }


#content {
  position: absolute;
	top: 110px;
	left: 200px;
	}

/* Navigation Styles */

#navigation {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 165px;
  line-height: 1.5em;
  border: 1px solid #003366;
  padding: 8px 0 8px 0; 
  background: #d0e5fa;
	}

#navigation a.normal:link, #navigation a.normal:visited {
  font-size: 12px;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
	}
  
#navigation a.normal:hover, #navigation a.small:hover {
  color: #235c96; 
	}

#navigation a.small:link, #navigation a.small:visited {
  color: #003366;
	font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  }
  
#navigation ul {
	margin: 0;
	padding: 0 0 0 18px; 
	list-style: none outside url();
	}

#navigation img {
	margin: 0;
	padding: 0; 
	}
 

 /* ----------------------- */ 
 
 
/* Farben:
   rot           #990000
   dunkelblau    #003366
   hellblau      #d0e5fa
   navi hover    #235c96    */


