body {
  margin: 0px;
  padding: 0px;
  font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
  font-size: 10px;
  color: #000;

}


/* defaults
---------------------------------------------------------- */

a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  background-color: #fff;
  }

a:active {
      text-decoration: line-through;
  font-weight: bold;
    }

a.navi:link, a.main:visited {
	color: #000;
	text-decoration: none;
}

a.navi:hover, a.navi:active {
	color: #000;
	text-decoration: underline;
	background-color: #fff;
}

img {
  border: 0;
}



/* stretch
---------------------------------------------------------- */
.stretch {
height: 100%;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 0;
}


/* navigation
---------------------------------------------------------- */

.header {
  width: 100%;
  min-width: 800px;
  background-image: url(bilder/streifen.png);
  background-repeat: repeat;
  height: 130px;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 0px;
  z-index: 50;
}

.inhalt {
	float: left;
	
}

.logo {
	float: left;
	margin: 15px 0px 0px 60px;
	height: 100px;
}

.navigation {
	float: left;
	margin: 52px 0px 0px 125px;
}

.navigation ul {
      float: left;
      list-style: none;
      margin: 0px;
      padding: 0px;
      width: 120px;
      line-height: 20px;
    } 


/* content
---------------------------------------------------------- */

.content {
  padding: 20px 0px 0px 0px;
  margin-left: 	130px;
  margin-top: 130px;
  width: 900px;
  z-index: 2;
  position: absolute;
}

.links {
	width: 425px;
	position: relative;
	float: left;
	z-index: 1;
}

.rechts {
	width: 425px;
	position: relative;
	float: right;
	z-index: 1;
}

/* footer
---------------------------------------------------------- */


/* Fonts
---------------------------------------------------------- */

/* ---Headline--- */
h1 {
font-size: 24px;
line-height: 26px;
font-weight: bold;
color: #f40f0f;
background-image: url(bilder/weiss.png);
padding: 5px;
margin: 0px; }


/* ---Navi--- */
h2 {
font-size: 1.1em;
font-weight: normal;
color: #333333;
margin-bottom: -7px;}


/* ---Copy--- */
h3 {
font-size: 11px;
line-height: 14px;
font-weight: normal;
padding: 5px;
background-image: url(bilder/weiss.png);
color: .333333;
margin: 0px; }


/* ---Zitat--- */
h4 {
font-family: courier, 'courier new', monospace;
font-size: 12px;
letter-spacing: 1px;
line-height: 16px;
font-weight: normal;
color: #000;
padding: 5px;
background-image: url(bilder/weiss.png);
margin: 0px; }

