/* 
 *   strukturní styly
 */

body {
	background-color:#330033;
	padding-bottom:0.5em;
	color: white;
}

div.hlavni {
    position: absolute;
	width:90%;
	margin-left:5%;
	margin-top: 0em;
	margin-bottom:0.5em;
	text-align:left;
	padding-bottom:0.5em;
	background-image: url('images/pozadi.gif');
}

div.header {
    padding: 0.3em 0em;
    text-align: center;
    font-size: 3em;
    font-family: 'Tahoma', sans-serif;
    font-weight: bold;    
}

div.reklama_strana {
	width: 18%;
	margin: 0em;
	float:right;
	text-align: center;
}

div.reklama_paticka {
    text-align: center;
}

div.hlavni_pole {
    float: left; 
    background-color:#fff0e9;
    color: black;   
    width: 62%;
}

.ordinar_core_content {
  width: 62%;
}

div.core_content .block_content{
  padding: 0.1em 1em;
}


div.levy_sloupec {
  width: 20%;
  float: left;  
}

div.core_menu .block_content {
  padding: 0.2em 0.3em;
  margin: 0em 0.4em;
  background-color:#cc9999; 
}

div.debug_messages {
    clear:both;
}

/*
 *   kulaté rohy
 */ 

.hlavni .round_corner_tr {
    position: absolute;
    width:50px;
    height:50px;
    right: 0px;
    _right:-1px;
    top: 0px;
    z-index: 2;
    background-image: url('images/oblouk_big_tr.gif');
}

.hlavni .round_corner_tl {
    position: absolute;
    width:50px;
    height:50px;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-image: url('images/oblouk_big_tl.gif');
}

.hlavni .round_corner_br {
    position: absolute;
    width:50px;
    height:50px;
    right: 0px;
    _right:-1px;
    bottom: 0px;
    _bottom: -1px;
    z-index: 2;
    background-image: url('images/oblouk_big_br.gif');
}

.hlavni .round_corner_bl {
    position: absolute;
    width:50px;
    height:50px;
    left: 0px;
    bottom: 0px;
    _bottom: -1px;
    z-index: 2;
    background-image: url('images/oblouk_big_bl.gif');
}

.hlavni_pole .round_corner_tr {
    position: relative;
    float: right;
    width:20px;
    height:20px;
    right: 0px;
    top: 0px;
    background-image: url('images/oblouk_small_tr.gif');
}

.hlavni_pole .round_corner_tl {
    position: relative;
    float: left;
    width:20px;
    height:20px;
    left: 0px;
    top: 0px;
    background-image: url('images/oblouk_small_tl.gif');
}

.hlavni_pole .round_corner_br {
    position: relative;
    float: right;
    width:20px;
    height:20px;
    z-index: 1;
    background-image: url('images/oblouk_small_br.gif');
}

.hlavni_pole .round_corner_bl {
    position: relative;
    float: left;
    width:20px;
    height:20px;
    background-image: url('images/oblouk_small_bl.gif');
}


/*
 *   generální vizuální styly
 */ 

h1 {
	font: 200% Arial, sans-serif;
}
h2 {
	background-image: url('images/pruh_podtrzitko.png');
	background-repeat: no-repeat;
	background-position: 0% 0.9em;
	font: bold 120% Arial, sans-serif;
	color:#330033;
	padding-left:0.5em;
	text-align: left;
}
h3 {
	font: bold 100% Arial;
	color:#330033;
	text-align: left;
}
dt {font-weight: bold;margin-top:10px}


a {color: #cc6600;}
a:hover {}
a:visited {color: #666666;}

/*
 *   styly menu
 */ 

.core_menu {
    clear: both;
    margin-top: 8px;
}


.core_menu a, .core_menu a:visited {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 85%;
    display:block;
    text-decoration: none;
    background-color:#330033; 
    color: white;
    margin: 0.2em 0em;
    padding: 0.15em 0.5em;
    text-align: right;
    clear:both;
}

.core_menu a:hover {
    background-color:#cc9999; 
}

.current {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 85%;
    display:block;
    background-color:#fff0e9; 
    color: #330033;
    margin: 0.2em 0em 0.2em 0.3em;
    padding: 0.15em 0em;
    text-align: right;
    clear:both;
}


.core_menu .level_1 {
    
}

.core_menu .level_2 {
    width: 80%;
    float: right;
}

div.action_button {
    display: block;
    float: left;
    padding: 0.2em;
    border: solid 1px #cc9999;
    background-color: #ffcccc;
    margin: 0.2em;
}

/*
 *   vzhled formuláře
 */ 

.data {
    clear: both;
}

table.formular, .core_content table {
	padding:1px;
	width:90%;
	border-collapse:collapse;
	border: solid 1px black;
	color: black;
	clear: both;
/*	width:510px;*/
}

table.formular td, .core_content table td {
	background-color: #ffdddd;
	padding:1px 3px 1px 3px;
	text-align:left;
	border: solid 1px black;
}


.core_content table.formular td {text-align:center;}

table.donate_table {
    border: none;
    margin: 1.5em 0;
}

table.donate_table td {
    background-color: transparent;
    border: none;
    text-align: center;
}

table.donate_table form {
    font: bold italic 120% "Verdana" "sans-serif";
}

.action_button {
    float:left;
}

fieldset {
    clear:both;
}

fieldset#dotaz {
    width: 65%;
    float:left;
}

fieldset#dotaz table {
    width: 100%;
}

fieldset#dotaz th {
    width: 20%;
}

fieldset#dotaz textarea {
    width: 100%;
}

fieldset#statinfo {
    width: 25%;
    clear: none;
}

fieldset#statinfo th {
    font-size: 80%;
}

table.typ {
    clear: none;
    width: 30%;
}

table.typ select {
    clear: none;
    width: 100%;
    overflow: hidden;
}

table.typ th {
    display: none;
}
/*
 *   zvláštní styly pro tabulku ve statistice
 */ 


table.statistika td {text-align:center;}
table.statistika td.nadpis {background-color: #660066; color: #FFFFFF; width: 35px }
table.statistika td.nadpis2 {background-color: #660066; color: #FFFFFF}
th {background-color: #660066; color: #FFFFFF}

table.dieta td {
	width:50%;
	vertical-align:top;
}

li {margin:0px}
ol li {
    margin-top: 1em;
}

dd {border-bottom: solid 1px #330033}
.novy {background-color: #ffdddd}

div.inzerat {border: solid 2px red; background-color:white; color: red; padding: 5px; font-weight:bold}
div.inzerat h3 {color:red; margin:0px}
div.inzerat a {color:darkred}


/*
 *   styly používané ve stránce s recepty
 */ 
 
.recepty li {
	list-style-type:none;
}

ul#skupina00 {
	padding-left:0px;
	margin-left:0px;
}

ul.recepty img {
	border: none;
	margin-right:5px;
}

ul.recepty a {
	text-decoration:none;
}

.recepty_brozura {
  display: block;
  border: solid 1px #330033;
  padding: 3px;
  padding-left: 20px;
}

.suroviny {
  font-weight: bold;
}

.dotaz {
    border: solid 1px #330033;
    margin: 1em 0em;
    clear:both;
}

.dotaz .header {
    padding-left: 1.5em;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 80%;
    background-color: #330033;
}

.dotaz .otazka {
    text-align: left;
    background-color: #ffbbbb;
    padding: 0.1em 0.4em ;
}

.dotaz .odpoved {
    text-align: left;
    background-color: #ffdddd;
    padding: 0.1em 0.4em ;
}

.dotaz .info {
    float: right;
    bottom: 0em;
    font-weight: bold;
    padding-right: 0.5em;
    text-align: right;
}

.flags {
    padding: 0.0em 0.3em;
    height: 1.2em;
}

.flags a, .flags .current  {
    display: block;
    height: 20px;
    width: 30px;
    _height: 22px;
    _width: 32px;
    float: right;
    margin: 0px 0px 0px 2px;
    padding: 1px;
} 
/*
 *   debug_box
 */ 
.debug, .core_messages {
    width: 90%;
    margin: auto;
    background-color: white;
    border: solid 1px #cc9999;
    margin: 0.5em auto;
}

.debug_messages {
    border-bottom: solid 1px #cc9999;
    color: #cc6600;
    padding: 0 0.2em;
    font-size: 80%;
    font-weight: bold;
    font-family: sans-serif;
}

.messages {
    border-bottom: solid 1px #cc9999;
    color: #ff0000;
    padding: 0 0.2em;
    font-size: 80%;
    font-weight: bold;
    font-family: sans-serif;
}

.separator {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 85%;
    display:block;
    background-color:#fff0e9; 
    color: #330033;
    margin: 0.2em 0.3em 0.2em 0.3em;
    padding: 0.15em 0em;
    text-align: left;
}

.admin_core_content {
    width: 78%;
    float: left;
}

/*
 *   definice barev
 */ 
.bgcolor_main_dark {
	background-color:#330033;  
    color: white;  
}

.bgcolor_main_medium {
	background-color:#cc9999; 
    color: black;   
}

.bgcolor_main_light {
	background-color:#eeddf0;
    color: black;   
}

.bgcolor_compl_light {
	background-color:#fff0e9;
    color: black;   
}

.color_main_dark {
    color: #330033;
}

.color_main_light {
    color: #ffcccc;   
}

.otazka th {
    width: 50%;
}

/*
 * Informace o uživateli
 */ 
 .core_user_admin {
    width: 100%;
    clear: both;
 }
 
 .core_user_admin .block_content {
    margin: 5px;
 }

/*
 * Přepínač jazyků
 */ 
 .base_lang_switch {
    width: 100%;
    padding-bottom: 3px;
 }
 
 .base_lang_switch .block_content {
    margin: 5px;
 }
 
 .lang {
    display: block;
    width: 30px;
    height: 20px;
    margin: 0px 3px;
    float: left;
 }
