/* CSS Document */

body {
	background: url("../img/pozadi_body.gif") repeat-x top #eee;
	background-color: #868686;
	font-family: "Helvetica", "Tahoma", "Tahoma CE", "Arial", "Verdana",
		sans-serif;
	color: #222;
	padding: 0;
	font-size: 10pt;
}
 
li{
	list-style-image: url(../img/arrow.gif);
}

a,a:link {
	text-decoration: none;
	color: #222277;
}

a:hover{
    text-decoration:underline;
}


table {
	text-align: left;
	border-collapse: collapse;
}

h1 {
	font-size: 13pt;
	margin: 0px;
	color: #1068a0; /*#0070b0*/
	padding: 7px 0px 10px 0px;
}
 
 h2 {
	font-size: 13pt;
	margin: 0px;
	color: #333; /*#0070b0*/
	padding: 13px 0px 10px 0px;
}
 
ul{

	margin-bottom:0px;
        margin-top:4px;
}
 
li{
	margin-bottom: 8px;
}
 

#stranka {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#vnitrek {
	width: 762px;
        margin-left: auto;
	margin-right: auto;
}

.mezera {
	height: 10px;
}

#menu {
	background-image: url(../img/menu_green.gif);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	background-repeat: no-repeat;
	color: #fff;
}

#menu a,a:link {
	color: #fff;
	text-decoration: none;
}

#texty a,a:link{
	color:#007ebd;
}

#menu a:hover, #texty a:hover{
    text-decoration:underline;
}

#texty_vrsek {
	background-image: url("../img/texty_vrsek.gif");
	background-repeat: no-repeat;
	height: 17px;
margin: 0px;
}

#texty_spodek {
	background-image: url("../img/texty_spodek.gif");
	background-repeat: no-repeat;
	height: 17px;
margin: 0px;
	
}

#texty_stred {
	background: url("../img/texty_vnitrek.gif") repeat-y;
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 0px;
overflow: hidden;
line-height: 120%;
}


#texty_stred td{
	border-collapse: collapse;
	border: 1px solid #aaa;
}

#info {
	color: #fff;
	font-size: 9pt;
	text-align: left;
}

#info a{
	color: #fff;
}


#info p{
	margin:0px;
}

#orddoba {
	padding: 35px 10px 10px 12px;
	width: 226px;
	height: 82px;
	background: url("../img/orddoba.gif");
	margin-right: 8px;
	float: left;
}

#kontakt {
	padding: 35px 10px 10px 12px;
	width: 226px;
	height: 82px;
	margin-right: 8px;
	background: url("../img/kontakt.gif");
	float: left;
	line-height: 17px;
}

#odkazy {
	padding: 35px 10px 10px 12px;
	width: 226px;
	height: 82px;
	background: url("../img/odkazy.gif");
	float: left;
}


#patka {
	background: url("../img/patka.gif");
	height: 14px;
}

