body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
             color: #444444;
             background: #ffffff;
             background-image: url(images/bg-body.jpg);
             background-repeat: repeat-x;
}

#master {
	width: 800px;
	margin: 0em auto;
             
}

#top {
	width: 800px;
	height: 0px;
	text-align: right;
}

#top a:link,#top a:visited {
	color: #cccccc;
	text-decoration: none;
	
}

#top a:hover {
	text-decoration: none;
}

#menu {
	width:800px;
	height: 176px;
	background-image: url(images/menu.png);
	float: left;
	color: #ffffff;
             text-align: right;
	padding: 10px 0px 0px 0px;
}

#menu a:link,#menu a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 4px 10px 4px;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding: 10px 4px 10px 4px;
}

.menu01 {
	color : #0066ff;
            	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: solid;
}
.menu01 a {
	color : #666666;
	text-decoration: none;
}
.menu01 a:hover {
	color : #0066ff;
}

.menu02 {
	color : #cc0033;
            	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: solid;
}
.menu02 a {
	color : #666666;
	text-decoration: none;
}
.menu02 a:hover {
	color : #cc0033;
}

.menu03 {
	color : #ffffff;
            	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 8px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: solid;
}
.menu03 a {
	color : #ffffff;
	text-decoration: none;
}
.menu03 a:hover {
	color : #ffffff;
}

#content3 {
	width: 520px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
             padding: 10px 0px 0px 0px;
             float: right;
}

#content {
	width: 800px;
             text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
             clear: both;
             float: left;
             padding: 0px 0px 0px 0px;
}

#content2 {
	width: 240px;
	text-align: justify;
            	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
             background-color: #F5F5F5;
             border:1px solid #cccccc;
             float: left;
}

#content4 {
	width: 240px;
	text-align: justify;
            	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
             background-color: #ffffff;
             border:1px solid #cccccc;
             float: left;
             margin-left : 7px;
}

#content5 {
	width: 240px;
	text-align: justify;
            	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
             background-color: #F5F5F5;
             border:1px solid #cccccc;
             float: right;
}

#content1 {
	width: 800px;
	text-align: justify;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.nadpis2 {
	font-family: "Myriad Web","Myriad Pro","Trebuchet MS",Trebuchet,Arial,sans-serif;
	font-size: 17px;
	color: #cc0033;
	line-height: 10px;
}

#copyright{
	width: 800px;
	height: 23px;
	background-image: url(images/copyright.png);
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 6px 0px 0px 0px;
             align: center;	
}

#footer {
	width: 800px;
	height: 30px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer a:link,#footer a:visited {
	color: #1E90FF;
	text-decoration: none;
             font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}


.popis {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	font-weight: bold;
}

.space {
	width: 1px;
	height: 1px;
}


/* obecné */ 
th,td 
{ 
padding: 0.25em 0.25em; 
vertical-align: baseline; 
} 

th 
{ 
background-color: #1E90FF; 
} 

table#uplnyram, 
table#hram, 
table#vran, 
table#komlexram, 
table#specialram, 
table#oldschool 
{ 
border-collapse: collapse; 
} 

/* uplný rám*/ 
table#uplnyram td, table#uplnyram th 
{ 
border: 1px solid #1E90FF; 
} 

/* horizontální rám*/ 
table#hram td, table#hram th 
{ 
border-color: black; 
border-style: solid; 
border-width: 1px 0px; 
} 

/*vertikální rám*/ 
table#vran td, table#vran th 
{ 
border-color: black; 
border-style: solid; 
border-width: 0px 1px; 
} 

/* Tabulky podobné tabulkám HTML 4 */ 
table#oldschool 
{ 
border-top: solid #CCC 8px; 
border-left: solid #CCC 8px; 
border-bottom: solid #999 8px; 
border-right: solid #999 8px; 
} 

table#oldschool th 
{ 
border-bottom: double #CCC 3px; 
} 

table#oldschool td 
{ 
border-bottom: double #CCC 3px; 
border-left: double #CCC 3px; 
} 

/* Speciální rámování */ 
table#specialram 
{ 
border: 3px solid black; 
} 

table#specialram th 
{ 
border-right: 3px double black; 
border-bottom: 1px solid #ccc; 
} 

table#specialram td 
{ 
border-color: black; 
border-style: solid; 
border-width: 1px 0px; 
} 

/* Komplexní příklad rámování */ 
table#komlexram 
{ 
border: 3px solid black; 
width: 32em; 
} 

table#komlexram caption 
{ 
caption-side: top; 
font-style: italic; 
padding: .3em .5em; 
border: dashed black 1px; 
background: url("gradient.gif") top left repeat-x; 
} 

table#komlexram thead 
{ 
background: #555; 
text-align: center; 
} 

table#komlexram thead th 
{ 
border-left: dotted #666 1px; 
border-bottom: double black 3px; 
} 

table#komlexram tbody td 
{ 
border-bottom: solid black 1px; 
border-left: solid black 1px; 
border-right: solid black 1px; 
} 

table#komlexram tbody th 
{ 
border-bottom: dotted #666 1px; 
text-align: left; 
} 

table#komlexram tfoot 
{ 
text-align: left; 
} 

table#komlexram tfoot th, table#komlexram tfoot td 
{ 
background: #ddd; 
border-top: double black 3px; 
border-left: dotted #666 1px; 
} 


h1 {
    width: 800px;
    height: 186px;
    background-image: url(hmenu.png);
}

h1 span {
    display: none;
}

