/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a img,:link img,:visited img {
    border: none;
}

ul {
}

a {
    outline: none;
}
td {
	color:#636262;
}
td a{
	color:#636262;
}
/**********************************************/
/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */
/******************************************************
 CONTENT BOXES
 ******************************************************/
html, body {
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #000;
    text-align: justify;
}

html {
    background: #eae8dd
}

body {
    margin: 0;
    padding: 0;
}
#main a{
	text-decoration:underline;
	font-weight:normal;
}
#main a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:normal;
}
#content {
    margin: auto;
    width: 980px;
    min-height: 1000px;
}

#top-menu {
    width: 980px;
    height: 77px;
    background-repeat: repeat-x;
    background-image: url(graphics/menu-pattern.gif);
}

#baner {
    width: 980px;
    height: 170px;
    background-repeat: no-repeat;
    background-image: url(graphics/baner2.jpg);
}

#main {
	color:#6c6c6c;
    width: 626px;
    min-height: 400px;
    float: left;
    background-color: #fff;
	
}
#main-content{
	width:573px;
	padding-left:27px;
}
#news-box {
    width: 327px;
    min-height: 400px;
    float: left;
    background-color: #fff;
}

.clear {
    clear: both
}

#links {
    width: 980px;
    min-height: 100px;
    background-color: #eae8dd;
}
#zobacz{
	float:left;
	width:653px;
	min-height: 100px;
}
#zobacz-baner{
	float:left;
	width:308px;
	min-height:100px;
	padding:23px 0 0 19px
}
#zobacz-linki{
	padding-left:27px;
	width:626px;
	padding-bottom:30px;
	/*min-height:100px;*/
}
#footer {
	padding-left:27px;
	padding-top:16px;
    width: 953px;
    height: 61px;
    background-color: #cbc9c0;
}
#footer a{
	color:#555346;
	font-size:12px;
	text-decoration:none;
	text-transform:lowercase;
}
#content-title{
	width:600px;
	height:50px;
	margin-bottom:14px;
	border-bottom:solid 1px #e9e7dc;
}
#news-title{
	width:270px;
	height:50px;
	margin-bottom:14px;
	border-bottom:solid 1px #e9e7dc;
}
.newsTitle, a{
	color:#6c6c6c;
	text-decoration:none;
	font-weight:bold;
	
}
.newsContent{
	color:#6c6c6c;
	padding-top:2px;
}
.more{
	color:#fc3902;
	font-weight:bold;
}

/******************************************************
 SECONDARY BOXES
 ******************************************************/
/******************************************************
 LINK
 ******************************************************/
fieldset.contact {
    border: 0 !important;
    width: 250px !important;
    padding: 0;
    text-align: left;
}

div.form {
    overflow: hidden;
    margin-bottom: 0.5em;
    clear: both;
}

label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
}

input.contact, textarea {
    float: left;
    border: 1px solid #c6ccd2;
    background-color: #FFF;
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
    width: 248px;
}

textarea {
    height: 100px;
}

.form button {
    float: right;
    background: none;
    border: 1px solid #c6ccd2;
    width: 100px;
    text-align: center;
}

.form10 {
    border: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

form {
    margin: 0;
}

/*menu*/
ul#nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#nav li a {
	color:#fff;
	text-decoration:none;
    height: 41px;
    display: block;
    font-weight: bold;
    padding: 2px 10px;
    background: none;
	padding-top:31px;
	text-transform:uppercase;
}

ul#nav li ul li a {
	padding-top:15px;
    height: auto;
    display: block;
    font-weight: bold;
    padding: 12px 10px;
    background: #191919;
	color:#929189;
	text-transform:uppercase;
}

ul#nav li a:hover {
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(graphics/a-active.gif);
}
ul#nav li ul li a:hover {
    color: #929189;
    background-image: none;
}
.menu-element-active {
    color: #fff;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(graphics/a-active.gif);
}
.menu-element-active2 {
    color: #fff;
    background-image:none;
}
.menu-element{
	color:#fff;
	
}
ul#nav li {
    float: left;
    position: relative;
    width: 121px;
    height: 72px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    list-style: none;
    border-right: none;
}

ul#nav li ul li {
    float: left;
    position: relative;
    width: 178px;
    height: 41px;
    text-align: center;
    border: 1px solid #2b2b2b;
    list-style: none;
    border-right: none;
	background-color:#191919;
}

ul#nav li.current a {
    background: none;
}

ul#nav li.current a:hover {
    background: none;
}

li ul {
    display: none;
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
    font-weight: normal;
    padding: 1px 0 10px 0;
    margin-left: -1px;
}

ul#nav li ul.sub li {
    border-width: 0 1px 1px 1px !important;
}

ul#nav li ul.sub li a {
    font-weight: normal !important;
}

li > ul {
    top: auto;
    left: auto;
}

li:hover ul, li.over ul {
    display: block;
}
