@charset "utf-8";
/* CSS Document */


body {
	background: #1f1f21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f7f7f7;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

div#wrapperSite {
	width: 983px;
	border-right: 17px solid #000;
	border-bottom: 17px solid #000;
	margin: 0 auto 0 auto;
	background: #373737 url(../img/layout/bg_site_container.jpg) repeat-y left;
}

div#containerSite {
	background: url(../img/layout/bg_main.jpg) no-repeat top left;
	min-height: 760px;
	height: auto !important;
	height: 760px;
}

div#containerHeader {
	background: url(../img/layout/header.jpg) no-repeat top left;
	width: 983px;
	height: 122px;
}

div#containerNav {
	width: 201px;
	float: left;
	padding: 0 4px 0 0;
}

div#containerNav a,
div#containerNav a.active {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	display: block;
	line-height: 14px;
	margin-bottom: 5px;
	background: #ee641d url(../img/layout/bullet_navi.gif) no-repeat left;
	padding-left: 60px;
}

div#containerNav a:hover,
div#containerNav a.active,
div#containerNav a.active:hover {
	color: #fff;
}


div#containerFlash {
	width: 768px;
	height: 267px;
	background: url(../img/layout/bg_flash.jpg) no-repeat top left;
	margin-left: 207px;
}


div#containerContent {
	padding: 17px 251px 0px 217px;
}

div#content {
	background: #626262 url(../img/layout/bg_content.jpg) no-repeat top left;
	padding: 9px 28px 15px 56px;
	line-height: 14px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

div#content a {
	color: #ee641d;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

div#content h1 {
	font-weight: bold;
	font-size: 14px;
	color: #ee641d;
	padding: 0;
	margin: 0;
}
div#content h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;;
}
div#content h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;;
}


div#content a.linkInfo {
	display: block;
	background: #000 url(../img/layout/bullet_linkInfo.gif) no-repeat left;
	line-height: 12px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding-left: 26px;
	font-weight: bold;
	margin: 10px 0;
}
div#content a.linkInfo:hover {
	display: block;
	background: #000 url(../img/layout/bullet_linkInfo.gif) no-repeat left;
	line-height: 12px;
	font-size: 10px;
	color: #ee641d;
	text-decoration: none;
	padding-left: 26px;
	font-weight: bold;
	margin: 10px 0;
}

div#content div.containerImgLeft {
	margin-left: 170px;
}


div#content .imgRight {
	float: right;
	margin: 0 0 15px 30px;
	border: 6px solid #000;
}
div#content .imgLeft {
	float: left;
	margin: 0 30px 15px 0;
	border: 6px solid #000;
}

div#boxPlakat {
	width: 205px;
	height: 302px;
	position: relative;
	top: 339px;
	left: 732px;
	background: url(../img/layout/box_plakat_bg.gif) no-repeat top right;
	z-index: 100;
	margin-bottom: -306px;
	padding: 4px 0 0 42px;
}

div#boxAPEX {
	width: 205px;
	height: 302px;
	position: relative;
	top: 656px;
	left: 732px;
	z-index: 100;
	margin-bottom: -306px;
	padding: 4px 0 0 42px;
}

div#containerFooter {
	padding: 17px 16px 10px 217px;
	color: #9d9d9d;
}
div#containerFooter a {
	color: #9d9d9d;
	text-decoration: none;
}
div#containerFooter div#footerInfo {
	padding-top: 10px;
	border-top: 1px solid #8a4b2b;
}

div#containerFooter div#copyright {
	width: 67px;
	height: 7px;
	position: relative;
	left: 683px;
	top: -25px;
	z-index: 99;
	margin-bottom: -7px;
}

div#sponsor {
	float: left;
	margin: 8px 8px 0 0;
}

hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}