/* (C) 2007-2008 Twórcy.pl Arkusz stylów do SmodCMS v. 3.x */
* {margin:0;padding:0}

body {
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f2f2f2;	
	color: #555555;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 25px;
    }
	
a {
    color: #336699;
    text-decoration: underline;
  }
  
a:focus {
    outline: none;
    }  
  
img.foto {
	padding: 1px;
	border: solid 1px #aaaaaa;
	}
	
a img{
	border: 0;
	}
	
p.hr {
	width: 90%;
	height: 1px;
	display: block;
	background: #dddddd;
	margin: 0 auto;
	}
  
.fl {
	float: left;
	margin-right:10px
	}

.fr {
	float: right
    }
  
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #336699;
	}
	
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #336699;
	}
	
h3 {
	font-size: 1.1em;
	color: #336699;
	}
	
h4 {
	font-size: 0.9em;
	color: #aaaaaa;
	}
  
.right {
	text-align: right;
	}	
	
#main {
	position: relative;
	width: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
  
#head h1 {
	visibility: collapse;
	display: none;
	height: 0;
	width: 0;
	}
	
#topmenu {
	background-image: url(../images/topmenubg.png);
	background-repeat: repeat-x;
	height: 22px;
	text-align: right;
	padding: 9px 5px 0 0;
	font-size: 0.9em;
	position: absolute;
	top: 0;
	right: 11px;
	width: 822px;
	color: #ffffff;
	}
	
#topmenu a{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}
	
#winieta {
	width: 850px;
	height: 140px;
	background-image: url(../images/winieta.gif);
	background-repeat: no-repeat;
	}
  
#winieta img {
	margin: 0;
	padding: 0 0 0 30px;
	}
	
#rss {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
	left: -12px;
	}
	
#search {
	position: absolute;
	top: 93px;
	right: 10px;
	margin: 0;
	padding: 0 5px 0 10px;
	font-size: 0.9em;
	width: 224px;
	height: 31px;
	background-image: url(../images/searchbg.png);
	background-repeat: no-repeat;
	}
	
#search img{
	margin: 0; 
	position: relative;
	top: 5px;
	right: 15px;
	}
	
#search input{
	font-size: 0.9em;
	color: #555555;
	background: #ffffff;
	border: solid 1px #000000;
	padding: 3px;
	width: 160px;
	margin: 0;
	}
	
#main {
	width: 850px;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/txtbg.gif);
	background-repeat: repeat-y;
	}
	
#txt {
	margin: 10px auto 0 auto;
	width: 795px;
	}
	
#content {
	margin: 0;
	width: 585px;
	padding: 0 15px 25px 15px;
	float: right;	
	}
	
#content p{
	margin: 7px 0;
	}
	
#content ul{
	margin: 0 0 0 35px;
	list-style-type: square;
	}
	
#content ol{
	margin: 0 0 0 35px;
	}
	
#menu {
	margin: 0;
	width: 150px;
	padding: 0 15px 25px 15px;
	float: left;	
	}
	
#menu li {
	list-style-type: none; 
	width: 150px;
	}
	
#menu li.separator {
	}

#menu ul {
	width: auto;
	z-index: 0;
	}

#menu li ul {
	background:#f0f0f0;
	}

#menu li li {
	background: url(../images/btt.gif) no-repeat 2px 11px;
	}

#menu li li a {
	margin-left: 15px; 
	width: 135px;
	font-weight: normal;
	}

#menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px 0 4px 0;
	width: 150px;
	border-bottom: 2px dotted #dddddd;
	font-weight: normal;
	}
	
.current {
	font-weight: bold;
	}	

#menu a:hover {
	text-decoration: underline;
	background: #d8ebfc;
	color: 5a7f34;
	}

#menu li.current a {
	font-weight: bold
	}
    
#menu li.current li a {
	font-weight: normal;
	}
	
#menu h2.menutitle {
	visibility: hidden;
	height: 0;
	}
	
#footer {
	margin: 0 auto;
	width: 765px;
	padding: 3px 0 25px 0;
	font-size: 0.9em;
	color: #aaaaaa;
	}
	
#footer ul {
	list-style-type: none;
	}
	
#footer a {
	text-decoration: none;
	color: #aaaaaa;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #000000;
	}
	
div.info {
	color: #cc0000;
	font-weight: bold;
	margin: 5px 0;
	}
	
#divlogin {
	background: #fafafa;
	padding: 25px 9px 9px 9px;
	border: 1px solid #cccccc;
	}
	
#divlogin fieldset {
	border: 0;
	}
	
#divlogin dl dt {
	text-align: right;
	width: 320px;
	font-weight: bold;
	height: 15px;
	font-size: 1em;
	} 	
	
#divlogin dl dd {
	position: relative; 
	top: -1.3em;
	height: 10px;
	font-size: 1em;
	padding-left: 330px;
	} 
	
#divlogin input.go {
	width: 50px;
	}
	
#niushome {
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}
	
#niushome p{
	margin: 0;
	line-height: 1.1em;
	}
	
#niushome .date{
	color: #aaaaaa;
	font-size: 0.9em;
	}

#niushome .intro {
	background: #fafafa;
	padding: 5px;
	border-bottom: 2px dotted #dddddd;
	margin: 0 0 20px 0;
	}
	
#niushome .intro2 {
	background: #d7ddd2;
	padding: 5px;
	border-bottom: 2px dotted #dddddd;
	}
	
#niushome a.more{
	color: #cc0000;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	position: relative;
	bottom: 17px;
	}
	
#niushome h2.newstitle{
	visibility: hidden;
	height: 0;
	}
	
#nius {
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}
	
#nius p{
	margin: 0;
	line-height: 1.1em;
	}
	
#nius .date{
	color: #aaaaaa;
	font-size: 0.9em;
	}

#nius .intro {
	background: #fafafa;
	padding: 5px;
	border-bottom: 2px dotted #dddddd;
	margin: 0 0 20px 0;
	}
	
#nius .intro2 {
	background: #f0f0f0;
	padding: 5px;
	border-bottom: 2px dotted #dddddd;
	}
	
#nius a.more{
	color: #cc0000;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	position: relative;
	bottom: 17px;
	}
	
#nius h2.newstitle{
	visibility: hidden;
	height: 0;
	}	

	
#lata {
	width: 98%;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	}
	
#divregister {
	background: #fafafa;
	padding: 25px 9px 9px 9px;
	border: 1px solid #cccccc;
	}
	
#divregister fieldset {
	border: 0;
	}
	
#divregister dl dt {
	text-align: right;
	width: 240px;
	font-weight: bold;
	height: 15px;
	font-size: 1em;
	} 	
	
#divregister dl dt.tall {
	margin-top: 15px;
	} 
	
#divregister dl dd {
	position: relative; 
	top: -1.3em;
	padding-left: 250px;
	height: 10px;
	font-size: 1em;
	} 
	
#divregister input.go {
	width: 50px;
	}	
	
#divregister input {
	width: 150px;
	}		
	
#divregister ul {
	margin: 0 0 0 25px;
	}
	
#sitemap ul{
	margin: 5px 0 0 25px;
	list-style-image: url(../images/btt.gif);
	}
	
#sitemap ul li.noico{
	list-style-image: none;
	list-style-type: none;
	}
	
#sitemap a{
	text-decoration: none;
	}
	
#divconfig td input {
	margin: 3px 0;
	background: #ff00ff;
	width: 10px;
	}

.znalazl {
	color: #cc0000;
	font-weight: bold;
	background-color: #ffff99;
	}

#searchresultinfo {
	width: 98%;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	}
	
#searchresultinfo b{
	color: #cc0000;
	}
	
#next {
	width: 98%;
	text-align: right;
	margin: 5px 0;
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #aaaaaa;
	font-weight: bold;
	}
	
div.searchresultshow {
	margin: 5px 0;
	padding: 7px 0;
	border-bottom: 1px solid #dddddd;
	}
	
div.searchresultshow a{
	color: #000000;
	text-decoration: none;
	}
	
div.searchresultshow a:hover{
	text-decoration: underline;
	}
	
#userinfo {
	margin: 25px 20px 10px 20px;
	color: #aaaaaa;
	font-size: 0.9em;
	}

/* ZMIANY DLA WERSJI 3.07 */
#print {
	text-align: right;
	margin: 10px 0 0 0;
	}

body.druk {
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/zero.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 25px;
    }
	
#dodruku {
	width: 700px;
	padding: 15px;
	text-align: left;
	}
	
#dodruku p{
	margin-bottom: 9px;
	}
	
#dodruku ul{
	margin-left: 30px;
	margin-bottom: 10px;
	}
	
#dodruku ol{
	margin-left: 30px;
	margin-bottom: 10px;
	}

#drukujemy {
	width: 580px;
	float: right;
	}
	
#drukujemylogo {
	width: 90px;
	}
	
#drukstopka {
	text-align: right;
	border-top: 1px solid #000000;
	margin-top: 30px;
	padding-top: 10px;
	}

/* zmiana od wersji 3.09 */
#edytorski {
	background-image: url(../../summer/images/polzero.png);
	position: absolute;
	top: 90px;
	left: 25px;
	color: #ffffff;
	width: 250px;
	padding: 9px;
	}

/* zmiana od wersji 3.12 */
#searcherr {
	margin: 0;
	padding: 0 5px 0 10px;
	font-size: 0.9em;
	width: 224px;
	height: 31px;
	background-image: url(../images/searchbg.gif);
	background-repeat: no-repeat;
	}
	
#searcherr img{
	margin: 0; 
	position: relative;
	top: 5px;
	right: -10px;
	}
	
#searcherr input{
	font-size: 0.9em;
	color: #555555;
	background: #ffffff;
	border: solid 1px #000000;
	padding: 3px;
	width: 160px;
	margin: 0;
	}




	
	
	