/**
 * CSS fuer respontour.net
 * (c) 2009 by Ralf Hertsch, Berlin (Germany)
 */
body {
 	margin: 0;
 	padding: 0;
 	background-color: #F5F5DC;
 	color: #000000;
 	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a {
	text-decoration: none;
	}
a:link,
a:visited {
  color: #667ab3;
  background-color: transparent;
	}
a:hover,
a:active {
	color: #000;
  background-color: #84c225;
	}
#logo {
	position: absolute;
  top: 20px;
  left: 10px;
  width: 290px;
  height: 245px;
  margin: 0;
  padding: 0;
  background-image: url(respontour_250_213_rtn.png);
  background-position: top left;
  background-repeat: no-repeat;
	}
#respontour {
  position: absolute;
  top: 20px;
  left: 700px;
  width: 300px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-image: url(respontour_text_285_41.png);
  background-position: top right;
  background-repeat: no-repeat;
}

#content_only {
	position: absolute;
  top: 150px;
  left: 300px;
  width: 700px;
  min-height: 600px;
  }
#content_main {
	position: absolute;
  top: 150px;
  left: 300px;
  width: 450px;
  min-height: 600px;
}
#content_right {
  position: absolute;
  top: 150px;
  left: 800px;
  width: 200px;
  min-height: 600px;
}

#footer {
	clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height:55px;
  text-align: right;
  vertical-align: bottom;
  font-size: 8pt;
	}
h1 {
  font-size: 15pt;
  font-weight: normal;
  color: #667ab3;
  height: 48px;
  margin: 0;
  padding: 18px 0 0 43px;
  background-color: transparent;
  background-image: url(sonne_40_41_g.png);
  background-repeat: no-repeat;
  background-position: top left;
	}
#feed {
	float: right;
  width: 220px;
  border: 1px solid #66ccff;
  padding: 8px;
  margin: 30px 0 10px 15px;
  font-size: 7pt;
	}
#feed ul {
	margin: 0;
  padding: 0;
  }
#feed li {
	list-style: none;
  padding: 0;
  margin: 0;
	}
#feed a {
	text-decoration: none;
	}
#feed a:link,
#feed a:visited {
	display: block;
  color: #fff;
  background-color: #ff3399;
  padding: 3px;
  margin: 10px 0 10px 0;
	}
#feed a:hover,
#feed a:active {
	color: #fff;
  background-color: #66ccff;
	}
#menu_horizontal {
	position: absolute;
  z-index: 3;
  top: 90px;
  left: 200px;
  width: 800px;
  height: 20px;
  text-align: right;
	}
#menu_horizontal a {
  text-decoration: none;
  }
#menu_horizontal li {
  list-style: none;
  float: right;
  width: 150px;
  padding: 0;
  font-size: 8pt;
  margin: 0 2px 0 2px;
  }
#menu_vertikal {
	position: absolute;
  z-index: 2;
  top: 300px;
  left: 50px;
  width: 200px;
	}
#menu_vertikal a {
  text-decoration: none;
  }
#menu_vertikal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#menu_vertikal li {
  list-style: none;
  padding: 0;
  font-size: 8pt;
  margin: 3px 0 3px 20px;
  }
.menu_default a:link,
.menu_default a:visited {
	display: block;
	color: #000;
	background-color: #bbc3cb;
	padding: 5px 5px 9px 5px;
  }
.menu_default a:hover,
.menu_default a:active {
	color: #000;
  background-color: #84c225;
	}
.menu_current a:link,
.menu_current a:visited {
  display: block;
	color: #fff;
	padding: 5px 5px 9px 5px;
  background-color: #667ab3;
  }
.menu_current a:active,
.menu_current a:hover {
  color: #000;
  background-color: #ffcc00;
  }
