* {
	margin:0;
	padding:0;
}

a, img {
	border:none;
}

html, body {
	mind-width:960px;
	height:100%;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px
}

#wrap {
	min-height:100%;
}

#main {
	margin:0 auto;
	width:960px;
	overflow:auto;
	padding-bottom:400px;
}  /* must be same height as the footer */

#header {
	min-width:960px;
	position:relative;
	width:100%;
	height:210px;
	background-image:url(../images/header_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#header_content {
	width:960px;
	height:164px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#flash_header {
	width:960px;
	height:196px;
	position:relative;
	margin:0 auto;
}





#speedbronzer_logo {
	position:absolute;
	top:22px;
	left:400px;
	width:210px;
	height:109px;
}


#navigation {
	margin:0 auto;
	width:960px;
	height:32px;
	position:relative;
	background-image:url(../images/navi_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#navigation ul {
	position:absolute;
	right:0;
	width:800px;
	height:32px;
}

#navigation ul li {	
	display:inline;
}

#navigation ul li ul#produkte_sub li {
	display:inline;
	float:none;
}

#navigation ul li ul {
	top:32px;
}


#header_content #logo {
	width:230px;
	height:80px;
	position:absolute;
	bottom:0;
	right:0;
}

ul#sprachen {
	position:absolute;
	width:50px;
	height:80px;
	bottom:0;
	right:0;
	overflow:hidden;
}

ul#sprachen li {
	list-style-type:none;
}

ul#sprachen li a {
	color:transparent;
}

ul#sprachen li#deutsch a {
	display:block;
	height:30px;
	background: url(../images/header_sprachen.jpg) left top no-repeat;
}

ul#sprachen li#deutsch a:hover, ul#sprachen li#deutsch a.aktiv {
	background: url(../images/header_sprachen.jpg) -50px top no-repeat;
}

ul#sprachen li#englisch a {
	display:block;
	height:17px;
	background: url(../images/header_sprachen.jpg) left -30px no-repeat;
}

ul#sprachen li#englisch a:hover, ul#sprachen li#englisch a.aktiv {
	background: url(../images/header_sprachen.jpg) -50px -30px no-repeat;
}

ul#sprachen li#russisch a {
	display:block;
	height:30px;
	background: url(../images/header_sprachen.jpg) left -47px no-repeat;
}

ul#sprachen li#russisch a:hover, ul#sprachen li#russisch a.aktiv {
	background: url(../images/header_sprachen.jpg) -50px -47px no-repeat;
}

ul#sprachen li#russisch {
	display:none;
}


.drittel_spalte {
	margin:10px 30px 200px 0;
	z-index:9;
	position:relative;
	width:300px;
	float:left;
}

.halbe_spalte {
	margin:10px 30px 200px 0;
	z-index:9;
	position:relative;
	width:465px;
	float:left;
}

#main .last {
	margin-right:0;
	margin-bottom:0;
}


#footer {
	min-width:960px;
	z-index:1;
	position:relative;
	margin-top:-600px; /* negative value of footer height */
	height:600px;
	clear:both;
	background-image:url(../images/footer_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
} 

#footer_rahmen {
	width:960px;
	height:600px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#footer_navi {
	text-align:center;
	width:300px;
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
}

#footer_navi ul li {
	display:inline;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:-2px 12px -2px 12px;
	border-right-color:#843722;
	border-right-width:2px;
	border-right-style:solid;
}

#footer_navi ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#footer_navi ul li:last-child {
	border-right-width:0;
}


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


#flash_footer {
	width:575px;
	height:460px;
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../images/footer_inhalt.jpg);
	z-index:1;
}


.clearer {
	position:relative;
	width:960px;
	clear:both;
	float:none;
	height:2px;
	background-color:#FF0000;
}


p {
	margin:11px 0 11px 0;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

.halbe_spalte p {
	width:400px;
}

p:first-child {
	margin-top:0;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#EDAF09;
}

h3 {
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
}

p a {
	color:#EE8E0A;
}

p a:hover, #footer_navi ul li a:hover {
	color:#EDAF09;
}

#main ul {
	margin:-6px 0 -6px 26px;
	list-style-type:circle;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

ol {
	margin:-6px 0 -6px 26px;
	color:#843722;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}


table.equipment_tabelle {
	margin:22px 0 22px 0;
}

table.equipment_tabelle p {
	width:250px;
}

table tr td h3, table tr th h3 {
	color:#EDAF09;
	border-bottom-color:#843722;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.platzhalter {
	background-color:#CCCCCC;
	color:#FFF;
	font-size:50px;
	line-height:40px;
	font-weight:bold;
	word-wrap: break-word;
	font-family:Arial Black;
}

.legende {
	font-size:10px;
	font-weight:bold;
}

form table td, form table th {
	border:0;
}

table#kontaktformular_tabelle tr td input, table#kontaktformular_tabelle tr td textarea, table#kontaktformular_tabelle tr th input, table#kontaktformular_tabelle tr th textarea {
	color:#4F251E;
	background-color:#F7F0E7;
	border-width:0;
	padding:6px;
}

table#kontaktformular_tabelle tr td.buttons input.einbutton {
	padding:10px;
	color:#FFF;
	background-color:#4F251E;
}

table#kontaktformular_tabelle tr td.buttons input.einbutton:hover {
	color:#FFF;
	background-color:#EB890B;
}

table#kontaktformular_tabelle tr td.buttons input.einbutton:active {
	color:#FFF;
	background-color:#ED3D00;
}

.captcha_ergebnis {
	padding:10px;
}