/* Imports */
@import url("menu.css");

/** Browser Fixes **/

* {
    margin: 0;
    padding: 0;
}

body {
    background-image:url("uploads/images/background.jpeg");
    background-color:#a7caff;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:62.5%; /* 1em = 10px */
    color: #535668;
}

a {
    color: #535668;
    text-decoration:none;
}

H1 {
    font-size:1em;
} /* 24px */
H2 {font-size:1.5em} /* 18px */
H3 {font-size:1.25em} /* 15px */
H4 {font-size:1em} /* 12px */


.dotted {
    border-bottom:1px dotted white;
    color:white;
    text-decoration:none;
}

/** Layout start **/

#bluepart{
    position:absolute;
    top:0;
    left:325px;
    height:105%;
    width:100%;
    background-color:#a7caff;
}

#darkpart{
    position:absolute;
    top:0;
    left:0;
    height:1000px;
    width:50%;
    background-color:#535668;
    overflow:hidden;
}

#container {
    margin-left: -475px;
    position: absolute;
    top: 0px;
    left: 50%;
    width:956px;
    background-image:url("uploads/images/container_repeat.jpg");
    background-repeat:repeat-y;
    border-right:45px solid #a7caff;
}




div#upperline{
    height:25px;
    width:1000px;
    background-color:#a7caed;
}


#header #upper {
    background-image:url("uploads/images/header_upper.jpg");
    width:1000px;
    height:99px;

}

#content {
    width:1000px;
}

#header #middle {
    width:1000px;
}

#header #middle_left {
    background-image:url("uploads/images/header_middle.jpg");
    width:779px;
    height:169px;
    float:left;
}

#header #middle_left p{
    position:relative;
    left:460px;
    top:20px;
    color:#999999;
    font-size:1.3em;
    font-weight:bold;
    width:250px;
    padding:4px;

}

#header #middle_menu {
    width:200px;
    height:169px;
    float:left;
    background-image:url("uploads/images/menu_vertical_repeat.jpg");
    background-repeat:repeat-y;
}

* html #header #middle_menu {
    width:190px;
    float:right;
    border-right:30px solid #a7caff;

}


#header #lower {
    background-image:url("uploads/images/header_lower.jpg");
    width:1000px;
    height:48px;
    clear:both;
}

div#content{
    float:left;
}

div#leftcolumn {
    background-image:url("uploads/images/left_column_repeat.jpg");
    width:325px;
    background-repeat:repeat-y;
    float:left;
    height:450px;
}

div#rightcolumn {
    float:left;
    width:550px;
    min-height:400px;
}

#rightcolumncontent{
    margin-left:80px;
    width:400px;
    margin-top:10px;
    margin-bottom:30px;
}

#rightcolumncontent .index{
    margin-bottom:15px;
    padding:5px;
    border-bottom:1px solid black;
}

#rightcolumncontent H4,H2{
    margin-top:15px;
}


#rightcolumncontent a{
    color: #535668;
    font-size:1.4em;
}

#rightcolumncontent a:hover{
    text-decoration:underline;
}

#rightcolumncontent ul{
    margin-left:20px;
    margin-top:10px;
}

div#rightcolumn p {
    padding-top:10px;
    font-size:1.1em;
}


div#footer {

    width:956px;
}

div#footer a {

    text-decoration:underline;
}

div#footerleft{
    width:39px;
    height:61px;
    float:left;
    background-image:url("uploads/images/left_footer_repeat.jpg");
    background-repeat:repeat-y;
}

* html div#footer {
    width:956px;
    height:58px;
}

div#footermain{
    color:white;
    border-top:1px  solid #333333;
    border-left:1px  solid #333333;
    border-right:1px  solid #333333;
    width:915px;
    height:61px;
    float:right;
    background-image:url("uploads/images/footer_repeat.jpg");
    background-repeat:repeat-x;
}




span.lefttext {
    float:left;
    margin-left:10px;
    margin-top:20px;
}

span.righttext {
    float:right;
    margin-right:10px;
    margin-top:20px;
}

.square{
    height:10px;
    width:10px;
    color:black;
}

.title {
    background-image:url("uploads/images/titel_background.png");
    width:223px;
    height:30px;
    margin-top:40px;
    margin-left:50px;
}

.title H1 {
    padding:8px;
    margin-left:30px;
}


#fotobox {
    height:210px;
    width:270px;
    margin-left:35px;
    margin-top:30px;
    margin-bottom:60px;
    background-image:url("uploads/images/fotokader.png");
}

#fotobox a {
        height:210px;
    width:270px;
    display:block;
}

label {
    border-top:1px dotted #CCCCCC;
    color:#838383;
    display:block;
    float:left;
    font-size:12px;
    margin-bottom:10px;
    padding-right:20px;
    text-align:left;
    width:120px;
}
form input, form textarea {
    border:1px solid #000000;
}
form textarea {
    display:block;
    float:left;
    margin-bottom:10px;
    width:200px;
}
.submitbutton {
    background-color:#FFFFFF;
    border:1px solid #000000;
}
br {
    clear:left;
}


#sitemap  li ul {
    margin:0px;padding:5px;
}
