

/*/ --- CSS STYLE --- /*/


body { 
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, Tahoma, Verdana, Sans-Serif;
	color: #fff;
	background: #D8160D url('../graphics/bcg.jpg');
	}
body#intro { 
	margin: 0;
	padding: 0;
	font: 0.8em "Trebuchet MS", Arial, Tahoma, Verdana, Sans-Serif;
	color: #fff;
	background: #ED2107 url("../graphics/bg_intro.png") repeat-x top;
	}
a img {
  	border: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	height: 0;
	float: left;
	clear: both;
	}


/*/ --- INTRO --- /*/


#intro_main {
	margin: 0 auto 0 auto;
	width: 990px;
	height: 800px;
	}


/*/ --- HEAD --- /*/


#main {
 	margin: 0;
 	padding: 0;
 	width: 100%;
 	min-height: 768px;
 	background: url("../graphics/bcg_main.jpg") repeat-x;
 	}
#head {
 	margin: 0 auto 0 auto;
 	text-align: center;
 	width: 990px;
 	height: 250px;
 	}
#head_top {	
 	margin: -250px 0 0 0;
 	position: relative;
 	}
#head_l {
 	margin: 0;
 	padding: 0;
 	width: 50%;
 	height: 250px;
 	float: left;
 	background: url("../graphics/bcg_head_l.jpg") repeat-x right;
 	}
#head_r {
 	margin: 0;
 	padding: 0;
 	width: 50%;
 	height: 250px;
 	float: right;
 	background: url("../graphics/bcg_head_r.jpg") repeat-x;
 	}
 	
#header {
 	margin: -250px 0 0 0;
 	width: 990px;
 	height: 250px;
 	background: url("../graphics/bg_header.jpg") no-repeat;
 	position: relative;
 	float: left;
 	clear: both;
 	}
#header h1 {
	margin: 14px 0 0 60px;
	left: 0;
	top: 0;
	width: 224px;
	height: 217px;
	overflow: hidden;
	background: none;
	display: block;
	position: relative;
	float: left;
	}
#header h1 a {
	width: 224px;
	height: 217px;
	color: #e8e8e8;
	text-decoration: none;
	cursor: pointer;
	display: block;
	}
#header h1 span {
	left: 0;
	top: 0;
	width: 224px;
	height: 217px;
	background: url("../graphics/adeoo.jpg") no-repeat;
	display: block;
	position: absolute;
	}
#header ul {
	margin: 30px 60px 0 0;
	padding: 0 0 0 130px;
	width: 100px;
	background: url("../graphics/choose-language.png") no-repeat left;
	float: right;
	}
#header ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}
#header ul li img {
	margin: 3px 4px 0 0;
	position: relative;
	}


/*/ --- CONTENT --- /*/


#column {
 	margin: 0 auto 0 auto;
 	width: 990px;
 	}
#content {	
 	margin: 0;
 	min-height: 551px;
 	background: url("../graphics/bcg_content.jpg") repeat-x left top;
 	}
#right {
 	margin: 0 0 0 20px;
 	padding: 10px 0 10px 0;
 	width: 600px;
 	float: left;
 	}
#right h1 {
 	margin: 0 0 10px 0;
 	text-transform: uppercase;
 	font-size: 1.5em;
 	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
 	font-weight: normal;
 	color: #fff;
 	}
#right h2 {
 	margin: 10px 0 8px 0;
 	text-transform: uppercase;
 	font-size: 1.1em;
 	color: #fff;
 	}
#right h3 {
 	margin: 10px 0 6px 0;
 	text-transform: uppercase;
 	font-size: 0.9em;
 	color: #fff;
 	}
#right h3.viz {
 	margin: 0 0 6px 3px;
 	text-transform: none;
 	font-size: 1.2em;
 	color: #fff;
 	width: 500px;
 	float: left;
	clear: both;
 	}
#right p {
 	margin: 10px 0 10px 0;
 	}
#right ul {
 	margin: 10px 0 10px 30px;
 	padding: 0;
 	}
#right ul li {
 	list-style: square;
 	line-height: 150%;
 	}
#right ul ul li {
 	list-style: disc;
 	}
#right a:link, #right a:visited, #right a:active { 
	text-decoration: underline; 
	color: #fff;	
	}
#right a:hover { 
	text-decoration: none; 
	}
.cross1 {
 	margin: 0 0 0 15px;
 	width: 250px;
 	height: 16px;
 	position: relative;
 	background: url("../graphics/bcg_cross1.gif") no-repeat;
 	}
.cross2 {
 	margin: 0 0 0 -20px;
 	width: 640px;
 	height: 16px;
 	position: relative;
 	background: url("../graphics/bcg_cross2.gif") no-repeat;
 	clear: both;
 	}
.cross3 {
 	margin: 20px 0 0 15px;
 	width: 250px;
 	height: 16px;
 	position: relative;
 	background: url("../graphics/bcg_cross1.gif") no-repeat;
 	clear: both;
 	}
.cross4 {
 	margin: 0 0 0 15px;
 	width: 250px;
 	height: 16px;
 	position: relative;
 	background: url("../graphics/bcg_cross1.gif") no-repeat;
 	float: left;
 	}


/*/ --- FORMATOVANI --- /*/


ul.seznam li {
 	list-style: square;
 	}
ul.seznam ul {
 	margin-top: 3px;
 	margin-bottom: 3px;
 	}
ul.seznam ul li {
 	list-style: disc;
 	}
table.tab {
 	margin: 0;
	}
table.tab th {
 	padding: 4px 5px 4px 6px;
 	margin: 0;
	background: #E6635A;
	}
table.tab td {
 	margin: 0;
 	padding: 2px 4px 2px 6px;
 	background: #E78C84;
 	}
label {	
 	font-weight: bold;
 	margin: 0 0 0 5px;
 	}
input {
 	padding: 2px;
 	border: 1px solid #820000;
 	color: #000;
 	}
textarea {
 	padding: 2px;
 	border: 1px solid #820000;
 	color: #000;
 	}
input.button {
 	padding: 2px 6px 2px 6px;
 	border: 1px solid #820000;
 	background: #E6635A;
 	font-weight: bold;
 	color: #fff;
 	}
table#kontakt {
	margin: 0;
	width: 590px;
	}
table#kontakt td {
	vertical-align: top;
	}
#content #right table#kontakt td h2 {
	margin: 0;
	}
.hr {
	margin: 16px 0 16px 70px;
	width: 456px;
	height: 9px;
	background: url("../graphics/bg_line.png") no-repeat;
	}
	
#ico_1 {
	margin: 0 20px 0 110px;
	}
.ico_4 {
	margin: -60px 0 0 0;
	position: relative;
	}
.ico_7 {
	margin: -60px -10px 0 10px;
	position: relative;
	}
.ico {
	margin: 30px 0 0 0;
	}


/*/ --- MENU --- /*/


#left {
 	margin: 10px 0 0 14px;
 	width: 300px;
 	float: left;
 	}
menu {
	margin: 6px 0 0 38px;
	padding: 0;
	width: 214px;
	}
menu li {
	margin: 0 0 12px 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Tahoma, Arial, Sans-Serif;
	font-size: 130%;
	}
menu li span {
	margin: 0;
	color: #000;
	font-size: 60%;
	font-weight: normal;
	line-height: 100%;
	position: relative;
	display: block;
	}
menu li a {
	margin: 0;
	padding-left: 14px;
 	text-decoration: none;
 	line-height: 100%;
 	color: #fff;
 	display: block;
 	}
menu li a:hover {
 	background: url("../graphics/bg_item.png") repeat-y left top;
 	}
menu li#now a {
 	background: url("../graphics/bg_item.png") repeat-y left top;
 	}
.iepngfix {
	width: 200px;
	cursor: pointer;
	float: left;
	}


/*/ --- NOVINKY --- /*/


h4.news {
 	margin: 0 0 0 35px;
 	padding: 0 0 3px 53px;
	text-transform: uppercase;
	font: 1.4em Arial, Tahoma, Arial, Sans-Serif;
	color: #fff;
	background: url("../graphics/bcg_line.gif") no-repeat left bottom;
 	}
h4.news div {
	margin: 0 0 10px 0;
	font-size: 0.5em;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000;
	}
p.date {
 	margin: 10px 0 0 35px;
 	font: bold 0.7em Tahoma, Arial, Sans-Serif;
 	float: left;
 	clear: left;
 	}
p.text {
 	margin: 10px 0 0 6px;
 	line-height: 14px;
 	text-align: justify;
 	font-size: .9em;
 	width: 154px;
 	float: left;
 	}
a.news_a:link, a.news_a:visited, a.news_a:active { 
 	margin: 2px 0 2px 0;
	text-decoration: none; 
	text-align: right;
	font-weight: bold;
	display: block;
  	color: #fff;  	
	}
a.news_a:hover { 
	text-decoration: underline; 
	}


/*/ --- BOX --- /*/


#right p.butt {
	margin: 0 -8px 0 0;
	width: 83px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
	background: url("../graphics/bg_button.png") no-repeat;
	color: #fff;
	font-weight: bold;
	float: right;
	cursor: pointer;
	}
#right p.butt2 {
	margin: 0 9px 0 0;
	width: 83px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	text-align: center;
	background: url("../graphics/bg_button.png") no-repeat;
	color: #fff;
	font-weight: bold;
	float: right;
	cursor: pointer;
	}
#content #right p.butt a, #content #right p.butt2 a {
	text-decoration: none;
	border: 0;
	position: relative;
	}
#content #right p.butt a:hover, #content #right p.butt2 a:hover {
	color: #ddd;
	}
.box img.thumb, .box_min img.thumb {
	margin: 5px 10px 10px 6px;
	}
.box_head {
	margin: 0;
	padding: 6px 0 0 14px;
	width: 594px;
	height: 26px;
	background: url("../graphics/bg_box_head.png") no-repeat;
	font-size: 0;
	}
#right .box h3, #right .box_min h3 {
	margin: 0;
	text-transform: none;
 	font-size: 1.3em;
 	font-weight: normal;
	}
#right .box_min .box_head h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	}
body #right .sbox .sbox_head h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	}
.sbox_head {
	margin: 0;
	padding: 1px 0 0 0;
	width: 190px;
	height: 29px;
	background: url("../graphics/bg_box_heads.png") no-repeat;
	}
.box {
	margin: 0 0 19px 0;
	width: 610px;
	float: left;
	clear: both;
	}
.box_min {
	margin: 5px 0 20px 0;
	width: 610px;
	float: left;
	clear: both;
	}
#right .box .an {
	margin: 5px 10px 10px 6px;
	border: 1px solid #fff;
	background: #C9251E url("../graphics/bg_an.png") repeat-y;
	float: left;
	}
#right .box .an img {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	float: none;
	}
#right .box .an p {
	margin: 4px 0 4px 0;
	padding: 0;
	text-align: center;
	}
.box img, .box_min img {
	margin: 0 10px 0 0;
	border: 1px solid #fff;
	float: left;
	}
.box img.thumb, .box_min img.thumb {
	margin: 5px 10px 10px 6px;
	}
#right .box ul, #right .box_min ul {
	margin: 8px 0 8px 0;
	padding: 0 0 0 20px;
	}
#right .box ul li, #right .box_min ul li {
	margin: 0 0 0 3px;
	padding: 0 0 0 12px;
	width: 400px;
	list-style: none;
	line-height: 1.6em;
	background: url("../graphics/bg_menu.png") no-repeat left 8px;
	float: left;
	}
.box_t {
	margin: 0;
	width: 608px;
	height: 9px;
	background: url("../graphics/bg_box_t.png") no-repeat;
	font-size: 0;
	}
.box_m {
	margin: 0;
	padding: 3px 0 2px 12px;
	width: 596px;
	min-height: 20px;
	background: url("../graphics/bg_box_m.png") repeat-y;
	float: left;
	clear: both;
	}
.box_m br {
	clear: both;
	}
.box_b {
	margin: 0;
	width: 608px;
	height: 9px;
	background: url("../graphics/bg_box_b.png") no-repeat;
	font-size: 0;
	float: left;
	clear: both;
	}
	


#form {
	width: 400px;
	float: left;
	clear: both;
	}
#form h1 {
	margin-top: 20px;
	}
#form table td {
	vertical-align: top;
	}
#form label {
	font-weight: bold;
	}
#form input, #form textarea, select {
	border: 1px solid #A60E00;
	}
#form input, select {
	width: 180px;
	}
#form textarea {
	width: 250px;
	height: 100px;
	}
#form input.butt {
	margin: 10px 0 0 65px;
	padding: 3px 7px 3px 7px;
	width: auto;
	background: #DBDBDB;
	border: 1px solid #A60E00;
	font-weight: bold;
	}
p#ram {
	margin: 0 20px 0 0;
	padding: 20px;
	border: 1px solid #A60E00;
	background: #DF3F2F;
	font-weight: bold;
	}



.sbox {
	margin: 4px 10px 10px 0;
	width: 190px;
	text-align: center;
	float: left;
	}
#content #right .sbox h3 {
	margin: 8px 0 -2px 0;
	font-size: .83em;
	font-weight: bold;
	}
#content .sbox p {
	text-indent: 0;
	font-size: .93em;
	text-align: center;
	}
.sbox img {
	border: 1px solid #fff;
	}
.sbox_t {
	margin: 0;
	width: 190px;
	height: 10px;
	background: url("../graphics/bg_sbox_t.png") no-repeat;
	font-size: 0;
	}
.sbox_m {
	margin: 0;
	padding: 3px 0 0 0;
	width: 190px;
	min-height: 20px;
	background: url("../graphics/bg_sbox_m.png") repeat-y;
	float: left;
	clear: both;
	}
.sbox_b {
	margin: 0;
	width: 190px;
	height: 10px;
	background: url("../graphics/bg_sbox_b.png") no-repeat;
	font-size: 0;
	float: left;
	clear: both;
	}
.group {
	margin: 0 0 15px 0;
	float: left;
	clear: both;
	}
.rekl_gr {
	margin: 0;
	float: left;
	}




/*/ --- FOOTER --- /*/


#footer {
 	margin: 40px 0 0 0;
 	width: 870px;
 	height: 60px;
 	background: url("../graphics/bg_footer.png") no-repeat;
 	left: 0;
 	position: relative;
 	float: left;
 	clear: both;
 	}
