/* 
    Document   : style
    Created on : 19.1.2010, 9:41:56
    Author     : mikettom
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	padding: 0px;
	margin: 0px;
	text-align: center;

        background: url(../imgs/background.jpg) repeat-x;
}
fieldset {
	padding-left: 10px;
	border: none;
	width: 95%;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#333333;
	text-decoration: none;
}

h1 {
    font-family:sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-top: 20px;

    border-bottom: 1px solid #000000;
    width: 620px;

}


#page {
    width: 1000px; /* SIRKA STRANKY */
    font-family: Arial, sans-serif, Verdana, Geneva, helvetica;
    font-size: 10pt;
    color: #000000;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


#header {
    color: white;

    font-size: 18px;
    font-family:sans-serif;
    text-align: left;

    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    width: 1000px;
}
#header .menu {
    position: relative;
    float: left;
    padding: 5px;
    margin-top: -5px;
    margin-bottom: 30px;

    font-size: 14px;
    font-weight: bold;

    color: #FFFFFF;
    background-color: #8bade7;
    
    width: 650px;
}
#header .menu .menu-item {
  padding: 5px;
  margin:3px;
}
#header .menu .menu-item a {
  color: #FFFFFF;
}
#header .menu .menu-item a:hover {
  color: #FFFFFF;
}
#header .menu .menu-item-selected {
  background-color: #7393fa;
  padding: 5px;
  margin:3px;  
}
#header .menu .menu-item-selected a {
  color: #000000;
}
#header .menu .menu-item-selected a:hover {
}




/* ---------------- MAIN ------------------------ */

#main_panel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
    margin-right: 310px;
    width: 650px;

    color: #000000;
    /*background: url(../imgs/background_2.jpg) repeat-x;*/
}

#main_panel .main_text {
  float:right;
  width: 630px;
  color: #000000;
  font-size: 12px;
  padding-bottom: 0px;
}
#main_panel .main_text img {
  float:left;
  padding-right: 10px;
}
#main_panel .title-provozovna {
    font-family: cursive;
    font-size: 16px;
    padding: 5px;
}


/* ------------------ FOOTER ----------------- */
#footer {
    position: relative;

    color: #000000;
    font-size: 8pt;
    text-align: right;

    margin-top: 20px;
    padding-top: 3px;

    border-top: 1px solid #000000;
}

.edit {
    position:relative;
    margin: 0px;
    padding: 0px;
    float: right;
}

.dark {
    background-color: #cde2ff;
}
.light {
    background-color: #FFFFFF;
}

.small {
    font-size: 10px;
}

.red {
    color:red;
    font-size: 20px;
}

.big-bold {
    font-size: 18px;
    font-weight: bold;
}