body{
	padding: 0px;
	margin: 0px;
	background: #7388B2;
	background-image: url('reszek/back_gard.jpg');
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;

}

a{
	color: #00349C;
	text-decoration: none;
}

a:hover, a:visited:hover{
	text-decoration: underline;
}

#container{
	
	width: 999px;
	margin: auto;
}

#wrapper{
	background: url('reszek/content_back.jpg') repeat-y;
	width: 961px;
	position: relative;
	left: 20px;
overflow:hidden;
}

#header{
	height: 130px;
	background: url('reszek/header.jpg') no-repeat;
}

#header h1{
	margin: 0px;
	padding: 10px 0 0 390px;
	font-size: 40px;
	color: #ffffff;
}

#header a{
	color: #ffffff;
}

#header a:hover, #header a:visited:hover{
	color: #ccc;
	text-decoration: none;
}

#left{
	float: left;
	width: 134px;
}

#main{
	
	float: left;
	margin-left:0px;
	left:100px;
	width: 910px;
}

#main h1{
	font-size: 18px;
	padding: 0 0 5px 0px;
	margin: 0px;
	color: #2E4310;
}

#main h2{
	font-size: 15px;
	padding: 0 0 5px 0px;
	margin: 0px;
	color: #2E4310;
}

#main h3{
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 0px;
	margin: 0px;
	color: #2E4310;
}

#main blockquote{
	font-style: italic;
	color: #333;
}

#footer{
	clear: both;
	height: 66px;
	background: url('reszek/footer_back.jpg') no-repeat;
}

#footer .foot_pos{
	text-align: center;
	color: #ffffff;
	padding: 30px 20px 0 80px;
}

#footer a{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover, #footer a:visited:hover{
	color: #ffffff;
	text-decoration: none;
}

#footer p{
	padding: 0px;
	margin: 0px;
}

/** menu **/

#menu_top{
	background: url('reszek/menutop.jpg') no-repeat;
	height: 93px;
}


/** classes **/

.content_padding{
	padding: 40px 10px 10px 30px;
}

.line20{
	line-height: 20px;
}

.button span{
	line-height: 24px;
	height: 24px;
	padding-left: 2px;
	padding-right: 2px;

}

.button{
	border: 1px solid #ffffff;
}

.button:hover, .button:visited:hover{
	border: 1px solid #d7d7d7;
	text-decoration: none;
}


div#bt-1, div#bt-2, div#bt-3, div#bt-4, div#bt-5{
	position:relative;
	top:-15px;
	height: 140px;
	float:left;
	
	cursor: pointer;
}
div#bt-1{
	position:relative;
	width: 130px;
	padding-left: 30px;

}
div#bt-2{
	width: 177px;
	padding-left: 10px;
	
}
div#bt-3{
	width: 150px;
	padding-left: 10px;

}
div#bt-4{
	width: 140px;
	padding-left: 0px;

}
div#bt-5{
	width: 170px;
	padding-left: 0px;

}

div#coll-1{
	margin-top: -10px;
	width: 140px;
	padding-left: 10px;
	float: left;
}

div#coll-2{
margin-top: -10px;	
	padding-left: 30px;
	width: 155px;
	float: left;
}

div#coll-3{
	margin-top: -10px;
	padding-left: 30px;
	width: 140px;
	float: left;
}

div#coll-4{
	margin-top: -10px;
	padding-left: 20px;
	width: 125px;
	float: left;
}

div#coll-5{
	margin-top: -10px;
	padding-left: 20px;
	width: 140px;
	float: left;

}


