body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font:12px Tahoma, Verdana, Arial;
	height:100%;
}

h3 {
	font-size:14px;
	font-weight:bolder;
	margin:0;
}

/*navi*/

#navig{
    border-bottom:1px solid #000000;
    height:27px;
    padding-top:20px;
    width:95%;
}

#navig a {
	color:#000000;
	font-size:14px;
	text-decoration:none;
    font-weight:bold;
    padding:10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

#navig a.selected {
	color:#000000;
	font-size:14px;
	text-decoration:none;
    font-weight:bold;
    background-color:#cfcfcf;
    padding:10px;
    border-bottom:1px solid #cfcfcf;
}

#navig a:hover {
	color:#f96a00;
    font-weight:bold;
}

#content_all{
    width:100%;
    height:80%;
}

/*content*/

#content{
    width:100%;
}

#content #main{
    width:78%;
    float:left;
    padding:10px;
}

#content #right{
    width:16%;
    float:right;
    padding:10px;
}

#content .header{
	color:#000000;
	font-size:14px;
    font-weight:bold;
    height:20px;
}

/*stopka*/

#footer{
    background-color:#f8f8f8;
    border-top:10px solid #f3f3f3;
    clear:both;
    float:left;
    padding:20px 0;
    width:100%;
    height:20%;
}

/*foty*/
img.foto{
	margin:10px 0 10px 0;
	background-color:#fff;
	padding:5px;
	border:1px solid #ccc;
	cursor:pointer;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

img.foto:hover {
	background-color:#123;
}

/*elementy*/
input.kw,select.kw {
    background:url("/images/layout/buttons/bg_field.gif") repeat-x scroll 0 0 #ffffff;
    border:1px solid #272727;
    color:#000000;
    font-size:12px;
    text-decoration:none;
}

input.kw_,select.kw_,textarea.kw_ {
	background-color:#ffffff;
	color:#000000;
	font-size:12px;
	text-decoration:none;
    background-color:#ffffff;
    border-color:#666666 #CCCCCC #CCCCCC #666666;
    border-style:solid;
    border-width:1px;
}

input.register,select.register {
    background:url("/images/layout/buttons/bg_field.gif") repeat-x scroll 0 0 #EFEFEF;
    border:1px solid #272727;
    color:#000000;
    font-size:12px;
    padding:3px;
    text-decoration:none;
}

textarea.register {
    background-color:#EFEFEF;
    border-color:#666666 #CCCCCC #CCCCCC #666666;
    border-style:solid;
    border-width:1px;
    color:#000000;
    font-size:12px;
    padding:3px;
    text-decoration:none;
}

.kw:hover,.kw_:hover {
	border-color:#0099FF;
}

A.nav:hover,A.nav2:link,A.nav2:visited
{
    background:url("/images/layout/buttons/bg_field.gif") repeat-x top;
    border:1px solid #BC2A4D;
    color:#BC2A4D;
    cursor:pointer;
    float:left;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    margin:3px;
    padding:3px;
    text-align:center;
    width:16px;
}
A.nav2:hover,.nav
{
    background:url("/images/layout/buttons/bg_field.gif") repeat-x bottom;
    border:1px solid #000000;
    color:#000000;
    cursor:pointer;
    float:left;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    margin:3px;
    padding:3px;
    text-align:center;
    width:16px;
}

/*fonty*/
.bialyB {
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

A.bialyB:hover {
	color:#950506;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.bialy {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}

A.bialy:hover {
	color:#cfcfcf;
	font-size:12px;
	text-decoration:none;
}

.czerwonyB {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	background-color:#f96a00;
	width:70px;
	padding:2px;
	display:block;
	text-indent:2px;

}

.czerwonyNB {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	background-color:#aa0000;
	width:70px;
	padding:3px;
	text-indent:2px;

}

A.czerwonyB:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-color:#000000;
}

A {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

A:hover {
	color:#f96a00;
}

.czerwony {
	color:#f96a00;
	font-size:12px;
	text-decoration:none;
}

A.czerwony:hover {
	color:#ff0000;
	font-size:12px;
	text-decoration:none;
}

.chmurka {
	position:absolute;
	display:none;
	left:10px;
	top:15px;
	width:220px;
	border:1px solid gray;
	background-color:#ffffff;
	padding:3px;
}

.czarny {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

A.czarny:hover {
	color:#f96a00;
	font-weight:bold;
	font-size:12px;
}

/* komunikaty */
#komunikat
{
	background:#F4F4F4; /* url('/images/layout/icons/ok.gif') no-repeat scroll 0 50%;*/
	border:1px solid #D9D9D9;
	clear:both;
	margin:0 0 10px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	font-size:125%;
	color:#009900;
	text-align:center;
}

.tree_li{
    padding:5px 0 0 10px;
}

#newsletter{
    margin-bottom: 25px;
}
