@charset "UTF-8";
/* CSS Document */


h1 {
color: red;
text-align: center;
}

body {
    background-color: #FFF;
    font-style: italic;
    background-image: url(upload/img/verlauf.png);
    background-repeat: repeat-x;
}

img {
border: 0px;
}

#wrapper {
width: 1024px;
margin: auto;
}

#header {
width: 100%;
background-color: #000;
height: 196px;
background-image: url(upload/img/header.png);
}

#menu {
width: 974px;
height: 23px;
background-image: url(upload/img/menu-bg.png);
padding-left: 25px;
padding-right: 25px;
padding-top: 7px;
}

#menu a {
margin-left: 5px;
margin-right: 5px;
text-decoration:none; 
padding: 2px;
color: #000;
}

#menu a:hover,
#menu a:focus {
font-style: italic;
color: #FFF;
}

#content {
width: 970px;
background-color:#000;
color: #FFF;
font-size:14px;
padding: 25px;
border-left: solid 2px #FF3;
border-right: solid 2px #FF3;
}

#footer {
width: 100%;
heigth: 30px;
background-color: #FF3;
text-align: center;
}


/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
    color: red;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
    background-color: #FF3;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:15px;
}

#contactForm .contactRow textarea {
    height:75px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 4px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 4px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:12px;
    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;
}

  .left {
 float: left;
text-align: right;
 width: 40%;
 margin-right: 2%;
}


.input {
    border:1px solid #ccc;
    width:346px;
    background-color: #FF3;
}

.label {
    display:block;
    float:left;
    width:80px;
    color: red;
}
