body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #FF7C2D;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#topbox {
	clear: both;
	width: 100%;
	height: 75px;
	color: #CCCCCC;
	font-size: 10px;
}
#topbox a {
	color: #666666;
	text-decoration: none;
}
#topbox a:hover {
	color: #FF7C2D;
	text-decoration: none;
}
#topbox .selected {
	color: #999999;
}
#topbox #rolltext {
	border-bottom: 2px solid #E6E7E7;
	color: #999999;
	padding: 20px 10px 5px 10px;
}
#topbox #langnavi {
	float: left;
	padding: 10px 10px 0 10px;
}
#topbox #globalnavi {
	float: right;
	padding: 10px 10px 0 10px;
}

#navbar {
	clear: both;
	width: 100%;
}
#navbar #logo a {
	width: 185px;
	height: 60px;
	display: block;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navbar #homenavi {
	float: left;
	padding: 17px 0 0 70px;
}
#navbar #navigation {
	float: left;
	padding: 9px 0 0 14px;
}
#navbar #navigation ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 0;
}
#navbar #navigation ul li {
	display: inline;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}
#navbar #navigation ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-top: 3px solid #FFFFFF;
	background-image: url(../images/nav-dot.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;
	padding: 8px 5px 0 20px;
}
* html #navbar #navigation ul li a {
	background-position: 7px 16px;
}
#navbar #navigation ul li a:hover {
	text-decoration: none;
	border-color: #FF7C2D;
	background-image: url(../images/nav-dot-hover.gif);
	background-repeat: no-repeat;
	background-position: 8px 14px;
}
* html #navbar #navigation ul li a:hover {
	background-position: 9px 17px;
}
#navbar #navigation ul li a.vybrana {
	border-color: #FF7C2D;
}

#header {
	clear: both;
	width: 100%;
	height: 173px;
}

#content {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}
#content a.button {
	background-image: url(../images/ico-plus.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 10px;
	color: #848589;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 15px;
}
#content a.button:hover {
	text-decoration: underline;
}
#content h3 {
	color: #848589;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/hrline.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 6px 0 0 0;
}
#content h2 {
	color: #848589;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 0 5px;
}
#content p {
	margin: 0;
	padding: 10px 5px 0 5px;
}
#content .orangetext {
	color: #FF7C2D;
}
#content .datetext {
	color: #000000;
}

#content .col {
	width: 530px;
	margin-left: 193px;
	margin-bottom: 20px;
}
#content .col p {
	margin-left: 57px;
	line-height: 150%;
	text-align: justify;
}
#content .col ul {
	margin: 10px 10px 0 63px;
	padding: 0;
	list-style: none;
}
#content .col ul li {
	background-image: url(../images/li-dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin: 0;
	padding: 2px 20px;
}
#content .col table {
	width: 530px;
	margin: 10px 0;
}
#content .col td {
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 10px 0;
	border-bottom: 1px solid #FFFFFF;
}
#content .col a.client {
	width: 120px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content .col a.client:hover {
	background-position: 0 -60px;
}

#content .colref {
	width: 500px;
	margin-left: 193px;
	margin-bottom: 20px;
}
#content .colref p {
	margin-left: 57px;
	line-height: 150%;
	text-align: justify;
}
#content .colref .logoclient {
	text-align: right;
	padding: 10px 60px 20px 0;
}

#content .colref .reftext {
	float: left;
	width: 360px;
}
#content .colref .refimg {
	float: right;
	width: 100px;
	padding: 15px 30px 0 0;
}
#content .colref .refgal {
	clear: both;
	text-align: right;
	padding: 0 53px 5px 0;
	border-bottom: 1px solid #EFEFEF;
}
#content .colref .reftext p,
#content .colref .refgal p {
	text-align: right;
}

#content #tableform table {
	width: 500px;
	margin: 10px;
	padding: 10px 0 0 0;
	border-top: 1px solid #EFEFEF;
}
#content #tableform td {
	width: auto;
	text-align: left;
	margin: 0;
	padding: 4px 0;
}

#news {
	width: 250px;
	float: left;
}

#news .textbox {
	float: left;
	width: 170px;
	text-align: right;
}
#news .imgbox {
	float: right;
	width: 70px;
	padding: 15px 5px 0 0;
}
#news .textboxonly {
	float: left;
	width: 100%;
	text-align: right;
}

#hometable {
	width: 305px;
	float: left;
	margin: 0 10px 0 25px;
}

#anketbox {
	width: 150px;
	float: right;
	text-align: left;
	font-size: 10px;
}
#anketbox .bars {
	width: 119px;
	height: 5px;
	background-image: url(../images/bars-none.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
	margin-left: 5px;
}
#anketbox .bars-yo {
	width: 119px;
	height: 5px;
	background-image: url(../images/bars-yo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}
#anketbox .answer {
	margin: 0;
	padding: 5px 0 2px 5px;
}

#anketyarchiv {
	font-size: 11px;
}
#anketyarchiv .bars {
	width: 119px;
	height: 5px;
	background-image: url(../images/bars-none.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
	margin-left: 62px;
}
#anketyarchiv .bars-yo {
	width: 119px;
	height: 5px;
	background-image: url(../images/bars-yo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}
#anketyarchiv .answer {
	margin: 0;
	padding: 5px 0 2px 5px;
}
#anketyarchiv hr {
	border: 1px solid #EFEFEF;
	margin: 10px 10px 0 50px;
}

#footer {
	clear: both;
	border-top: 2px solid #E6E7E7;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding: 10px;
}

#footer a.greytext {
	color: #999999;
}

.clear-both {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;} /* hides from IE-mac */


