@charset "utf-8";
@import url("default.css");
@import url("links.css");
@import url("theMenu.css");
@import url('tabforms.css');
@import url('another.css');
@import url('galeria.css');
@import url('upload.css');
@import url('bottom.css');
/* CSS Document */
body {
	margin:0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	font-weight:normal;
	background-image:url('../img/bg_site.gif');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#E4E4E4;
	color:#58523F;
}
#bkgnd2 {
	background-color:transparent;
    background-image:url('../img/top.png');
    background-position:right top;
    background-repeat:repeat-x;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:300px;
    /*text-align:center;*/
}
div#main {
	width:980px;
	float:inherit;
	height:auto;
	overflow:visible;
	margin:auto;
	position:relative;
}
div#top {
	width:976px;
	height:253px;
	float:left;
	position:relative;
}
div#bottom {
	width:100%;
	float:left;
	height:auto;
	overflow:visible;
	background-color:#2F2F2F;
	border-top:3px solid #666;
	margin-top:30px;
}
div.stopka {
	width:100%;
	height:30px;
	padding:5px 0;
	float:left;
	margin:30px 0 0 0;
	border-top:1px dotted #333;
	color:#666;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	}
div#primary {
	width:960px;
	height:auto;
	overflow:visible;
	padding:0 10px;
	margin-top:5px;
	float:left;
	background-image:url(../img/bg_primary.gif);
	background-repeat:no-repeat;
	background-position:right bottom;	
	border-left:1px dashed #EFEFEF;
	border-right:1px dashed #EFEFEF;
}
div#supplement {
	width:200px;
	height:auto;
	overflow:visible;
	padding:0 20px 0 0;
	float:left;
	margin:0;
	margin-top:10px;
}
div#central {
	width:740px;
	height:auto;
	overflow:visible;
	padding:0;
	float:left;
	margin-top:10px;	
}
div#promo {
	width:100%;
	height:150px;
	float:left;
	border-left:1px dashed #EFEFEF;
	border-right:1px dashed #EFEFEF;
	
}
div#promo div.promo {
	width:280px;
	height:130px;
	padding:10px 20px;
	margin:0 3px;
	float:left;
	text-align:left;
	background-image:url(../img/bg_promo.png);
	background-repeat:no-repeat;
	background-position:top;
}
div#top img.logo {
	width:185px;
	height:180px;
	position:absolute;
	top:0px;
	left:40px;
	border:0;
}
div#top img.napis {
	width:200px;
	height:65px;
	position:absolute;
	top:100px;
	right:50px;
}
div.photos#content {
	padding:20px 0 0 20px;
	}
div.photos#content img {
	width:68px;
	height:68px;
	border:0;
	}	
div.photos#content hr {
	clear:both;
	margin:0 0 5px 0;
	border:none;
	}	
h2 {
	font-size:14px;
	display:inline-block;
}
h3 {
	padding:8px 0 0 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
}
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	padding:5px 0 8px 0;
	margin:0;
	width:100%;
	border-bottom:1px dashed #C4C3C0;
	color:#09F;
}
/*
table#rejestracja {
	width:700px;
	border-bottom:1px dotted #CCC;
	font-size:11px;
	float:left;
}
table#rejestracja tr.rejestracja {
	float:left;
	clear:both;
	border-top:1px dotted #CCC;
	padding:2px 0;
	width:700px;
	height:auto;
	overflow:visible;
}

table#rejestracja th {
	padding:9px 5px 2px 5px;
	font-weight:bold;
	background-color:#EEEBE7;
	text-align:left;
	width:260px;
	float:left;
	height:auto;
	overflow:visible;
}
table#rejestracja td.rejestracja {
	padding:8px 5px 3px 5px;
	margin-left:2px;
	font-weight:normal;
	background-color:#EEEBE7;
	width:418px;
	float:left;
	height:auto;
	overflow:visible;
}
table#rejestracja input {
	width:212px;
	margin:0;
	border:1px dotted #CCC;
	padding:2px;
	font-size:11px;
	float:left;
}
form#rejestracja label.error { margin-top:5px;margin-left:2px;color:#990000;clear:both;float:left;}
*/
div#potwierdzenie {
	width:940px;
	float:left;
	background-color:#FFF;
	border:1px dotted #d8d8d8;
	padding:5px 10px;
	margin-top: 10px;
	margin-left:10px;
}
div#potwierdzenie div, img.potwierdzenie {
	float:left;
	height:35px;
	margin-left:5px;
}
div#potwierdzenie p {
	margin:0;
	padding-top:10px;
	float:left;
	font-size:13px;
}
div#potwierdzenie p.true {
	color: #2a98ad;
	font-weight:bold;
}
div#potwierdzenie p.false {
	color: #AA0000;
	font-weight:bold;	
}
div#potwierdzenie span {
	margin:0;
	padding-top:10px;
	float:left;
	color:#575757;
	font-size:11px;
	font-family:Georgia;
}

