
/* settings */

body {
	margin-top: 5px;
	padding: 0;
	background: #A8E1F4 url(../images/back.jpg) top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	
	color: blue;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #3F5C10;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

.prawa {float:right; margin:10px 0 0 10px;padding:0 0 10px 10px}
.lewa {float:left; margin:0 15px 4px 0;}

#header {
	width: 960px;
	margin: 0 auto;
}


/* Wrapper */

#wrapper {
}

/* Menu */

#menu {
float: left;
font-size:120%;
padding:25px 0 0 0 ;

}

#menu a {
	text-decoration: none;
	color:#9F9F9F;
}

#menu a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;

}

#menu .aktywny a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	line-height:12px
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}



/* Content */

#content {
font-family : Tahoma,Verdana,Arial,sans-serif;
float: right;
width: 700px;
padding: 25px 5px 0px 15px;
margin-top:10px;
}

.postmain {
	padding-bottom:15px;
	line-height: 200%;
	font-size: 12px;
	text-align: justify
}



.post{
	padding-bottom:15px;
	line-height: 20px;
	font-size: 12px;
	text-align: justify
}


.title {
	margin: 0px;
	padding: 0px;
	font-size: 180%;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}


.title a:hover {color:blue;
}

.mini {
	background: url(../images/mini.jpg) repeat-x left bottom;
	padding: 0 15px 12px 0;
  line-height:normal;
}

.tag {
line-height:12px;
font-size:11px;
margin-left:12px
	
}

.tekst1 {
line-height:20px;
font-size:12px;
margin-left:10px;
font-weight: bold;
}

.tekst2 {
line-height:20px;
font-size:12px;
font-weight: bold;

}


.tekstitalic {
padding-bottom:15px;
line-height: 20px;
font-size: 12px;
font-style:italic;

}

.ozon {
font-size: 18px;
float:right;
color: red;
text-align:center;
font-style:italic;
padding:10px;

}


/* Sidebars */


.sidebar {
	float: left;
	width: 220px;
	font-size: 12px;

	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar li {
	padding: 0 0 10px 0;
	
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;

}
.sidebar li h2 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	background: url(../images/guzik2.png) no-repeat left top;
	font-size: 16px;
	color: #FFFFFF;
}
.sidebar a {
}

/* Footer */

#footer {
	background: url(../images/belka.png) no-repeat bottom;
	width: 960px;
	height: 46px;
	margin: 0 auto;
	padding: 0;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	padding :15px;
}

#footer a {
	color: blue;
}

#footer .link {

	float: right;
}

#footer .prawo {
	float: left;
}


