body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(../gfx/bg.png);
	
	color: #ccc;
	font-size: 12px;
	font-family: arial;
}
a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
object {
	outline: none;
}
form, h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
.clear {
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.hidden, hr {
	display: none;
}
.opacity {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: .30;
	-moz-opacity: .30;
}

/* ========================================== */

#OutSide {
	background: url(../gfx/bg_sub_page.png) repeat-x top;
}
#OutSide.homepage {
	background: url(../gfx/bg_main_page.png) repeat-x top;
}
#OutSide .Background {
	background: url(../gfx/background_sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#Page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#Top {
	position: relative;
	height: 206px;
}
#OutSide.homepage #Top {
	height: 434px;
}

#Lang {
	position: absolute;
	top: 4px;
	right: 10px;
	margin: 0px;
	padding: 5px 10px 5px 6px;
	list-style: none;
}
#Lang li {
	float: left;
	margin-left: 4px;
}
#Lang a {
	display: block;
	float: left;
	width: 25px;
	height: 15px;
	background: url(../gfx/flags.png) no-repeat top;
}
#Lang a.de {
	background-position: 0px -15px;
}
#Lang a.ru {
	background-position: 0px -30px;
}
#Lang a.es {
	background-position: 0px -45px;
}
#Lang a.fr {
	background-position: 0px -60px;
}
#Lang a.en {
	background-position: 0px -75px;
}
#Lang span {
	display: none;
}

#Top h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 60px;
}
#Top h1 a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(../gfx/logo_autojozefow.png) no-repeat left top;
}
#Top h1 span {
	display: none;
}

#Menu {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 600px;
	height: 33px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
	background: url(../gfx/bg_menu.png) no-repeat left top;
	text-align: center;
}
#Menu li {
	display: inline;
	padding-left: 20px;
}
#Menu li.f {
	padding-left: 0px;
}
#Menu li a {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}
#Menu li a:hover, #Menu li a.Activ {
	color: #E80202;
}

/* ========================================== */

#MiddleMenu {
	width: 960px;
	height: 160px;
	overflow: hidden;
}
#MiddleMenu ul {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style: none;
}
#MiddleMenu li {
	display: block;
	float: left;
	width: 125px;
	height: 150px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}
#MiddleMenu a {
	display: block;
	width: 125px;
	height: 150px;
	background-position: left top;
	background-repeat: no-repeat;
}
#MiddleMenu a:hover, #MiddleMenu a.Activ {
	background-position: left bottom;
}
#MiddleMenu span {
	display: none;
}

/* ========================================== */

#Main {
	background-color: #000;
	padding: 0px 25px 15px 25px;
}
#Main .TwoLeftCol {
	float: left;
	width: 580px;
	padding: 20px 10px 10px 10px;
	background-color: #1C1C1C;
}
#Main .TwoRightCol {
	float: right;
	width: 300px;
}
#Main .ThreeCols {
	padding-top: 10px;
}
#Main .LeftCol, #Main .CenterCol, #Main .RightCol {
	float: left;
	width: 300px;
}
#Main .CenterCol {
	margin: 0px 10px 0px 10px;
	width: 290px;
}

/* ========================================== */

#Main .Text {
	line-height: 140%;
}
#Main .Text h2 {
	font-size: 22px;
	font-weight: bold;
	color: #E80202;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #090A0A;
	margin-bottom: 10px;
}
#Main .Text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #E80202;
	padding-bottom: 5px;
}
#Main .Text p {
	padding-bottom: 10px;
}
#Main .Text p.Linia {
	border-top: 1px solid #090A0A;
}
#Main .Text a {
	cursor: pointer;
	text-decoration: underline;
	color: #DB0101;
}
#Main .Text a:hover {
	text-decoration: none;
}
#Main .Text ul, #Main .Text ol {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#Main .Text li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#Main .Text .marginLeft {
	margin-left: 10px;
}
#Main .Text .marginRight {
	margin-right: 10px;
}
#Main .Text img.imageBorder {
	padding: 4px;
	background: #0F0E0E;
	border: 1px solid #2F2C2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#Main .Youtube {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#Main .GoogleMap {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* ========================================== */

#Main .TwoRightCol .planeScroller {
	margin-bottom: 10px;
}
#Main .TwoRightCol .planeScroller h3 {
	text-align: right;
	border-bottom: 1px solid #090A0A;
	margin: 0px;
}
#Main .TwoRightCol .planeScroller .Text {
	padding: 10px 10px 0px 10px;
}

#Top .planeScroller {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 300px;
}
#Top .planeScroller h3 {
	display: none;
}
#Page .planeScroller .container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#Page .planeScroller .plane {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#Main .planeScroller .plane {
	background-color: #000;
}
#Main .planeScroller {
	background-color: #1C1C1C;
}
#Page .planeScroller .Arrow {
	height: 28px;
}
#Page .planeScroller .Arrow a {
	display: block;
	height: 28px;
	cursor: default;
}
#Page .planeScroller .Arrow a.up {
	background: url(../gfx/arrows.png) no-repeat center 0px;
}
#Page .planeScroller .Arrow a.down {
	background: url(../gfx/arrows.png) no-repeat center -56px;
}
#Page .planeScroller .Arrow a span {
	display: none;
}
#Page .planeScroller .Arrow a.Activ {
	cursor: pointer;
}
#Page .planeScroller .Arrow a.up.Activ {
	background: url(../gfx/arrows.png) no-repeat center -28px;
}
#Page .planeScroller .Arrow a.down.Activ {
	background: url(../gfx/arrows.png) no-repeat center -84px;
}
#Main .planeScroller .Arrow a:hover.Activ {
	background-color: #141414;
}

#MiniNews.planeScroller ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 11px;
}
#MiniNews.planeScroller li {
	height: 100px;
	border: 1px solid #262829;
	background-color: #000;
	margin-bottom: 5px;
	overflow: hidden;
}
#MiniNews.planeScroller li:hover {
	background-color: #0C0C0C;
}
#MiniNews.planeScroller li p {
	padding: 0px;
}
#MiniNews.planeScroller li a {
	padding: 10px;
	display: block;
	color: #D6D7D7;
}
#MiniNews.planeScroller li a strong {
	display: block;
	color: #E80202;
}
#MiniNews.planeScroller li a span {
	display: block;
	color: #908F8F;
}
#MiniNews.planeScroller li a:hover strong {
	text-decoration: underline;
}

/* ========================================== */

#Main .Box {
	border: 1px solid #262829;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#292B2C), to(#000), color-stop(0.7, #000));
	background: -moz-linear-gradient(left top, #292B2C, #000 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF292B2C, endColorStr=#FF000000, GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF292B2C, endColorstr=#FF000000, GradientType=1)";
}
#Main .Box h3 {
	text-align: right;
}
#Main .Box li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#Main .Box .Select {
	padding: 3px;
	margin: 0px 0px 10px 0px;
	width: 275px;
	border: 1px solid #262829;
	background-color: #000;
	color: #ccc;
	cursor: pointer;
}

#Main .ThreeCols .Box {
	height: 200px;
	overflow: hidden;
}
#Main .ThreeCols h2 {
	border: none;
	margin-bottom: 0px;
}

#SubMenu.Box {
	padding: 0px;
	text-align: right;
}
#SubMenu.Box h3 {
	padding: 10px 10px 5px 0px;
}
#SubMenu.Box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#SubMenu.Box li {
	margin: 0px;
	padding: 0px;
}
#SubMenu.Box a {
	display: block;
	padding: 7px 10px 7px 10px;
	border-top: 1px solid #262829;
	text-decoration: none;
}
#SubMenu.Box a:hover, #SubMenu.Box li.Activ a {
	color: #fff;
	background-color: #262829;
}

/* ========================================== */

#Main .Gallery {

}
#Main .GallRow {
	float: left;
	width: 190px;
	margin: 0px 5px 10px 0px;
}
#Main .GallRow.lc {
	margin-right: 0px;
}
#Main .GallRow.lr {
	margin-bottom: 0px;
}
#Main .GallRow img {
	padding: 4px;
	background: #0F0E0E;
	border: 1px solid #2F2C2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#Main .GallRow a:hover img {
	background: #181818;
	border: 1px solid #2F2C2C;
}
#Main .GallRow p {
	padding: 1px 4px 0px 4px;
}

/* ========================================== */

#Main .Table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	background-color: #282A2B;
}
#Main .Table tr {
	border-top: 1px solid #000;
}
#Main .Table tr.npl {
	background-color: #303233;
}
#Main .Table tr:hover {
	background-color: #2C2E2F;
}
#Main .Table tr:hover.npl {
	background-color: #343637;
}
#Main .Table th {
	padding: 5px;
	font-size: 13px;
	background-color: #DB0101;
	border-right: 1px dotted #b00;
	color: #eee;
}
#Main .Table td {
	padding: 4px;
	border-right: 1px dotted #181818;
}
#Main .Table p {
	padding: 0px;
}

/* ========================================== */

#Main .linkGroup {
	margin-top: 10px;
	border-top: 1px solid #000;
	padding-top: 10px;
}
#Main .PageSwich * {
	display: block;
	float: left;
	padding: 2px 5px 2px 5px;
}
#Main .PageSwich .info {
	margin-right: 10px;
}
#Main .PageSwich a {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	background-color: #000;
	border: 1px solid #2F2C2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #DB0101;
}
#Main .PageSwich strong {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	background-color: #2F2C2C;
	border: 1px solid #2F2C2C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}

/* ========================================== */

#Bottom {
	position: relative;
	height: 50px;
	color: #444;
}
#Bottom .bg {
	position: absolute;
	width: 960px;
	height: 50px;
	background-color: #000;
	z-index: 1;
}
#Bottom ul {
	position: absolute;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 20px;
	list-style: none;
	z-index: 10;
}
#Bottom ul li {
	float: left;
	padding: 0px 8px 0px 7px;
	border-right: 1px solid #838181;
	line-height: 13px;
}
#Bottom ul li.l {
	border-right: none;
}
#Bottom ul li.f {
	padding-left: 0px;
}
#Bottom ul a {
	color: #838181;
}
#Bottom ul a:hover {
	color: #ccc;
	text-decoration: underline;
}
#Bottom p {
	position: relative;
	float: right;
	padding: 10px 10px 0px 0px;
	text-align: right;
	z-index: 10;
}
#Bottom p a {
	color: #444;
}
#Bottom p a:hover {
	color: #666;
}

/* ========================================== */


