#body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#main {
	margin: 0 auto;
	width: 948px;
}
#top {
	height: 91px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;

}
#header {
	background-image: url(images/header.png);
	height: 180px;
}
#contentarea {
	min-height: 220px;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	overflow: visible;
}
#bottom {
	height: 20px;
	background-image: url(images/content_spacer.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
	color: #999;
}
hr {
	background-image: url(images/line.png);
	height: 1px;
	background-repeat: repeat-x;
	margin-top: 7px;
	margin-left: -10px;
	margin-right: -10px;
}
#b_line {
	height: 39px;
	background-color: transparent;

}
#menu {
	background-image: url(images/b_line.png);
	height: 37px;
}

img {
	border: none;
}

#menu_small a{
	color:#fff;
	text-decoration:none;
	}
	
	#menu_small a:hover{
	color:#fff;
	text-decoration:underline;
	}

#contenttext a{
	color:#555;
	text-decoration:none;
	}
	
	#contenttext a:hover{
	color:#333;
	text-decoration:underline;
	}

.dock {
	position: relative;
	top:25px;
	height: 50px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none;
	padding-left: 20px;
	font-size: 16px;
	margin-top: -35px;
	color: white;
}
#submenu {
	width: 200px;
	float: left;
	overflow: visible;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
#contenttext p {
	margin-top:0px;
	}
#contenttext {
	float: left;
	width: 704px;
	overflow: visible;
	padding-top: 5px;
}
#clear {
	clear: left;

}
#submenu li{
	list-style-type: none;
	margin-top: 5px;
	background-color: #ddd;
	color: #333;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#submenu ul{
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#submenu li:hover {
	list-style-type: none;
	background-color: #fff;
}
#submenu a {
	color: #333;
	text-decoration: none;

}
#submenu a:hover {
	color: #333;
	text-decoration: underline;
}
.textfeld{
	background-color:#fafafa;
	border:1px solid #999;
	}
.textfeld:hover, .textfeld:focus{
	background-color:#fff;
	border:1px solid #09F;
	}
.success {
	background-color:lightgreen;
	border:2px solid;
	color:#060;
	font-weight:bold;
	padding:2px;
}
.error{
	background-color:#F66;
	border:2px solid;
	color:#C00;
	font-weight:bold;
	padding:2px;
}
sup {
	font-size:80%;
	line-height:0;
}

a.vid{
	display:block;
	position:relative;

}

a.vid span{
	display:none;
}

a.vid:hover span{
	background:url("images/play_button.png") no-repeat;
	display:block;
	height:100%;
	opacity:0.7;
	position:absolute;
	width:100%;
	background-position:center;
	background-color:DimGray;
}

