body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 12px "helvetica neue", helvetica,arial,verdana,sans-serif;
	color: #fff;
}

a, a:visited, a:hover {
 	color: #3399FF;
 	text-decoration: underline;
}

li {
 	margin-bottom: 10px;
}


#wrapper {
 	margin: 20px;
 	padding-top: 170px;
	width:850px;
	background: url(../images/bildleiste.jpg) no-repeat;
}

.pop_wrapper {
	padding: 10px;
}

#wrapper_banner {
 	margin: 20px;
}

h1 {
 	font-size: 14px;
 	line-height: 20px;
 	margin-bottom: 20px;

}

.submitfeld {
 	background-color: #9ABAC5;
 	color: #000;
 	font: 11px "helvetica neue", helvetica,arial,verdana,sans-serif;
 	font-weight: bold;
 	border: solid 1px #3F3F3F;
 	padding: 3px;
}

.form_sub {
 	margin-top: 25px;
}

.audissey_dyn_vol {
	background: url(../images/audissey_dyn_vol.gif) no-repeat top left;
	width: 150px;
	height: 40px;
}

.audissey_dyn_eq {
	background: url(../images/audissey_dyn_eq.gif) no-repeat top left;
	width: 150px;
	height: 40px;
}

.hdmi {
	background: url(../images/HDMI.gif) no-repeat top left;
	width: 271px;
	height: 40px;
}

label {
 	display: block;
 	margin-bottom: 3px;
}

.textfeld {
 	width: 200px;
 	margin-bottom: 15px;
 	height: 15px;
}

.spacer {
 	height: 25px;
}

#form_wrapper {
 	border: dotted 1px #666;
 	width: 207px;
 	padding: 10px;
    float:left;
}

.err {
 	color: #DF0000;
 	margin-top: 10px;
}

.butt {
	display: inline;
	background-color: #ffffff;
	color: #000;
	font-weight: bold;
	border: solid 2px #ccccff;
	padding: 3px 6px;
	cursor: hand;
	cursor: pointer;
}

.butt a {
 	color: #000;
}

.right{
    float:left;
    margin-left:13px;
}