body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
	background: url(img/bg1.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	display: inline;
	padding-right: 10px;
	font-family: Trebuchet MS; 
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px solid #09c;
}

#container {
	position: relative;
	width: 762px;
	background: url(img/bg2.jpg);
	min-height: 400px;
}

#space24 {
	position: relative;
	display: block;
	width: 750px;
	height: 24px;
	clear: both;
	float: none;
}

#space20 {
	position: relative;
	display: block;
	width: 750px;
	height: 20px;
	clear: both;
	float: none;
	text-align: right;
	padding-top: 3px; 
	padding-right: 10px;
	font-family: Tahoma, Arial, Verdana;
	color: #fff;
}

#space20 a {
	text-decoration: none;
	font-size: 10px;
	color: white;
}

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

#logo {
	position: relative;
	display: block;
	width: 750px;
	height: 77px;
	clear: both;
	float: none;
}

#menu2 {
	top: 101px; 
	position: absolute; 
	z-index: 100; 
	visibility: visible; 
	float: none;
	margin-left: auto;
	margin-right: auto;	
	width: 100%;
}

#menu {
	position: relative;
	display: block; 
	width: 750px;
	height: 24px;
	background: url(img/bg3.jpg);
	clear: both;
	float: none;
}

#menu img, #menu a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#main {
	position: relative;
	display: block; 
	width: 707px;
	max-width: 710px;
	min-height: 400px;
	background: url(img/bg4.jpg);
	clear: both;
	float: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;	
	padding-top: 10px;
	padding-bottom: 20px;
}

#mainkontakt {
	position: relative;
	display: block; 
	width: 707px;
	max-width: 710px;
	height: 400px;
	background: url(img/bg4.jpg);
	clear: both;
	float: none;
	padding-left: 20px;
	padding-right: 20px;	
	padding-top: 10px;
	padding-bottom: 20px;
	min-height: 620px;
}

#mainkontaktdane {
	text-align: left;
}


#main p, #mainkontaktdane p {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
}

#main a, #mainkontaktdane a {
	text-decoration: underline;
	color: #039;
}

#main a:hover, #mainkontaktdane a:hover {
	text-decoration: none;
	color: #039;
}

#main p.list {
	display: list-item;
	list-style: url(img/li8.gif);
	margin-left: 30px;
	margin-bottom: 10px;
}


.registered {
	font-size: 10px
}

#footer {
	position: relative;
	display: block; 
	width: 750px;
	height: 20px;
	clear: both;
	float: none;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #fff;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #555;
	font-size: 11px;	
}

#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
border-bottom: 1px solid #bbb;
background: #fff;
}


#formularz {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

#formularz input {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 4px;
	width: 180px;
}

#formularz input.button {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 4px;
	width: 100px;
}

#formularz textarea {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 4px;
	width: 240px;
	height: 60px;
} 

.dlink {
	display: inline; 
	margin: 0px; 
	padding: 0px;
}

.dlinksection {
	display: inline; 
	margin: 0px; 
	padding: 0px;
}

.dlinks {
	position: absolute;  
	display: inline;
	background: #fff;
	color: #555;
   border: 1px solid #b8b4ae;
	text-decoration: none;
	padding: 0px;

}

.dalinks,
.dalinks:hover,
.dalinks-active,
.dalinks-active:hover {
    text-align: left;
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dalinks {
    background: #fff;
}
.dalinks:hover,
.dalinks-active,
.dalinks-active:hover {
   background: #eee;
	color: #039;    
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
