body
{
    background: #18220e;
    font-family:	"Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 0px;
    /*color:		#fefefe;*/
    color: #e5ffc4;
    position: relative;
} 

form div{
    margin: 10px;
}

form div.centered{
    text-align: center;
}

form div label.blocked{
    display:block;
    float:left;
    margin-right:10px;
    width:120px;
}

form div input{
    width: 230px;
}

form div textarea{
    width: 400px;
    height: 150px;
}

form div input.button{
    width: auto;
}

#kontener
{
    width:		1024px;
    margin:		0px auto;
    padding-top: 20px;
    position: relative;
    background:	url("images/background.png") no-repeat;
}

#drzewa {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

#top
{
    width:		904px;
    height:		248px;
    margin:		0px auto;
}

#left
{
    width: 220px;
    float: left;
}

#tekst h2{
    display: none;
}

#menu
{
    margin-top: 10px;
    padding-top: 0px;
    text-align: center;
}

a {
    color:	#00ff00;
}

#menu a:hover, #menu a.selected{
    background: url("images/line.png") bottom left no-repeat;
    /*border: 1px solid white;*/
}

#menu a.info{
}

#menu a.stopa{
}

#menu a.zgloszenia{
}


#menu a
{
    text-decoration:none;
    display: block;
    border: none;
    margin-bottom: 55px;
    margin-left: 55px;
    text-align: left;
    height: 55px;
}

#menu a img{
    border: none;
}



#tekst
{
    text-align:	left;
    float: left;
    margin-top: -20px;
    
}

#tekst #inside{
    padding-left: 20px;
    width: 700px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 10px;
    background:  url("images/tresc.png");
    border-bottom: 3px #00ff00 solid;
    min-height: 300px;
}

#stopka1
{
    margin:		auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#stopka2
{
    margin-top: 10px;
    /*margin-left: 220px;*/
    height: 100px;
    text-align: left;
    padding-top: 20px;
    padding-left: 25px;
    font-size: small;
    clear: both;

/*    background: #412c19;*/
}

#stopka2 .left{
    float: left;
}

#stopka2 .right{
    float: right;
}

#stopka2 span{
}

#stopka2 .left span{
    float: left;
}


#stopka2 .right span{
    float: left;
    
}


#stopka2 .left img{
    margin-right: 10px;
    float: left;
}

#stopka2 .right img{
    margin-left: 10px;
    float: right;
}


ul {
  margin: 5px;
}

.label{
    font-weight: bold;
    text-transform: uppercase;
}

.important{
    background: url("images/hover.png");
    font-style: oblique;
}

.errors{
    border: 3px solid #760707;
    background: #a91414;
    width: 700px;
    padding: 10px 40px 10px 15px;
    margin: auto;
    /*padding: 5px;*/
    
}

p{
    margin: 5px;
    margin-top: 15px;
    line-height: 20px;
}

#regulamin > ol > ol {
    list-style-type:lower-alpha;
}

#regulamin li {
    margin-top: 5px;
}

#regulamin p {
    margin-bottom: 16px;
}

#regulamin .smallMargin {
    margin-bottom: 5px;
    margin-top: 5px;
}


.clear{
    clear: both;
}

