@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d4a7b;
}
*html body{font-size:11px;}
*+html body{font-size:11px;}
#wrapper {
background-image:url(../picts/bg.gif);
width:997px;
height:591px;
background-repeat:no-repeat;
margin:40px auto;
padding:0;

}

#bild {
width:950px;
height:546px;
overflow:hidden;
position:relative;
top:23px;
left:22px;
z-index:5;
}

#overlayer {
width:997px;
height:591px;
overflow:hidden;
position:relative;
top:-546px;
left:-1px;
z-index:6;
}

#inhalt {
width:350px;
height:370px;
overflow:auto;
position:relative;
top:-1040px;
left:530px;
z-index:7;
}

*html #inhalt {
height:390px;
overflow:auto;
top:-1040px;
}

*+html #inhalt {
height:390px;
width:370px;
overflow:auto;
top:-1040px;
}

#inhaltst {
width:950px;
height:480px;
overflow:auto;
position:relative;
top:-1126px;
left:22px;
z-index:7;
}

#inh {
width:350px;
height:370px;
float:left;
margin:100px 0 0 120px;
}

*html #inh {
height:390px;
}

*+html #inh {
height:400px;
width:370px;
}

#stoerer {
width:376px;
height:450px;
overflow:hidden;
float:left;
}

.cl{clear:left;}

#navigation {
position:relative;
top:-956px;
left:300px;
z-index:8;
width:700px;
height:20px;
}

*html #navigation{
top:-976px;}

*+html #navigation{
top:-976px;}

#navigationst {
position:relative;
top:-1056px;
left:300px;
z-index:8;
width:700px;
height:20px;
}

*html #navigationst{
top:-976px;}

*+html #navigationst{
top:-976px;}

#hilfsnavigation {
position:relative;
top:-940px;
left:600px;
z-index:9;
width:350px;
height:20px;
text-align:right;
color:#876f50;
font-size:10px;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul li {
    width:105px;
    height:20px;
    margin:0px;
    padding:0;
    list-style-type:none;
    display:inline;
    text-align:center;
    
}
#navigation ul li a {
    width:105px;
    height:20px;
    display:block;
    float:left;
    line-height:20px;
    margin-left:2px;
    padding:0;
    font-size:11px;
    color:#876f50;
    border-bottom:1px solid #ccc;
    text-decoration:none;
    background-image:url(../picts/passiv.gif);
    background-repeat:no-repeat;
    text-align:center;
    
}

#navigation ul li a:hover, #navigation ul li.active a {
width:105px;
    height:20px;
    background-image:url(../picts/aktiv.gif);
    background-repeat:no-repeat;
    display:block;
    float:left;
    color:#efeed0;
    text-align:center;
}

ul#metaNavigation {
    margin:0;
    padding:0;
}

ul#metaNavigation li {
    margin:0;
    padding:0;
    display:inline;
}

ul#metaNavigation li a{
text-decoration:none;
color:#876f50;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:246px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:243px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:80px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input{
    background-color:#fff;
    border:1px solid #ccc;
    color:#0060b1;
    padding:0px 20px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}


#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}

H1{font-weight:bold;
font-size:1.2em;}