* {
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 11px 0;
}

#page {
	width: 778px;
  color: #484242;
}
	#rahmen {
		padding: 10px 10px 10px 0;
		width: 758px;
		line-height: 22px;
	}
    #headline {
      display: block;
      height: 80px;
      width: 750px;
      margin: 0 0 0 6px;
      background: url("images/headline.png") no-repeat scroll 0 0 #FFFFFF;
    }
		#top {
			margin: 0 0 10px 0;
		}
			#top .left {
				float: left;
				width: 415px;
				padding: 0 85px 0 0;
			}
			#top .right {
				float: left;
				width: 258px;
				padding: 0;
			}
		#middle {
			padding: 0 0 3px 0;
		}
			.adChange {
				position: absolute;
				left: 14px;
				top: 356px;
				width: 720px;
				height: 115px;
				background-color: #FFF;
			}
		#middle, #bottom {
			font-family: Arial, Helvetica, sans-serif;
			color: #4481b8;
		}
		#middle UL {
			list-style: none;
			font-weight: bold;
			line-height: 23px;
		}
		#middle UL LI {
			background-image: url(li.gif);
			background-repeat: no-repeat;
			font-size: 15px;
			padding: 0 0 10px 30px;
		}
			.left, .right {
				float: left;
				width: 361px;
				padding: 0 0 0 0px;
			}

.clear {
	clear: both;
}


.box {
  display: block;
  height: 282px;
  width: 366px;
  background: url("images/box.png") no-repeat scroll 0 0 #FFFFFF;
  margin: 20px 5px 20px 5px;
  position: relative;
}
  .box h2 {
    line-height: 30px;
    display: block;
    height: 30px;
    width: 336px;
    margin: 0 20px 0 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
  }
  .box .impressionen {
    display: block;
    height: 140px;
    width: 357px;
    margin: 2px 0 0 1px;
    opacity: 0;
    filter:Alpha(opacity=0);
  }
  .box .preis{
    position: absolute;
    background: url("images/ab5.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 100px;
    height: 32px;
    left: 250px;
    top: 140px;
    z-index: 999;
  }
  
  .box #events1 { background: url("images/events_004.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #events2 { background: url("images/events_002.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #events3 { background: url("images/events_003.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #events4 { background: url("images/events_001.jpg") no-repeat scroll 0 0 #FFFFFF; }

  .box #unternehmen1 { background: url("images/unternehmen_003.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #unternehmen2 { background: url("images/unternehmen_001.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #unternehmen3 { background: url("images/unternehmen_002.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #unternehmen4 { background: url("images/unternehmen_004.jpg") no-repeat scroll 0 0 #FFFFFF; }

  .box #privat1 { background: url("images/privat_004.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #privat2 { background: url("images/privat_003.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #privat3 { background: url("images/privat_002.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #privat4 { background: url("images/privat_001.jpg") no-repeat scroll 0 0 #FFFFFF; }

  .box #vereine1 { background: url("images/vereine_002.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #vereine2 { background: url("images/vereine_001.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #vereine3 { background: url("images/vereine_003.jpg") no-repeat scroll 0 0 #FFFFFF; }
  .box #vereine4 { background: url("images/vereine_004.jpg") no-repeat scroll 0 0 #FFFFFF; }

  .box p {
    display: block;
    height: 80px;
    width: 336px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4481B8;
    font-size: 11px;
    line-height: 16px;
    margin: 10px 20px 10px 10px;
    word-spacing: 1px;
  }
  .box p strong {
    color: #484242;
    font-size: 11px;
  }

  .alloverlink {
    display: block;
    position: absolute;
    left: 10px;
    top: 330px;
    height: 590px;
    width: 746px;
    z-index: 1000;
  }


/* rotator in-page placement */
ul.rotator {
	position:relative;
	height:140px;
  margin-bottom: 10px;
}
/* rotator css */
ul.rotator li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
ul.rotator li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
ul.rotator li.show {
	z-index:500;
  opacity: 1;
  filter:Alpha(opacity=100);
}



