/*styl pro layout*/

body {
	background-color: #ffffff;
	color: #595959;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/background.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background-image: none;
   text-align: left;
}

#center
{
	width: 100%;
	text-align: center;
	margin: 0px;
}

/*hlavni box*/
#main-part
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
}

/*hlavicka*/
#head1
{
	width: 900px;
	margin: 0px;
	height: 132px;
}

#head2
{
	width: 751px;
	float: right;
	margin: 0px;
	margin-bottom: 20px;
	height: 50px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #00adef;
}

/*telo*/

#content-body-text {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#content-body-left {
    width: 132px;
    float: left;
    text-align: left;
}

#content-body-right {
    width: 751px;
    float: right;
    text-align: left;
}
/*footer*/

#footer
{
    width: 900px;
    height: 40px;
    text-align: left;
}

/*konec stylu pro layout*/

/*styly pro text*/
.small
{
	font-size: 9px;
}
.hid
{
	visibility: hidden;
}
.left{
	text-align : left;
}

.right{
	text-align : right;
}

.center
{
	text-align : center;
	margin : 0px;
}

.top
{
	vertical-align: top;
}

.bottom
{
	vertical-align: bottom;
}

.basic
{
	color:black;
	font-size: 11px;
}

.big_basic
{
	color:black;
	font-size: 14px;
	font-weight: bold;
}

.total
{
	font-weight: bold;
	color: Red;
}

.red{
	color : Red;
}


.big_red{
	color : Red;
	font-size: 14px;
}

p {
		margin-top: 0px;
		margin-bottom: 0px;
}

p.static {
		margin-top: 0px;
		margin-bottom: 10px;
}

.select-small
{
	font-size: 9px;
}

hr {
    color: #00adef;
    border: 1px solid silver;
}

h1, h2, h3, h4, h5 {
	font-size:1.1em;
	color: #00adef;
	font-weight: normal;
}

h1, h2 {
	margin-bottom: 5px;
	margin-top: 2px;
}

h3 {
	font-size:1em;
	color: #00adef;
}

h4 {
	margin-bottom: 0px;
	margin-top:0px
}

h5 {
	margin-bottom: 0px;
	margin-top:0px
}

ul{
margin-top: 2px;
margin-bottom: 0px;
	list-style: square;
}

ul.menu, ul.menu-base
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left:0px;
	list-style: disc;
	color:#FFFFFF;
	list-style-position: inside;
}
ul.menu-base
{
	padding-left:2px;
}



br.clear
{
	clear : both;
	line-height: 1px;
}

/*konen stylu pro text*/
/*konec stylu pro formulare*/

/*styl pro table*/

table{
		font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight : normal;
		margin-top: 0px;
		margin-bottom: 10px;	
		border-collapse: collapse;
}
td{
	border : 0px;
	padding : 2px 2px 2px 2px;
}

table.box, table.menu, table.item, table.list-menu
{
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	text-align: left;
}

table.galerie
{
    margin:auto;
    text-align:center;
}

div.galerie
{
    widht:750px;
    overflow:auto;
    border: 2px solid #00adef;
}

td.menu {
    border-bottom: 1px solid #00adef;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.menu td.spacer {
    height: 3px;
}

table.dynamic
{
	border: 1px solid #0093DD;
	border-collapse: collapse;
}

table.dynamic th
{
	border: 1px solid #0093DD;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
}
table.dynamic td
{
	border: 1px solid #0093DD;
	padding: 2px 2px 2px 2px;
}
/*konec stylu pro table*/

/*styl pro formular*/
form
{
	margin: 0px;
	padding: 0px;
}
input.button
{
	color: #ffffff;
    background-color: #0093DD;
    border: 3px solid  #0093DD;
}

input[type=text] {
    border: 1px solid  #0093DD;
}

textarea {
    border: 1px solid  #0093DD;
}
/*konec stylu pro formulare*/

/*styly pro obrazky*/
img{
	border:none;
	padding : 0px;
	margin : 0px;
}

img.img-left {
	float : left;
	border: none;
	margin: 0px 10px 0px 0px;
}

img.img-right {
	float: right;
	border: none;
	margin: 0px 0px 0px 10px;
}

img.img-menu {
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	border : none;	
    vertical-align: text-bottom;
	
}

img.spacer {
	width:100%;
	height: 1px;
	float: right;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {color: #00adef;	text-decoration: underline;}
a:active {color: #00adef;text-decoration: underline;}
a:visited {color: #00adef;text-decoration: underline;}
a:hover {color: #00adef;text-decoration: underline;}

a.nounderline:link {color: #000000;	text-decoration: none;}
a.nounderline:active {color: #000000;text-decoration: none;}
a.nounderline:visited {color: #000000;text-decoration: none;}
a.nounderline:hover {color: #000000;text-decoration: none;}

a.menu, a.menu-top {color: #00adef; font-weight: normal; font-size: 1.1em; text-decoration: none; }

a.menu-top {line-height: 48px; }

a.light:link {color: #FFFFFF;text-decoration: underline;}
a.light:active {color: #FFFFFF;text-decoration: none;}
a.light:visited {color: #FFFFFF;text-decoration: underline;}
a.light:hover {color: #DEAEAE;text-decoration: underline;}

a.copy:link {color: #FFFFFF;text-decoration: none;}
a.copy:active {color: #FFFFFF;text-decoration: none;}
a.copy:visited {color: #FFFFFF;text-decoration: none;}
a.copy:hover {color: #FFFFFF;text-decoration: underline;}

/*konec stylu pro odkazy*/