@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F8F8F8;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #CD1D20;
	text-decoration: underline;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #links a {
	color: #666;
}
#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	background-image: url(images/icon_clanek.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #E12529;
	line-height: 35px;
}
#sidebar1 h3 {
	color: #E12529;
	background-image: url(images/icon_reference.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 35px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: normal;
}
#header #links {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.twoColFixLtHdr #container {
	width: 944px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 604px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 25px;
	padding: 0px;
	clear: both;
}
.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	margin-right: 250px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
} 
.vice  {
	background-image: url(images/sipka.png);
	padding-left: 18px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
	padding-right: 5px;
}
#sidebar1 .reference .textref {
	float: left;
	margin-left: 5px;
	width: 100px;
}
#sidebar1 .reference .fotoref {
	float: left;
}
#sidebar1 .reference {
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.twoColFixLtHdr #footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	height: 85px;
	color: #666;
	line-height: 20px;
	margin-top: 30px;
	padding-top: 0px;
	clear: both;
} 
#header #logos {
	float: left;
	clear: both;
	margin-top: 10px;
	_margin-top: 62px;
	width: 100%;
	height: 127px;
}
#header #logos .headtexts {
	margin-left: 50px;
	float: left;
	margin-top: 25px;
}
#header #menu {
	clear: both;
	margin-top: 8px;
	background-image: url(images/menu.png);
	height: 81px;
	float: left;
	width: 100%;
}
#header #aktuality {
	background-image: url(images/aktuality_bg.png);
	height: 327px;
	width: 259px;
	float: left;
	margin-top: 26px;
	margin-left: 0px;
}
#header #red {
	clear: both;
	float: left;
	width: 100%;
}
#header #slides {
	float: left;
	height: 318px;
	width: 675px;
	margin-top: 26px;
	margin-left: 10px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header #menu #up {
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 50px;
	height: 47px;
	padding-top: 0px;
}
#header #menu #up a {
	color: #FFF;
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 15px;
	padding-bottom: 16px;
	line-height: 46px;
}
#header #menu #up a:hover {
	background-image: url(images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #menu #brd {
	margin-top: 10px;
	margin-left: 30px;
}
#footer #leftfoo {
	width: 600px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}
#footer #rightfoo {
	text-align: right;
	float: right;
	width: 200px;
	margin-top: 35px;
	margin-right: 20px;
}
#aktuality h3 {
	font-size: 20px;
	font-weight: normal;
	color: #C61A1D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header #red #aktuality #aktualityin {
	margin: 20px;
}
#aktuality #aktualityin .aktualita {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#aktualityin .aktualita .teaser {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aktualityin .aktualita strong a {
	background-image: url(images/ico-aktuality.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	height: 20px;
	padding-top: 8px;
}
#mainContent h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent table tr td {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.pagination ul {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
	margin-left: 160px;
}
.pagination ul li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
	margin-left: 10px;
}
.pagination {
	text-align: center;
	clear: both;
}
#header #logos .logozde {
	float: left;
}
#formular table tr {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#formular table {
/*	padding: 5px;
	background-color: #EAEAEA;*/
	margin: 5px;
}
#objednavkaobal{
	color: #333;
	padding: 10px;
	background-color: #EEE;
	width: auto;
}
.red {
	color: #D21F22;
}
