* {
	margin: 0;
	padding: 0;	
}

body {
	background-color: #111111;
	background-image: url(../img/background_small.jpg);
	background-repeat: repeat-x;
	background-position: top center;	
	font-family: century, Verdana, Geneva, sans-serif; 
	color: #6b6b6b;
}

#wrapper {
	width: 950px;	
	margin: 0 auto;
	position: relative;
	background-image: url(../img/background_big.jpg);
	min-height: 578px;
}

#navigation {
	position: absolute;	
	top: 100px;
	left: 170px;
	z-index:10;
}

#navigation li {
	float: left;	
	list-style-type: none;
}

#navigation a {
	color:#C6C6C6;
	display:block;
	font-size:14px;
	margin-right:5px;
	text-align:center;
	text-decoration:none;
	width:112px;
	height: 47px;
	padding-top: 20px;
	letter-spacing: 1px;
}

#navigation a:hover, #navigation .active {
	background-image: url(../img/navi_bg.png);
	font-weight: bold;
}

#title {
	left:202px;
	position:absolute;
	top:167px;
}

#subnavigation {
	left:202px;
	position:absolute;
	top:183px;
}

#subnavigation li{
	list-style-type: none;
	float: left;
}
#subnavigation a {
	display:block;
	font-size: 17px;
	padding:7px;
	text-align:center;
	text-decoration:none;
	width:100px;
	text-transform: lowercase;
	
}
#subnavigation a:hover, #subnavigation .active {
	font-weight: bold;	
	background-image: url(../img/tabber.png);
}

#content_container {
	height:270px;
	left:192px;
	overflow:hidden;
	padding:14px;
	position:absolute;
	top:222px;
	width:538px;
	line-height: 140%;
}

#footer {
	font-size:11px;
	position:absolute;
	top:588px;
	width:950px;	
	padding-bottom: 10px;
}
#footer .spalte1 {
	float:left;
	margin-left:188px;
	width:150px;
}
#footer .spalte2 {
	float:left;
	width:150px;
	margin-left: 20px;
}

/*SLIDER*/
#slider {
	height:325px;
	left:192px;
	padding:14px;
	position:absolute;
	top:222px;
	width:538px;
	line-height: 140%;
}

.scroll {
    height: 278px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 275px;
    width: 538px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.scroll_navigation {
	font-size:12px;
	list-style:none outside none;
	margin:20px 0 0;
}

ul.scroll_navigation li {
	display:inline-block;
	height:17px;
	text-align:center;
	width:35px;
}

ul.scroll_navigation a {
    color: #6B6B6B;
    text-decoration: none;
}
ul.scroll_navigation .selected {
	font-weight:bold;	
	font-size: 14px;
}
ul.scroll_navigation a:hover {
	font-weight:bold;	
}

ul.scroll_navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 115px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}

/*STYLES*/
a:link, a:visited, a:active, a:hover {
	color: #6b6b6b;	
	text-decoration: none;
}

h1 {
	font-size:32px;
	font-weight:bold;	
	text-transform:lowercase;
}

h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 15px;	
}

.homeList {
	margin-top: 20px;
}
.homeList li {
	margin-bottom: 35px;	
	list-style-type: none;
}
.homeList a{
	font-size: 28px;
	text-decoration: none;
}

@font-face {
   font-family: century;
   src: url(../fonts/GOTHIC.TTF);
}

a img {
	border: none;	
}

.clearer {
	clear: both;	
}

.textNavi {
	width: 65px !important;	
}
.textNavi a {
	font-size: 16px !important;	
}

/*Form*/
.slider {
	clear:both;
	float:left;
	font-size:14px;
	margin:0 0 5px;
	position:relative;
	width:300px;
}
input[type="text"] {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #999999;
	height:24px;
	padding:5px;
	width:250px;
}

textarea {
	-moz-border-radius:4px 4px 4px 4px;
	border:1px solid #999999;
	height:135px;
	padding:5px;
	width:250px;
}
#contactForm {
	margin-left: 140px;	
}

input[type="submit"]  {
	-moz-border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #999999;
	cursor:pointer;
	padding:5px;
}