body, html {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
	color: #000;
	background: #fff;
	font-size: 12px;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-size: 90%;
}
a {
	text-decoration: underline;
	color: #005194;
}
a:hover {
	text-decoration: none;
}
p {
   font-size: 12px;
   margin: 10px 0 10px 0;
}
.top {
	margin: 0;
	padding: 0;
   float: left;
}
.top a{
   display: block;
   Width: 230px;
   Height: 100px;
   cursor: hand;
}
#maincontainer {
	width: 900px;
/*Width of main container*/
	margin: -105px auto;
/*Center container on page*/
}
#topbgr {
	width: 100%;
	height: 110px;
	margin: auto;
	padding: 0;
	border: none;
	background-image: url(img/top-bgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#topsection {
	margin-bottom: 5px;
	background: #fff;
	height: 100px;
	background-image: url(img/top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
/*Height of top section*/
}
#contentwrapper {
	float: left;
	width: 100%;
	border-right: 1px solid #80A8CC;
	border-bottom: 1px solid #80A8CC;
	border-top: 1px solid #80A8CC;
}
#contentcolumn {
	margin-left: 230px;
/*Set left margin to LeftColumnWidth*/
}
.obsah {
	background: #fff;
	margin-left: 5px;
	padding: 10px;
	text-align: center;
}
#leftcolumn {
	float: left;
	width: 230px;
/*Width of left column*/
	margin-left: -900px;
/*Set left margin to -(MainContainerWidth)*/
	background: #E1E1E1;
	background-image: url(img/menu-bgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #80A8CC;
}
#footer {
	clear: left;
	width: 100%;
	color: #000;
	padding: 4px 0;
	margin-bottom: 5px;
}
.delta {
	margin-top: 20px;
	color: #000;
	padding-top: 5px;
	border-top: 1px solid #80A8CC;
	text-align: center;
}
.innertube {
	margin: 0;
}
.adresa {
	width: 200px;
	margin: 15px 10px 15px 20px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
}
.adresa table {
	border: none;
	margin: 0;
	padding: 0;
}
.adresa td {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sipka {
	margin: 0 5px 0 2px;
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	margin: 0;
	color: #005098;
	width: 100%;
	text-align: left;
   padding: 5px 0 3px 0;
	background-image: url(img/h1-bgr.jpg);
   background-position: left bottom;
   background-repeat: no-repeat;
}
h2 {
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #005098;
}
.tabulka {
	border: 2px solid #005098;
	padding: 0;
}
.tabulka td {
	border-top: 1px solid #005098;
	border-left: 1px solid #005098;
	margin: 0;
	padding: 2px;
}
.tabulka2 {
	border: 2px solid #005098;
	padding: 0;
}
.tabulka2 td {
	border-top: 1px solid #005098;
	border-left: 1px solid #005098;
	margin: 0;
	padding: 2px 5px 2px 5px;
}
.barva {
	background-color: #005098;
	color: #fff;
	font-weight: bolder;
	border-right: 1px solid #fff;
}
.barva2 {
	background-color: #005098;
	color: #fff;
}
.ramecek {
	border: 1px solid #fff;
}
