@import url("menu_t.css");
@import url("menu_l.css");
@import url("menu_b.css");
@import url("editor.css");

/*----------------- Nastaveni body -------------------*/

html, body {background: #d5e8ff url(../img/bg-body.gif) repeat-x top; width: 100%;padding: 0; text-align: center; margin: 0;}
body {font-family:Arial, Helvetica, sans-serif; font-size: 12px;}html {}
/*----------------- Nastaveni tela --------------------- */
#maincont{background: #fff;width: 980px; text-align: left; margin: 0px auto 15px auto; border: 0;border: 0px;}

/*----------------- Nastaveni nadpisy -------------------*/
h1, h2, h3, h4, h5, h6 ,p {margin: 0em;padding:0em;text-align: left;}
h2, h3, h4, h5 {color: #336699; padding: 5px 0 2px 0;}
h2 {font-size: 1.7em;} 
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.1em;}

h1, h1.intro {font-size: 1.8em; color: #fff; margin:0px 0 0px 15px; padding-top: 8px; font-weight: normal; width: 700px}
h2.nadpis {background: #EDBB3B url(../img/bg-h2-nadp.gif) repeat-x; height: 24px; margin: 0; padding: 10px 10px 10px 20px; color:#255794;}

p{padding: 2px 0px 5px 0px;margin: 2px 0px 5px 0px; text-align: justify;}
/*----------------- Nastaveni link -------------------*/
a,a:link,a:active,a:hover,a:visited {color: #336699;text-decoration: underline; cursor: hand}
a:hover {text-decoration: underline;color: #336699;}
a:visited {color: #336699;}
a:focus,a:active {	color: #336699;text-decoration: none;}
h2 a,h2 a:link,h2 a:active,h2 a:hover,h2 a:visited{	text-decoration: none;}

/*----------------- Nastaveni obrázků -------------------*/
img {border: 0px;}
img.vlajky {margin: 5px 2px 5px 2px;}
hr {color:#336699; font-size: 2px;clear: both;}
/* ------------------------ Nastavení form -----------------------*/
form {margin: 0; padding: 0;}
input[type="submit"], input[type="button"]{background-color: #ffa50a;border: outset 2px #CBCBCB;font-family: tahoma;font-size: 11px;font-weight:bold;padding-bottom:3px;color:#000000; }
input[type="text"], input[type="password"], select, textarea{background-color:#ffffff;border:solid 1px #cccccc;}
input[type="text"], input[type="password"], textarea {padding: 5px}
select {padding: 4px}
option {padding: 2px 0 2px 15px}
/* ------------------------ Skryti oddelovacu --------------------*/
.hidden, .break hr {display: none; margin: 0; padding: 0;}
.break {display: block;clear: both;font-size: 1px;height: 1px;visibility: hidden;width: 100%;}
