@charset "utf-8";
/* CSS Document */

body{
	background:#00667e url(../gfx/body_bg.png) center top no-repeat;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #2b2b2b;
}

input, textarea, select
{
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited, a:active {color: #0680b2; text-decoration: underline;}
a:hover {color: #004a95; text-decoration: none;}

a.white {color: #FFFFFF; text-decoration: none;}

#main{
	margin:0 auto;
	width:950px;
}
#top{
	padding:0 25px;
	line-height:20px;
	text-align:right;
	font-size: 0.9em;
	margin-bottom: 2px;
}
#top a{margin-left: 15px; text-decoration: none;}

#logo{
	width:950px;
	height:162px;
}
#menu{
	width:920px;
	height:62px;
	padding:0 15px;
}

#menu div{height:62px;margin:0 10px; text-align: center; float: left; line-height:62px; color:#FFFFFF;}
#menu h1{margin:0; font-size:1.0em;}
#menu a{color:#FFFFFF; text-decoration:none}

#menu div.item1{width:113px; background: url(../gfx/menuoff.png) 0px 0px no-repeat;}
#menu div.item2{width:128px; background: url(../gfx/menuoff.png) -113px 0px no-repeat;}
#menu div.item3{width:81px;  background: url(../gfx/menuoff.png) -241px 0px no-repeat;}
#menu div.item4{width:156px; background: url(../gfx/menuoff.png) -322px 0px no-repeat;}
#menu div.item5{width:182px; background: url(../gfx/menuoff.png) -478px 0px no-repeat;}
#menu div.item6{width:140px; background: url(../gfx/menuoff.png) -660px 0px no-repeat;}

#menu div.item1:hover, #menu div.item1.on{width:113px; background: url(../gfx/menuon.png) 0px 0px no-repeat;}
#menu div.item2:hover, #menu div.item2.on{width:128px; background: url(../gfx/menuon.png) -113px 0px no-repeat;}
#menu div.item3:hover, #menu div.item3.on{width:81px;  background: url(../gfx/menuon.png) -241px 0px no-repeat;}
#menu div.item4:hover, #menu div.item4.on{width:156px; background: url(../gfx/menuon.png) -322px 0px no-repeat;}
#menu div.item5:hover, #menu div.item5.on{width:182px; background: url(../gfx/menuon.png) -478px 0px no-repeat;}
#menu div.item6:hover, #menu div.item6.on{width:140px; background: url(../gfx/menuon.png) -660px 0px no-repeat;}

#wrapper{
	width:950px;
	margin:15px auto;
}

div.conleft_top{
	float:left;
	width:730px;
	padding:20px 0 0 0;
	background: url(../gfx/conleft_topbg.png) top left no-repeat;
}
div.gototop{
	width: 690px;
	padding: 0 20px;
	background: none;
	text-align: right;
}
div.conleft_bot{
	width:730px;
	padding:0 0 20px 0;
	background: url(../gfx/conleft_botbg.png) bottom left no-repeat;
}
div.conleft_cen{
	width: 690px;
	padding: 5px 20px;
	background: url(../gfx/conleft_cenbg.png) top left repeat-y;
}

div.conright_wrapper{
	float:left;
	width:220px;
}

div.conright_top{
	width:220px;
	padding:20px 0 0 0;
	background: transparent url(../gfx/conright_topbg.png) top left no-repeat;
}
div.conright_bot{
	width:220px;
	padding:0 0 20px 0;
	background: transparent url(../gfx/conright_botbg.png) bottom left no-repeat;
}
div.conright_cen{
	width: 190px;
	padding: 2px 15px 2px 15px;
	background: url(../gfx/conright_cenbg.png) top left repeat-y;
}

div.conright_cen h4{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.0em;
	color: #f2f200;
}
div.conright_cen div.item{
    margin: 0 0 15px 0;
}
div.conright_cen img{
    vertical-align: top;
    float: left;
}

div.conright_cen a {line-height: 1.6em; border: none 0px;}
div.conright_cen a:link, div.conright_cen a:visited, div.conright_cen a:active {color: #ffffff; text-decoration: none;}
div.conright_cen a:hover {color: #f8ffa9; text-decoration: underline;}

h2{
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 1.8em;
	color: #00526d;
	border-bottom: solid 2px #ff9c00;
}
h3{
	margin: 0 0 10px 0;
	font-size: 1.4em;
	color: #00526d;
}
p{
	margin: 0 0 15px 0;
	line-height: 1.6em;
	text-align: justify;
}
li{
    line-height: 20px;
    background: url(../gfx/list.png) 20px 0 no-repeat;
    padding-left: 30px;
}
ul{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
div.tresc{
    padding: 0 10px;
}

div.formitem
{
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}
label.standard
{
    width: 100px;
    text-align: left;
    color: #464646;
    font-weight: bold;
    float: left;
    line-height: 23px;
}
label.long
{
    width: 150px;
}
input.standard, textarea
{
    width: 200px;
    padding: 3px;
    border: solid 1px #a7a7a7;
    border-top-color: #cdcdcd;
    border-left-color: #cdcdcd;
}

select.standard
{
    width: 100px;
    padding: 3px;
    border: solid 1px #a7a7a7;
    border-top-color: #cdcdcd;
    border-left-color: #cdcdcd;
    height: 23px;
}

input.wymagane
{
    border: solid 1px #da361b;
    border-top-color: #ea614a;
    border-left-color: #ea614a;
    background: url(../gfx/star.png) top right no-repeat;
}

span.error
{
    font-size: 0.9em;
    color: #da361b;
    margin-left: 5px;
}

.small {font-size: 0.9em;}
.clear{clear: both;}
a img {border:0px;}
