body {
    background: #cecac5 url(../images/bg.png) repeat-x;
    font:11px verdana;
}
* {
    padding:0;
    margin:0;
}
img {
    border:0px;
}

#container {
    width:700px;
    height:100% auto;
    margin: 0 auto;
    overflow:hidden;
}
#baner {
    clear:both;
    width:690px;
    height:100px;
    background:url(../images/baner.jpg);
    margin: 0 auto;
    margin-top:10px;
}

#menu {
    clear:both;
    width:700px;
    height:57px;
    background:url(../images/menu.png) no-repeat;
    margin-top:12px;
}
#menu2 {
    width:212px;
    margin: 0 auto;
}
.flo {
    float:left;
    margin-top:21px;
}
.rig {
    margin-right:10px;
}
a#home {
    display:block;
    height:29px;
    background:url(../images/home.png) no-repeat;
    width:58px;
    outline:none;
}
a#home:hover {
    background-position:0 -29px;
    outline:none;
}
a.home_a {
    background:url(../images/home.png) no-repeat;
    background-position:0 -29px;
}
a#portfolio {
    display:block;
    height:29px;
    background:url(../images/portfolio.png) no-repeat;
    width:58px;
    outline:none;
}
a#portfolio:hover {
    background-position:0 -29px;
    outline:none;
}
a#kontakt {
    display:block;
    height:29px;
    background:url(../images/kontakt2.png) no-repeat;
    width:76px;
    outline:none;
}
a#kontakt:hover {
    background-position:0 -29px;
    outline:none;
}
#content {
    clear:both;
    background:url(../images/content.png) no-repeat;
    padding: 70px 35px 20px 35px;
    line-height:20px;
    color:#464340;
    overflow:hidden;
}
#content a {
    color:#e36400;
    text-decoration:none;
}
#content a:hover {
    color:#464340;
}
.pic {
    padding: 10px 10px 5px 0;
}
#footer {
    clear:both;
    width:100%;
    height:50px;
    background:url(../images/footer.png) no-repeat;
    font:10px verdana;
}
#copy {
    text-align:center;
    padding-top:17px;
    color:#464340;
}
#created {
    text-align:right;
    margin-top: -13px;
    padding-right:5px;
    color:#7e7a77;
}
#created a {
    color:#7e7a77;
    text-decoration:none;
}
#created a:hover {
    color:#464340;
}
.bold {
    font-weight:bold;
}
#gallery {
    clear:both;
    width:560px;
    margin:0 auto;
}
#gallery ul {
    list-style:none;
}
#gallery li {
    float:left;
    padding: 5px 5px 0 5px;

}
#gallery li a {
    opacity:0.5;
}
#gallery li a:hover {
    opacity:1.0;
}
#nav {
    clear:both;
    text-align:center;
}
.border {
    border-bottom:2px solid #e36400;
}
#spac {
    clear:both;
    height:60px;
    width:100px;
}
.top {
    margin-top:10px;
}
#form {
    width:200px;
    padding-top:30px;
}
.input {
    width:200px;
    height:20px;
    background:#dddbd7;
    border:1px solid #c3c0bb;
    font:10px tahoma;
    padding-left:5px;
}
.dis {
    display:block;
    margin-left:50px;
}
textarea {
    width:200px;
    height:140px;
    background:#dddbd7;
    border:1px solid #c3c0bb;
    font:10px verdana;
    padding:5px;
}

