/*styl pro layout*/

body {
	background-color: #e5bdbd;
	margin-top: 10px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background-color: #FFFFFF;
}

#center
{
	width: 100%;
	text-align: center;
	margin: 0px;
}

/*hlavni box*/
#main-part
{
	width: 860px;
	background-color: #e5bdbd;
	margin-left: auto;
	margin-right: auto;
}

/*hlavicka*/
#head
{
	width: 860px;
	margin: 0px;
	height: 117px;
}

#head-menu
{
	width: 860px;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

/*telo*/
#left-part
{
	width: 677px;
	float: left;
	margin:0px;
	padding:0px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/main_pozadi.jpg);
	background-repeat: repeat-y;
}

#left-part-top
{
	width: 677px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#left-part-middle
{
	width: 677px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#left-part-middle-menu
{
	width: 178px;
	float: left;
	padding : 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

#left-part-middle-text
{
	text-align: center;
	float: right;
	width: 498px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #922222;
}

#left-part-middle-text-real
{
	text-align: left;
	width: 95%;
	margin: 10px auto 50px auto;
	padding: 0px;
}

#left-part-bottom
{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 677px;
	clear: both;
}

#right-part
{
	width: 183px;
	float: right;
	text-align: center;
	padding: 0px;
	margin: 1px auto 0px auto;
	vertical-align: top;
}

	
#copyright {
	text-align: left;
	font-size: 10px;
	width: 677px;
	color: #922222;
	background-color: #e5bdbd;
}


/*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;
}

h1 {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #922222;
}

h2 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #922222;
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
	color: #922222;
}

h4 {
	font-size: 14px;
	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: 0px;
	padding-left:10px;
	list-style: none;
}
ul.menu-base
{
	padding-left:2px;
}

hr
{
	height: 1px;
	border-top:1px solid #922222;
	margin:0px auto 0px auto;
	padding:0px;
}

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: 11px;
		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
{
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	text-align: left;
}

table.box
{
	width: 178px;
}
table.menu
{
	width: 169px;
}
table.item
{
	width: 148px;
	text-align: center;
}

table.box td.top,table.menu td.top, table.item td.top
{
	height: 25px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 5px;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	background-repeat: no-repeat;
}

table.box td.top
{
	width: 178px;
	color: #922222;
	background-image: url(../images/box_top.jpg);
}

table.menu td.top
{
	width: 169px;
	color: #ffffff;
	background-image: url(../images/menu_top.jpg);
}
table.item td.top
{
	width: 148px;
	color: #ffffff;
	background-image: url(../images/item_top.jpg);
}

table.box td.bottom, table.menu td.bottom, table.item td.bottom
{
	margin: 0px auto 0px auto;
	padding: 0px 2px 0px 2px;
	background-repeat: no-repeat;
}

table.box td.bottom
{
	width: 178px;
	height: 14px;
	background-image: url(../images/box_bottom.jpg);
}
table.menu td.bottom
{
	width: 169px;
	height: 16px;
	background-image: url(../images/menu_bottom.jpg);
}
table.item td.bottom
{
	width: 148px;
	height: 15px;
	background-image: url(../images/item_bottom.jpg);
}

table.box td, table.menu td, table.item td
{
	margin: 0px;
	padding: 0px 10px 2px 5px;
	background-repeat: repeat-y;
}
table.box td
{
	background-image: url(../images/box_pozadi.jpg);
}
table.menu td
{
	background-image: url(../images/menu_pozadi.jpg);
}
table.item td
{
	background-image: url(../images/item_pozadi.jpg);
}

table.dynamic
{
	border: 1px solid #922222;
	border-collapse: collapse;
	background-color: #FBF2F2;
}
table.dynamic tr.odd
{
	background-color: #FBF2F2;
}
table.dynamic tr.even
{
	background-color: #F3DEDE;
}

table.dynamic th
{
	border: 1px solid #562323;
	padding: 2px 2px 2px 2px;
	background-color: #922222;
	color: #FFFFFF;
}
table.dynamic td
{
	border: 1px solid #922222;
	padding: 2px 2px 2px 2px;
}
/*konec stylu pro table*/

/*styl pro formular*/
form
{
	margin: 0px;
	padding: 0px;
}
input.button
{
	border: 1px solid #562323;
	background-color: #922222;
	color:#FFFFFF;
}
input.field
{
	border: 1px solid #562323;
	width: 180px;
}

input.short
{
	border: 1px solid #562323;
	width: 70px;
}

input.field-short
{
		border:1px solid #562323;
    	width : 25px;
		height: 16px;
		margin: 0px 2px 0px 2px;
}

input.btn-koupit
{
		border:1px solid #562323;
		width: 45px;
		height: 20px;
		margin: 0px 2px 0px 2px;
		background-color: #922222;
		color:#FFFFFF;
}

input.shorter
{
	border: 1px solid #562323;
	width: 100px;
}
select.normal
{
	border: 1px solid #562323;
	width: 180px;
}


input.field-long
{
	border: 1px solid #562323;
	width: 350px;
}
textarea.short_text
{
	border: 1px solid #562323;
	width: 350px;
}
textarea
{
	border: 1px solid #562323;
}
textarea.htmlarea
{
	border: 1px solid #562323;
	width: 100%;
}
/*konec stylu pro formulare*/

/*styly pro obrazky*/
img{
	border:none;
	padding : 0px;
	margin : 0px;
}

img.left {
	float : left;
	border: none;
	margin: 0px 3px 0px 3px;
}

img.right {
	float: right;
	border: none;
	margin: 0px 0px 3px 3px;
}

img.menu {
	width: 9px;
	height: 9px;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	border : none;	
	
}
/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {color: #922222;	text-decoration: underline;}
a:active {color: #922222;text-decoration: none;}
a:visited {color: #922222;text-decoration: underline;}
a:hover {color: #DEAEAE;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: #922222;text-decoration: none;}

a.menu:link {color: #FFFFFF;	text-decoration: none; font-weight: bold;}
a.menu:active {color: #FFFFFF;text-decoration: none; font-weight: bold;}
a.menu:visited {color: #FFFFFF;text-decoration: none; font-weight: bold;}
a.menu:hover {color: #DEAEAE;text-decoration: none; font-weight: bold;}

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: #922222;text-decoration: underline;}
a.copy:active {color: #922222;text-decoration: none;}
a.copy:visited {color: #922222;text-decoration: underline;}
a.copy:hover {color: #922222;text-decoration: underline;}

/*konec stylu pro odkazy*/