
/* ----------------------------------------------------------- */ 
/* ---   Copyright (c) Vyvial.cz  --------------- */
/* ----------------------------------------------------------- */


/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none; }

body		{ color: #585c5e; font-size: 10px; font-family: Arial, lucida, sans-serif; background: #006699 url('../images/bg-body.jpg') repeat-x; padding: 70px 0; }
a		{ font-size: 12px; text-decoration: none; font-weight: none; color: #0000FF; }
a:hover	      	{ font-size: 12px; text-decoration: underline; font-weight: none; color: #ff6600; text-shadow:1px 1px 0 rgba(255,255,255,0.8),0 0 18px #C0C0C0; }
a images     	{ border: 0; }

a.nadpis		{ font-size: 16px; text-decoration: none; font-weight: none; color: #0000FF; }
a.nadpis:hover  	{ font-size: 16px; text-decoration: underline; font-weight: none; color: #ff6600;}

a.velke		{ font-size: 20px; text-decoration: none; font-weight: none; color: #0000FF; }
a.velke:hover  	{ font-size: 20px; text-decoration: underline; font-weight: none; color: #ff6600;}

input
select,
textarea      	{ font-family: Arial, lucida, sans-serif; vertical-align: middle; }
input,
textarea	{ background: #044979; padding: 2px 0; margin: 0; border: 1px solid #1776a4; color: #cde2f0; }
.title_svatky	{ font-size: 13px; color: #FFFFFF; font-style: italic; font-weight: normal}
.title		{ font-size: 13px; color: #585c5e; font-style: italic; font-weight: normal}

h1	{ font-size: 20px; color: #FFFFFF; }
h2	{ font-size: 20px; color: #000000; }
h3	{ font-size: 10px; }
h4	{ font-size: 20px; color: #FFFF00; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }
p   { text-align:justify; line-height: 1.4; }

h3, h4, h5, h6  { color: #000000; }

blockquote  { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }

/* -- tennismania -- */
#tennismania table	{ position: absolute; color:#FF0000; width: 50px; height: 500px; margin-left: -73px; top: -280px; border: 0; }
#tennismania td	{ border: 0; background: url('../images/tennismania.png') no-repeat; }

/* -- bean -- */
#bean table	{ position: absolute; color:#FF0000; width: 120px; height: 250px; margin-left: 935px; top: -10px; border: 0; }
#bean td		{ border: 0; background: url('../images/bean.png') no-repeat; }

/* -- santa -- */
#santa table	{ position: absolute; color:#FF0000; width: 150px; height: 120px; margin-left: -36px; top: 38px; border: 0; }
#santa td	{ border: 0; background: url('../images/santa.png') no-repeat; }

/* -- User friendly features -- */
.hidden   { display: none; }

/* -- Basics layout -- */
#view     { width: 962px; margin: 0 auto; }
#head     { font-size: 1.2em; }
#content  { font-size: 1.2em; }
#foot     { font-size: 1.2em; clear: both; }

/* -- Logo constructs -- */
#main       { position: relative; padding-left: 15px; margin-bottom: 12px; }
#main h1    { font-family: sans-serif; font-size: 2.2em; }
#main h1 a  { text-decoration: none; color: #fff !important; }
#main h2    { font-weight: normal; font-size: 1em; padding-left: 2px; margin-top: -30px; }
#main h2,
#main h2 a  { color: #8bcced; text-decoration: none; }

#head a:hover { text-decoration: none !important; }

#logo 		{ height: 236px; background: #63b7dd url('../images/bg-logo.jpg') no-repeat; }
#logo *     	{ color: #eaafa3; text-decoration: none !important; }
#logo h2    	{ font-size: 14px; font-weight: bold; font-style: italic; color: #d6ecf9; margin: 120px 0 0 220px; }
#logo h3    	{ font-size: 13px; font-weight: normal; font-style: italic; color: #d6ecf9; margin: 5px 0 0 320px; }
#logo h4	{ font-size: 12px; font-weight: normal; font-style: none; color: #FFFFFF; margin: 40px 0 0 70px; }

/* -- tabulka -- */
#tabulka table	{ cellspacing: 10px; padding: 2px; margin-left: 60px; margin-top: 10px; width: 480px; border: 1px solid #c0c0c0; text-align: center;}
#tabulka td	{ border: 1px solid #dddddd; padding: 10px; background: #EEEEEE; }

/* -- download -- */
#download table	{ cellspacing: 10px; padding: 2px; margin-left: 60px; margin-top: 10px; width: 500px; border: 1px solid #c0c0c0; text-align: left;}
#download td	{ line-height: 1.3; border: 1px solid #dddddd; padding: 10px; background: #EEEEEE url('../images/bg-table-download.png') 100% 100% no-repeat; }

/* -- Main classes -- */
.nadpis		{ font-size: 14px; font-weight: bold; }
.warning	{ font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: blink;}
.warning_velke	{ font-size: 18px; font-weight: bold; color: #FF0000; }
i		{ font-size: 12px; font-weight: bold; }
li		{ font-size: 12px; line-height: 1.3; text-align: justify; }
ul.odsazeni	{ padding-left: 35px !important; }
hr		{ height: 1px; border: none; background: url('../images/hr.gif') left top repeat-x; }
hr.menu		{ height: 1px; border: none; width: 60%; background: url('../images/hr.gif') }
.fr		{ float: right !important; }
.fl		{ float: left !important; }
.clear    	{ clear: both !important; }
.right		{ text-align: right !important; }
.left		{ text-align: left !important; }
.center		{ text-align: center !important; }
.last		{ margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small		{ font-size: .90em; }
.big		{ font-size: 1.5em; }
.item		{ margin-bottom: 1.5em; clear: both; }
.info		{ font-size: 12px; margin: 10px 0 10px !important; color: #148d04; }
.images		{ padding: 3px; border: 1px #dff1f9 solid; float: left; }
.images images	{ padding: 0; border: none !important; }
.self		{ padding-left: 10px; float: left; margin-top: -4px; }
.tucne		{ font-size: 12px; font-weight: bold; color: #585c5e; }
.perex		{ margin-bottom: 0 !important; }
.col1		{ width: 49%; float: left; }
.col2		{ width: 49%; float: right; }
.col2 *		{ padding-left: 0 !important; }
images.left	{ margin-left: 0 !important; }
images.right	{ margin-right: 0 !important; }

/* -- Layout constructs -- */
#logo       { position: relative; width: 100%; height: 232px; overflow: hidden; background: #398db9 url('../images/bg-logo.jpg') 0 0 no-repeat; }
#mainMenu   { height: 43px; padding: 0 12px; background: #0f2132 url('../images/bg-menu.gif') no-repeat; }
#content    { width: 100%; height: 100%; background: #fff url('../images/bg-content.gif') repeat-y; float: left; }
#foot       { height: 54px; background: #0f2132 url('../images/bg-foot.gif') no-repeat; }

/* -- Main Menu -- */
#mainMenu ul                { position: relative; height: 100%; }
#mainMenu li                { position: relative; float: left; }
#mainMenu li a              { display: block; width: 101px; height: 27px; padding-top: 16px; float: left; font-weight: normal; font-size: 12px; color: #FFFFFF; text-decoration: none; text-align: center; background: url('../images/bg-menu_item.gif') 0 0 no-repeat; }
#mainMenu li.active a,
#mainMenu li a:hover        { background-color: #0a1520; color: #ff6600; background-position: 0 -43px; }


/* -- Search block -- */
#search 	{ position: absolute; right: 12px; top: -10px; width: 30%; text-align: right; }
#search .button	{ width: 166px !important; height: 17px; border: none; background: url('../images/bg-input.gif'); padding: 3px 12px; }
#search .submit	{ width: 22px !important; height: 23px; background: url('../images/bg-submit.gif') no-repeat; border: none !important; padding: 0; margin-left: 5px; }


/* -- Right (submenu) block -- */
#menuBlock                      { width: 302px; float: left; }
#menuBlock .box                 { margin-top: 0; padding: 20px 20px 0 25px; }
#menuBlock .firstBox            { padding-top: 25px; }
#menuBlock .box h3              { font-size: 16px; font-weight: bold; margin-bottom: 10px; padding-left: 0; color: #000000; }
#menuBlock .boxText p,
#menuBlock .boxText a           { color: #0b1621; }
#menuBlock .subMenu ul          { padding-left: 6px; }
#menuBlock .subMenu ul li       { margin: 1px 0; }
#menuBlock .subMenu li a        { font-size: 12px; padding: 0 5px 0 20px; color: #0000FF; font-weight: normal; overflow: hidden; background: url('../images/bg-submenu_item1.gif') 0 60% no-repeat; }
#menuBlock .subMenu li a:hover  { font-size: 12px; text-decoration: underline; font-weight: normal; color: #ff6600; background: url('../images/bg-submenu_item2.gif') 0 60% no-repeat; }
#menuBlock .subMenu li.active a { color: #022a47; background: url('../images/bg-submenu_item2.gif') 0 60% no-repeat; }

/* -- Left (content) block -- */
#content > #contentBlock        { margin-bottom: 0 }
#contentBlock .subMenu ul	{ padding-left: 20px; }
#contentBlock .subMenu ul li	{ margin: 1px 0; padding: 0 5px 0 20px; overflow: hidden; background: url('../images/bg-submenu_item1.gif') 0 60% no-repeat; }
#contentBlock			{ position: relative; left: 1px; float: left; width: 660px; margin-bottom: -20px; padding: 20px 0; }
#contentBlock images            { margin: 3px; }
#contentBlock img	        { margin: 0; }
#contentBlock table tr.add td,
#contentBlock table tr.add th   { background: url('../images/bg-table_line.gif') repeat-x; }
#contentBlock .item             { position: relative; left: -1px; padding: 0 15px 0 25px; margin-right: 20px; }
#contentBlock .item h2,
#contentBlock .item h3,
#contentBlock .item p           { font-weight: normal; margin: 10px 0 10px !important;}
#contentBlock .item h4		{ font-weight: normal; margin: 50px 0 10px !important;}
#contentBlock .itemOdd          { position: relative; left: -11px; background: url('../images/bg-article.gif') repeat-y; width: 230px; padding-right: 0; }
#contentBlock .itemEven         { padding-right: 0; }
#contentBlock .mainItem         { padding-right: 0; }
#contentBlock .mainItem .perex  { color: #014679; width: 595px; padding: 10px; margin-left: 20em; border-right: 1px #dff1f9 solid; border-top: 1px #dff1f9 solid; border-left: 1px #dff1f9 solid; border-bottom: 1px #dff1f9 solid; background-color: #ecf8ff; }

/* -- Lists -- */
#contentBlock p,
#contentBlock ul,
#contentBlock ol,
#contentBlock table,
#menuBlock .boxText p,
#menuBlock .boxText ul,
#menuBlock .boxText ol,
#menuBlock .boxText table       { margin-bottom: 2em; }
#contentBlock ul,
#contentBlock ol,
#menuBlock .boxText ul,
#menuBlock .boxText ol          { padding-left: 10px; }
#contentBlock ol,
#menuBlock .boxText ol          { padding-left: 17px; }
#contentBlock ul *,
#contentBlock ol *,
#menuBlock .boxText ul *,
#menuBlock .boxText ol *        { margin-bottom: 0 !important; }
#contentBlock ul li,
#menuBlock .boxText ul li       { padding-left: 5px; margin: 3px 0; list-style: disc; }
#contentBlock ol li,
#menuBlock .boxText ol li       { margin: 3px 0 3px 10px; padding: 0; list-style: decimal; }


/* -- Footer part -- */
#foot p       	{ padding: 10px 20px 0; }
#foot *       	{ color: #d6ecf9; }
#foot a		{ font-size: 12px; text-decoration: none; font-weight: normal; color: #FFFFFF; }
#foot a:hover 	{ font-size: 12px; text-decoration: underline; font-weight: normal;color: #FFFFFF; }

