body{
    background-image: url(images/vx3.jpg);
    background-repeat: no-repeat;
    background-color: #C27E2D; /*#C15D00; /*#F08803; /*#523720; /*#342529;*/ /*#523720;*/
    margin: 0px; /*8px;*/
    padding: 0px;
    /*background-position: right;*/
}

p{
    
}

ul{
    font-size:14px;
    list-style-image:none;
    list-style-position:inside;
    list-style-type:circle;
    margin:0;
    padding:2px 0 2px 30px;;
}

h1, h2, h3, h4{
    color: #804040;
    margin:0;
    padding:0 0 5px 10px;
    font-style:italic;
}

h1{    
    font-size:22px;
}

h2{    
    font-size:18px;
}

h3{    
    font-size:16px;
}

h4{    
    font-size:14px;
}

ul a{
    color: black;
}

ul a:hover{
    text-decoration: none;
}

.link{
    color: black;
}

.link:hover{
    text-decoration: none;
}

#container{
    width: 562px;
    margin: 0;
    padding-left:462px;
    float: left;
}

#header{
    background-image: url(images/vx3_02.png);
    background-repeat: no-repeat;
    height: 114px;
    /*margin:0;
    padding:1px 0;
    width:562px;*/
}

#logo{
    width: 242px;
    height: 106px;
    float: right;
    margin: 7px 30px 0 0;
}

#logo img{
    border: none;
}

#menu{
    background-image: url(images/menu_bg.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 562px;
}

#menu ul{
    margin: 0 5px;
    padding:5px 0;
}

#menu li{
    display: inline;
    padding: 3px 8px;
}

#menu a{
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

#menu a:hover{
    text-decoration: underline;
}

#menu a.current{
    color: white;
}

#content{
    background-image: url(images/content_bg.png);
    width: 562px;
    margin:0;
    min-height:564px;
    _height:564px;
    padding:1px 0;
}

#content p{
    margin: 0;
    padding: 10px;
}

#reklama{
    padding: 5px;
    text-align: center;
}

#reklama img, a{
    border: none;
}

#footer{
    background-image: url(images/vx3_06.png);
    height: 54px;
    width: 562px;
}

#footer p{
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 50px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

/* forma feadback_form */
div.feadback_form{
    width:540px;
    padding:10px;
}

div.feadback_form input.text, div.feadback_form textarea{
    background-color:#EEEEEE;
    border:1px solid SandyBrown;
}

.error_block{
    background-color:Moccasin;
    border:1px solid red;
    margin:0 auto;
    width:98%;
}
