﻿body {
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link { color:#fff; text-decoration: none;}
a:visited { color:#fff; text-decoration: none;}
a:hover {color:#ccc; text-decoration: none;}
a:active { color:#fff; text-decoration: none;}
a:focus { color:#fff; text-decoration: none;}

.box a:link { color:#000; text-decoration: none;}
.box a:visited { color:#000; text-decoration: none;}
.box a:hover {color:#333; text-decoration: none;}
.box a:active { color:#000; text-decoration: none;}
.box a:focus { color:#000; text-decoration: none;}

.footer a:link { color:#000; text-decoration: none;}
.footer a:visited { color:#000; text-decoration: none;}
.footer a:hover {color:#333; text-decoration: none;}
.footer a:active { color:#000; text-decoration: none;}
.footer a:focus { color:#000; text-decoration: none;}

.inhalt a:link { color:#000; text-decoration: none;}
.inhalt a:visited { color:#000; text-decoration: none;}
.inhalt a:hover {color:#333; text-decoration: none;}
.inhalt a:active { color:#000; text-decoration: none;}
.inhalt a:focus { color:#000; text-decoration: none;}

.clear {
	clear:both;
}

.container {
  		position:absolute;
  		width:948px;
  		margin:0px 0px 0px -474px;
  		left: 50%;
}

.logo {
  		width:948px;
  		hight: 96px;
}

.eyecatcher {
	width: 948px;
	height: 500px;
	z-index: 2:
}

.content {
	top: 500px;
	width: 948px;
	margin-top: 10px;
}

.left{
	width: 220px;
	float: left;
}

.right{
	width: 220px;
	float: left;
}

.inhalt{
	width: 508px;
	float: left;
}

.inhalt_box {
	width: 488px;
	margin-left: 5px;
	padding: 5px;
	background-color: #fff;
	background:-moz-linear-gradient(bottom,#fefefe,#e7e7e7); /* Firefox */
	background:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e7e7e7)); /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.gradient(start
	Colorstr='#fefefe',endColorstr='#e7e7e7'); /* Internet Explorer */
}

.box {
		width: 210px;
		padding: 5px;
		background-color: #fff;
		background:-moz-linear-gradient(bottom,#fefefe,#e7e7e7); /* Firefox */
		background:-webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e7e7e7)); /* Chrome, Safari */
		filter: progid:DXImageTransform.Microsoft.gradient(start
		Colorstr='#fefefe',endColorstr='#e7e7e7'); /* Internet Explorer */
}
		
.box_headline {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	padding-top: 5px;
}
.box_text {
	font-size: 12px;
	color: #333;
	padding-bottom: 5px;
}

.navigation {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background-color: #000;
	right: 10px;
	margin-top: 10px;
}
.navigation_btn {
	padding: 7px 15px 7px 15px;
	float: left;
}
.footer {
	color: #000;
	font-size:10px;
	padding-top: 30px;
	padding-bottom: 10px;
}

/*
	Slideshow
*/

#slides {
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1204px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1204px;
	height:573px;
	display:block;
}


#slides .next,#slides .prev {
	position: absolute;
	width:41px;
	height:41px;
	display:block;
	top: 500px;
	z-index:102;
}

#slides .next {
	margin-left:1061px;
}

#slides .prev {
	margin-left: 102px;
}

.caption {
	z-index:500;
	position:absolute;
	left:250px;
	bottom: -100px;
	height: 15px;
	padding: 13px;
	background-image:url(../images/layout/black_bg.png);
	width:704px;
	font-size:12px;
	line-height:15px;
	color:#fff;
	border:1px solid #000;
	text-shadow:none;
}
.pagination {
	margin: -30px auto 0;
	width: 70px;
	text-align: center;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/layout/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
