img, div {
   behavior: url(config/iepngfix.htc);
}

a:link { cursor:pointer; font-weight:normal; color:#000000; text-decoration:none }
a:visited { cursor:pointer; font-weight:normal; color:#000000; text-decoration:none }
a:hover  { cursor:pointer; font-weight:normal; color: #000000; text-decoration: underline }
a:active { cursor:pointer; font-weight:normal; color:#000000; text-decoration:none }
a:focus { cursor:pointer; font-weight:normal; color:#000000; text-decoration:none }

BODY {
    background-color:#404040;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    margin:0;
    background-image: url(../images/background.gif);
    text-align:center;
}
* {
  font-size:11px;
}

#background {
	  background-image: url(../images/background.png);
	  background-repeat:no-repeat;
	  width:779px;
	  height:565px;
	  margin:auto;
	  margin-top:100px;
	  top:150px;

}
#main {
	  width:771px;
	  height:560px;
	  text-align:left;
}
#left {
	  float:left;
	  width:252px;
	  padding-top:364px;
	  padding-left:27px;
	  height:560;

}
#left IMG.menu {
	  margin-bottom:15px;
	  padding-bottom:2px;
	  border-bottom:1px solid white;
}
#left IMG.menu_act {
	  margin-bottom:15px;
	  padding-bottom:2px;
	  border-bottom:1px solid black;
}
#right {
	  text-align:right;
}
DIV.img {
		height:100%;
		width:40%;
		padding-top:12px;
		cursor:pointer;
}
img.img_pfeil {
    filter:Alpha(opacity=10);
    opacity:0.1;
    -moz-opacity:.1;
    cursor:pointer;
}
img.img_pfeil_hover {
    filter:Alpha(opacity=50);
    opacity:0.5;
    -moz-opacity:.5;
    cursor:pointer;
}
DIV.inhalt {
	display:none;
}

