/*
---------- ---------- ---------- ---------- ---------- ---------- ---------- 
What:       
Author:     Dominik Paszkiewicz | http://www.ekstenso.com | dominik@ekstenso.com
Version:    28 czerwca 2006
Details:  	Base CSS file containing layout structure definitions
License:    Intercadr's property
---------- ---------- ---------- ---------- ---------- ---------- ----------  */

/* BODY ----- ----- ----- */
body {
	margin:0;
	padding:0;
	font-size:101%;
	background:#fff;
	font-family:Arial, Verdana, sans-serif;
	}

/* LAYOUT ----- ----- ----- */
#wrapper {
	margin:7px auto 0 auto;
	width:770px;
	text-align:left;
	border:1px solid #e7e7e7;
	border-width:0 1px 0 1px;
	background:#fff;
	}
#header {
	width:770px;
	height:111px;
	margin:0;
	padding:0;
	background:url(images/bg-header.png) no-repeat;
	}
#menu {
	position:relative;
	top:85px;
	left:165px;
	margin:0;
	height:20px;
	width:600px;
	}
#intro {
	width:770px;
	}
#offers {
	float:left;
	width:287px;
	}
#textbox-container {
	width:480px;
	float:right;
	border-left:1px solid #E6E6E6;
	}
#textbox1 {
	float:left;
	width:230px;
	height:190px;
	padding:4px;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	}
#textbox2 {
	height:190px;
	float:left;
	width:230px;
	padding:4px;
	border-bottom:1px solid #E6E6E6;
	}
#textbox3 {
	float:left;
	width:150px;
	padding:4px;
	border-right:1px solid #E6E6E6;
	background:url(images/bg-textbox3.png) repeat-x;
	}
#textbox4 {
	float:left;
	width:150px;
	padding:4px;
	border-right:1px solid #E6E6E6;
	background:url(images/bg-textbox4.png) repeat-x;
	}
#textbox5 {
	float:left;
	width:150px;
	padding:4px;
	background:url(images/bg-textbox5.png) repeat-x;
	}
#content {
	float:left;
	width:500px;
	border-right:1px solid #E6E6E6;
	}
#sub-content {
	float:right;
	width:250px;
	margin:0 0px 0 0;
	}
#content.contact {
	float:left;
	width:400px;
	border-right:1px solid #E6E6E6;
	}
#sub-content.contact {
	float:right;
	width:350px;
	margin:0 0px 0 0;
	}
#contact-box1 {
	float:left;
	width:199px;
	border-right:1px solid #e6e6e6;
	}
#contact-box2 {
	float:left;
	width:199px;
	}
#sub-content.kandydat {
	background:url(images/bg-subcontent-kandydat.png) no-repeat top right;
	}
#large-content {
	width:770px;
	padding-bottom:40px;
	margin:0;
	background:url(images/bg-large-content.jpg) left bottom no-repeat;
	}
#rub-intro {
	background:url(images/bg-rub-intro.png) no-repeat;
	width:770px;
	height:100px;
	position:relative;
	padding:0;
	border-bottom:1px solid #E6E6E6;
	}
.checkbox-set {
	float:left;
	margin:3px;
	width:30px;
	height:40px;
	text-align:center;
	}

#formularz {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:1000px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#formularz-title {
	z-index:200;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#333;
	border-bottom:1px solid #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

.formularz-inner-intro {
	z-index:250;
	margin:0 auto;
	position:absolute;
	border:1px solid #000;
	top:10%;
	left:2%;
	width:90%;
	padding:3%;
	margin:auto;
	background:url(images/bg-large-content.jpg) left bottom no-repeat #fff;
	}
.formularz-inner-intro p {
	font-size:0.75em;
	line-height:1.9em;
	margin:10px 10px 10px 300px;
	}
.formularz-inner-intro ul {
	font-size:0.75em;
	line-height:1.9em;
	margin:10px 10px 10px 340px;
	}
.formularz-inner {
	z-index:300;
	position:absolute;
	border:1px solid #000;
	margin:2%;
	width:90%;
	left:0;
	top:40px;
	background:url(images/bg-formularz-inner.jpg) left bottom no-repeat #fff;
	}			
.form-block-33 {
	width:32%;
	float:left;
	}
.form-block-22 {
	width:23%;
	float:left;
	}
.form-block-43 {
	width:43%;
	float:left;
	}
	
	
	
#footer {
	clear:both;
	width:770px;
	height:31px;
	background:url(images/bg-footer.png) repeat-x;
	}



