/*styl pro layout*/

body {
	background-color: #A35B50;
	margin-top : 5px;
	color:black;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.center
{
	width : 100%;
	text-align : center;
	margin : 0px;
}

/*hlavní box*/
#main-part
{
	width:750px;
	background-color: #CBBAA6;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image : url(../pic/podmenu_13.gif); 
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;
}

/*hlavička*/
#head
{
	width:750px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	height : 145px;	/*výška hlavičky*/
}


#menu
{
	width:187px; 
	float: left;
	background-color: #CBBAA6;
	margin-top:0px;
	margin-bottom:80px;
	line-height: 60%; /*kvuli mozzile*/
}

#text
{
	float : right;
	text-align:center;
	background-color: #CBBAA6;
	width:560px;
	margin-bottom:15px;
}

/*kvuli nezavislosti na absolutnich sirkach*/
#real-text
{
	text-align : left;
	width:90%;
	margin-top: 15px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom:40px;
	line-height: 125%;
	}
	
#copyright {
	color: #DBE1ED;
	text-align:center;
	font-size: 10px;
	text-decoration: none;
}
/*konec stylu pro layout*/

/*styly pro text*/
p {
		margin-top: 0px;
		margin-bottom: 0px;
}
p.static
{
	margin-top: 0px;
		margin-bottom: 10px;
}
h1 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom : 5px;
	color: black;
}

h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #A52A2A;
}

h3{
	font-size: 13px;
	margin-bottom: 10px;
	color: #BD3F37;
}

h4{
	font-size: 11px;
	margin-bottom: 10px;
	color: #BD3F37;
}

ul{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li
{
	list-style : square;
}
hr
{
	height:1px;
	color:#0D2256;
}
br.clear
{
	clear : both;
}
.align-center
{
	text-align : center;
}
.align-left
{
	text-align : left;
}
.align-right
{
	text-align : right;
}
.red
{
	color:red;
}
/*konen stylu pro text*/

/*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;
		color : black;
}
td
{
	border : 0px;
	padding : 0px 0px 0px 0px;
}
td.nopadding
{
	padding : 0px 0px 0px 0px;
}
table.full-width
{
	width:100%;
}

table.borders
{
	border-collapse : collapse;
}
table.borders td
{
	border : 1px solid black;
	padding : 2px 2px 2px 2px;
}

tr.head{
	font-size : 11px;
	font-weight : bold;
	background-color : #DBE1ED;
}

tr.odd{
	background-color : #ecf2fe;
}

tr.even{
	background-color : #;
}

/*konec stylu pro table*/

/*styly pro obrazky*/
img
{
	border:0px;
}
img.left {
	float : left;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 5px;
	border : 0px solid;	
}

img.right {
	float : right;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 5px;
	margin-right : 0px;
	border : 0px solid;	
}
/*konec stylu pro obrazky*/


/*styly pro odkazy*/
a:link {
	color: #9B3526;
	text-decoration: underline;
}
a:active {
	color: #9B3526;
	text-decoration: none;
}
a:visited {
	color: #9B3526;
	text-decoration: underline;
}
a:hover {
	color: #C42810;
	text-decoration: underline;
}


a.light:link {
	color: #EAE3DA;
	text-decoration: underline;
}
a.light:active {
	color: #EAE3DA;
	text-decoration: none;
}
a.light:visited {
	color: #EAE3DA;
	text-decoration: underline;
}
a.light:hover {
	color: #FF2200;
	text-decoration: underline;
}
/*konec stylu pro odkazy*/

/*styl pro novinky*/

table.single-news
{
	color : black;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	width : 100%;
	border-collapse : collapse;
	height : 20px;
}
.corner-right
{
	text-align : right;
	padding-right:20px;
	background-image : url(../pic/corner_right.gif); 
	background-attachment : scroll;
	background-position : right;
	background-repeat : repeat-y;
		height : 20px;
}
.corner-left
{
	text-align : left;
	padding-left:20px;
	background-image : url(../pic/corner_left.gif); 
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;
		height : 20px;
}

.corner-right-down
{
	text-align : right;
	padding-right:20px;
	background-image : url(../pic/corner_down_right.gif); 
	background-attachment : scroll;
	background-position : right;
	background-repeat : repeat-y;
		height : 20px;
}
.corner-left-down
{
	text-align : left;
	padding-left:20px;
	background-image : url(../pic/corner_down_left.gif); 
	background-attachment : scroll;
	background-position : left;
	background-repeat : repeat-y;
}

tr.header
{
	background-color : #C3604A;
}
p.right
{
text-align:right;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
}
p.left
{
text-align:left;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11px;
}
p.center
{
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
img.left
{
	float:left;
	margin-right:8px;
	margin-top: 5px;
	margin-bottom:5px;
	border:2px solid #C3604A;
	clear: left;
}

img.right
{
	float:right;
	clear: right;	
	margin-left:8px;
	margin-top: 5px;
	margin-bottom:5px;
   border:2px solid #C3604A;
}

img.novinky
{
border:1px solid #A52A2A;
margin-left:5px;
margin-right: 5px;
}

img.novinky-nahled
{
	border:1px solid #A52A2A;
	margin: 2px 2px 2px 0px;
	float:left;
}

A.highlight:link{ font-family:Verdana,Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;}
A.highlight:active{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;}
A.highlight:visited{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;}
A.highlight:hover{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;}	


A.news-big:link{ font-family:Verdana,Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold; color:#CBBAA6;}
A.news-big:active{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#CBBAA6;}
A.news-big:visited{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#CBBAA6;}
A.news-big:hover{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color: black;}	
A.news:link{ font-family:Verdana,Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold; color:#CBBAA6;}
A.news:active{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#CBBAA6;}
A.news:visited{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color:#CBBAA6;}
A.news:hover{font-family:Verdana,Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;color: black;}	

table.listing
    {
	width:100%;
    }
table.listing td
{
text-align:center;
font-family : verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}

/*styl pro table k editoru*/
/*styl pro table*/

table.dynamic/*tabulka s wysiwyg editoru*/
{
	line-height : 100%;		
	border-collapse : collapse;
}


table.dynamic td /*tabulka z wysiwyg editoru*/
{
	border: 1px solid #A52A2A;
	padding : 2px 2px 2px 2px;
}

tr.table_header
{
	background-color:#C3604A;
	font-weight: bold;
	color:black;
}

tr.tr_odd
{
	background-color:#B9A186;
}

tr.tr_even
{
	background-color:#CBBAA6;
}
/*konec stylu pro table editoru*/

/*slyly pro formulare*/
input.button
{
	color:black;
	background-color:#C36049;
	border:1px solid #333333;
}
input.field
{
	border : 1px solid black;
}
/**********************/