@charset "UTF-8";

@font-face {
    font-family: 'CitizenBold';
    src: url('fonts/citizen_bold-webfont.eot');
    src: url('fonts/citizen_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/citizen_bold-webfont.woff') format('woff'),
         url('fonts/citizen_bold-webfont.ttf') format('truetype'),
         url('fonts/citizen_bold-webfont.svg#CitizenBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin:0;
	padding:0;
}

img {
	border:0;
}



div.mediaspace {
	margin:0 0 0 15px;
}

/* ### LAYOUT ### */

body {
	background: url(../gfx/bg2012.jpg) repeat;
	font:14px 'Times New Roman', serif;
	line-height:17px;
	font-style: italic;
	color:#000;
}

div#bar {
	position: absolute;
	top: 81px;
	left:0;
	width:100%;
	height:29px;
	background: url(../gfx/bar2012.png); /* url(../gfx/bar.gif); PREV */
}

div#wrapper {
	position: relative;
	width:800px;
	margin:0px auto 0px auto;
}




/* ### NAVIGATION ### */

div#nav {
	position: absolute;
	width:800px;
	height:60px;
	top:50px;
	left:0;
	background: url(../gfx/header2012.png) no-repeat; /*url(../gfx/header.gif) no-repeat; PREV */
}

div#nav ul#lang {
	float:right;
	display:inline;
	margin:0 15px 0 0;
}

div#nav ul#lang li {
	float:left;
	display: inline;
	margin:35px 0 0 15px;
}

div#nav ul {
	float:left;
	display:inline;
	list-style: none;
}

div#nav ul li {
	float:left;
	display: inline;
	margin:35px 0 0 15px;
}

div#nav ul li a {
	font-style: italic;
	line-height: 14px;
	color: white;
	text-decoration: none;
	outline: none;
	float:left;
	display: inline;
}

div#nav ul li a:hover {
	color: #c2ab67; /*#eb6a28; PREV */
}

div#nav ul li a.active {
	color: #c2ab67; /*#d7cdb3; PREV */
}




/* ### CONTENT ### */

div#section {
	position: absolute;
	width: 800px;
	top:150px;
	left:0;
	padding:0 0 50px 0;
}

div#section span.hr {
	border-top:2px solid #404040; /*#eb6a28; PREV*/
	width:800px;
	height:1px;
	overflow: hidden;
	float:left;
	display:inline;
}

div#section span#footer {
	margin:40px 0 0 0;
}

div#section img {
	border:0;
	margin:20px 15px 20px 15px;
}

div#section h1 {
	font:22px 'CitizenBold', 'Arial', sans-serif;
	font-style: normal;
	color: #404040; /*#eb6a28; PREV*/
	margin:0 15px 0 15px;
}

div#section h2 {
	font:16px 'CitizenBold', 'Arial', sans-serif;
	font-style: normal;
	text-decoration: underline;
	color: #836E20; /*#eb6a28; PREV */
	margin:40px 15px 0 15px;
}

div#section p {
	margin:20px 15px 0 15px;
}

div#section p img {
	margin:0 30px 0 0;
}

strong {
	font:13px 'CitizenBold', 'Arial' , sans-serif;
	font-style: normal;
	color: #000;
}

div#section table {
	margin:0 15px 10px 15px;
}

div#section table tr td {
	padding:0 0 15px 0;
	vertical-align:baseline;
}

div#section table tr td span {
	font-style:normal;
	color:#eb6a28;
}

div#section table tr td.verticaltop {vertical-align:baseline;}

div#section table tr td.clock {
	width:80px;
	font:11px 'Arial', sans-serif;
	font-weight:bold;
}

div#section form {
	margin:40px 0 0 0px;
}

div#section input.iText {
	width:300px;
}

div#section table tr td.name {
	width:120px;
}

div#section p.red {
	color:#eb6a28;
	font-weight:bold;
}

div#section a {
	color: #000;
	text-decoration: none;
	outline:none;
}

div#section a strong:hover {
	color: #eb6a28;
}

div#section a:hover {
	color: #836E20; /* #eb6a28; PREV */
}

div#section ul {
	margin:0 15px 0 30px;
}

div#section select {
	width:80px;
}

a#linktomerz {
	position:absolute;
	top:205px;
	left:375px;
	width:140px;
	height:20px;
	overflow:hidden;
	outline: none;
}