html, body {
	margin: 0;
	height: 100%;
}
body {
	text-align: center;
	background: #0D0502;
	color: #515A58;
}
body * {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6D0F03;
	display: block;
	padding-right: 170px;
	padding-bottom: 15px;
	background: #0D0502 url(../img_css/divider.gif) 0 100% no-repeat;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6D0F03;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6D0F03;
	margin-bottom: 14px;
}
p {
	line-height: 1.6em;
	margin-bottom: 1.3em;
}
a, a:link, a:visited {
	background-color: transparent;
	color: #6D0F03;
	text-decoration: none;
}
a:hover, a:active {
	background-color: transparent;
	color: #FF6600;
}
#wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
	background: #0D0502 url(../img_css/body_back.jpg) 0 30px no-repeat;
	color: #515A58;
	height: 100%;
	position: relative;
}
#main {
	width: 348px;
	padding: 190px 40px 30px 30px;
	float: right;
}
#main ul {
	list-style: square;
	padding-left: 20px;
	margin: 1.5em 0;
}
#main ul li {
	line-height: 1.5em;
}
#lang {
	width: 72px;
	height: 29px;
	left: 678px;
	display: block;
	top: 164px;
	position: relative;
	background: transparent url(../img_css/langselect.jpg) 0 0 no-repeat;
	background-color: #0D0502;
	color: #fff;
}
#lang a {
	display: block;
	float: left;
	width: 36px;
	height: 29px;
}
#de, #de:link, #de:visited {
	background: #0D0502 url(../img_css/langselect.jpg) 0 0 no-repeat;
}
#de:hover, #de:active, #de.active, #de:visited.active {
	background: transparent url(../img_css/langselect.jpg) 0 -29px no-repeat;
}
#en, #en:link, #en:visited {
	background: transparent url(../img_css/langselect.jpg) -36px 0 no-repeat;
}
#en:hover, #en:active, #en.active, #en:visited.active {
	background: transparent url(../img_css/langselect.jpg) -36px -29px no-repeat;
}
#teaserimages img {
	border: 1px solid #333;
	margin: 0 9px 20px 0;
}
p#footer, p#footer * {
	font-size: 9px;
	background-color: transparent;
	color: #6D0F03;
	padding-top: 20px;
	background: #0D0502 url(../img_css/divider.gif) 0 0 no-repeat;
}
#sidebar {
	width: 332px;
	float: left;
}
#primenav {
	width: 332px;
	height: 28px;
	padding-top: 120px;
	margin: 0 0 40px 0;
}
#primenav ul {
	width: 290px;
	margin: 0 30px 0 10px;
	list-style: none;
	height: 12px;
}
#primenav ul li {
	display: inline;
}
#primenav ul li a, #primenav ul li a:link, #primenav ul li a:visited {
	float: right;
	display: block;
	margin-left: 15px;
	background-color: transparent;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 12px;
}
#primenav ul li a:hover, #primenav ul li a:active, #primenav ul li a.active, #primenav ul li a:visited.active {
	background-color: transparent;
	color: #FF6600;
}
#subnav {
	width: 332px;
	position: relative;
}
#subnav ul {
	width: 290px;
	list-style: none;
}
#subnav ul li {
	width: 332px;
	display: block;
	float: right;
}
#subnav ul li a, #subnav ul li a:link, #subnav ul li a:visited {
	float: right;
	padding: 2px 0 2px 30px;
	margin: 0 30px 6px 0;
	background-color: transparent;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
#subnav ul li a:hover, #subnav ul li a:active, #subnav ul li a.active, #subnav ul li a:visited.active {
	background-color: transparent;
	color: #FF6600;
}
.h {
	display: none;
	visibility: hidden;
}
p.gap {
	height: 30px;
	display: block;
	width: 100%;
}
.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 */
