* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 800px;
    margin: 25px auto;
}


.header {
	background: #000 url(../images/betaheader.jpg) no-repeat left bottom;
	color: #FFF;
	width: 820px;
	height: 60px;
	margin: 0;
	padding: 0;
 
}

.header .title {
	float: left;
	padding: 12px 0 0 10px;
	color: #FFF;
	font: bold 1.8em Arial, sans-serif;
}

.header .slogan {
	float: left;
	clear: both;
	padding: 2px 0 0 10px;
	color: #FFF;
	font: bold 0.8em Arial, sans-serif;
}


ul.main { list-style: circle; margin: 0px 0px 0px 75px; font: 13px/1.4 Arial, Sans-Serif}


#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #330000;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
    
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 358px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 0px solid #000;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0px 10px 0px 0px;
    width: 20px;
    float: left;
}

.inside h2 {
	font-weight: bold;
	color: #000;
	font-size: 10px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 9px;
	color: #000;
}

a {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 45px;
    top: 235px;
    z-index: 99;
  
}

.scrollButtons.right {
    right: 45px;
    top: 235px;
    z-index: 99;
}

.hide {
    display: none;
}

.footer {
	position: absolute;
    top: 92%;
    right: 47%;
    width: 400px;
 
}


.nav {
	position: absolute;
    top: 81%;
    right: 25%;
    width: 500px;
    text-align: center;
    z-index: 99;
    font: 11px Helvetica, Arial, sans-serif; 
    color: #446666;
 
}


.impressum {
	position: absolute;
    top: 12%;
    right:13%;
    font-family: bold 0.8em Arial, sans-serif;
    color: #99cccc;
 
}

.impressum a {
	color: #99cccc;
	text-decoration: none;
	border-bottom: 1px dotted #99cccc;
}

.impressum a:hover {
	border-bottom: 1px solid #99ffff;
}