* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Arial,Verdana,sans-serif;
  font-size : 90%;
}

h1 {
	font-size: 150%;
	letter-spacing:	0.07em;
	}
#box_h1 {
	background-color : #ffffff;
	background-image :  url('http://www.ralf-wessels.de/images/verlauf_linie_waagerecht.png');
	background-repeat : repeat-y;
	background-position :  right top;
  padding-left:0.3em;
}

h2 {
	font-size: 120%;
  letter-spacing:	0.07em;
	text-decoration: underline;
	padding-top: 0.8em;
}

h3 {
	font-size: 115%;
  }
h4 {
	font-size: 100%;
  }
a {
	color : #000066;
	text-decoration : none;
	}
a:visited {
	color : #000066;
	text-decoration : none;
}
a:hover {
	color : #ff9900;
}

#header {
  background: #2b548c url(http://www.ralf-wessels.de/images/header_blauverlauf.png) repeat-x left bottom;  
  position: fixed;
  z-index:5;
  left: 0px;
  right: 0px;
  top: 0px; 
  width: 100%;
  padding-top: 12px;
  padding-left: 80px;
  padding-bottom: 18px;
}

* html #header {width: 100%;} /* Fix für IE 6 */

#header h1 {
  letter-spacing: 0.5em;
  font-size: 26px;
  color: #ffffff;
}
body {
  background: #F1F1F1;
}
div#Rahmen {
  position: fixed;
  z-index:5;  
  top: 60px;
  left: 50%;
  width: 1002px;
  margin-left: -501px; 
  padding: 0em;
  background: #437fda ;
}
*:first-child+html div#Rahmen {margin-left: -502px;}

ul#Navigation {
  margin: auto;
  padding: 0;
  padding-left: 50px;
  text-align: center;
  font-size: 110%;
  
}
ul#Navigation li {
  padding: 0;
  margin-left: 0.7em;
  margin-right: 0.7em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
  position: relative;
}
ul#Navigation li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  left: -0.6em;
}
ul#Navigation li:hover ul {
  display: block;
  background-color: #ffffff; 
}
ul#Navigation li ul li {
  float: none;
  display: block;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
ul#Navigation a, ul#Navigation span {
  padding: 0.2em 1em;
  display: block;
  width: 6.4em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #437fda;
}
ul#Navigation a:hover, ul#Navigation span {
  color: white;
  background-color: #2b548c;
}
li a#aktuell_top {
  background-color: #ffffff;
  color: #437fda;
}
li a#aktuell {
  background-color: #ffffff;
  color: #437fda;
}
ul#Navigation li ul span {
  background-color: maroon;
}

div#unten {
  height: 0.001em;
  background-color: #ffffff;
  clear: left;
}

#content {
  position: static;
  z-index:1; 
  width: 1000px; 
  min-height:700px; 
  border-left: 1px solid #437fda;
  border-right: 1px solid #437fda;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  background: white;
  padding-top: 1.2em;
  padding-bottom: 2em;
}
#content_beispiele {
  position: static;
  z-index:1; 
  width: 1000px; 
  min-height:700px; 
  border-left: 1px solid #437fda;
  border-right: 1px solid #437fda;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  background: white;
  padding-top: 1.2em;
  padding-bottom: 2em;
}
#content p, h1, h2, h3, h4 {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.2em;
}
#content_beispiele p, h1, h2, h3, h4 {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.2em;
}
#content p, h3, h4, ul, ol {
  padding-top:0.3em;
}
#content_beispiele p, h3, h4, ul, ol {
  padding-top:0.3em;
}
#content a {
  font-weight:bold;
}
#content_beispiele a {
  font-weight:bold;
}
#footer {
  background: #437fda none repeat scroll 0% 50%;
  position: fixed;
  z-index:3;
  left: 0px;
  right: 0px;
  bottom: 0px;
  line-height: 23px;
  color: #ffffff;
  padding-left: 60px;
  text-align: center;
}
#w3c_logo {
  border-style: none;
  position: fixed;
  z-index:4;
  bottom: 0px;
  left: 0px;
}
div.w3c img {
  display: block;
}

