/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
/* end browser resets*/
body {
	background: #999 url(../img_css/body_back.png) 0 0 repeat;
}
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#main {
	background: transparent url(../img_css/main_back.jpg) 0 0 repeat-y;
	float: left;
	width: 1000px;
}
#top {
	background: transparent url(../img_css/top_corners.jpg) 0 0 no-repeat;
	height: 85px;
	width: 1000px;
	float: left;
	display: block;
}
#contentarea {
	background: transparent url(../img_css/top_back.jpg) 0 0 no-repeat;
	min-height: 560px;
	width: 1000px;
	float: left;
	display: block;
	position: relative;
}
*html #contentarea {
	height: 560px;
}
#logo {
	position: absolute;
	top: 14px;
	left: 16px;
}
#visual {
	position: absolute;
	top: 26px;
	left: 284px;
	border: 1px solid #666;
}
#schluessel {
	position: absolute;
	top: 165px;
	left: 205px;
	behavior: url(core/css/iepngfix.htc);
}
#nav {
	position: absolute;
	top: 150px;
	left: 38px;
	width: 190px;
}
#nav ul {
	display: block;
	float: left;
}
#nav ul ul {
	margin-bottom: 5px;
}
#nav li {
	background: transparent url(../img_css/li_top_back.jpg) 0 0 no-repeat;
	float: left;
	width: 191px;
	display: block;
	position: relative;
	padding-top: 4px;
}
#nav li.active li {
	background: none;
	float: left;
	width: 191px;
	display: block;
	position: relative;
	padding-top: 0px;
}
#nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	text-transform: uppercase;
	text-shadow: #333 1px 1px 0;
	display: block;
	float: left;
	width: 160px;
	padding: 6px 0 6px 30px;
	background: transparent url(../img_css/li_a_back.jpg) 2px 0 no-repeat;
}
#nav li.active a, #nav li a:hover {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	text-transform: uppercase;
	text-shadow: #333 1px 1px 0;
	display: block;
	float: left;
	width: 160px;
	padding: 6px 0 6px 30px;
	background: transparent url(../img_css/li_a_a_active_back.jpg) 2px 0 no-repeat;
}
#nav li.active a:hover {
	background: #8B0B30 url(../img_css/li_a_a_active_back.jpg) 2px 0 no-repeat;
}
#nav li.active li a {
	background-color: transparent;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	display: block;
	float: left;
	width: 160px;
	padding: 8px 0 8px 30px;
}
#nav li li a:hover {
	background: #666 none;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	display: block;
	float: left;
	width: 160px;
	padding: 8px 0 8px 30px;
}
#nav li.active li a {
	background: none;
}
#nav li.active li a:hover {
	background: transparent none;
	color: #8B0B30;
}
#nav li.active li a.active,  {
	/*background: transparent url(../img_css/li_a_a_active_back.jpg) 2px 50% no-repeat;*/
	background: transparent none;
	color: #8B0B30;
}
#nav a.active, #nav li.active a.active, #nav a.active:hover  {
	background: #8B0B30 none;
}
#nav li.active a {
	background-color: transparent;
}
#content {
	padding: 250px 90px 0 310px;
	min-height: 300px;
}
#content p {
	color: #555;
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 1em;
}
#content ul {
	margin-top: .5em;
	margin-bottom: 1.5em;
	list-style: square;
	padding-left: 2em;
}
#content li {
	color: #555;
	line-height: 1.4;
	font-size: 12px;
}
#content a, #footer a {
	color: #CB5800;
	background-color: transparent;
}
#content a:hover, #footer a:hover {
	color: #8B0B30;
	background-color: transparent;
}
strong {
	font-weight: bold;
}
h1 {
	color: #CB5800;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: .8em;
}
h1 span {
	display: block;
}
h2 {
	color: #8B0B30;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: .8em;
	padding-top: 20px;
}
h3 {
	font-weight: bold;
	color: #555;
	font-size: 12px;
	margin-bottom: .7em;
}
h4 {
	padding-top: 20px;
	color: #CB5800;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: .8em;
}
table {
	margin: 15px 0;
}
table td {
	font-size: 12px;
	color: #555;
	padding: 5px 20px 12px 7px;
	line-height: 1.4;
	background-color: #eee;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table td strong {
	white-space: nowrap;
}
#remote {
	margin: 220px 0 0 302px;
	width: 640px;
	height: 830px;
}
#footer {
	background: transparent url(../img_css/bottom_back.jpg) 0 0 no-repeat;
	height: 170px;
	width: 1000px;
	/*float: left;*/
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer p {
	line-height: 1.4;
	color: #555;
}
#legal {
	position: absolute;
	top: 50px;
	right: 50px;
	text-align: right;
}
#contact {
	position: absolute;
	top: 35px;
	left: 38px;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


form {
	padding-left: 0;
	padding-bottom: 30px;
}
#main form p {
	padding: 10px 50px 10px 0;
}
.inputs label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 5px;
}
textarea {
	width: 400px;
	padding: 3px;
}
input {
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px;
}
#submit {
	text-align: center;
	background-color: #ccc;
	color: #000;
	cursor: pointer;
}
.inputs input {
	width: 300px;
}
.h {
	visibility: hidden;
	display: none;
}
.fl {
	float: left;
	padding-left: 30px;
	margin: 0 10px 0 0;
}
.input_error {
	color: red;
}
