/* CSS Document */
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

img {
	behavior:	url("pngbehavior.htc");
}

body,td,th,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { color: #c1c1c1; text-decoration: none; }

.nav {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

.nav_a{
	color:#000000;
	text-decoration:none;
}
.nav_a:hover{
	color: #000000;
	text-decoration:none;
}

.nav_active{
	color: #cc0000;
	text-decoration:none;
	/*border-bottom: 1px solid;*/
}

.subnav {
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	/**/
	list-style-type:none;
}
.subnav_a {
	color: #7d7d7d;
	text-decoration:none;
}
.subnav_a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.subnav_active {
	color: #CCCCCC;
	text-decoration:none;
}

.container{
	position:relative;
	width: 700px;
	padding:15px;
	/**/
	background-image:url(img/bg_verlauf.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#151515;
}
h5{
	font-size:14px;
	font-weight:bold;
	padding-top: 0;
	margin-top:0;
	margin-bottom:10px;
}
.text {
	color: #c1c1c1;
	font-size:12px;
}

.footer{
	width:700px;
	height:7px;
	overflow:hidden;
	padding:15px;
	/**/
	background-color:#221e1f;
	color:white;
}

label{
	width:90px;
	display:block;
	float:left;
	cursor:hand;
	line-height:18px;
	float:left;
	clear:left;
}

.label_right{
	float:none;
	clear:none;
	width:auto;
}

input[type='radio']{
	float:left;
	height: 18px;
}

.form input[type='text']{
	background:none;
	border:none;
	border-bottom:1px dotted #c1c1c1;;
	color:#c1c1c1;
	font-weight:bold;
	width:190px;
	font-size:12px;
	margin-bottom:2px;
	height: 18px;
}
.form select{
	background:none;
	background-color:#333333;
	border:none;
	border-bottom:1px dotted #c1c1c1;;
	color:#c1c1c1;
	font-weight:bold;
	width:190px;
	font-size:12px;
	margin-bottom:2px;
	height: 20px;
}
.form input[type='text']:focus{
	background-color:#444444;
}

.form input[type='password']{
	background:none;
	border:none;
	border-bottom:1px dotted #c1c1c1;;
	color:#c1c1c1;
	font-weight:bold;
	width:190px;
	font-size:12px;
	margin-bottom:2px;
	height: 18px;
}
.form input[type='password']:focus{
	background-color:#444444;
}

textarea{
	background:none;
	border:none;
	border-bottom:1px dotted #c1c1c1;;
	color:#c1c1c1;
	font-weight:bold;
	width:280px;
	font-size:12px;
	overflow:auto;
	height:50px;
}
textarea:focus{
	background-color:#444444;
}

button{
	background-color:#333333;
	color:#c1c1c1;
	border: none;
	
}

.down{
	margin:0;
	padding:0;
	margin-top:3px;
}

.down li{
	width:160px;
	/*height:120px;*/
	height:153px;
	margin:0;
	margin-left:33px;
	margin-bottom:33px;
	float:left;
	list-style-type:none;
	text-align:center;
}

.down img{
	border:none;
}

/*
* Slideshow
*/
#imageSlideshowHolder{
	width: 554px;
	height: 172px;
	position:relative;
}

.imageInGallery{		
	width: 554px;
	height: 172px;
	/**/
	left:0px;
	top:0px;
	position:absolute;	
}

#imageSlideshowHolder img{
	position:absolute;
}
