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

body {
	background:url(images/bg.jpg) no-repeat;	
	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 */
	font-family: Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color: #323232;
	background-attachment:fixed;
}
.centry #sitemain {
	width: 900px;
	background: transparent;
	margin: 0px 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. */
}



/* layout */
#menu{position:relative; width:900px; height:59px;}
#top{position:relative; width:900px; height:278px; margin: 0px auto; background:url(images/img_04.jpg);}
#container{
	width:885px;
	padding-left:7px;
	padding-right:8px;
	background:#4BC8F4;
	position:relative;
	float:left;
	background-color: #74AE59;
}
#left{width:279px; position:relative; float:left; margin-right:8px; background:transparent;}
#right{width:598px; position:relative; float:left; background:transparent;}
.roundedLeft{width:279px; position:relative; float:left;}
.roundedRight{width:598px; position:relative; float:left;}
.borderLeft{width:260px; position:relative; float:left; border:1px solid #689655; border-top:0px; border-bottom:0px; padding-left:9px; padding-right:8px; padding-top:0px; padding-bottom:0px;}
.borderRight{width:581px; position:relative; float:left; border:1px solid #689655; border-top:0px; border-bottom:0px; padding-left:8px; padding-right:7px; padding-top:0px; padding-bottom:0px;}
.poleLeft{width:260px; position:relative; margin-bottom:25px; padding-top:5px; float:left;}
#stopka {
	position:relative;
	width:900px;
	height:22px;
	padding-bottom:10px;
	text-align:left;
	background:url(images/stopka.jpg) no-repeat;
	clear:both;
	font-size:10px;
	padding-top:10px;
}
#photo1{
	position:absolute;
	width:275px;
	height:200px;
	left: 12px;
	top: 29px;
}
#photo2{
	position:absolute;
	width:275px;
	height:200px;
	left: 313px;
	top: 29px;
}
#photo3{
	position:absolute;
	width:275px;
	height:200px;
	left: 613px;
	top: 29px;
}

#marques{
	position:absolute;
	width:881px;
	height:30px;
	left: 10px;
	top: 247px;
	font-size:20px;
	font-weight:bold;
	color: #FFF;
}


/* linki etc */
a:link {
	color: #EB8C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EB8C00;
}
a:hover {
	text-decoration: underline;
	color: #323232;
}
a:active {
	text-decoration: none;
	color: #EB8C00;
}

#stopka a{
	color: #FFF;
	text-shadow:0px;
	font-weight:normal;
	text-decoration: underline;
}

.link {
	color:#FFF;
	font-weight:normal;
}

