/* základní definice  */
body, td {
font-family: "Verdana CE", "Helvetica CE", Arial, sans-serif;
font-size: 0.8 em;
color: black;
text-align: left;
background : #999999;
margin-top: 0px;
margin-bottom: 0px;

 background-attachment : fixed;
}

b {	font-style: normal; font-weight: bold }
i  {font-style: italic; font-weight: normal }

p { padding: 0pt; padding-top: 4pt; margin: 0pt }

h1, h2, h3, h4, h5, h6, {
	font-family: "Verdana CE", "Helvetica CE", Arial, sans-serif;
	font-size: 140%;
	padding: 0pt; 
	margin: 0pt;
	color: #999999;
	background-color : transparent;
 }

 h1 { color: red }
h2 { font-size: 130% }
h3 { font-size: 110% }
h4 { font-size: 100%; padding-top: 1pt }
h5 { font-size: 90%; font-weight: lighter; color: black }
h6 { font-size: 80%;  font-weight: 100 }


h4 a { font-size: 100%; padding-top: 3pt; text-decoration: none; color: ##CC3333}
h5 a { font-size: 100%; text-decoration: none; color: black }
h6 a { text-decoration: none }

a 
{ text-decoration: none; color: red; }
a:hover 
{ text-decoration: underline; color: red;   }

hr { display: none }
/* základní definice  */


#kosile {
    WIDTH: 779;
	PADDING: 0px; 
	MARGIN: 0px; 
    BORDER: 0px;
    text-align: left;
	background: White;
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#header {
	PADDING: 0px; 
	MARGIN: 0px; 
}

#main1 {
	PADDING: 0px; 
	MARGIN: 0px;
}

#main2 {
	PADDING: 0px; 
	MARGIN: 0px; 
	background: url(../_img/back.gif) repeat-y;
}


#middle { MARGIN: 0px 20px }

.column-in {
	PADDING:  5px; 
	MARGIN: 0px; 
}

.cleaner {
	CLEAR: both; 
	PADDING: 0px; 
	FONT-SIZE: 1px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	MARGIN: 0px; 
	BORDER-STYLE: none; 
	HEIGHT: 1px; 
}

#datum {
    FONT-SIZE: 0.7 em;
    font-color: #999999;
}

#footer {
    FONT-SIZE: 0.7 em;
	letter-spacing: 1pt;
    PADDING: 5px; 
	PADDING-right: 17px;
	BACKGROUND: white; 
	margin-top: 10px;
	border-top: 12px solid #999999;
    border-bottom: 1px solid #999999;
	TEXT-ALIGN: right
}

.copy {
	FONT-SIZE: 80%; 
	TEXT-ALIGN: right
}

.hide { display: none }

/*---------------------------------        NAVIGACE   ----------*/
/* top navigační menu */

#topnav {
display: block;
	background: #FFFFFF;
	padding: 0px ;
	padding-right: 10px;
	font-size: 0.8 em;
	font-weight : bold;
	text-align: right;
	background: url(../_img/back_topnav.gif) repeat-x bottom;
}
#topnav a {
width: 50px;
	color: #999999;
	border-bottom: 12px solid #999999;
	padding: 0px 15px 0px 3px;
	text-decoration: none;
	background: white
	
}
#topnav a:hover {
	color: red;
	border-right: 12px solid Red;
	border-bottom: 12px solid #999999;
	background: white;
	padding: 0px 3px;
}

#topnav a.b {
width: 50px;
	color: red;
	border-right: 12px solid Red;
	border-bottom: 12px solid #999999;
	padding: 0px 3px;
	text-decoration: none;
	background: white
}
#topnav a.b:hover {
	color: #B0B0B0;
	border-right: 12px solid #B0B0B0;
	border-bottom: 12px solid #999999;
	background: white
}

