/* CSS Document */

/* Normalisiert margin, padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p
{
margin:0;
padding:0;
}

img
{
border:none;
}

a
{
text-decoration: none;
}

td
{
vertical-align:top;
}

body
{
width:100%;
height:100%;
font-family:verdana,arial,helvetica,sans-serif;
text-align:center;
margin:0px;
background-color: #6a2d28;
padding:0px;
color:#3f3f3f;
}


#container
{
text-align:left;
margin: 5px auto;
height:auto;
width:893px;
font-family:verdana,arial,helvetica,sans-serif;
font-size: 12px;
background-color: transparent;
color:#3f3f3f;
border: 2px solid #f9a13e;
}

#slogan
{
    text-align: center;
    padding-top:3px;
    margin:20px auto;
    margin-bottom:0px;
    width: 895px;
    border-top:  2px solid #f9a13e;
    border-bottom:  2px solid #f9a13e;
}

#header
{
float:left;
width:893px;
height:auto;
}


#logo
{
    width: 163px;
    height: 182px;
    float: left;
    border-bottom: 1px solid #f9a13e;
}

#moodboard
{
    border-top: 1px solid #f9a13e;
    float:left;
    width: 729px;
    height: 181px;
    border-left: 1px solid #f9a13e;
    border-bottom: 1px solid #f9a13e;
}

#contentContainer
{
float:left;
width:893px;
height:auto;
font-size:12px;
background-image: url(../upload/layout/lay_bg_content.jpg);
background-repeat:repeat-y;
}

#contentBereich
{
float: left;
width:465px;
height:auto;
font-size:12px;
padding:30px 35px 35px 67px;
line-height: 18px;
}


#contentBereich  p
{
margin-bottom: 10px;
}

#contentBereich h1
{
color: #6a2d28;
font-size:15px;
margin-bottom:12px;
font-weight: normal;
}

#contentBereich h2
{
font-size:13px;
margin-bottom:12px;
}

#contentBereich img
{
/*border: 1px solid  #6a2d28;*/
}

#contentBereich p
{
line-height: 1.4em;
font-size:12px;
}

#contentBereich a
{
color:#6a2d28;
text-decoration:none;
}

#contentBereich a:hover
{
color:#6a2d28;
text-decoration:underline;
}

#sidebar
{
    float: left;
    width: 163px;
    height: auto;
    margin-top: -34px;
    display:inline;
    position: relative;
}

#sidebar .news 
{
clear:both;
float:none;
padding:7px 11px;
margin-bottom: 0;
}

#sidebar .news h3
{
font-size: 11px;
color:#6a2d28;
}

#sidebar .news a
{
color: #6a2d28;
font-weight: bold;
}

#sidebar .news p
{
line-height:16px;
margin-bottom:11px;
font-size:11px;
}

#aktuelles
{
border:  1px solid #f9a13e;
float: right;
width: 163px;
height: 32px;
margin-bottom: 15px;
margin-right: -4px;
display:inline;
}

#footer
{
clear:both;
height:136px;
width:893px;
background-image: url('../upload/layout/lay_bg_footer.jpg');
background-repeat:repeat-y;
}

#footer_left
{
    width: 152px;
    float: left;
    padding: 13px 5px 13px 8px;
}

#footer_left p
{
    font-size: 9px;
    color:#f9a13e;
    line-height: 18px;
    padding-top:7px;
}

#footer_left a,a:hover
{
    color:#f9a13e;
}

#footer_img
{
    width: 565px;
    float: left;
}


#footer_right
{
    width: 149px;
    float: right;
    height: 106px;
    padding: 7px 4px 8px 10px;
    border-bottom: 17px solid #eba443;

}

#footer_right h2
{
    font-size: 11px;
    font-weight:bold;
    color:#6a2d28;
    margin-bottom: 7px;

}

#footer_right p
{
    font-size: 10px;
    color:#3f3f3f;
    line-height: 13px;
}

#footer2
{
text-align: center;
margin: 0px auto;
height:2px;
line-height: 2px;
width:895px;
border-bottom: 2px solid #f9a13e;
}

/* Standard-Userstyles */
.BildLinks
{
float:left;
margin:20px;
margin-top:0px;
margin-left:0px;
}

.BildRechts
{
float:right;
margin:20px;
margin-top:0px;
margin-right:0px;
}
/* ###################################################### */
/* ####################### 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:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:12px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    border:0;
    padding:0;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#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;
}
