html {
 color: #444; background: #616161 url('../images/11.gif') repeat-x;
 font-family: Verdana, sans-serif; font-size: 12px;
}

body, div, h1, h2, h3, h4, h5, p, ol, ul, form, img { margin: 0; padding: 0; border: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
acronym { cursor: help; }

#wrapper {
 width: 760px;
 margin: 0 auto; padding: 20px 0 50px;
}

/* Definicje elementów nagłówka */
#header {
 background: #107aae;
 border: 1px #888; border-style: solid solid none solid;
}

#logo {
 padding: 40px 30px;
}

ul.lang {
 float: right;
 padding: 15px 10px 0 0;
 list-style: none;
}
ul.lang li {
 display: inline;
 color: #fff; font-size: 90%;
}
ul.lang a {
 padding: 10px 15px 0 5px;
 font-weight: bold;
 color: #fff;
}

/* Definicje elementów menu */
.mainMenu {
 padding: 4px 5px 5px;
 background: #eee url('../images/10.png') repeat-x left bottom;
 font-size: 120%; color: #888;
}
.mainMenu a {
 padding: 0 5px;
 color: #666;
 font-size: 80%; font-weight: bold;
}

/* Zawartość strony */
#container {
 overflow: hidden;
 height: 1%;
 padding-bottom: 20px;
 border: 1px #888; border-style: none solid;
 background: #fff;
}

#content {
 float: left;
 width: 506px;
 padding: 20px 0 0 0;
}

#banner { display: block; margin: 0 auto; }

#content h2 {
 margin: 20px 25px 5px 25px; padding: 2px 0 2px 5px;
 border-left: 5px solid #2995c9;
 color: #105a9e; background: #eee;
 font-size: 100%;
}

#content h3 {
 margin: 10px 0 0 0;
 color: #105a9e;
 font-size: 100%;
}

#content h4 {
 margin: 3px 0 0 0; padding: 0;
 font-size: 90%; font-weight: normal;
 color: #105a9e;
}

#content p {
 margin: 5px 0 0 0;
 font-size: 90%;
 text-align: left;
 line-height: 14px;
}

#content ol {
 margin: 5px 0 0 0; padding: 0 0 0 20px;
 font-size: 90%;
 line-height: 14px;
}

#content ul {
 margin: 5px 0 0 0; padding: 0 0 0 20px;
 font-size: 90%;
 line-height: 14px;
}

#content a { color: #105a9e; }
#content p img {float:left;padding:2px 15px 6px 0;width:100px;}


#news {
 margin: 0 25px 0 35px; padding: 0;
 border-bottom: 3px solid #eee;
}

#news span {
 display: block;
 color: #666;
 font-size: 80%;
}

#news #info { overflow: hidden; height: 1%; }
#news p { margin: 10px 0; }

div .news {
 margin: 0 25px 0 35px; padding: 0 0 10px 0;
 border-bottom: 3px solid #eee;
 overflow: hidden; height: 1%;
}
.news span {
 display: block;
 color: #666;
 font-size: 80%;
}
.news span a {
 font-weight: normal;
}
.news .date, #news .date {
 float: left;
 background: url(../images/12.gif) 0 4px no-repeat;
 margin: 0; padding: 5px 0 0 16px;
}
.news .author, #news .author {
 float: left;
 background: url(../images/13.gif) 0 5px no-repeat;
 margin: 0 0 0 10px; padding: 5px 0 0 12px;
}
.more {
 float: right;
 background: url(../images/15.gif) 0 9px no-repeat;
 margin: 0 0 0 10px; padding: 5px 0 0 11px;
}
.comment {
 float: right;
 background: url(../images/14.gif) 0 5px no-repeat;
 margin: 0; padding: 5px 0 0 15px;
}

.news p { overflow: hidden; height: 1%; }

div .commentField {
 margin: 0 25px 0 35px; padding: 0 0 10px 0;
 border-bottom: 3px solid #eee;
 overflow: hidden; height: 1%;
}

del.spam { display: none; }

p.naviMenu { overflow:hidden; height: 1%; padding: 20px 25px; font-weight: bold; }
.naviMenu .prev { float: left; }
.naviMenu .prev a { border: 1px solid #ddd; background: #f5f5f5; padding: 2px; }
.naviMenu .next { float: right; }
.naviMenu .next a { border: 1px solid #ddd; background: #f5f5f5; padding: 2px; }



/* Boczne menu */
#sidebar {
 float: right;
 width: 250px;
 padding: 0 0 20px 0;
 border: 1px #bbb;
 border-style: none none solid solid;
 background: #f5f5f5;
}
#sidebar div {
 margin: 20px auto 0 auto;
 text-align: center;
}
#sidebar h3 {
 margin: 20px 0 0 0; padding: 4px 0 5px 10px;
 background: #eee url('../images/10.png') repeat-x left bottom;
 color: #555; font-size: 90%;
 text-align: left;
}
#sidebar p {
 margin: 10px 15px 0 15px;
 text-align: left; line-height: 13px; font-size: 90%;
}
#sidebar a {
 color: #105a9e; font-weight: normal;
}

#sidebar form {
 padding: 0; margin: 0;
}
#sidebar form p {
 text-align: center;
}
#sidebar input { font-size: 100%; border: 1px solid #888; }

/* Definicje stopki */
#foot {
 padding: 5px 10px;
 background: #107aae; color: #fff;
 font-size: 90%;
 border: 1px #888; border-style: none solid solid solid;
}