* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #191919;
	text-align: center;
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	background: #191919;
	background-image:url(../style/bg.gif);
	background-repeat:repeat-x;
	font-size: 10px;
	line-height: 18px;
	color: #545248;
	font-family: "Tahoma";
	margin: 0px auto;
	text-align: left;
	height: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}
a {
	color: #848484;
	text-decoration: none;
}
a:hover {
	color: #d20d0d;
	text-decoration: none;
}
/* - LAYER + CONTAINER - */
#layer {
	width: 858px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:none;
	margin: 0px auto;
}
/* - HEADER - */
#header {
	width: 858px;
	height: 127px;
	background-image:url(../style/1.gif);
	background-repeat:no-repeat;
}
/* - CONTACT - */
#contact {
	width: 858px;
	height: 58px;
	background-image:url(../style/6.gif);
	background-repeat:no-repeat;
}
#contact_text {
	width: 395px;
	color:#d20d0d;
	padding-top: 1px;
	padding-left: 15px;
}
/* - CONTENT - */
#content {
	width: 858px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	color: #848484;
	background-image:url(../style/content.gif);
	background-position:left;
	background-repeat:repeat-y;
}
	
#links {
	width: 395px;
	background-image:url(../style/4.gif);
    background-repeat:repeat-y;
	font-size:10px;
	float:left;
}
#links_text {
	width: 395px;
	background-image:url(../style/4.gif);
    background-repeat:repeat-y;
	font-size:10px;
	margin-left:5px;
	margin-right: 10px;
	margin-top: 10px;
}
#links_top {
	width: 395px;
	height: 48px;
	background-image:url(../style/2.gif);
    background-repeat:none;
}
#links_top_text {
	width: 395px;
	color:#d20d0d;
	padding-top:20px;
	padding-left: 15px;
}
#rechts {
	width: 463px;
	text-align: left;
	background-image:url(../style/5.gif);
	background-repeat:repeat-y;
	font-size:10px;
	float:right;
}
#rechts_content {
	width: 463px;
	font-size:9px;
	padding-left: 8px;
	padding-right: 50px;
	margin-top: 10px;
}
#rechts_top {
	width: 463px;
	height: 48px;
	background-image:url(../style/3.gif);
    background-repeat:none;
}
#rechts_top_text {
	width: 463px;
	color:#d20d0d;
	padding-top:20px;
	padding-left: 15px;
}
/* - FOOTER - */
#footer {
	width: 858px;
	height: 36px;
}
#footer_text {
	width: 858px;
	color:#848484;
	padding-top: 1px;
	padding-left: 15px;
}