@charset "iso-8859-2";
body {
	margin: 0px;
	background-color: #FFF;
}
#holder {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
}

#content {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	width: 100%;
	background-image: url(../img/back2.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#top {
	height: 132px;
	background-image: url(../img/top1.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
}
#menu {
	height: 37px;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
}
/*MENU
*/
.underlinemenu{
	font-weight: bold;
	width: 100%;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #019BFD;
}
#dynamic {
	height: 282px;
	background-image: url(../img/dynamic.jpg);
	background-repeat: no-repeat;
}
#c1 {
	background-image: url(../img/c1.jpg);
	height: 238px;
}
#b1 {
	background-image: url(../img/b1bg.jpg);
	height: 285px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#dynamic1 {
	height: 300px;
	background-image: url(../img/dynamic1.jpg);
	background-repeat: no-repeat;
}
#c2 {
	background-image: url(../img/c3.jpg);
	height: 20px;
}
#c3 {
	background-image: url(../img/c4.jpg);
	background-repeat: repeat-y;
}


#dynamic2 {
	height: 300px;
	background-image: url(../img/dynamic2.jpg);
	background-repeat: no-repeat;
}
#dynamic3 {
	height: 300px;
	background-image: url(../img/dynamic3.jpg);
	background-repeat: no-repeat;
}
#dynamic4 {
	height: 300px;
	background-image: url(../img/dynamic4.jpg);
	background-repeat: no-repeat;
}
#dynamic5 {
	height: 300px;
	background-image: url(../img/dynamic5.jpg);
	background-repeat: no-repeat;
}
#dynamic6 {
	height: 300px;
	background-image: url(../img/dynamic6.jpg);
	background-repeat: no-repeat;
}
#dynamic7 {
	height: 300px;
	background-image: url(../img/dynamic7.jpg);
	background-repeat: no-repeat;
	display: block;
}
#dynamic8 {
	height: 300px;
	background-image: url(../img/dynamic8.jpg);
	background-repeat: no-repeat;
	display: block;
}

#tekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	padding-left: 50px;
	padding-right: 50px;
	display: table;
	width: 880px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #009DF8;
	padding-top: 0px;
	margin-top: 0px;
}
#tabletop {
	vertical-align: top;
	text-align: left;
}
.language {
	padding-right: 10px;
}
#lang {
	width: 620px;
}
.logo {
	padding-left: 80px;
}





/*FORMULARZ
*/
.cssform p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: normal;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
}

.cssform textarea{
	width: 280px;
	height: 120px;
}


.cssform textarea:focus{
	border: 2px solid #005B88;
	width: 280px;
	height: 120px;
}

.cssform input[type="text"]:focus{
	border: 2px solid #005B88;
	width: 220px;
}




/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#holder #content #c3 #tekst table tr td p {
	text-align: justify;
}

