/* 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: Times, "Times New Roman", 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: #340502 url(../img_css/watermark_tile.png) 0 0 repeat;
}
button {
	margin: 0;
	padding: 0;
	width: auto;
	border: 0 none;
}
#wrapper {
	width: 860px;
	margin: 0 auto 0 auto;
	position: relative;
}
#main {
	width: 860px;
	background: transparent url(../img_css/back_middle.png) 0 0 repeat-y;
	behavior: url(core/css/iepngfix.htc);
	/*height: 760px;*/
}
#sidebar {
	float: left;
	width: 302px;
	height: 740px;
}
#logo {
	position: absolute;
	top: 65px;
	left: 20px;
}
#content {
	float: right;
	width: 498px;
	/*height: 695px;*/
	padding-top: 45px;
	padding-right: 20px;
}
#home {
	width: 820px;
	margin-left: 20px;
	background: #4D0702 url(../img_css/back_home.jpg) 0 0 no-repeat;
	height: 760px;
	position: relative;
}
#flash {
	position: absolute;
	top: 272px;
	left: 0;
	width: 321px;
	height: 272px;
}
#primenav {
	width: 282px;
	position: absolute;
	height: 242px;
	top: 290px;
	left: 20px;
}
#primenav.home {
	position: absolute;
	top: 267px;
	left: 321px;
	height: 220px;
	padding-top: 22px;
}
#primenav li {
	height: 26px;
	width: 282px;
	float: left;
	position: relative;
}
#primenav li a {
	height: 26px;
	line-height: 26px;
	padding-left: 25px;
	width: 282px;
	float: left;
	display: block;
	position: relative;
	background: transparent url(../img_css/primenav_back.gif) 0 0 no-repeat;
	text-decoration: none;
}
#primenav li a:hover {
	background: transparent url(../img_css/primenav_back.gif) 0 -26px no-repeat;
}
#primenav li a.active {
	background: transparent url(../img_css/primenav_back.gif) 0 -52px no-repeat;
}
#primenav li a span {
	height: 26px;
	padding: 3px 8px 3px 0;
	background: #410602 url(../img_css/primenav_span_back.gif) 0 0 repeat-x;
	font-size: 14px;
	color: #b1b2b4;
}
#primenav li a:hover span {
	background: #380502 url(../img_css/primenav_span_back.gif) 0 -26px repeat-x;
}
#primenav li a.active span {
	background: #2e0401 url(../img_css/primenav_span_back.gif) 0 -52px repeat-x;
}
#content a {
	font-weight: bold;
	color: #000;
}
#content a:hover {
	color: #600;
}
strong {
	font-weight: bold;
}
h1 {
	width: 498px;
	height: 50px;
	display: block;
	margin-bottom: 15px;
}
h2 {
	font-size: 21px;
	background-color: transparent;
	font-weight: normal;
	color: #4d0702;
	line-height: 1.25;
	font-style: italic;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
	background-color: transparent;
	font-weight: normal;
	color: #000;
	line-height: 1.25;
	margin-bottom: 10px;
}
.visual {
	padding: 2px;
	border: 1px solid #b1b2b4;
	margin-left: 25px;
	display: block;
	margin-bottom: 20px;
}
#content p {
	margin-left: 25px;
	padding-right: 40px;
	font-size: 13px;
	color: #000;
	line-height: 1.35;
	margin-bottom: 15px;
}
#impressum {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #b1b2b4;
	background-color: transparent;
}
#impressum a {
	text-decoration: none;
	color: #b1b2b4;
	background-color: transparent;
}
#impressum a:hover {
	text-decoration: underline;
}
#top_back {
	height: 20px;
	width: 860px;
	background: transparent url(../img_css/back_top.png) 0 0 no-repeat;
	behavior: url(core/css/iepngfix.htc);
	font-size: 5px;
}
#bottom_back {
	height: 20px;
	width: 860px;
	background: transparent url(../img_css/back_bottom.png) 0 0 no-repeat;
	behavior: url(core/css/iepngfix.htc);
	font-size: 5px;
}
* html #bottom_back {
	margin-top: -10px;
}
#login {
	padding-top: 20px;
	margin-left: 25px;
}
label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 5px;
	padding: 2px 0 0 0;
	font-size: 13px;	
}
fieldset input {
	display: block;
	width: 250px;
	margin-right: 50px;
	float: left;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-size: 13px;
	border: 1px solid #999;
}
textarea {
	width: 250px;
	height: 75px;
	font-family: Arial, Sans-Serif;
	padding: 3px;
	float: left;
	border: 1px solid #999;
}
fieldset {
	margin-bottom: 10px;
}
hr {
	visibility: hidden;
}
#submit {
	margin-left: 100px;
	width: auto;
	float: none;
}
.checkbox {
	width: auto;
	float: left;
	margin-left: 0;
	margin-right: 5px;
	font-size: 13px;
	display: inline;
	line-height: 13px;
	padding: 0;
	border: 0 none;
}
#kontakt {
	padding-top: 20px;
	margin-left: 25px;
	margin-bottom: 5px;
}
#kontakt span {
	line-height: 13px;
	font-size: 13px;
	padding-top: 4px;
	float: left;
}
.fakesubmit {
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 0;
	cursor:	pointer;
	border: 1px solid #efefef;
	width: 99px;
	height: 28px;
}
.fakesubmit.hover {
	border: 1px solid #900;
}
.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 */
