* { margin: 0; padding: 0 }

body { background-color: #ffffff; font-family: Verdana, Arial, Tahoma; font-size: 12px }

.chmurka1 {
position:relative; width: 160px; display:none; left: 30px;top:190px;
border: 1px solid #242a77; background-color:#ffffff; text-align: center;
padding:5px; font: bold 11px verdana,sans-serif; color: #242a77
}

img { display: block; border: 0px none }

#top, #menu, #podmenu, #main, #foot { width: 900px; margin: 0 auto }

#topb { height: 171px; background-image: url('images/index_01.gif'); background-repeat: repeat-x }
#top { height: 171px; overflow: hidden }
#logo, #logosrodek, #logoprawe { float: left }
#menub { background-image: url('images/index_07.gif'); background-repeat: repeat-x }
#podmenu { height: 160px; background-color: #ffffff }
#main { background-color: #ffffff }
#tresc { padding: 20px 0; overflow: hidden }
#footb { background-color: #cfcfcf; border-top: 3px solid #000000 }
#foot { color: #000000; font-size: 11px; line-height: 20px; overflow: hidden }
#footl { width: 250px; float: left; padding: 5px 0 0 0 }
#footr { width: 630px; float: right; padding: 13px 0 0 20px; text-align: left }

#foot a:link, a:visited, a:active { color: #000000; text-decoration: underline }
#foot a:hover { color: #0e1f50; text-decoration: none }

#main a:link, a:visited, a:active { color: #000000; text-decoration: underline }
#main a:hover { color: #242a77; text-decoration: none }

p { line-height: 22px; padding-bottom: 20px; text-align: justify }
p.onas { line-height: 20px }

td.nr { width: 98px; padding: 10px 0 10px 3px; border-bottom: 1px solid #adadad; text-align: center }
td.opis { width: 580px; padding: 10px 0 4px 10px; border-bottom: 1px solid #adadad }
td.srednica { width: 120px; padding: 10px 0 10px 3px; border-bottom: 1px solid #adadad; text-align: center }
td.sciagnij { width: 100px; padding: 2px 0 2px 3px; border-bottom: 1px solid #adadad; text-align: center }
td.tytul { width: 900px; background-color: #8f8fe9; padding: 5px 0 5px 3px }

#tresc ul { list-style-type: disc; padding-left: 20px; padding-bottom: 20px }
#tresc li { text-align: justify; padding-bottom: 20px; line-height: 22px }
#tresc ul.krotkie { padding-bottom: 0 }
#tresc .krotkie li { text-align: justify; padding-bottom: 0; line-height: 22px }

h1 { font-family: Arial; font-size: 18px; color: #242a77; font-weight: normal; width: 280px; padding: 2px 0 2px 3px; border-left: 5px solid #242a77; border-bottom: 1px solid #242a77; margin-bottom: 20px }
h2 { font-family: Verdana, Arial; font-size: 12px; color: #242a77; font-weight: bold; margin-bottom: 5px }

#nav, #nav ul {
	margin: 0;
	border-left:0px none; border-right:0px none; border-top:0px solid #096796; border-bottom:0px solid #096796; 
	float: left;
	width: 900px;
	line-height: 20px;
	background-image: url('images/index_07.gif');
	font-weight: normal;
	height: 34px;
	padding: 0;
	list-style-type:none 
}

#nav a {
	display: block;
	width: 126px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 7px 0;
}

#nav li {
	float: left;
	padding: 0;	
	font-size: 12px;
	width: 126px;
	border-right: 0px solid #096796;
}
#nav li.przerwa {
	float: left;
	padding: 0;
	width: 2px;
	height: 34px;
	background-image: url('images/index_09.gif');
}
#nav li.kont {
	float: left;
	padding: 0;
	width: 130px;
	border: 0px none;
}
#nav li.promo a {
	color: #f00;
	font-weight: bold;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	font-weight: normal;
	color: #000000;
	background: #f2f2f2;
	border-left: 1px solid #6666cc; border-right: 1px solid #6666cc; border-top:1px solid #6666cc; border-bottom:1px solid #6666cc;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 163px;
	border-right: 0px none;
}

#nav li ul a {
	width: 163px;
	color: #000000;
	text-align: left;
	padding: 5px 0 5px 2px;
}

#nav li ul ul {
	margin: -25px 0 0 163px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #6666cc;
}




input[type=text] { 
	padding: 6px;
	border: solid 1px #242a77;
	outline: 0;
	width: 310px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


input[type=text]:hover, input[type=text]:focus { 
	border-color: #90c7d6; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
	}
	
input[type=checkbox] {
	margin: -3px 3px 0px 0px;
	padding: 0;
	vertical-align: middle;
}

textarea { 
	padding: 4px;
	border: solid 1px #242a77;
	outline: 0;
	width: 450px;
	min-height: 200px!important;
	height: auto!important;
    height: 200px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


textarea:hover, textarea:focus { 
	border-color: #90c7d6; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
	}


.submit input {
	width: auto;
	padding: 6px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #10658c;
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px;
	background: #1f92bb;
	border: 1px solid #10658c;
	}

.submit input:hover {
	background: #209fcc;
}

.label {
	float: left;
	margin: 0;
	padding: 9px 9px 9px 0px;
	width: 125px;
	text-shadow: 1px 1px 0px #e0f5fb;
}

.req {
	color: red;
}

.recaptcha {
   margin: 5px 0px 13px 0px;
}

.blad {
   width: 450px;
   margin: 2px 0px 0px 0px;
   padding: 4px;
   color: #ffffff;
   text-shadow: 1px 1px 1px #bf0f0f;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #e21818;
   display: block;
}

.powodzenie {
   width: 450px;
   margin: 2px 0px 0px 0px;
   padding: 4px;
   color: #ffffff;
   text-shadow: 1px 1px 1px #586b15;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #84a025;
   display: block;
}
