/**
 * CSS fuer lichtwege-berlin.de
 * (c) 2008 by Ralf Hertsch, Berlin (Germany)
 */
body {
 	margin: 0;
 	padding: 0;
 	background-color: #fffffe; /*#fff0ff;*/
 	color: #003366;
 	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
 /*	background-image: url(sonenreflektion-bkgnd.jpg);
  background-repeat: repeat;*/
	}
#logo {
	position: absolute;
  top: 20px;
  left: 10px;
  width: 290px;
  height: 170px;
  margin: 0;
  padding: 0;
	}
#content_main {
	position: absolute;
  top: 150px;
  left: 300px;
  width: 700px;
  min-height: 600px;
  }
#footer {
	clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height:55px;
  background-image: url(logo-lichtwege-blau-leer-50.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 7pt;
  text-align: right;
  color: #ff3399;
  background-color: transparent;
	}
#footer-content {
	margin: 0px;
  padding: 28px 0 0 0;
	}
.blue {
	color: #66ccff;
  background-color: transparent;
	}
.magenta {
	color: #ff3399;
  background-color: transparent;
	}
h1 {
  font-size: 15pt;
  font-weight: normal;
  color: #ff3399;
  height: 48px;
  margin: 0;
  padding: 36px 0 0 0;
  background-color: transparent;
  background-image: url(h1-blau-80.png);
  background-repeat: no-repeat;
  background-position: 15px 0;
	}
#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: #fff;
	background-color: #66ccff; /*#ff3399;*/
	padding: 5px 5px 9px 5px;
  }
.menu_default a:hover,
.menu_default a:active {
	color: #000;
  background-color: #ffcc00;
	}
.menu_current a:link,
.menu_current a:visited {
  display: block;
	color: #fff;
	padding: 5px 5px 9px 5px;
  background-color: #ff3399;
  }
.menu_current a:active,
.menu_current a:hover {
  color: #000;
  background-color: #ffcc00;
  }