* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #525252;
}

a:hover,
a:active {
	text-decoration: none;
}

/*H1 - nadpis kazde stranky*/
H1 {  
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; /*puvodne Century Gothic;*/
	font-weight: bold;  /*puvodne bylo normal*/
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 25px;
	border-bottom: 1px solid #a8aaab;
	margin-bottom: 20px;
	text-transform: uppercase;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

H3 {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 7px;
}

body {
	background: #c4c4c1;
	text-align: center;
	color: #525252;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url("../images/layout/top_background.jpeg");
	background-repeat:  repeat-x;
	background-position: top;
}

#center {
	text-align: left;
	width: 969px;
	margin: auto;
}


/******************* STYLY PRO CAST TOP **********************************************/

#top {
	height: 156px;
	width: auto;
}

#top img {
	margin-left: 15px;
	--margin-left: 30px;
	float: left;
}

#top form {
	width: 328px;
	height: 70px;
	float: right;
	background-image:url("../images/layout/search_background.gif");
	background-repeat: no-repeat;
	background-position: left 16px;
	margin-right: 40px;
	margin-top: 14px;
	padding-left: 10px;
}

#top form label {
	color: #ffffff;
	font-size: 20px;
	font-family: Century Gothic;
	padding-left: 10px;
	padding-right: 15px;
}

#top form div.input {
	float: left;
	width: 230px;
	padding-top: 30px;
}

#top form input.input {
	width: 110px;
}

#top form div.button {
	text-align: left;
	float: right;
	width: 72px;
	height: 71px;
	background-image: url("../images/layout/search_button.gif");
	cursor: pointer;
	margin-right: 10px;
}

#top .border {
    border-bottom: 1px solid #a8aaab;
	width: 610px;
	margin-left: 319px;
	float: left;
	margin-top: -12px;
}
	
#top ul{
	list-style: none;
	width: 680px;
	float: left;
	margin-left: -27px;
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Century Gothic;
	border-bottom: none;
	text-transform: uppercase;
}

#top ul a{
	color: #363e48;
	text-decoration: none;
}

#top ul a:hover,
#top ul a.active {
	color: #d84000;
	text-decoration: underline;
}

#top ul li {
	float: left;
	--margin-right: 30px;
	margin-left: 45px;
}


/******************* STYLY PRO CAST MENU **********************************************/

#main {
	width: auto;
	height: auto;
}

#sideColumn {
	float: left;
	width: 284px;
	margin-top: 40px;
	margin-left: 15px;
	text-transform: uppercase;
}

#menu {
	width: auto;
	background-color: #b7bfc9;
	background-image: url("../images/layout/menu_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 10px;
}


#menu h3 {
	font-family: Century Gothic;
	color: #ffffff;
	font-weight: normal;
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 22px;
	border-bottom: 2px solid #c5ccd4; 
}

#menu .top {
	width: 284px;
	height: 17px;
	background-image: url("../images/layout/menu_top.gif");
	background-repeat: no-repeat;
	background-position: top;
}

#menu a {
	text-decoration: none;
}

#menu a:hover,
#menu a:active {
	text-decoration: underline;
}

#menu ul {
	margin-left: 35px;
	margin-top: 10px;
	list-style: none;
	font-family: verdana;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}

#menu ul li {
	margin-top: 10px;
}

#menu ul li a {
	color: #fff;
}

#menu ul li a:hover,
#menu ul li a:active {
	color: #000;
}

#menu ul ul {
	list-style-type: disc;
	list-style-image: url("../images/layout/disc.jpg");
	font-family: verdana;
	color: #000;
	font-size: 14px;
	line-height: 1.3em;
}

#menu ul ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#menu ul ul li a {
	color: #525252;
}

#menu ul ul li a:hover,
#menu ul ul li a:active {
	color: #fff;
}

#menu ul ul ul {
	margin-bottom: 10px;
}

/******************* STYLY PRO CAST MAINCONTENT **********************************************/

#mainContent {
	float: right;
	width: 610px;
	margin-right: 40px;
}

#navigation {
	margin-top: 5px;
}

#mainContent p {
	margin-top: 20px;
	line-height: 1.3em;
    --text-align: left;
    text-align: justify;
}

#mainContent .left {
	float: left;
	margin: 15px;
}

#mainContent .right {
	float: right;
}

#mainContent ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}

/*pridano WAK - styl Mapa Webu*/
#mainContent ul {
	font-weight: bold;
	list-style-type: disc;
}

#mainContent ul ul {
	font-weight: normal;
	--font-weight: bold;
}

#mainContent ul ul ul{
	font-weight: normal;
}

#mainContent ul a {
	text-decoration: none;
}

#mainContent ul a:hover{
	text-decoration: underline;
}

/*pridano WAK - styl Mapa Webu*/


#mainContent strong {
	font-weight: normal;
}

#mainContent h2 {
	font-weight: bold;
	margin-top: 35px;
	--margin-top: 30px;
}


#mainContent h3 {
	font-weight: bold;
}

#mainContent .strong {
	font-weight: bold;
}

#mainContent .em {
	font-style: italic;
}


/******************* STYLY PRO CAST INTRO **********************************************/

#intro * {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#boxLinks {
	width: auto;
	height: 307px;
	position: absolute;
	top: 220px;
	left: 210px;
	
	top: 34px;
	left: -17px;
}

#boxLinks .dok {
	display: block;
	width: 74px;
	height: 307px;
	background-image: url("../images/layout/dok.gif");
	float: left;
}

	#boxLinks .dok:hover,
	#boxLinks .dokActive {
		display: block;
		width: 74px;
		height: 307px;
		background-image: url("../images/layout/dok_active.gif");
		float: left;
	}

#boxLinks .kis {
	display: block;
	width: 101px;
	height: 307px;
	background-image: url("../images/layout/kis.gif");
	float: left;
}

	#boxLinks .kis:hover,
	#boxLinks .kisActive {
		display: block;
		width: 101px;
		height: 307px;
		background-image: url("../images/layout/kis_active.gif");
		float: left;
	}

#boxLinks .intra {
	display: block;
	width: 145px;
	height: 307px;
	background-image: url("../images/layout/intra.gif");
	float: left;
}

	#boxLinks .intra:hover,
	#boxLinks .intraActive {
		display: block;
		width: 145px;
		height: 307px;
		background-image: url("../images/layout/intra_active.gif");
		float: left;
	}

#intro .box {
	width: 914px;
	height: auto;
	margin-top: 30px;
	margin-left: 20px;
	background: #b7bfc9;
	background-image: url("../images/layout/introBottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}

#intro .box .top {
	width: 914px;
	height: 16px; 
	background-image: url("../images/layout/introTop.jpg");
}

#intro .box .features {
	width: 575px;
	width: 595px;
	height: auto;
	height: 256px;
	float: right; 
}

#intro .box .features .introButton a {
	width: 178px;
	height: 27px;
	float: right;
	background-image: url("../images/layout/introButton.gif"); 
	margin-bottom: 27px;
	margin-right: 15px;
	color: #fff;
	font-size: 17px;
	padding-left: 15px;
	padding-top: 10px;
}

#intro .box .features .introButton a {
	text-decoration: none;
}

#intro .box .features .introButton a:hover {
	text-decoration: underline;
}

#intro H1 {
	border: none;
	color: #ffffff;
	text-transform: uppercase;
}

#intro H2 {
	color: #525252;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#intro .box ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	list-style-type: none;
}

#intro .box ul li {
	background-image: url("../images/layout/introMenu.gif");
	background-repeat: no-repeat;
	background-position: left;
	line-height: 2.8em;
	padding: 0px;
	height: 37px;
}

#intro .box ul li span {
	margin: 20px;
	margin-left: 15px;
	color: #fff;
	font-size: 16px;
	padding: 0px;
}

#intro .description {
	width: 520px;
	float: right;
	margin-bottom: 30px;
	margin-right: 85px;
	margin-top: 10px;
}

#intro .description p {
	margin-top: 10px;
}

#kisFeatures,
#dokFeatures,
#kisDescription,
#dokDescription {
	display: none;
}

#intraFeatures,
#intraDescription {
	display: block;
}

/******************* STYLY PRO CAST FOOTER **********************************************/


#footer {
	width: auto;
	height: 145px;
	margin-top: 20px;
	background-image: url("../images/layout/footer_background.jpg");
}

#footer .content {
	width: 969px;
	height: 145px;
	margin: auto;
	text-align: left;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#quickLinks {
	margin-left: 15px;
	padding-top: 20px;
	width: 391px;
	height: 83px;
	background-image: url("../images/layout/nej_box.gif");
}

#quickLinks ul {
	list-style: none;
	margin-left: 20px;
}

#quickLinks ul li {
	margin-top: 7px;
}

#quickLinks ul li a {
	color: #fff;
}

#quickLinks ul li a:hover {
	color: #fff;
}

#footer .links {
	float: right;
	margin-right: 50px;
	font-size: 13px;
	position: relative;
	bottom: 30px;
}

#footer .links #mailUs {
	background-image: url("../images/layout/mail.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 30px;
	padding-left: 20px;
}

#footer .links #sitemap {
	background-image: url("../images/layout/sitemap.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 30px;
	padding-left: 20px;
}

#footer .links #copyright {
	background-image: url("../images/layout/copyright.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 30px;
	padding-left: 20px;
}





/************** Hlasky **************/
.messageNotice {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: dashed 1px #0d6f3c;
	color: #0d6f3c;
}

.messageWarning {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: dashed 1px #ed569d;
	color: #ed569d;
}

.messageError {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: dashed 1px #D84000;
	color: #D84000;
}

#mainContent .messageNotice p,
#mainContent .messageWarning p,
#mainContent .messageError p {
	margin: 10px;
}



/************** Formulare **************/
#mainContent form {
	height: auto;
	width: auto;
	min-width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainContent fieldset {
	padding: 20px;
	padding-top: 0px;
	width: auto;
	margin-top: 20px;
	border: none;
}

#mainContent fieldset div {
	float: none;
	clear: both;
	text-align: left;
	margin-top: 10px;
	width: auto;
	min-width: 500px;
}

#mainContent label {
	text-align: left;
	float: left;
	width: 30%;
}

#mainContent .input,
#mainContent .select {
	border: 1px solid #A8AAAB;
	width: 200px;
	padding: 3px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#mainContent input.button {
	cursor: pointer;
	font-weight: bold;
}

#mainContent .requiredItem {
	color: #D84000;
}

#mainContent form em {
	font-size: 11px;
}

#mainContent textarea {
	height: 80px;
}



/************** Clanky **************/
.body .aktuality {
	margin-top: -60px;
}

.body .aktuality ul {
	margin-top: 5px;
}

.body .aktuality ul li{
	list-style-type:none;
	list-style-image: url("../images/layout/li.png");
	padding:0px;
	margin-left: 20px;
}


.body .aktuality a
 {
	font-weight: normal;
	float: none;
	text-decoration: none ;
	border-bottom:1px grey solid;
}

.body .aktuality a:hover {
	font-weight: bold;
	float: none;
	text-decoration: none;	
	border-bottom: none; 
}

.news .article {
	width: 600px;
	height: auto;
	--background-color: #B7BFC9;
}

.news .article .photo {
	width: 0px;
	height: auto;
	--padding: 10px;
	float: left;
	text-align: center;
}

.news .article .photo img {
	--border: solid 1px #A8AAAB;
}

.news .article .text {
	visibility:hidden; 
	width: 590px;
	height: auto;
	--padding-top: 20px;
	--padding-bottom: 20px;
}

.news .article .text .title {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.news .article .text .date {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news .body {
	--margin-top: 20px;
}

.news .images {
	--margin-top: 20px;
	--margin-bottom: 20px;
}

.news .images .thumb {
	width: 100px;
	height: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.news .images .thumb img {
	width: 100px;
	height: 100px;
	border: solid 1px #A8AAAB;
}


.news .report{
	width: 600px;
	height: auto;
	margin-bottom: 4px;
}

.news .report .photo {
	--width: 100px;
	--height: 100px;
	--background-color: #B7BFC9;
	background-color: none;
	padding: 5px;
	float: left;
	text-align: center;
	border-right: solid 5px #C4C4C1;
	margin-right: 5px;
}

.news .report .photo img {
	--width: 100px;
	--height: 100px;
	--border: solid 1px #A8A;
}


/************** WAK STYLY**************/
/************** OBECNE ****************/

.w_stat_file {
	font-size: 10px;
	color: #d84000;
}

.w_link_white_b {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

.w_link_white {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}

.w_link_white:hover,
.w_link_white:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.w_link_chocolate_b {
	text-decoration: underline;
	color: #d84000;
	font-weight: bold;
}

.w_link_ocel_b {
	text-decoration: underline;
	color: #597397;
	font-weight: bold;
}

.w_link_ocel_b_15px:hover,
.w_link_ocel_b_15px:active {
	text-decoration: underline;
	color: #597397;
	font-weight: bold;
	font-size: 15px;
}

.w_link_ocel_b_15px {
	text-decoration: none;
	color: #597397;
	font-weight: bold;
	font-size: 15px;
}
.w_link_ocel_b_bch {
	text-decoration: none;
	color: #597397;
	font-weight: bold;
	border-bottom: #d84000 1px solid;
}

.w_link_ocel_b_bch:hover {
	text-decoration: underline;
	color: #597397;
	font-weight: bold;
}

.w_text_white {
	color: #ffffff;
}

.w_text_chocolate {
	color: #d84000;
}

.w_text_ocel {
	color: #597397;
}

.w_text_white_b {
	color: #ffffff;
	font-weight: bold;
}
.w_text_ocel_b_bch {
	color: #597397;
	font-weight: bold;
	border-bottom: #d84000 1px solid;
}

.w_text_chocolate_b {
	color: #d84000;
	font-weight: bold;
}

.w_text_ocel_b_18px {
	color: #597397;
	font-weight: bold;
	font-size: 18px;
}

.w_text_ocel_b {
	color: #597397;
	font-weight: bold;
}

.w_text_ocel_b_15px {
	color: #597397;
	font-weight: bold;
	font-size: 15px;
}

.w_text_ocel_b_bch {
	color: #597397;
	font-weight: bold;
	border-bottom: #d84000 1px solid;
}

.w_img_fr00 {
	position: relative;
	top: 0px;
	left: -95px;
	border: #d84000 1px solid;
	float: right;
}

.w_img_fr30 {
	position: relative;
	top: 18px;
	left: 0px;
	border: #d84000 1px solid;
	float: right;
}

.w_img_fr_m20 {
	float:right;
	border: #d84000 1px solid;
	margin-left: 20px;
	margin-bottom: 20x;
}

.w_img_fr_right {
	border: #d84000 1px solid;
	float:right;
	margin-left: 5px;
	margin-bottom: 5x;
}

.w_img_logo_left {
--	float:left;
	margin-right: 5px;
	margin-bottom: -2px;
}

#logointra_l {
	position: relative;
	top: -5px;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../../../../wak_file/images/logo_wakintra.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
}

#logokis_l {
	position: relative;
	top: -5px;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../../../../wak_file/images/logo_wakkis.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
}

#logodok_l {
	position: relative;
	top: -5px;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../../../../wak_file/images/logo_wakdok.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
}

#favorites ul,
#favorites li {
	color: #597397;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type:none;
	list-style-image: url("../images/layout/li.png");
	padding:0px;
	margin-left: 9px;
}

#favorites ul a{
	color: #597397;
	text-decoration: none;
	font-weight: normal;
}

#favorites ul a:hover,
#favorites ul a.active {
	color: #597397;
	text-decoration: none;
	font-weight: bold;
}

#maincontent_top ul,
#maincontent_top li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	list-style-type:disc;
	padding:0px;
	margin-left: 9px;
	list-style-position: outside;
	clear: left;
}

#maincontent_ocel_top ul,
#maincontent_ocel_top li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #597397;
	list-style-type:disc;
	padding:0px;
	margin-left: 9px;
	list-style-position: outside;
	clear: left;
}

#maincontent_profil ul,
#maincontent_profil li {
	list-style-type:none;
	list-style-image: url("../images/layout/li_profil.gif");
	padding:0px;
	margin-left: 9px;
	list-style-position: outside;
	clear: left;
}
/************** MENU **************/
.banner-top {
	width: 284px;
	height: 15px;
	background-image: url("../images/layout/product_bgr.png");
	background-repeat: no-repeat;
	background-position: top;
}

.banner-bottom {
	width: 284px;
	height: 10px;
	background-image: url("../images/layout/product_bgr.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.banner-other {         /** Vyuzije se na Kontaktnim formulari, Mape stranek a NEJ aktualitach **/
	margin-top: 80px;
	
}
