@import "web_content.css";

body {
	background: black url('/images/background.jpg') center 120px no-repeat; 
}

/*
===================
  HLAVNI STRUKTURA
===================
*/

div#main_container {
	margin: auto;
	width: 950px;
	height: 100%;
	position: relative;	
	z-index: 10;	
}
div#middle_content {
	position: absolute;	
	top: 377px;
	left: 0px;
	width: 100%;
}
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 40px;
}
div#header div#up_banner {
	padding: 2px 0px;
}
div.colleft {
	padding-left: 10px;
}
/*
===================
  HEADER
===================
*/

div#header div#menu_bar {
	background-color: white;
	height: 30px;
	line-height: 30px;	
	padding: 0px 0px 0px 5px;
	margin-top: 8px;
}
div#header div#menu_bar a {
	text-decoration: none;
	line-height: 30px;	
	display: block;
	padding: 0px 5px;
	font-weight: bold;
}
div#header div#menu_bar a:hover {
	text-decoration: underline;
}
div#header div#menu_bar ul, 
div#header div#menu_bar li {
	margin: 0px;
	padding: 0px;		
}
div#header div#menu_bar li {
	float: left;
	list-style-type: none;
	padding: 0px 0px;
	line-height: 30px;
}
div#header div#menu_bar div.l {
	width: 515px;
	float: left;
}
div#header div#menu_bar div.l ul li.selected2 a {
	color: #51b0ff;	
}	
div#header div#menu_bar div.r {
	width: 430px;
	float: left;
	text-align: right;
}
div#header div#menu_bar div.r ul {
	float: right;
}
div#header div#menu_bar div.r ul li a {
	padding: 0px 6px;
	font-size: 12px;
}
div#header div#menu_bar div.r ul li.events a {
	color: #5f376c;	
}
div#header div#menu_bar div.r ul li.marketing a {
	color: #95191e;
}
div#header div#menu_bar div.r ul li.akce a {
	color: #265b49;
}
div#header div#menu_bar div.r ul li.reklama a {
	color: #cc5112;
}
div#header div#menu_bar div.r ul li.selected2 a {
	color: white;
}
div#header div#menu_bar div.r ul li.selected2.events a {
	background: #b3a3cd; 	
}
div#header div#menu_bar div.r ul li.selected2.marketing a {
	background: #ec736a; 	
}
div#header div#menu_bar div.r ul li.selected2.akce a {
	background: #c0cd92; 	
}
div#header div#menu_bar div.r ul li.selected2.reklama a {
	background: #f4b36e; 	
}


/*
===================
  BOXES
===================
*/

div#menu_boxes {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 20px;
}
div#menu_boxes div.box {
	width: 200px;
	height: 220px;
	float: left;
	cursor: pointer;
}
div#menu_boxes div.box a {
	display: block;
	padding-top: 164px;
	text-decoration: none;
}
div#menu_boxes div.box span.text {
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
	display: block;
	padding: 0px 10px;
}
div#menu_boxes div.margin {
	margin-right: 50px;
}
div#menu_boxes div.events {
	background: url('/images/events.png') no-repeat;
	line-height: 55px;	
}
div#menu_boxes div.events a {
	color: #5f376c;	
}
div#menu_boxes div.marketing {
	background: url('/images/marketing.png') no-repeat;
	line-height: 55px;	
}
div#menu_boxes div.marketing a {
	color: #95191e;
}
div#menu_boxes div.akce {
	background: url('/images/akce.png') no-repeat;
	line-height: 23px;
}
div#menu_boxes div.akce span.text {
	padding: 5px;
}
div#menu_boxes div.akce a {
	color: #265b49;
}
div#menu_boxes div.reklama {
	background: url('/images/reklama.png') no-repeat;
	line-height: 23px;
}
div#menu_boxes div.reklama span.text {
	padding: 5px 10px;
}
div#menu_boxes div.reklama a {
	color: #cc5112;
}
/*
===================
  CONTENT
===================
*/

div#content {
	width: 100%;
	background-color: white;
	margin-top: 20px;
}
div#content.with_boxes {
	position: absolute;
	top: 250px;
	left: 0px;
	margin-top: 10px;
}
div#content_left {
	width: 270px;
	float: left;	
}
div#content_left div#title {
	padding: 20px;	
}
div#content_left div#submenu {
	padding: 0px 20px;	
}
div#content_left div#submenu ul,
div#content_left div#submenu li {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-weight: bold;
}
div#content_left div#submenu ul li ul li {
	padding-left: 20px;
} 
div#content_left div#submenu li {
	list-style-type: none;	
}
div#content_right {
	margin-left: 270px;
	padding: 10px 20px 10px 0px;
}

div#middle_content.events h1, 
div#middle_content.events h2, 
div#middle_content.events h3,
div#middle_content.events h4 {
	color: #5f376c;
}
div#middle_content.marketing h1, 
div#middle_content.marketing h2, 
div#middle_content.marketing h3,
div#middle_content.marketing h4 {
	color: #95191e;
}
div#middle_content.akce h1, 
div#middle_content.akce h2, 
div#middle_content.akce h3,
div#middle_content.akce h4 {
	color: #265b49;
}
div#middle_content.reklama h1, 
div#middle_content.reklama h2, 
div#middle_content.reklama h3,
div#middle_content.reklama h4 {
	color: #cc5112;
}

div.subarts hr {
	border: 0px;
	border-top: 1px solid #ccc;
	margin: 10px 0px;
	height: 1px;
}
div.subarts div.item {
	margin-bottom: 20px;
}
div.subarts div.item div.more {
	text-align: right;		
}

/*
===================
  OTHERS
===================
*/

div.clear {
	clear: both;
}


#slider {
    position:relative;
    height:198px;
}

#slider IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slider IMG.active {
    z-index:10;
    opacity:1.0;
}

#slider IMG.last-active {
    z-index:9;
} 
#slider #numbers {
	z-index: 100;
	position: absolute;
	top: 160px;
	right: 30px;
}
#slider #numbers a {
	line-height: 23px;
	height: 23px;
	padding: 0px 7px;
	background: url('/images/banner_button.png') no-repeat;
	color: #4e83be;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	float: left;
	margin-right: 5px;
}
#slider #numbers a.active {
	background: #4e83be;
	color: white;
	background: url('/images/banner_button_active.png') no-repeat;	
}
div.hp {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1000;
}

div.hp a {
	display: block;
	background: url('/images/hp.png') no-repeat;
	width: 16px;
	height: 18px;
}

