body{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	color: #864e2d;
	/*background-image: url("../img/body_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: top center;	
}
a, a:hover{
	color: #181B3D;
}

#container{
	width: 1000px;
	margin: auto;
}

#header{
	background-color: rgb(23, 29, 89);
	position: relative;
	width: 1000px;
	height: 125px;
}

#logo{
	position: absolute;
	top: -20px;
	left: 170px;
}

#logo a{
	display: block;
	width: 573px;
	height: 124px;
	outline: none;
}

#topnav{
	height: 50px;
	width: 1000px;
}

#topnav a{
	display: block;
	height: 50px;
	outline: none;
	float: left;
}

#topnav a#home{
	width: 190px;
}

.clearing{
	clear: both;
}

.clearing_r{
	clear: right;
}

#clear_r{
	clear: left;
}

#content{
	margin: auto;
	/*
	dla sprawdzenia popr. divow z ramkami
	width: 910px;*/
	color: #171D59;
	width: 1000px;
	padding: 0;
	min-height: 400px;
	height: auto;

}

#content a{
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#content a:hover{
	text-decoration: underline;
}

#content p{
	padding: 13px;
}

#left{
	float: left;
	height: auto;
	width: 300px;
	/*height: 700px;*/
	margin-top:-10px;
	background-image: url("../img/left_bg_blek.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#kontakt{
	margin-left: 30px;
	margin-top: 30px;
	width: 250px;
	background-image: url("../img/kontakt.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}	

#middle{
	float: left;
	margin: 20px 0 0 20px;
	min-height: 250px;
	height: auto;
	width: 460px;
	padding-right: 40px;
	padding-bottom: 30px;
	background-image: url("../img/div_bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#right{
	float: left;
	width: 0px;
}

.nopadding{
	padding: 0;
	margin: 0;
}

img{
	border: 1px solid #512c00;
	padding: 2px;
}

.noborder{
	border: 0;
	padding: 0;
	margin: 0;
}


#footer {
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	font-size: 7pt;
	color: #fff;
	background-color: rgb(23, 29, 89);
}

#footer a, #footer a:hover{
	color: #fff;
}

#footer p{
	padding-top: 3px;
	float: left;
	width: 450px;
	line-height: 10px;
}

#foot_data{
	margin-top: 20px;
	margin-left: 20px;
    margin-bottom: 20px;
	height: 65px;
	font-size: 8pt;
	width: 400px;
	float: left;
	text-align: left;
	border-right: 1px solid #fff;	
}

#kontakty{
	margin-top: 20px;
	margin-left: 20px;
	height: 60px;
	font-size: 8pt;
	width: 250px;
	float: left;
	text-align: left;	
}

#webdesign{
	margin-top: 20px;
	margin-right: -250px;
	font-size: 8pt;
	width: 400px;
	float: right;
	text-align: left;
	color: #fff;
}

#webdesign a, #webdesign a:hover{
	color: #000;
	text-decoration: none;
}

#webdesign a:hover span{
	color: #f6861f;
}


.right{
	border: none;
	padding: 8px;
	float: right;
	font-size: 8pt;
}

.left{
	border: none;
	padding: 8px;
	float: left;
}
.center{
	text-align: center;
}

.waski{
	text-align: center;
	width: 50px;
}

.light{
	background-color: #fff;
}

.dark{
	background-color: #f0f0f0;
}


.mini{
	font-size: 7pt;
}

.lewy{
	text-align: left;
}

.prawy{
	text-align: right;
	float: right;
}


h2{
	font-size: 11pt;
	text-align: center;
}

#middle h1{
	margin-top: 10px;
	font-size: 11pt;
	width: 400px;
	height: 20px;
	border-bottom: 1px solid #512c00;
	background-image: url(../img/titlers.png);	
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 0px;
}

#middle h1 span{
	color: #7a634c;
}

.err{
	color: red;
}



/*formularz zgłoszeniowy*/

span.linia{
	font-weight: bold;
	float: left;
	width: 160px;
}


label{
	font-weight: bold;
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

select, input,textarea, submit{
	width: 160px;
}

.maly{
	width: 70px;
}

select, input, textarea {
	background: #fff;
	border: 1px solid #000;
}

.submit input{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}
fieldset{
	border: none;
	padding: 10px;
}
legend{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 2px 6px;
	font-weight: bold;
}

h4 span{
	color: orange;
}


#lewe{
	float: left;
	margin-left:-10px;
	width: 355px;
}

table {
	text-align: left;
	margin: 0 5px 0 10px;
}

#tytul{
	width: 200px;
}

#lewy{
	float: left;
	width: 350px;
}
#prawy{
	float: left;
	width: 600px;
}

#lewy_waski{
	float: left;
	width: 250px;
	height: 500px;
}


#content ul{
	margin-left: 20px;
}

#content ul li{
	margin-left: 5px;
}
#mapa{
	margin-top: 50px;
    height: 300px;
    width: 300px;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}


ul li {
	float: left;
}

