@charset "utf-8";
@import url("odsylacze.css");
@import url("menu.css");
@import url("bottom.css");
@import url("logowanie.css");

/* CSS Document */
body {
	color:#FFF;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url('../gfx/background2.png');
	background-repeat:repeat-x;
	background-color:#740000;
	margin:0 auto;
}
h1 {
	font-size:22px;
	color:#FC0;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:normal;
}
h3 {
	font-size:12px;
	color:#FFF;	
}
p {
	margin:10px 0;
}
div#justify {
	margin:0 auto;
	width:1000px;
	height:auto;
	overflow:visible;
}
div#main {
	margin:0 auto;
	width:1000px;
	height:auto;
	overflow:visible;
	float:left;
}
div#top {
	width:100%;
	height:460px;
	float:left;
	background-image:url('../gfx/bg-topbottom.jpg');		
}
div#center {
	width:998px;
	height:auto;
	overflow:visible;
	float:left;
	margin:0 1px 10px 1px;
}
div#bottom {
	width:100%;
	height:80px;
	float:left;
}
div#top div.logo {
	width:330px;
	height:200px;
	float:left;
	margin:25px 60px;
}
div#center div.left {
	width:190px;
	height:auto;
	overflow:visible;
	float:left;
	margin-top:13px;
	padding:0px 10px 10px 0px;
	border:1px solid #1a1a1a;
	background-image:url('../gfx/background.png');	
}
div#center div.right {
	width:742px;
	height:auto;
	overflow:visible;
	float:left;
	padding:10px 18px;
	margin:13px 0 0 16px;
	border:1px solid #1a1a1a;
	color:#EEE;
	background-image:url('../gfx/background.png');
}
label {
	width:300px;
	float:left;
	margin-top:6px;
	font-weight:bold;
	color:#EFEFEF;
	clear:left;
}
input,select,textarea {
	width:200px;
	float:left;
	border:1px solid #333;
	clear:right;
	padding:3px 5px;
	margin-bottom:3px;
	background-color:#575757;
	color:#FFF;
	margin-left:5px;
}
select {
	width:212px;
	padding:2px;
}
input.check {
	width:auto;
	float:left;
	clear:left;
}
label.check {
	width:auto;
	float:left;
	clear:right;
	margin-left:3px;
	margin-top:3px;
}
h3.dodaj-anons {
	width:720px;
	clear:both;
	float:left;
}
div.dodaj-anons {
	width:345px;
	height:24px;
	padding:5px 5px;
	margin:2px 3px;
	background-color:#333;
	background-image:url('../gfx/background.png');
	float:left;
}
div#potw {
	width:700px;
	height:auto;
	overflow:visible;
	padding:5px 10px 4px 10px;
	float:left;
	margin:10px 0;
	border:1px dashed #575757;
	background-image:url('../gfx/bg-potwierdzenie.gif');
	background-color:#EFEFEF;
	font-weight:bold;
}
div.true#potwierdzenie {
	float:left;
	height:31px;
	background-image:url(../gfx/potw-true.png);
	background-repeat:no-repeat;
	color:#090;
}
div.false#potwierdzenie {
	float:left;
	height:31px;
	background-image:url(../gfx/potw-false.png);
	background-repeat:no-repeat;
	color:#900;
}
div#potwierdzenie p {
	float:left;
	margin:0;
	padding:10px 40px;
}
div.anons-zdjecia {
	width:430px;
	height:auto;
	overflow:visible;
	min-height:430px;
	float:left;
	background-color:#333;
	background-image:url('../gfx/background.png');	
	padding:10px;
}
div.anons-informacje {
	width:230px;
	height:430px;
	float:left;
	margin-left:20px;
	padding:10px;
	background-color:#333;
	background-image:url('../gfx/background.png');	
}
div.anons-cennik {
	width:330px;
	height:auto;
	overflow:visible;
	float:left;
	background-color:#333;
	background-image:url('../gfx/background.png');	
	padding:10px;
	margin-top:20px;
}
div.anons-godziny {
	width:330px;
	height:auto;
	overflow:visible;
	float:left;
	margin-left:20px;
	margin-top:20px;
	padding:10px;
	background-color:#333;
	background-image:url('../gfx/background.png');	
}
div.anons-opis {
	width:700px;
	height:auto;
	overflow:visible;
	float:left;
	background-color:#333;
	background-image:url('../gfx/background.png');	
	margin-top:20px;
	padding:10px;
}
h3.anons {
	margin:0px;
	padding-bottom:3px;
	border-bottom:1px dashed #CCC;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
