body,td,div,p,span,input.x, select.x, option.x,textarea.x{
    font-family: Verdana,Arial,Tahoma;
    font-size: 12px;
    color: #000000;
}
body{
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.error{
    border: 2px solid red;
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    width: 95%;
}
#pcontent{
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 13px;
    width: 800px;
    height: 450px;
    max-height: 450px;
    max-width: 800px;
    overflow: hidden;
    background-image: url("images/hg.jpg");
    vertical-align: top;
    background-repeat: no-repeat;
    text-align: left;
    display: block;
}
a.menulink:link,a.menulink:visited {
    width: 95%;
    display: block;
    margin-bottom: 4px;
    color: #999999;
    text-decoration: none;
    background-color: #FEFFFE;
    padding: 3px;
}
a.menulink:hover,a.menulink:active {
    width: 95%;
    display: block;
    margin-bottom: 4px;
    color: #000000;
    text-decoration: none;
    background-color: #FEFFFE;
    padding: 3px;
}
#catlist {
    width: 225px;
    max-width: 225px;
    height: 420px;
    max-height: 420px;
    overflow: auto;
    float: left;
    text-align: left;
    margin: 0px;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
}
.rlist {
    width: 225px;
    max-width: 225px;
    height: 420px;
    max-height: 420px;
    overflow: auto;
    float: left;
    text-align: left;
    margin: 0px;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
}
#rightcontent {
    height: 420px;
    max-height: 420px;
    overflow: auto;
    text-align: left;
    padding: 3px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
#fullcontent {
    height: 420px;
    max-height: 420px;
    overflow: auto;
    text-align: left;
    padding: 3px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.block {
    width: 95%;
    display: block;
    margin-bottom: 4px;
    color: #000000;
    background-color: #FEFFFE;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 30px;
    text-align: justify;
}

td.blck {
    color: #000000;
    background-color: #FEFFFE;
    padding: 3px;
    text-align: justify;
}

.img,.img2 {
    border: 0px;
    margin: 0px;
    float: left;
}

#headerline1 {
    width: 800px;
    height: 90px;
    display: block;
    clear: left;
}
#headerline2 {
    width: 800px;
    height: 40px;
    display: block;
    clear: left;
}
#headerline3 {
    width: 800px;
    height: 20px;
    display: block;
    clear: left;
}
#pagecontainer {
    width: 800px;
    height: 600px;
    max-width: 800px;
    max-height: 600px;
    padding:0px;
    margin: auto;
    text-align: left;
    display: block;
}
#adsky {
    margin-left: 20px;
    width: 120px;
    height: 600px;
}
#container {
    width: 950px;
    height: 600px;
    max-width: 950px;
    max-height: 600px;
    padding:0px;
    margin: auto;
    text-align: left;
    display: block;
}
h1,h2,h3 {
    margin-top: 5px;
    margin-bottom: 2px;
}
input.x, select.x,textarea.x {
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 2px;
    margin: 1px;
}
#klein, #klein a {
    font-size: 10px;
    color: #AAAAAA;
    text-decoration: none;
}
#klein {
    text-align: center;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    border: 0px solid none;
    overflow: scroll; /*leave this value alone*/
    width: 375px; /*Width of Carousel Viewer itself*/
    height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;

}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin-left: 15px; /*margin around each panel*/
    margin-right: 25px; /*margin around each panel*/
    width: 375px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}

#gallery-paginate {
    width: 375px;
    text-align:center;
}


