/* Start of CMSMS style sheet 'Layout: Hlavní' */
* {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #003B7D;
	background-image: url(template/images/bg.png);
	background-repeat: repeat-x;
}
#pagewrapper{
	width: 1000px;
	margin: 0 auto;
	font-size: 80%;
	text-align: left;
}
#header{
}
#header #topsection {
	text-align: right;
	margin-bottom: 10px;
}
#header #search {
	background-color: #FFFFFF;
	color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
}
#vyhledavani {
	height: 45px;
	width: auto;
	margin-bottom: 25px;
	overflow: hidden;
}
#vyhledavani form {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#vyhledavani input {
	margin-right: 10px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#vyhledavani input.search-input {
	background-image: url(template/images/bginp.png);
	background-repeat: repeat-x;
	border: 1px solid #A26703;
}
#vyhledavani input.search-button {
	background-image: url(template/images/bginps.png);
	background-repeat: repeat-x;
	border: 1px solid #774B02;
	color: #EBDBC0;
	padding-right: 10px;
	padding-left: 10px;
}
#vyhledavani img {
	float: right;
}
#header #section {
	height: 190px;
	width: 1000px;
}
#header img{
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#header #bottomsection {
	background-color: #FFFFFF;
	padding-top: 10px;
	background-image: url(template/images/breadcrumbs.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#header #bottomsectiontwo {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(template/images/breadcrumbstwo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header .languageselect {
	width: 225px;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}
#header .breadcrumbs {
	color: #666666;
}
#header .breadcrumbs a {
	color: #0063be;
	text-decoration: none;
}
#contentbg {
	/* IE6 Hack */
	height: 1%;
	width: auto;
	background-image: url(template/images/oddelovac.png);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#contentbgtwo{
	/* IE6 Hack */
	height: 1%;
	width: auto;
            background-color: #FFFFFF;
	padding-top: 20px;
}
#bottom {
	background-image: url(template/images/bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#bottomtwo {
	background-image: url(template/images/bg_footertwo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 200px 20px 250px; /*Okraje pro střední sloupec. Hodnoty "0 šírka pravého sloupce 0 šírka levého sloupce*/
	overflow: hidden;
}
#contentcolumntwo{
	margin: 0 50px 20px 260px; /*Okraje pro střední sloupec. Hodnoty "0 šírka pravého sloupce 0 šírka levého sloupce*/
	overflow: hidden;
}

#leftcolumn{
	float: left;
	width: 250px;
	margin-left: -1000px;
	overflow: hidden;
}
#leftcolumn .inner {
	margin: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#rightcolumn{
	float: left;
	width: 200px;
	margin-left: -200px; /*Nastavit zápornou hodnotu podle šírky pravého sloupce*/
}

#footer{
	clear: left;
	color: #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 0.8em;
	margin-bottom: 20px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#contentcolumn .inner {
	margin-left: 10px;
	margin-top: 0;
	margin-right: 25px;
}

#footer .inner{
	margin: 10px;
	margin-top: 0;
}
#rightcolumn .inner {
	margin-left: 20px;
	margin-right: 15px;
}
.clearb {
	/* needed for some browsers */
	clear: both;
}

#zapati {
	background-image: url(../../template/images/bgzz.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	color: #D7EAFD;
	text-align: center;
	font-size: 0.6em;
}
address {
	font-style: normal;
	float: right;
	line-height: 1.4em;
}
.schranka {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
/* End of 'Layout: Hlavní' */

