/* Reset styles */
/* v1.0 | 20080212, http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- DEFAULT STYLES ----- */
abbr, acronym{
	border-bottom:1px dotted #000;
	cursor:help;
}

caption{
	margin-bottom:.5em;
	text-align:center;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

h1{ font-size:138.5%;}
h2{ font-size:123.1%;}
h3{ font-size:108%;}
h4{ font-size:93%;}
h5{ font-size:78%;}
h6{ font-size:63%;}

h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin:20px 0 20px 0;
}

ul{
	padding-left:45px;
	list-style-type:square;
	line-height:1;
}

sup{
	font-size: 80%;
	vertical-align: super;
}

/* Styles */
body{
	margin: 0 0 0 0;
	font-family: Tahoma , "Lucida Grande", Helvetica, sans-serif;
	line-height:1.2;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}

.color_date{           color: green;}
.color_error{          color: red;}
.color_label{          color: gray;}
.color_link_active{    color: orange;}
.color_link_passive{   color: white;}
.color_warning{        color: white;}
.color_value{          color: green;}

.link_active{
	color: #2d6e81;
}

.clear{
	clear:both;
}

.format_success{ color: green; font-weight: bold; text-align: center; font-size: 15px;}
.format_fail{ color: red; font-weight: bold; text-align: center; font-size: 15px;}
.format_neutral{ color: gray; font-weight: bold; text-align: center; font-size: 15px;}
.format_warning{ color: green; font-weight: bold; text-align: center; font-size: 15px;}
.format_information{color: green; font-weight: bold; text-align: center; font-size: 12px;}

.boxinformation{
	width: 450px; min-height: 16px; height: auto !important; height: 18px; /* IE */ background-color: #499ab2;
	border: 1px solid gray; padding: 5px 0 3px 0 ; margin: auto; font-size: 12px; text-align: center;
}

a{ color: #ffffff; text-decoration: none; }
a:hover{ color: orange; text-decoration: none; }
hr{ border-top: 1px #b3b3b3 dashed; border-width:1px 0 0 0; height:1px;}
ul{ list-style-type: square; padding-left: 30px; padding-top: 0px;}
li{ margin-bottom: 2px;}
h1{ font-size: 13px;}
h2{ font-size: 11px;}

/* HEADER TOP */
#header_top{
	background-image: url("/__data/__images/__templates/basic/header_top_background.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 71px;
	border: 0px solid black;
	position: relative;
}

#header_top .content{
	margin: auto;
	width: 950px;
	height: 71px;
	font-size: 12px;
	font-family: Verdana;
	padding: 0px 0px 0 0;
	border: 0px solid yellow;
}

#header_top .logo{
	background-image: url("/__data/__images/__templates/basic/logo.png");
	width: 213px;
	height: 65px;
	float: left;
	border: 0px solid white;
}

#header_top .logo a{
	display: block;
	width: 100%;
	height: 100%;
}

/* HEADER */
#header{
	background-image: url("/__data/__images/__templates/basic/header_background.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 209px;
	border: 0px solid black;
}

#header .content{
	background-image: url("/__data/__images/__templates/basic/header_ok.png");
	background-position: 650px 0px;
	background-repeat:no-repeat;
	margin: auto;
	width: 950px;
	height: 209px;
	padding: 0;
}

#header .content .realization{
	background-image: url("/__data/__images/__templates/basic/background_last_realization.png");
	background-position: 0px center;
	background-repeat:no-repeat;
	margin: auto;
	width: 870px;
	height: 209px;
	padding: 0;
	position: relative;
}

#header .content .realization .realization_image{
	display: block;
	width: 277px;
	height: 164px;
	padding: 0px 0px 0 0;
	position: absolute;
	top: 23px;
	left: 7px;
}

#header .content .realization .title{
	padding: 0px 0px 0 0;
	position: absolute;
	top: 30px;
	left: 330px;
}

#header .content .realization .description{
	padding: 0px 0px 0 0;
	position: absolute;
	top: 70px;
	left: 350px;
	font-family: Tahoma;
	font-size: 11px;
}

#header .content .realization .more{
	padding: 0px 0px 0 0;
	position: absolute;
	top: 165px;
	left: 530px;
}

/* MENU */
#menu{
	width: 700px;
	height: 50px;
	margin: 0px 0 0 0px;
	padding: 21px 0px 0 0px;
	border: 0px solid white;
	float: right;
}

#menu .section_passive{
	margin: 0 0px 0 25px;
	float: left;
}

#menu .section_active_corner_left{
	background-image: url("/__data/__images/__templates/basic/highlight_left_corner.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 6px;
	height: 50px;
	margin: 0 0px 0 25px;
	float: left;
}

#menu .section_active_corner_right{
	background-image: url("/__data/__images/__templates/basic/highlight_right_corner.png");
	background-position: bottom center;
	background-repeat: no-repeat;
  	width: 6px;
	height: 50px;
	float: left;
}

#menu .section_active{
	background-image: url("/__data/__images/__templates/basic/highlight_background.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	float: left;
}

#menu .section_icon_passive{
	background-image: url("/__data/__images/__templates/basic/menu_icon_background_passive.png");
	background-position: center left;
	background-repeat: no-repeat;
	width: 30px;
	height: 34px;
	padding: 16px 0 0 5px;
	float: left;
}

#menu .section_icon_active{
	background-image: url("/__data/__images/__templates/basic/menu_icon_background_active.png");
	background-position: center left;
	background-repeat: no-repeat;
	width: 30px;
	height: 34px;
	padding: 16px 0 0 5px;
	float: left;
	}

	#menu .section_name{
	  margin: 0 0 0 0px;
	  padding: 16px 0 0 0px;
		color: #FFFFFF;
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		float: left;
	}

/* BREADCRUMB */
#breadcrumb{
	width: 920px;
	margin: auto;
	padding: 30px 0 0 30px;
	font-size: 11px;
}
#breadcrumb a{
	color: black;
}

/* MAIN */
#main{
	margin: auto;
	height: auto !important;
	min-height: 690px;
	height: 690px;
	width: 950px;
	color: black;
}

#main .quick_contact{
	width: 900px;
	height: 125px;
	margin: auto;
	border: 0px solid yellow;
	clear: both;
}

#main .box_quick_contact{	
	background-image: url("/__data/__images/__templates/basic/box_contact.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 350px;
	height: 105px;
	padding: 20px 0 0 35px;
	color: white;
	float:left;
}

#main .dane_quick_contact{
	width: 193px;
	height: 60px;
	padding: 10px 0 0 7px;
	float: left;
}

#main .dane_quick_contact form{
	margin: 0;
	padding: 0;
}

#main .dane_quick_contact td{
	vertical-align: middle;
}

#main .dane_quick_contact input{
	margin-left: 1px;
}


#main .dane_quick_contact table{
	margin: 0;
	padding: 0;
}

#main .send_quick_contact{
	width: 89px;
	height: 34px;
	margin: 40px 30px 0 0px;
	float: right;
}

#main .info_contact{
	width: 460px;
	height: 92px;
	padding: 18px 0 15px 0;
	float: right;
}

#main .info_contact .dane_info_contact{
	margin: 20px 32px 0 8px;
	line-height: 17px;
	float: left;
}

/* FOOTER */
#footer{
	background-image: url("/__data/__images/__templates/basic/footer_background.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 45px;
	padding: 5px 0 0 0;
	position:relative;
	bottom: 0px;
}

#footer .footer_content{
	margin: auto;
	width: 950px;
	height: 40px;
	font-size: 11px;
	letter-spacing: 0px;
	font-family: Tahoma;
	padding: 0;
}

#footer .footer_description{
	padding: 10px 0 0 0;
	float: left;
}
  
#footer .footer_sections{
	width: 460px;
	height: 40px;
	float: right;
}

#footer .footer_section_active_corner_left{
	background-image: url("/__data/__images/__templates/basic/footer_highlight_corner_left.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 4px;
	height: 40px;
	float: left;
}

#footer .footer_section_active_corner_right{
	background-image: url("/__data/__images/__templates/basic/footer_highlight_corner_right.png");
	background-position: top center;
	background-repeat: no-repeat;
	width: 4px;
	height: 40px;
	float: left;
}

#footer .footer_section_active{
	background-image: url("/__data/__images/__templates/basic/footer_highlight_background.png");
	background-position: top center;
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
	float: left;
}

#footer .footer_section{
	margin: 0 10px 0 10px;
	padding: 5px 0 0 0;
	font-weight: bold;
	float: left;
}

#page{ 
	width: 900px; 
	height: auto !important; 
	min-height: 500px; 
	height: 500px; 
	margin: auto; 
	padding: 0px; 
	font-family: Tahoma; 
	font-size: 11px; 
	text-align: justify; 
	margin-top: 50px;
}

#page h1{ 
	margin: 0 0 17px 0; 
	padding: 0; 
	color: #2e768d; 
	font-family: Tahoma; 
	font-size: 20px; 
	font-weight: normal; 
	font-style: italic; 
	line-height: 15px;}

#page a{
	color:black;
}

#page .link_active{
	color: #2d6e81;
}

#page .link_passive{
	color: gray;
}

#page .label{          
	color: gray;
}

#page .column1{
	background-image: url("/__data/__images/__templates/basic/arrow_separator.png"); 
	background-position: left 27px; 
	background-repeat: no-repeat; 
	width: 372px; 
	height: auto; 
	min-height: 170px; 
	margin: 0px 10px 0 10px; 
	padding-left:18px; 
	float: left; 
	text-align: left;
}

#page .column2{
	background-image: url("/__data/__images/__templates/basic/arrow_separator.png"); 
	background-position: left 27px; 
	background-repeat: no-repeat; 
	width: 372px; 
	height: auto; 
	min-height: 170px; 
	margin: 0px 10px 0 0; 
	padding: 0 0 0 18px; 
	float: right; 
	text-align: justify;
}
