body {
  text-align: center;
  background: #edeae2 url('hintergrund.jpg') top center no-repeat fixed;
  margin:10px 0 10px 0;
}

img {
border:0;
margin:0;
}

a {
outline: none;
}

a:link {
	color: #cc0000; text-decoration: none
}

a:visited {
	color: #cc0000; text-decoration: none
}

a:active {
	color: #cc0000; text-decoration: none
}

a:hover {
	color: #cc0000; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #fff top right repeat-y;
  border: 1px solid #000;
}

#page_header {
  height: 120px;
  background: #fff url('titel10.jpg') top right no-repeat;
  clear: both;
}


#menu_bar {
  height:40px;
  background: #fff top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin: 0;
  padding: 0;
  background: #cc0000 url('menu_hover.gif') top left repeat-x;
  color: #fff;
  float: left;
  width: 100%;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size:15px;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding:1px 12px 1px 12px;
  background: #cc0000 url('menu_hover.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border: 0;
}

#menu_bar ul li a:hover
{
  background: #cc0000 url('menu.gif') top left repeat-x;
  color: #fff;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 15px;
  letter-spacing:1px;
  color: #cc0000;
  padding:4px;
  border: 1px solid #cc0000;
  background-color:#edeae2;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #fff;
  border:0;
}

#left_side h1 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 22px;
  letter-spacing:1px;
  color: #000;
  padding:4px;
  clear:both;
}

#left_side h3 {
  margin-top:0 0 10px 0;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 17px;
  letter-spacing:1px;
  color: #cc0000;
  padding:4px;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  padding-left:4px;
}

#left_side ul li {
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin: 0 10px 5px 0;
}

.float_right {
  float: right;
  margin: 0 0 5px 10px ;
}

#page_footer {
  height: 30px;
  background-color: #cc0000;
  clear: both;
}

#page_footer p {
  padding-top:5px;
  text-align: center;
  font-family: "Arial Narrow", verdana, arial, sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing:1px;
}

#page_footer a {
color: #fff; text-decoration: none;
font-size: 13px; 
}

#page_footer a:hover {
	color: #fff; text-decoration: underline
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

