/* @group mainmenu */

#mainmenu {
	height: 73px;
	width: 608px;
	clear: both;
}

#mainmenu a {
	background-image: url(../images/topmenupl.png);
	height: 73px;
	display: block;
	float: left;
}

#mainmenu.eng a {
   	background-image: url(../images/topmenueng.png);
}

#mainmenu a#mmain {
	width: 108px;
}

#mainmenu a#mmain:hover, #mainmenu a#mmain.selected {
	background-position: 0 74px;
}

#mainmenu a#mabout {
	background-position: 500px 0;
	width: 100px;
}

#mainmenu a#mabout:hover, #mainmenu a#mabout.selected {
	background-position: 500px 74px;
}

#mainmenu a#mclients {
	background-position: 400px 0;
	width: 100px;	
}

#mainmenu a#mclients:hover, #mainmenu a#mclients.selected {
	background-position: 400px 74px;
}

#mainmenu a#mcontact {
	background-position: 300px 0;
	width: 100px;	
}

#mainmenu a#mcontact:hover, #mainmenu a#mcontact.selected {
	background-position: 300px 74px;
}

#mainmenu a#mform {
	background-position: 200px 0;
	width: 200px;	
}

#mainmenu a#mform:hover, #mainmenu a#mform.selected {
	background-position: 200px 74px;
}



/* @end */

/* @group lang */

#language {
	background-image: url(../images/lang.png);
	width: 88px;
	height: 38px;
	position: relative;
	float: right;
}

#language a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 11px;
	margin-left: 3px;
}

#language a#en {
	margin-left: 12px;
}



/* @end */

/* @group numbers */

#numbers {
	position: relative;
	top: -170px;
	width: 109px;
	height: 28px;
	left: 785px;
}

#numbers a {
	display: block;
	background-image: url(../images/numbers.png);
	height: 28px;
	width: 35px;
	float: left;
}

#numbers a#raz {
	
}

#numbers a#raz:hover, #numbers a#raz.numselected {
	background-position: 0 26px;
}

#numbers a#dwa {
	background-position: 70px 0;
}

#numbers a#dwa:hover, #numbers a#dwa.numselected {
	background-position: 70px 26px;
}

#numbers a#trzy {
	background-position: 30px 0;
}

#numbers a#trzy:hover, #numbers a#trzy.numselected {
	background-position: 30px 26px;
}



/* @end */

/* @group bigmenu */

#bigmenu {
	width: 900px;
	height: 50px;
	margin-top: 15px;
}

#bigmenu a {
	height: 50px;
	width: 300px;
	display: block;
	float: left;
	background-image: url(../images/bigmenupl.png);
}

#bigmenu.eng a {
    background-image: url(../images/bigmenueng.png);
}

#bigmenu a#tele:hover, #bigmenu a#tele.selected {
	background-position: 0px 50px;
}

#bigmenu a#net {
	background-position: 600px 0;
}

#bigmenu a#net:hover, #bigmenu a#net.selected {
	background-position: 600px 50px;
}

#bigmenu a#cable {
	background-position: 300px 0;
}

#bigmenu a#cable:hover, #bigmenu a#cable.selected {
	background-position: 300px 50px;
}



/* @end */

/* @group gallery */

#galtop {
	background-image: url(../images/galtop.png);
}

#galbottom
 {
	background-image: url(../images/galbot.png);
	clear: both;
}

#galmenu
 {
	width: 260px;
}

#galmenu a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 11px;
}

#galmain
 {
	width: 560px;
}



/* @end */

/* @group baner */

#picture1, #picture2, #picture3 {
	width: 900px;
	height: 190px;
}

#picture1 {
	background-color: #960085;
}

#picture2 {
	background-color: #976634;
}

#picture3 {
	background-color: #1efd0d;
}



/* @end */

body {
	margin: 0;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #231f20;
	background: #c9cbcd url(../images/gradvert.png) repeat-x;
}

#main {
	margin: 0 auto;
	width: 900px;
}

#toplogo {
	height: 112px;
	width: 900px;
}

#toplogo #logo {
	display: block;
	float: left;
}

#topright {
	float: right;
}

#topbaner {
	width: 900px;
	height: 190px;
	overflow: hidden;
}

#topbaner img {
	border: 0;
}

#headers
 {
	width: 900px;
	height: 16px;
	background-image: url(../images/headerpl.png);
}

#headers.eng {
    background-image: url(../images/headereng.png);
}

#underhead {
	overflow: hidden;
	height: 100%;
	background: url(../images/underhead.png) repeat-y;
}

#underhead div {
	display: block;
	float: left;
	min-height: 100px;
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}

#underimg div {
	display: block;
	float: left;
	height: 116px;
    width: 280px;
    padding-left: 20px;
	/*
    padding-top: 6px;
    */
}

#underimg div img {
	display: block;
	float: left;
	padding-top: 6px;
}

#underimg div a {
    display: block;
    width: 100px;
    height: 45px;
	position: relative;
    float: right;
    margin-top: 56px;
    padding-right: 20px;
	/*
    */
}

#underimg {
	width: 900px;
	height: 116px;
	background: url(../images/mainmidpl.png) no-repeat 0 bottom;
	clear: both;
}

#underimg.eng {
    	background-image: url(../images/mainmideng.png);
}

#footertop {
	background: url(../images/footertoppl.png);
	width: 900px;
	height: 39px;
	margin-top: 5px;
}

#footertop.eng {
    background-image: url(../images/footertopeng.png);
}

#bottom {
	width: 900px;
	height: 16px;
	background-image: url(../images/mainbot.png);
	clear: both;
}

#newsbot {
	overflow: hidden;
	height: 100%;
	background: url(../images/newsbot.png) repeat-y;
}

#galmiddle {
	overflow: hidden;
	height: 100%;
	background: url(../images/galmiddle.png) repeat-y;
}

.galentrypic a img {
	border: 0;
}

#newsbot div, #galmiddle div {
	display: block;
	float: left;
	min-height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

#newsbot #news {
	width: 560px;
}

#newsbot #about {
	width: 260px;	
}

#bigtop, #bigbottom, #galtop, #galbottom {
	width: 900px;
	height: 20px;
}

#bigtop {
	background-image: url(../images/blanktop.png);
}

#bigbottom {
	background-image: url(../images/blankbot.png);
}

#blank {
	margin-bottom: 40px;
}

#bigmiddle {
	border-left: 1px solid #c8cacb;
	border-right: 1px solid #c8cacb;
	width: 858px;
	min-height: 100px;
	background-color: #fff;
	padding: 20px;
}

form#contactForm {
    padding: 20px 0 0 30px;
	overflow: hidden;
	font-size: 10px;
}

form#contactForm label {
        display: block;
		font-size: 13px;
        width: 110px;
        float: left;
        margin-bottom: 20px;
        margin-right: 20px;
        font-weight: normal;
}

form#contactForm input, textarea {
        display: block;
        width: 350px;
        margin-bottom: 20px;
        padding: 5px;
        border: 1px solid gray;
}

form#contactForm input#sendbut {
	display: block;
	width: 155px;
	position: relative;
	left: 328px;
    background-color: white;
    font-weight: bold;
}

form#contactForm ul.error_list {
	color: red;
        margin-left: 80px;
        display: block;
}

div.msg {
	padding: 20px;
}

span.req {
    position: relative;
    font-weight: bold;
    padding-left: 120px;
    top: 5px;
}

input[type=hidden] {
	visibility: hidden; 
}

div.galentry {
	clear: both;
	overflow: hidden;
	height: 100%;
	padding-bottom: 20px;
}

div.galentrypic {
	width: 280px;
	padding-right: 20px;
	float: left;
	min-height: 20px;
}

div.galentrydesc a {
	font-weight: bold;
	text-decoration: none;
}

div.galentrydesc {
	padding-left: 300px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, span {
	margin: 0;
	padding: 0;
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0px;
	font-weight: normal;
}