#contact ul{
    list-style-type: none;
}

#contact{
    position: relative;
    text-align: left;
    /*background: url("/img/sort_bg.png"); */
    background-color: #f2d182;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px dotted #ad4510;
    width: 300px;
    height: 220px;
}

#contact div{
    float: left;
    width: 120px;
    height: 30px;
    font-size: 14px;
}

#contact h2{
    color: black;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}

#photogallery{
    width: 800px;
    height: auto;
    float: left;
    border: 1px solid red;
}

#home_page{
    width: 700px;
    height: auto;
    float: left;
    font-size: 14px;
    margin: 30px;
    text-align: left;
}

#home_page div{
    width: 300px;
    height: 400px;
    float: left;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
}

#home_page h1{
    color: #602507;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

#home_page a{
    /*color: #4c1e06;*/ 
    color: #C3000C;
    text-decoration: none;
}

#home_page a:hover{
    /*color: #4c1e06;*/ 
    color: #C3000C;
    text-decoration: underline;
}

#contact_item{
    position: relative;
    text-align: left;
    /*background: url("/img/sort_bg.png"); */
    background-color: #f2d182;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px dotted #ad4510;
    width: 400px;
    height: auto;
}

#sendQuery{
    width: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2d182;
    height: auto;
    float: left;
    margin-left: 95px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dotted #ad4510;
}

#dotaz{
    margin-top: 20px;
    width: 200px;
    padding-bottom: 5px;
}

#input{
    width: 300px;
    padding: 2px;
}

#star{
    color: red;
    font-size: 12px;
    width: 10px;
    padding-left: 15px;
}

#starInfo{
    color: red;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

#button{
    float: right;
    padding: 5px;
}