/* Start of CMSMS style sheet 'Layout: Úvodní strana' */
* {
	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/breadcrumbs00.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#header .languageselect {
	width: 225px;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}
#contentbg {
	/* IE6 Hack */
	height: 1%;
	width: auto;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#bottom {
	background-image: url(template/images/bottom00.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#contentwrapperhome{
	width: 70%;
	float: left;
	margin-bottom: 20px;
}

#contentcolumnhome{
	float: left;
}
#contentcolumnhome .inner {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#homeboxleft {
	float: left;
	width: 50%;
}
#homeboxright {
	float: left;
	width: 50%;
}
#rightcolumnhome{
	width: 30%;
	float: left;
}
#rightcolumnhome .inner{
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#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;
}
.inner{
	margin: 10px;
	margin-top: 0;
}
.clearb {
	/* needed for some browsers */
	clear: both;
}
#boxleft {
	border: 1px solid #0063be;
	margin-right: 15px;
	margin-left: 20px;
	height: 350px;
}
#boxleft h1 {
	background-color: #0063be;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 7px;
	margin: 1px;
	margin-bottom: 20px;
	background-image: url(template/images/bg_box_vp.png);
	background-repeat: repeat-x;
	background-position: -2px;
}
#boxright {
	border: 1px solid #B8B9B9;
	margin-left: 15px;
	height: 350px;
}
#boxright h1 {
	margin: 1px;
	margin-bottom: 20px;
	padding: 7px;
	background-color: #999999;
	color: #000000;
	text-align: right;
	font-size: 1.2em;
	background-image: url(template/images/bg_box_gd.png);
	background-repeat: repeat-x;
	background-position: -2px;
}
/* End of 'Layout: Úvodní strana' */

