@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
}

#bg {
	width: 1200px;
	height: 338px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg%20body22.jpg);
	background-repeat: no-repeat;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 600;
}
#navigation a {
	color: #333333;
}
#button  {
	float: left;
	width: 204px;
}
.button_top{
	display: block;
	float: left;
	height: 10px;
	width: 100%;
	background-image: url(../img/button_top.png);
}

#block, #block2,#block3  {
	float: left;
	width: 100%;
}
#block_list, #block_list2, #block_list3 {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

#ajaxcontent {
	float: left;
	width: 100%;
	padding-top: 200px;
}

#block_contenu, #block_contenu2,#block_contenu3  {
	width: 100%;
	background-image: url(../img/button_top.png);
	background-repeat: repeat-y;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
#loading_icon {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: 100;
	text-align: center;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	display: none;
}
#slider-code {
	height: 300px;
	overflow:hidden;
	margin-top: 25px;
}
#slider-code .viewport {
	float: left;
	width: 800px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
#slider-code .buttons {
	display: block;
	float: left;
	background-color: #33FF66;
}
#slider-code .next {
}
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#slider-code .overview li{
	float: left;
	padding: 1px;
	height: 244px;
	width: 796px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 20px;
}

#slider-code .pager {
	overflow:hidden;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0px;
}
#slider-code .pager ul{
	margin: 0px;
	padding: 0px;
}
#slider-code .pager li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#slider-code .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#slider-code .active { color: #fff; background-color:  #555555; }
.spalte_a,.spalte_b  {
	float: left;
	width: 251px;
	margin-right:23px;
	height: 350px;
}	
.spalte_c {
	float: left;
	width: 251px;
	margin-right:0px;
	height: 350px;
	
}
.spalte1 {
	float: left;
	width: 280px;
	margin-right: 15px;
}
.spalte2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
	text-align: right;
}
.spalte_575{
	float: left;
	width: 575px;
	margin-right: 15px;
}
.ref{
	background-image: url(../img/bg_bild5.png);
	background-repeat: no-repeat;
	float: left;
	height: 213px;
	width: 255px;
}
h1, h2 {
	color: #1A1A1A;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.eff {
	/* the image size is 126x126, it's adjusted to fit the border as well*/
	width:200px;
	height:147px;
	/* important, allow the children object to move inside its parent obj */
	position:relative;
	/* important, it hides the moved image */
	overflow:hidden;
	/* with the clear class, make it into 3 x 3 layout */
	float:left;
	/* IE float bug fix */
	display:inline;
	font-size:12px;
	margin-top: 28px;
	margin-left: 27px;
}

.eff img {
	display:block;
	width:200px;
	height:147px;
	/* styling */
	text-decoration:none;
	background:#ddd;
	/* important, it allows this obj to move by jquery */
	position:absolute;
	/* make sure it appears above the caption */
	z-index:10;
	cursor:pointer;
	cursor:hand;
}


.eff .caption {
	/* should be the same size with the image */
	width:200px;
	height:147px;
	color:#eee;
	/* set the position to 0, 0 and appear under the image */
	position:absolute;
	top:23;
	left:24;
	z-index:0;
	background-image: url(../img/bg_bild.jpg);
	background-repeat: no-repeat;
}
.eff .caption .padding {
	padding: 5px;	
}

.clear {clear:both}
