
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 14px; 
    color: #2c2c2c;
	background: #e1e0dd;
    /*background: #e1e0dd url('images/body_bg.gif') repeat-x top;*/
}

a img { border: 0px none;  }
a { text-decoration: none;}
p.title { font-size: 18px; font-style: italic; color: #6c6c6c}

li {margin-left:10px}

#kont{ width: 802px; margin: 0 auto 0 auto;/*margin-top: 30px;*/ background: #ececec ; text-align: center;} /*url('images/kont_right.gif') 800px 0 repeat-y }*/
#kont div.top { width: 802px; height: 5px; font-size:0; background: url('images/kont_top.gif') no-repeat} 
#kont div.bot { width: 802px; height: 5px; font-size:0; background: url('images/kont_bot.gif') no-repeat} 
#baner {width: 782px; height: 184px; text-align: left; padding-top: 11px;  padding-left: 20px; background: #ececec url('images/baner.jpg') 6px 0 no-repeat; position: relative;}

#dhl { width: 113px;height: 35px; margin-top: 60px; margin-left: 18px; cursor: pointer; }

#swf {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 4px;
	right: 10px;
	background: #fff;
}

#menu{  height: 33px; margin-right: 1px; font-size:11px; background: url('images/menu_bg.gif') repeat-x;}
#menu div.left { width: 7px ;height: 33px ; float: left; background: url('images/menu_left.gif') no-repeat}
#menu div.right { width: 7px ;height: 33px ; float: right; background: url('images/menu_right.gif') no-repeat}
#menup{ height: 23px; padding-top: 10px; margin-left: 10px; float: left; color: #fff60e }
#menup a {  
	height: 13px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 20px; 
	padding-right: 20px; 
	margin-left: 5px; 
	color: #fff60e
}

#menup a:hover {  
	height: 13px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left: 20px; 
	padding-right: 20px; 
	margin-left: 5px;
	background: url('images/menu_bg_hover.gif') repeat-x; 
	color: #fff60e
}

#content { width: 780px; margin: 8px auto 0 auto; /*margin-top: 8px;*/  text-align: left; background: #fff}
#content div.top { width: 780px; height: 4px; font-size: 0; background: url('images/content_top.gif') no-repeat}
#content div.bot { width: 780px; height: 3px; font-size: 0; background: url('images/content_bot.gif') no-repeat}
#content div.text { padding: 10px}

#pow { float: left; width: 492px }
#dlh { width: 238px; height: 135px; float:right; background: url('images/dlh.jpg') no-repeat  }

#farby { width: 270px; height: 300px;display:inline ;margin-top: 8px; margin-left: 11px ; float:left; background: url('images/farby.jpg') no-repeat }
#drupa { width: 500px; float: right;display:inline ;margin-top: 8px; margin-right: 11px; text-align: left; background: #fff;}
#drupa  div.top {  width: 500px; height: 3px; font-size: 0; background: url('images/drupa_top.gif') no-repeat }
#drupa  div.bot {  width: 500px; height: 3px; font-size: 0; background: url('images/drupa_bot.gif') no-repeat }
#drupa div.text { padding: 10px}

#akt { float: left; width: 450px; overflow: hidden; }
#dr { width: 125px; height: 217px; float:right; background: url('images/drupa.gif') no-repeat  }


#karta_bg { background: url('images/karta_bg.gif') repeat-y right top}
#karta { float: right; width: 190px; padding-top: 120px; color: #fff; background: #368aea url('images/dlh_karta.gif') 0 54px no-repeat}
#karta_bot { 
	clear:right;
	padding:10px;
	float: right; 
	width: 170px; 
	font-size: 10px;
	color: #fff; 
	background: #368aea;
	
}

#foot { height: 47px ; padding-top: 18px; margin-top: 20px; text-align:center; color: #7f7f7f; background: url('images/foot_bg.gif') repeat-x }
#foot a { color: #7f7f7f }
#foot a:hover {color: #4a4a4a}
/*admin i formularze*/
#cont p.msg, #login p.msg {
	margin: 10px;
	padding: 3px;
	text-align: center;
	color: red;
	font-size: 13px;
	background-color: #DEEEFE;
	border: 1px solid #5284BD;
}
.admin label, .contact label {
	width: 60px;
	padding: 4px 0 0 0;
	display: block;
	clear: left;
	float: left;
}

.login label{
	float: left;
	width: 60px;
	padding: 4px 0 0 0;
	display: block;
	color: white;
}
.contact label { width: 140px; }
.admin input, .admin textarea, .admin select.s, .contact input, .contact textarea {
	width: 550px;
	margin: 1px;
}
.admin textarea.edytor {
	width: 510px;
	height: 300px;
}
.contact input, .contact textarea { width: 470px; }
.login input {
	width: 200px;
	margin: 1px;
}
.admin .submit, .login .submit, contact.submit, .contact .submit {
	margin: 5px 0 0 70px;
}
.contact .submit { margin-left: 140px; }

input.nowidth, label.nowidth {
	width: auto;
	display: inline;
	float: none;
}

/* label required */
.r { font-weight: bold; }

