body, html {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana;
	font-size: 11px;
}

ins {
	display: block !important;
	margin: 10px auto !important;	
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
h1 {
	margin-top: 0;
	font-size: 15px;
}
h2 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
h3 {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}
li {
	margin-left: 20px;
	margin-right: 10px;
}


.clear {
	clear: both;
	width: 592px;
	height: 1px;
	font-size: 1px;
}
.separator {
	width: 592px;
	height: 40px;
	clear: both;
}
.add_field {
	float: left;
	width: 552px;
	padding-right: 40px;
	text-align: right;
	clear: left;
}
.add_field a, .add_field a:link, .add_field a:active, .add_field a:visited {
	cursor: pointer;
}
.rem_field {
	float: left;
	width: 552px;
	padding-right: 40px;
	text-align: center;
	clear: left;
}
.rem_field a, .rem_field a:link, .rem_field a:active, .rem_field a:visited {
	cursor: pointer;
	color: #CC3300;
	text-decoration: none;
}
.rem_field a:hover {
	cursor: pointer;
	color: #CC3300;
	text-decoration: underline;
}
#cvform label.field_1 {
	display: block;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 296px;
}
#cvform .field_2 {
	display: block;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 592px;
	clear: left;
}
#cvform label.field_3 {
	display: block;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 290px;
}
#cvform label.field_4 {
	display: block;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 80px;
}
.submitfield {
	display: block;
	text-align: center;
	width: 592px;
	margin: auto;
}
#button {
	margin-top: 20px;
	width: 145px;
	height: 71px;
	background: url(images/button.png);
	border: none;
	cursor: pointer;
}
.textfield {
	color: #666666;
	border-bottom: 1px solid #999999;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 15px;
	padding: 5px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: Verdana;
	font-size: 12px;
}
.textfield_long {
	color: #666666;
	border-bottom: 1px solid #999999;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 15px;
	padding: 0 5px 5px 5px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: Verdana;
	font-size: 12px;
	background: top repeat url(images/textfield_bg.gif);
	overflow-y: hidden;
}
.textfield:hover, .textfield_long:hover {
	border-bottom: 1px dashed #999999;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #999999;
}
.textfield:focus, .textfield:active,
.textfield_long:focus, .textfield_long:active {
	border-bottom: 1px solid #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000000;
	background: top repeat url(images/textfield_bg_focus.gif);
	background-color: #ededef;

}



a.hints {
	text-decoration: none;
	color: #CC3300;
}
a.hints:hover {
	text-decoration: none;
	color: #666666;
	position: relative;
	cursor: help;
}
a.hints span {
	display: none;
}
a.hints:hover span {
	border: solid 1px #999999;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	width: 150px;
	color: #666666;
	margin-top: 25px;
	cursor: help;
	padding: 5px;
	z-index: 800;
}


#error {
	display: none;
	position: fixed;
	top: 25%;
	width: 100%;
	height: auto;
	z-index:1002;
	overflow: auto;
	left: -5px;
}
.err_button {
	height: 25px;
	border: 1px solid #cacaca;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.err_button2 {
	height: 23px;
	border: 1px solid #cacaca;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
}
#err_content {
	text-align: center;
	padding: 25px 15px 0 15px;
}
#err_table {
	background: url(images/error_bg.png) no-repeat;
}


#bg {
	background-image: url(images/bg_elements.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 1000px;
	height: auto;
	margin: auto;
	padding-bottom: 10px;
}
#header {
	width: 1000px;
	padding-bottom: 16px;
}
#logo {
	width: 253px;
	height: 221px;
	padding-top: 17px;
	padding-left: 51px;
	float: left;
}
#links_holder {
	width: 681px;
	height: 93px;
	margin-left: 15px;
	float: left;
}
#link_1 {
	width: 132px;
	height: 42px;
	margin-top: 29px;
	float: left;
}
#link_2 {
	width: 127px;
	height: 42px;
	margin-top: 35px;
	float: left;
}
#link_3 {
	width: 127px;
	height: 42px;
	margin-top: 41px;
	float: left;
}
#link_4 {
	width: 127px;
	height: 42px;
	margin-top: 47px;
	float: left;
}
#link_5 {
	width: 134px;
	height: 40px;
	margin-top: 53px;
	float: left;
}
#banner_holder {
	width: 681px;
	height: 154px;
	padding-top: 20px;
	float: left;
}
#nalepnica1 {
	width: 92px;
	height: 71px;
	margin-left: 43px;
	background-image: url(images/nalepnica1.png);
	z-index: 1000;
	position: relative;
}
#nalepnica2 {
	width: 101px;
	height: 70px;
	margin-left: 508px;
	background-image: url(images/nalepnica2.png);
	margin-top: -61px;
	z-index: 900;
	position: relative;
}
#banner {
	width: 505px;
	height: 94px;
	margin-top: -44px;
	margin-left: 80px;
	padding: 17px 0 0 19px;
	background-image: url(images/banner_bg.png);
	background-repeat: no-repeat;
	z-index: 500;
}

.main_top {
	width: 622px;
	height: 53px;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 37px 60px 0 0;
	text-align: right;
	color: #303030;
	margin: auto;
}
.main {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 597px;
	padding: 20px 0 0 85px;
	margin: auto;
}
.main_bottom {
	background-image: url(images/main_bottom.png);
	width: 682px;
	height: 43px;
	margin: auto;
}
#footer_bg {
	width: 100%;
	height: 201px;
	background: no-repeat center url(images/footer_bg.png);
}
#footer {
	width: 1000px;
	height: 201px;
	margin: auto;
}
#design {
	width: 262px;
	height: 129px;
	padding-top: 71px;
	padding-left: 130px;
	float: left;
}
#footer_links {
	width: 315px;
	padding-top: 150px;
	text-align: center;
	float: left;
}
.index_main_top {
	width: 694px;
	height: 10px;
	background-image: url(images/index_main_top.png);
	margin: auto;
}
.index_main {
	background-image: url(images/index_main_bg.png);
	background-repeat: repeat-y;
	width: 624px;
	padding: 20px 35px 30px 35px;
	margin: auto;
	text-align: justify;
}
.index_main_bottom {
	background-image: url(images/index_main_bottom.png);
	width: 694px;
	height: 13px;
	margin: auto;
}
.kontakt_main_bottom {
	background-image: url(images/pismo.png);
	width: 758px;
	height: 438px;
	margin: auto;
	margin-top: -120px;
}
#button_send {
	margin-top: 20px;
	width: 100px;
	height: 27px;
	background: #FFFFFF;
	border: 1px solid #999999;
}
