@charset "utf-8";
/* CSS Document */

/* original sablona	font: 100% Verdana, Arial, Helvetica, sans-serif; */

body  {
	font-family: "Trebuchet MS", "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	background: #7fb8dd url("imgs/page_bckg.gif");
	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;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

a {
	color: #0071bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.selected {
	color: #666;
}

a img {
	outline: none;
	border: none;
}

p {
	margin: 12px 0px;
}

p.clear {
	clear: both;
	margin: 0px;
}

.page #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5e5e5e;
} 
.page #header { 
	background: #FFF; 
	background-image:url("imgs/winsite_logo.png");
/*	background-position: 26px 15px; */
	background-position: 40px 15px;
	background-repeat:no-repeat;
	height:126px;

} 

.page #header #bread {
	float: right;
	margin: 5px 20px;
	font-size: 90%;
	color: #606060;
}

.page #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	visibility: hidden;
	height: 0;
	width: 0;
}

.page #header #logo_link_box {
	width: 250px;
	height: 125px;
	position: absolute;
	cursor: pointer;
}


#header #menu_top {
	background: #0071bc;
	width: 750px;
	position: relative;
	color: white;
	height: auto;
	font-size:12px;
	
	left:260px;
	padding:20px;
	padding-bottom: 15px;
	top:80px;
	width:700px;
}

#header #menu_top #langs {
	float:right;
	position: relative;
}

#header #menu_top #langs #lang_en a {
	color: #7fb8dd;
}

#header #menu_top ul {
	color: #0071bc;
	list-style-type:square;
	padding: 0px;
	margin: 15px 0 0 0;
	position: relative;

}

#header #menu_top a {
	color: white;
}

#header #menu_top ul li {
	float: left;
	margin: 0px 10px;
  	padding:0 0 0 16px;
  	list-style-type:none;
  	background:url(imgs/list_bullet.gif) left 6px no-repeat;
}

#flash {
	margin: 0px;
	height: 240px;
} 


.page #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 10px 0 25px;
	position:relative;
	top:-20px;
	padding: 0px;
}

#sidebar1 div {
	padding: 15px 20px; /* padding keeps the content of the div away from the edges */

}

#menu_left {
	background: #7fb8dd; /* the background color will be displayed for the length of the content in the column, but no further */
	color: white;
	border-bottom: #0071bc 5px solid;
/*	font-size: 12px; */
}

#menu_left p {
	background: url(imgs/raquo.gif) left 5px no-repeat;
	padding:0 0 0 13px;
	margin: 8px 0;
}

#menu_left a {
	color: white;
}

#company_id p{
	padding-left: 13px;
	/* font-size: 90%; */
	margin: 2px 0px;
}

#company_id #company_name {
	background: transparent url(imgs/winsite_sipka.gif) no-repeat scroll 0px 0.3em;
	color: #000;
	font-weight:bold;
	margin-bottom: 10px;
}

#company_id p.address {
	color: #606060;
}

#company_id p.adress_top_margin {
	margin-top: 10px;
}



.page #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4f4f4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-bottom: #959595 5px solid;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #606060;
}

.page #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4f4f4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-bottom: #959595 5px solid;
	margin-bottom: 20px;
	margin-right: 20px;
	color: #606060;
}

.page #sidebar2 img {
	float: right;
/*	margin-top: 2px; */ 
}


.page #sidebar2 #sidebar2_content{
	padding: 1px 5px;
	background: white;
	text-align: left;
	/* font-size: 80%; */
}

.page #sidebar2 #sidebar2_content .rss_header{
	color: #0071bc;
	font-weight:bold;
	margin-top: 3px;
}

.page #sidebar2 #sidebar2_content .rss_content{
	color: #606060;
	font-size:11px;
	margin-bottom: 5px;
}

.page #sidebar2 .rss_date{
	text-align: right;
	background: #f4f4f4;
	margin-top: 5px;
	font-size: 10px;	
}

.page #sidebar2 .rss_more{
	/* padding-bottom: 5px; */
	text-align: right;
	margin: 0 5px 12px 0;
}

.page #mainContent { 
	margin: 0 250px 0 215px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #606060;
	/* font-size: 90%; */
} 

.page #mainContent div.headline { 
	background: transparent url(imgs/headline_bckg.jpg) no-repeat left bottom;
	height: 44px;
	padding-left:10px;
	color: #fff;
	text-transform : uppercase;
	position: relative;
	font-size: 100%;
	margin-bottom: 12px;
} 

.page #mainContent p { 
	margin: 0 0 12px 0;
} 

.page #mainContent h1 { 
	margin: 0px;
	position: absolute;
	bottom: -6px;
	font-size: 26px;
} 

.page #mainContent li { 
	margin: 12px 0;
} 

.page #mainContent h2  { 
	margin: 25px 0 5px 0;
} 
.page #mainContent h3  { 
	margin: 10px 0 5px 0;
} 

.page #mainContent h4  { 
	margin: 10px 0 5px 0;
}

.page #mainContent hr  { 
	visibility: hidden;
}

.page #mainContent #mainContent_text  { 
	padding: 0 10px;
}

.page #mainContent #mainContent_text .blue_text { 
	color: #368fca;  
} 

.page #mainContent #mainContent_text .partneri_loga { 
	float: left;
	margin-bottom: 15px;
}

.page #mainContent #mainContent_text .partneri_odkazy { 
	float: left;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	width: 240px;
}  

.page #footer {
	padding: 0 20px 0 25px; 

} 

.page #footer_border { 
	border-top: #2462a1 1px solid;
	border-bottom: #2082c4 1px solid;	
	height: 1px;
} 

.page #footer #footer_content { 
	color: #606060;
	font-size: 10px;
} 

.page #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: 5px 0 40px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.page #footer #footer_id {
	color: #0675be;
}




.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;
}
