/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

a {
text-decoration: none;
color: #669933;

}



blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}



a img{
border: none;

}


/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #95ba46 url(img/containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 80px;
background: url(img/1.jpg);
}

#header {
width: 840px;
margin: 0 auto;
}

#header h1 a {
font-size: 25px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #95ba47;
}

#header h2 a {
font-size: 20px;
letter-spacing: -1px;
padding-top: 0px;
float: left;
color: #95ba47;
}


ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {
background: #5f6e42;
}

/************* Content *************/
#content {
width: 876px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {
background: #95ba46;
color: #fff;
border-top-style: none;

}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/


#contentHeader {
margin: 15px 15px 15px;
width: 848px;
height: 182px;
background: url(img/header.jpg) no-repeat;

position: relative;

}

#contentHeader[id] {
display: table;
position: static;

}

#siteDescription {
position: absolute;
top: 50%;
padding-right: 25px;
color: #44434c;

}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;

}

#siteDescription p {
position: right;
top: -50%;
float: right;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #96bb47;
}

#content h3 {
margin: 15px 0;
border-bottom: 1px solid #96bb47;
}



/************* Main *************/

#main {
margin: 0 13px;
width: 122px;
font-size: 15px;
float: left;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 520px;
font-size: 13px;
margin: 0 15px;
float: left;
}


/************* trzecia *************/

#trzecia {
margin: 0 13px;
width: 130px;
font-size: 13px;
float: left;
}

.post {
text-align: justify;
}



/************* Secondary2 *************/

#secondary2 {
width: 520px;
font-size: 11px;
margin: 0 15px;
float: left;
}




/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 879px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
font-size: 13px;
}

#footer a {
color: #fff;
font-weight: bold;
font-size: 12px;
}









#menu {
clear: left;
float: left;
width: 120px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 120px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #669933;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #669933;
}	
	
#menu li a:hover {
background: #669933;
color: #ffffff;
border-left: 5px solid #669933;
}


#men a:hover {
background: none;
color: #669933;

}






