@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background:#d4eef7 url(../images/bg_main.png) top repeat-x;	
	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: #4396CA;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9FCDD9;
} 

#subcontainer { 
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/bg_subcontainer.png) top repeat-x #FFFFFF;
	margin: 0px auto 33px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #9FCDD9; 
	border-right: 1px solid #9FCDD9; 	
	border-bottom: 1px solid #9FCDD9; 		
	border-top: none; 	
	top: 0px;
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	background: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
} 
#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 */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 223px; /* 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: url(../images/bg_sidebar.png) top no-repeat #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar .box {
	border-left: 1px solid #9FCDD9;
	border-bottom: 1px solid #9FCDD9; 			
	padding: 15px 10px;
}

#sidebar .box2 {
	width: 208px;
	min-height: 52px;
	background:url(../images/bg_sidebar_box2.png) repeat-x #ffffff;
	border: 1px solid #9FCDD9; 			
}
#sidebar .separator {
	height: 22px;
	background: url(../images/bg_sidebar_separator.png);
	font-size:14px;
	color:#4396CA;	
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;		
}
#sidebar h1{
	font-size:14px;
	color:#4396CA;
	padding: 100px 0px 0px 0px;		
	margin: auto;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}


#mainContent { 
	position: relative;
	left:-1px;
	margin: 0px 210px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

#mainContent .box101 {
	width:657px;
  float: left;

}

#mainContent .box102 {
	width:300px;
	float: left;
	margin-right: 9px;	
}

#mainContent .box103 {
	width:120px;
	float: left;
	margin-right: 9px;	
}

#mainContent .box104 p{

  float: left;
  color:#8D2505;
}
#mainContent .box1 {
	width:219px;
	float: left;
	margin-right: 9px;	
}

#mainContent .box1 h2{
	font-size:14px;
	color:#8DBB05;
	padding: 10px 20px 0px 20px;	
	margin:0px;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
}

p{
	font-size:12px;
	color:#4396CA;
	padding: 10px 20px 0px 20px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
}

#sidebar p {
	padding: 2px 10px 2px 10px;		
}

#mainContent .box2 {
	width:219px;
	float: left;
	margin-right: 9px;
	border: 1px solid #9FCDD9;
	vertical-align:middle;	
	height: 300px;
	background:url(../images/bg_box2.png) bottom repeat-x #ffffff;
}

#mainContent .box2 h1{
	font-size:14px;
	color:#ffffff;
	padding: 4px 20px 0px 20px;		
	margin: 0px;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg_box2_header.png) #123123;
	height:40px;
}

#mainContent .box2 .desc {
	height:95px;
}
#mainContent .box2 .container {
	padding: 0px 10px 0px 20px;
	margin: 0px;
	height:95px;
}
#mainContent .box2 img {
	float:left;
}
#mainContent .box2 .price {
	float:right;
}


p.price {
	text-align:right;
	float:right;
	font-size:26px;
	color:#8DBB05;
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#mainContent .box2 a:link, #mainContent .box2 a:active, #mainContent .box2 a:visited{
	font-size:12px;
	text-align:right;
	font-weight:bold;
	color:#4396CA;
	text-decoration:none;
	width:65px;
	padding:7px 4px 6px 4px;
	margin: 0px;
	display: block;
	background:url(../images/bg_button_blue.png) no-repeat right top;
}
#mainContent .box2 a:hover {
	background:url(../images/bg_button_blue_hover.png) no-repeat;
}


#mainContent  .separator {
	width:221px;
	float: left;
	margin-right: 9px;
	height: 22px;
	background: url(../images/bg_sidebar_separator.png);
}

#mainContent p.more{
	text-align: right;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	right: 5px;
	padding: 2px 25px 10px 0px;
	background:url(../images/more.png) no-repeat top right;
}

#mainContent p.more a:link, #mainContent p.more a:active, #mainContent p.more a:visited {
	font-size:12px;
	text-decoration:none;
	color: #4396CA;	
}
#mainContent p.more a:hover{
	font-size:12px;
	text-decoration:underline;
	color: #4396CA;	
}

#mainContent .box3c {
	width:221px;
	float: left;
	margin-right: 9px;	
	height:200px;
}

#mainContent .box3 {
	float: left;
	border: 1px solid #9FCDD9;	
	background:url(../images/bg_box3.png) bottom repeat-x;
}

#mainContent .box3chat {
	float:left;
	width:221px;
	background:url(../images/bg_chat.png) bottom repeat-x;
}

#mainContent .box3 h3{
	width:179px;	
	font-size:14px;
	color:#ffffff;
	padding: 9px 20px 0px 20px;		
	margin: 0px;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	background:url(../images/bg_box3_header.png) #123123;
	height:25px;
}

#mainContent .box3 p.more {
	font-size:12px;
	font-weight:bold;
	margin: 0px 5px 0px 0px;
	padding: 2px 25px 1px 0px;
	background:url(../images/more.png) no-repeat top right;
	float:right;
}

#mainContent .box3chat p.more {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin: 0px 5px 0px 0px;
	padding: 9px 0px 0px 85px;		
	background:none;
	height: 25px;
}

#mainContent .box3chat p.more a:link, #mainContent .box3chat p.more  a:active, #mainContent .box3chat p.more a:visited{	
	font-size:14px;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;	
}
#mainContent .box3chat p.more a:hover{
	text-decoration:underline;
}


#mainContent .box3 a:link, #mainContent .box3 a:active, #mainContent .box3 a:visited{
	font-size:12px;
	text-align:left;
	font-weight:bold;
	color:#8DBB05;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:20px;
}
#mainContent .box3 a:hover{
	text-decoration:underline;
}



#footer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
  padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	font-family: Tahoma, Sans-serif;
	color: #908e8e;
	text-align: left;

}

#footer a {
	color: #908e8e;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#stopka .partner {
	float: left;
	width: 30%;
}


.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;
	width: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:10px;
}
.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;
}

input.blue{
	color:#2b5b79;
	background:#FF9900;
	border:1px solid #9FCDD9; 
	padding:2px 5px 2px 5px;
	background:url(../images/bg_input_blue.png) repeat-x;
}

input.blue2{
	color:#2b5b79;
	height:30px;
	background:#FF9900;
	border:1px solid #9FCDD9; 
	padding:2px 5px 2px 5px;
	background:url(../images/bg_input_blue.png) repeat-x;
}
input.green{
	color:#5a7704;
	background:#FF9900;
	border:1px solid #B5DB1C; 
	padding:2px 5px 2px 5px;
	background:url(../images/bg_input_green.png) repeat-x;
}

input.red{
	color:#2b5b79;
	background:#FF9900;
	border:1px solid #9FCDD9; 
	padding:2px 5px 2px 5px;
	background:url(../images/bg_input_red.png) repeat-x;
}


div span.label {
	font-size:12px;
	color:#4396CA;
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:72px;
    float: left;
    text-align: right;
	padding: 4px 3px 2px 3px;
}

div span.label101 {
	font-size:12px;
	color:#4396CA;
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:112px;
    float: left;
    text-align: right;
	padding: 4px 3px 2px 3px;
}
div span.label101a {

  font-size:12px;
	color:#4396CA;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:200px;
    float: left;
    text-align: right;
	padding: 4px 3px 2px 25px;
}
div span.label101b {
	font-size:12px;
	color:#8DBB05;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:92px;
    float: left;
    text-align: left;
	padding: 4px 3px 2px 3px;
}
div span.label101b2 {
	font-size:12px;
	color:#8DBB05;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:220px;
    float: left;
    text-align: left;
	padding: 4px 3px 2px 3px;
}
div span.sidelabel {
	font-size:11px;
	color:#8DBB05;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:180px;
    float: left;
    text-align: left;
	padding: 4px 3px 2px 3px;
}
div span.label2 {
	font-size:12px;
	color:#8DBB05;
	text-align:right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:72px;
    float: left;
    text-align: right;
	padding: 4px 3px 2px 3px;
}

div span.form {
	width:140px;
    text-align: left;
    vertical-align: middle;
}

div .row {
    padding: 2px 0 0 0;
    clear: both;
}

div span.label102 {
	font-size:12px;
	color:#4396CA;
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width:290px;
    float: left;
    text-align: left;
	padding: 4px 3px 2px 3px;
}
div span.label102 a:link, span.label102 a:visited{
	text-decoration:none;
		color:#4396CA;
}

 div span.label102 a:hover{
	text-decoration:underline;
		color:#4396CA;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:rgb(0,16,48);
	text-decoration:none;
	padding:0px 4px 2px 4px;
	margin: 0px;
	display: block;
   
}
#sidebar a:hover {

}



