/* CSS Document */

body,fieldset,form

{
background-color:#FFFFFF;
/*background-color:#ddeaf2;*/
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#555555;
font-size:12px;
}

fieldset { border-color: #fff; color: #555555; border: 0px; }

body {
	margin: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

#header {
	background-image: url(../images/bg_top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	height: 368px;
}

#menu_top {
	margin: auto;
	padding-top: 26px;
	
	width: 826px;
	height: 44px;
}

#menu_topleft {
	background-image: url(../images/menu/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	width: 481px;
	height: 44px;
	
	float: left;
}

#menu_topright {
	background-image: url(../images/menu/bg_menu.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	width: 345px;
	height: 44px;
	
	float: right;
}

.menu_topitem {
	padding-top: 20px;
	padding-left: 25px;
	
	width: 80px;
	
	float: left;
}

.menu_topcorner {
	width: 15px;
	float: left;
}

#menu {
	margin: auto;
	
	padding-top: 10px;
	
	position: relative;
	display: block;
	
	width: 826px;
	height: 40px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	width: auto;
}

#menu ul li {
	padding-left: 15px;
	padding-right:	15px;
	
	display: block;
	float: left;

	height: 39px;
	
	background-image: url(../images/baner/arrow_up.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menu ul li a {
	color: #FFFFFF;
	text-transform:uppercase;
}

#menu ul li a:hover,#menu ul li a.current {
	color: #9CA4A6;
}

#arrow {
	padding-left: 186px;
	position: relative;
	display: block;
	
	height: 10px;
}



#submenu {
	padding-top: 2px;
	padding-left: 70px;
	
	position: relative;
	display: block;
	width: 550px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type:none;
	width: auto;
}

#submenu ul li {
	padding-top: 5px;
	padding-left: 15px;
	padding-right:	15px;
	
	display: block;
	float: left;
	
	text-align: center;
		
	width: 141px;
	height: 20px;
	margin-bottom: 10px;
	
	background-image: url(../images/baner/button.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#submenu ul li a {
	color: #FFFFFF;
}

#submenu ul li strong {
	color:#FFFFFF;
}

#submenu ul li a:hover, ul li a.current {
	color: #9CA4A6;
}

#submenu-of {
	padding-top: 0px;
	padding-left: 0px;
	
	position: relative;
	display: block;
	
	width: 145px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#submenu-of ul {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	width: 145px;
}

#submenu-of ul li {
	padding-top: 10px;
	
	display: block;
	float: left;
	text-align: center;
		
	width: 145px;
	height: 20px;
	
	background-image: url(../images/button-z.jpg); 
	/* background-color: #008001;*/
	background-position: center bottom;
	background-repeat: no-repeat;
}

#submenu-of ul li a {
	color: #FFFFFF;
}

#submenu-of ul li strong {
	color:#FFFFFF;
}

#submenu-of ul li a:hover, ul li a.current {
	color: #9CA4A6;
}

#banner {
	margin: auto;
	
	width: 826px;
	height: 250px;	
}

#banner_top {
	background-image: url(../images/baner/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;	
	
	height: 38px;
}

#banner_center {
	background-image: url(../images/baner/center.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	height: 55px;
}

#banner_logo {
	background-image: url(../images/baner/logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	height: 85px;
}

#banner_header {
	background-image: url(../images/baner/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	height: 48px;
}

#banner_bottom {
	background-image: url(../images/baner/bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	height: 23px;
}

#center{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	width: 826px;
	height: auto;
}

#center_left {
	width: auto;
	height: auto;
	float: left;
}

#center_right {
	width: 276px;
	height: auto;

	float: left;
}

#content_top {
	background-image: url(../images/center/top.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	width: auto;
	height: 25px;
}

#content_center {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	height: auto;

	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #008001;
}
p.menu_content_center {
	padding-left: 150px;
}


#more {
	background-image: url(../images/center/more_bg.jpg);
	background-position: center 5px;
	background-repeat: repeat-x;
	
	padding-top: 5px;
	
	height: 30px;
	width: 110px;
	
	float: left;
}

#more_left {
	width: 15px;
	
	float: left;
}

#more_link {
	padding-top: 7px;
	width: 63px;
	
	float: left;
}

#more_right {
	width: 32px;
	float: right;
}

#content_bottom {
	background-image: url(../images/center/bottom.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	width: 100%;
	height: 25px;
}

.content_corner {
	width: 30px;
	
	float: left;
}

#footer {
	background-image: url(../images/bg_bottom.jpg);
	background-position: center top;
	background-repeat: repeat-x;

	height: 122px;
}

#menu_bottom {
	margin: auto;
	
	width: 826px;
	height: 88px;
}

#menu_bottomleft {
	background-image: url(../images/footer/bg_menu.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	
	width: 526px;
	height: 88px;
	
	float: left;
}

#menu_bottomright {
	background-image: url(../images/footer/bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	
	width: 280px;
	height: 88px;
	
	float: right;
}

#menu_bottomup {
	height: 25px;
	
	text-align: right;
}

#menu_bottomdown {
	height: 63px;
	
	text-align: right;
}


#menu_bottomcorn {
	background-image: url(../images/footer/bottom_right.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	width: 20px;
	height: 88px;
	
	float: right;
}

.menu_bottomitem {
	padding-top: 20px;
	
	width: 90px;
	
	float: left;
	text-align: center;
}

.menu_bottomline {
	padding-top: 20px;
	
	width: 8px;
	
	float: left;
}

.menu_bottomcorner {
	width: 22px;
	
	float: left;
}

a:link {
	text-decoration: none;	
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}


.top_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.bottom_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text_header
	{
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2d5877;
	}
	
.text_green
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008001;
	}
	
.text_blue
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d5877;
	text-decoration: none;
	}
	
.text_norm
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	
	
/* reszta */

#wrapper
{
width:848px;
height:auto;
margin:0 auto;
background-color:#A1C837; /*#bae3f7;*/
border-color: #ffffff;
border: 1px solid;
border-top:0;
padding-bottom:15px;
}

#wrap
{
width:788px;
height:auto;
padding:15px;
margin:0 auto;
background-color:#FFFFFF;
}

#top
{
width:100%;
height:auto;
}

#logo
{
width:250px;
height:auto;
font-family:"Trebuchet MS";
font-size:28px;
font-weight:bold;
color:#A1C837;
padding-left:20px;
float:left;
line-height:22px;
}

.slogan
{
color:#a0b9c5;
font-size:12px;
font-weight:bold;
}

#menucontainer
{
width:470px;
height:29px;
float:right;
margin-top:10px;
}

h1
{
font-family:"Trebuchet MS";
margin:0;
padding:0;
font-size:22px;
font-weight:bold;
color:#555555;
padding-top:10px;
padding-bottom:10px;
border-bottom:#4783a8 dotted 1px;
margin-bottom:10px;
}
h2 a {
	text-decoration: none;
	border: none;
	color: #555555;
}
a {
	text-decoration: none;
	color: #2AA314;
}
h2 a:hover {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: red;
}


#left
{
width:330px;
height:auto;
margin-left:30px;
float:left;
background-color: green;
}

#right
{
width:330px;
height:auto;
margin-right:30px;
float:right;
background-color: yellow;
}

#button
{
width:96px;
height:18px;
background-color:#a1c837;
border:#ffffff solid 1px;
margin-top:10px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
padding-top:6px;
}

#button a
{
text-decoration:none;
color:#FFFFFF;
}

#button a:hover
{
text-decoration:none;
color:#000000;
}

#content
{
width:100%;
height:auto;
}

#box01
{
width:612px;
/*width:153px;*/
height:auto;
padding-left:90px;
margin-top:15px;
padding-right:10px;
padding-top:8px;
padding-bottom:10px;
border-right:#e5e5e5 solid 1px;
float:left;
/* background-image:url(icon01.jpg);*/
background-repeat:no-repeat;
margin-right:10px;
font-size:12px;
}

#box02
{
width:153px;
height:auto;
padding-left:95px;
margin-top:15px;
padding-right:10px;
padding-top:8px;
padding-bottom:10px;
border-right:#e5e5e5 solid 1px;
float:left;
background-image:url(icon02.jpg);
background-repeat:no-repeat;
margin-right:10px;
font-size:11px;
}

#box03
{
width:153px;
height:auto;
padding-left:90px;
margin-top:15px;
padding-right:10px;
padding-top:8px;
padding-bottom:10px;
float:right;
background-image:url(icon03.jpg);
background-repeat:no-repeat;
font-size:11px;
}

/* Kontakt */
.commentsbox { 
	color: #808080; 
	margin: 0 0 10px 0; 
	border-top: 1px solid #ccc; 
	text-align: center;
	}
.text { 
	width: 300px;
	color: #808080; 
	/* margin: 0 0 1px 0; */
	margin-right: 20px;
	border: 1px solid; 
	border-color: #A1C837;
}
#message { 
	width: 300px;
	height: 60%;
	color: #808080; 
	/*margin: 0 0 10px 0; */
	margin-right: 20px;
	border: 1px solid; 
	border-color: #A1C837;
	}
.etykieta {
	margin-right: 30px;
}
#calc { 
	color: #808080; 
	margin: 0 0 1px 0; 
	border: 1px solid; 
	border-color: #A1C837;
}
.wymagane {
	color: red;
	width: 180px;
}
.niewymagane {
	color: #555555;
	width: 180px;
}

form .button-form, form .button-bold, form .button-subdued
{
        font-weight:bold;
        color:#fff;
        padding:2px;
}
form .button-bold
{
        border:1px solid black;
        background: #008001;
	/* width: 126px;*/
	text-align: center;
	margin-bottom: 0px;
}
form .button-bold:hover {
        background: #12D7C6;
}
form .button-form
{
        border:1px solid black;
        background: #008001;
	/* width: 126px;*/
	text-align: center;
	margin-bottom: 0px;
}
form .button-form:hover {
        background: #12D7C6;
}
form .button-subdued
{
        border:1px solid #ccc;
        background:#ccc;
}
.opcja {
	font-weight: bold;
}
.cena-vps {
	font-weight: bold;
	font-size: 10pt;
}
.oferta-vps {
	width: 100%;
	border: 1px solid;
	border-collapse: collapse;
}
.oferta-vps th {
	border: 1px solid;
	background-color: #B2FCE5;
	padding: 2px;
	font-size: 12pt;
}
.oferta-vps td {
	border: 1px solid;
	padding: 2px;
}
#formularzVPS tr {
		padding-bottom: 10px;
		padding-top: 10px;
	}
.tabelazam td {
		padding-bottom: 5px;
		padding-top: 5px;
	}

