@charset "utf-8";

body {
    color: #e2e2da;
    line-height: 16px;
	background: #060226 url(/gfx/base/bg_body.gif) repeat-x 0 0;
}

/*
** container
**/
div#container {
	width: 100%;
	float: left;
}

/*
** divs
**/
div#data {
	width: 972px;
	margin: 0 auto;
	height: 500px;
}

div.top {
	float: left;
	width: 972px;
	height: 240px;
    position: relative;
}

div#title {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #e2e2da;
    font: 24px "Georgia", "Arial", "Trebuchet MS";
}

div#content {
	float: left;
	width: 982px;
}

div#content_left {
	width: 571px;
	float: left;
}

div#content_right {
	width: 391px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background: transparent url(/gfx/base/bg_content_right.gif) repeat-y 0 0;
}

div#footer {
	float: left;
	width: 972px;
	height: 65px;
	background: transparent url(/gfx/base/bg_footer.gif) no-repeat 0 0;
	color: #7b7a8b;
}

div.box {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0;
	background: #13113b url(/gfx/base/bg_box.gif) no-repeat bottom right;
}

div.actions {
	padding: 15px 5px 10px 10px;
    position: relative;
}

div.webshop {
	width: 368px;
	height: 178px;
	background: transparent url(/gfx/base/bg_webshop.gif) no-repeat 0 40px;
	padding: 0 5px 0 8px;
}

div.wsnavi {
	float: right;
	width: 170px;
	margin-top: 8px;
}

div.search {
	width: 388px;
	height: 214px;
	margin-left: 0;
	background: transparent url(/gfx/base/bg_search.gif) no-repeat 0 40px;
	padding: 0 5px 0 8px;
}

div.ssearch {
    height: 160px;
}

div.banner {
    float: left;
    height: 314px;
	margin-left: 0;
	background: transparent url(/gfx/base/bg_search.gif) no-repeat 0 40px;
	padding: 0 5px 0 8px;
}

div.banner img {
    margin: 15px 0 0 40px;
}

div.tabs {
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	background: transparent url(/gfx/base/tabs/bg_tabs.gif) no-repeat 0 0;
}

div.gallery div {
	margin: 10px 16px 10px 15px;
	text-align: center;
	width: 150px;
	float: left;
}

div.region {
	width: 270px;
	float: left;
}

/*
** headers
**/
h1 {
	font: 15px "Georgia", "Arial", "Trebuchet MS";
	color: #d0cfd8;
	text-transform: uppercase;
	margin-top: 5px;
	clear: both;
	background-color: transparent;
	position: relative;
}

h1:first-letter {
	font-size: 22px;
}

h1.error {
	color: #d1bd59;
}

h2 {
	font: 16px "Arial", "Georgia", "Trebuchet MS";
	margin: 0 0 5px 0;
}

h2.up {
	text-transform: uppercase;
}

h3 {
	font: 17px "Georgia", "Arial", "Trebuchet MS";
	color: #d0cfd8;
	width: 371px;
	height: 32px;
	padding: 8px 0 0 10px;
	float: left;
	text-transform: uppercase;
	background: transparent url(/gfx/base/bg_h3.gif) no-repeat 0 0;
	margin-left: -8px;
}

h3:first-letter {
	font-size: 24px;
}

/*
** menu
**/
div.menu a:first-letter {
	font-size: 15px;
}

div.menu a {
	font: 10px "Georgia", "Arial", "Trebuchet MS";
	color: #cacb65;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 170px;
	height: 25px;
	float: left;
	text-align: right;
	padding: 5px 20px 0 0;
	background: transparent url(/gfx/base/bg_menu_left.gif) no-repeat 0 0;
	border-right: 1px solid #272649;
	position: relative;
}

div.menu a.menu_r {
	width: 170px;
	float: left;
	text-align: left;
	height: 24px;
	padding: 6px 0 0 20px;
	background: transparent url(/gfx/base/bg_menu_right.gif) no-repeat 0 0;
	border-right: 0;
}

div.menu a#extramenu {
	position: absolute;
	top: -30px;
	left: 0;
	background: none;
	border-right: 0;
}

div.menu a:hover,
div.menu a#extramenu:hover,
div.menu a.act {
	color: #d0cfd8;
	background: transparent url(/gfx/base/bg_menu_left_hover.gif) no-repeat 0 0;
}

div.menu a.menu_r:hover,
div.menu a.act {
	color: #d0cfd8;
	background: transparent url(/gfx/base/bg_menu_right_hover.gif) no-repeat 0 0;
}

div.menu a span,
div.menu a.menu_r span {
	position: absolute;
	display: block;
	top: 0;	
	width: 10px;
	height: 29px;	 
}

div.menu a:hover span,
div.menu span.act_l {	 	 
	 background: transparent url(/gfx/base/bg_left_hover.gif) no-repeat 0 0;
}

div.menu a.menu_r:hover span,
div.menu span.act_r {	 
	 background: transparent url(/gfx/base/bg_right_hover.gif) no-repeat 0 0;
}

div.menu a.menu_l span {
	left: -10px;
}

div.menu a.menu_r span {
	right: -10px;
}

a {
	color: #85784d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
**  links
**/
h1 a {
	color: #85784d;
	font: 12px "Georgia", "Arial", "Trebuchet MS";
	margin: 0;
	position: absolute;
	top: 5px;
	right: 3px;
	text-decoration: none;
	width: 150px;
	text-align: right;
}

h1 a:hover {
	text-decoration: none;
}

h1 a:first-letter {
	font-size: 18px;
	right: 3px;
}

div.actions a {
	color: #85784d;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
}

div.actions a:hover {
	text-decoration: underline;
}

div.wsnavi a {
	float: right;
	margin: 0 4px 6px 0;
	clear: both;
}

a.tabs,
a.selected {
	display: block;
	float: left;
	height: 34px;
	margin-right: 1px;
	text-align: center;
	font-size: 13px;
	color: #777584;
	text-decoration: none;
	padding-top: 16px;
}

a.s1 {
	width: 124px;
	margin-left: 14px;
	background: transparent url(/gfx/base/tabs/s1.gif) no-repeat bottom center;
}

a.s2 {
	width: 86px;
	background: transparent url(/gfx/base/tabs/s2.gif) no-repeat bottom center;
}

a.s3 {
	width: 66px;
	background: transparent url(/gfx/base/tabs/s3.gif) no-repeat bottom center;
}

a.s4 {
	width: 86px;
	background: transparent url(/gfx/base/tabs/s4.gif) no-repeat bottom center;
}

a.s5 {
	width: 100px;
	padding-top: 8px;
	height: 42px;
	background: transparent url(/gfx/base/tabs/s5.gif) no-repeat bottom center;
}

a.s6 {
	width: 78px;
	background: transparent url(/gfx/base/tabs/s6.gif) no-repeat bottom center;
}

a.selected,
a.tabs:hover {
	color: #e2e2da;
	background-position: top center;
}

a.back {
    margin: 10px 5px 0 0;
}

/*
**  span
**/
span.price {
	float: left;
	display: block;
	width: 122px;
	height: 28px;
	background: transparent url(/gfx/base/bg_price.gif) no-repeat 0 0;
	margin-top: 10px;
	color: #e2e2da;
	text-align: center;
	padding-top: 5px;
	font: 18px "Arial", "Georgia", "Trebuchet MS";
}

span.tobasket {
	float: left;
	display: block;
	width: 164px;
	height: 28px;
	background: transparent url(/gfx/base/bg_tobasket.gif) no-repeat 0 0;
	margin: 10px 0 0 5px;
	color: #e2e2da;
	text-align: left;
	padding: 5px 0 0 5px;
	font: 12px "Arial", "Georgia", "Trebuchet MS";
}

span.details {
	float: left;
	display: block;
	width: 139px;
	height: 23px;
	background: transparent url(/gfx/base/bg_link_details.gif) no-repeat 0 0;
	margin: 10px 0 0 5px;
	padding-top: 10px;
	color: #e2e2da;
	text-align: left;
	font: 12px "Arial", "Georgia", "Trebuchet MS";
}

span.price,
span.tobasket,
span.details {
    position: absolute;
    bottom: 11px;
    right: 326px;
}

div.details span.price,
div.details span.tobasket,
div.details span.details {
    bottom: 25px;
}

span.tobasket {
    right: 153px;
}

span.details {
    right: 10px;
}

div.webshop span.info {
	color: #717089;
	display: block;
	width: 175px;
	margin: 5px 0 3px 0;
	float: left;
	clear: both;
}

span.loggedin {
	display: block;
	margin: 14px 0 14px 5px;
	float: left;
	width: 100%;
}

span.date {
    margin-right: 10px;
    padding-top: 4px;
}

/*
** lists
**/
ul {
    padding: 0;
    margin: 10px 0 10px 30px;
    list-style-type: none;
}

ul li {
    padding: 0 8px 0 8px;
    margin: 2px 0 4px 0;
    color: #7b7a7f;
    background: transparent url(/gfx/base/ulli.gif) no-repeat 0 6px;
}

ul.error li {
	color: #d1bd59;
}

ol {
    padding: 0;
    margin: 10px 0 10px 30px;
}

ol li {
    padding: 0;
    color: #7b7a7f;
    margin: 2px 8px 4px 16px;
}

div.sitemap ul {
	width: 250px;
	float: left;
}

/*
** paragraph, formats
**/
p {
	color: #7b7a8b;
	line-height: 17px;
	margin: 10px;
}

p.error {
	color: #d1bd59;
}

div.actions p {
	margin: 0;
}

/*
**  images
**/
img {
	border: 0;
}

div.actions img.prod {
	border: 1px solid #d1bd59;
	float: left;
	margin: 2px 8px 5px 0;
}

img.dynamic {
	border: 1px solid #d1bd59;
	float: right;
	margin: 2px 8px 8px 8px;
}

img.employees {
	border: 1px solid #d1bd59;
	float: right;
	margin: 8px 12px 8px 8px;
	cursor: pointer;
}

div.gallery div img {
	border: 1px solid #d1bd59;
	margin-bottom: 5px;
}

img.map {
    border: 1px solid #d1bd59;
    margin: 10px 10px 0 0;
}

/*
**  forms
**/
span.tobasket input {
	width: 38px;
	background-color: #424162;
	border: 1px solid #717089;
	padding: 3px 2px 1px 2px;
	font-size: 13px;
	color: #8e8da1;
	text-align: right;
	margin: 0;
	float: none;
}

input, select, textarea {
	background-color: #424162;
	border: 1px solid #717089;
	width: 172px;
	padding: 3px;
	color: #8e8da1;
	margin: 10px 6px 10px 0;
}

textarea {
	width: 444px;
	overflow: auto;
}

select {
	margin: -5px 5px 11px 0;
	width: 178px;
	height: 23px;
}

input.btn,
input.search {
	height: 23px;
	border: 0;
	background-color: #65647f;
	color: #fff;
	width: auto;
	font-weight: bold;
	padding: 0 4px 0 4px;
	cursor: pointer;
	text-transform: uppercase;
	margin-right: 0px;
    text-align: center;
}

input.search {
	margin: -5px 25px 0 0;
	width: 120px;
}

label {
	color: #e2e2da;
	float: left;
	display: block;
	height: 17px;
	text-align: left;
	margin-right: 10px;
}

form.contact input,
form.contact textarea {
	margin-left: 10px;
	width: 220px;
}

form.contact textarea {
	width: 300px;
	height: 102px;
	float: left;
}

form.contact input.btn {
	width: 120px;
	text-align: center;
}

form.user input {
	width: 260px;
}

label.long {
    display: block;
    width: 110px;
    margin: 13px 0 0 10px;
}

div.box label.error {
    display: inline;
    float: none;
    margin: 0;
}

label.cv {
    margin: 5px 0 0 10px;
}

input.file {
    margin: 0;
    padding: 0;
    height: 21px;
    margin-right: 5px;
}

/*
**  basket
**/
table.basket {
    width: 98%;
    margin: 15px 0;
}

table.basket tr.brd td {
    border-bottom: 1px solid;
    height: 40px;
}

input.checkbox {
    width: auto;
    float: none;
    border: 0;
    background-color: transparent;
}

input.w30 {
    width: 30px;
    float: none;
}

/*
**  game form
**/
div.game input.radio {
    width: auto;
    clear: both;
    margin: 10px 0 0 20px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    float: left;
}

div.game label {
    margin: 10px 0 0 5px;
}

/*
**  pager
**/
div.pager {
	width: 534px;
	height: 22px;
	background-color: #25234a;
	margin: 10px 0 10px 10px;
	color: #7b7a8b;
	padding: 6px 8px 8px 8px;
}

div.pager span.hit,
div.pager span.navi {
	padding-top: 4px;
	display: block;
	float: left;
}

div.pager span.navi {
	float: right;
}

div.pager select {
	margin: 0;
	width: 45px;
    float: left;
}

div.pager span.sum {
	float: left;
	padding-top: 4px;
}

div.pager input.page {
	float: left;
	display: block;
	width: 28px;
	height: 15px;
	padding-top: 4px;
	margin: 0 5px 0 0;
	background-color: #424162;
	border: 1px solid #65647f;
	color: #8e8da1;
	text-align: center;
}

div.pager a.prev,
div.pager a.next {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 5px 0 5px;
}

div.pager a.prev {
	background: transparent url(/gfx/base/pager/prev.gif) no-repeat 0 0;
}

div.pager a.next {
	background: transparent url(/gfx/base/pager/next.gif) no-repeat 0 0;
}

/*
**  tooltip
**/
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 0 5px 5px 5px;
	opacity: 0.85;
    cursor: pointer;
}
#tooltip h3,
#tooltip div {
    margin: 0;
    color: #fff;
    background: none;
    border: 1px solid #65647f;
    background-color: #13113b;
    text-transform: none;
    width: auto;
}

/*
** additional
**/
.marked { font-weight: bold }
.fleft { float: left }
.fright { float: right }
.clear { clear: both; }

.ml10 { margin-left: 10px; }
.ml18 { margin-left: 18px; }
.ml125 { margin-left: 125px; }
.ml165 { margin-left: 165px; }

.mb4 { padding-bottom: 4px; }

input.mr10 { margin-right: 10px; }
input.w135 { width: 135px; }
input.w355 { width: 356px; }
.w200 { width: 200px; }
.w240 { width: 243px; }
#comment { width: 544px; }

textarea#fp_email_karrier_comment { height: 144px; }

.w50 { width: 50px; }
