/* 
Document   : a
Created on : Sep 25, 2008, 11:39:02 AM
Author     : jaromiruhrik
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#container {
    margin: auto;
    background-color: #1ecc8f;
}


#leftBar {
    float: left;
    width: 250px;
    text-align: center;
    background-color: #1ecc8f;
}
#mainPane {
    position: absolute;
    left: 250px;
    background-color: #1ecc8f;
}
#header {
    position: relative;
    color: #0c543b;
    font-size: 190%;
    left: 0px;
    margin-left: 200px;
    background-color: #1ecc8f;
}

#category {
    position: relative;
    left: 30px;
    float: none;
    text-align: center;
    background-color: #1ecc8f;
}
#categoryLeft {
    margin-left: 40px;
    margin-top: 30px;
    float: left;
    left: 0px;
    float: none;
    background-color: #1ecc8f;
}

#frame {
    position: relative;
    left: 50px;
    float: none;
    background-color: #1ecc8f;
}
#foto_frame {
    background-color: #1ecc8f;
    width:640px;
    height:480px;
    vertical-align: middle;
    margin-left: 30px;
}


#expanders {
    margin-top: 7px;
    position: relative;
    left: 30px;
    float: none;
    background-color: #1ecc8f;
}
img.sel {
    border-width: 2px;
    border-color: #aa3333;
}
img.unsel {
    border-width: 2px;
    border-color: #1ecc8f;
}
img.moved {
    margin-left: 100px;
}
p.p1 {
    margin: 0.0px 0.0px 10.0px 0.0px;
    line-height: 17.0px;
    font-size: 14.0px;
    font-family: Times;
}

p.p2 {
    margin: 24.0px 0.0px 0.0px 0.0px;
    line-height: 17.0px;
    font: 16.0px Times;
    color: #365f91;
}
p.p3 {
    margin: 0.0px 0.0px 10.0px 36.0px;
    line-height: 17.0px;
    font: 14.0px Times;
}
p.p4 {
    margin: 0.0px 0.0px 0.0px 0.0px;
    font: 14.0px Times;
}

p.p5 {
    margin: 0.0px 0.0px 0.0px 0.0px;
    font: 14.0px Times;
    min-height: 15.0px;
}
p.p1_red {
    margin: 0.0px 0.0px 0.0px 0.0px;
    font: 12.0px Times;
    color: #ff0000;
}

arrow {
    margin: 2px 2px 2px 2px;

}