body {
    /*Abstände*/
    margin: 0;
    padding-bottom: 50px; /*Website nicht ganz unten am Rand beenden*/
    
    /*Schrift*/
    font-size: 14px;
    font-family: Arial;
    color: #575757;
    line-height: 18px;
    
    /*Hintergrund*/
    background-image: url(../img/style/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

p {
    text-align: justify;
}

img {
    border: none;
}

/* Standardlinks*/
a, a:hover, a:link, a:active, a:visited {
    text-decoration: none;
    color: #d00272;;
}

a:hover {
    text-decoration: underline;
}
/* Standardlinks*/

/*Überschriften*/
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    
    color: #575757;
}

h1 {
    font-size: 20px;
    margin-bottom: 25px;
}

h2 {
    font-size: 17px;
    margin-bottom: 25px;
}

h3 {
    font-size: 15px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

h5 {
    font-size: 13px;
    margin-bottom: 0;
}

h6 {
    font-size: 12px;
    margin-bottom: 0;
}
/*ENDE Überschriften*/

.info {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #575757;
    margin: 10px 0;
}

.info.fehler {
    color: red;
}

.info.ok {
    color: green;
}

#gesamt {
    width: 975px;
    margin: 0 auto;
    z-index: 0;
}

#layout {
    width: 975px;
    margin: 0 auto;
    z-index: 0;
}

a#logo{
    display: block;
    width: 482px;
    height: 207px;
    background-image: url('../img/style/logo.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
}

#navi{
    margin-bottom: 50px;
}

#navi a{
    display: block;
    width: 232px;
    height: 86px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
}

#navi a#link_startseite{
    background-image: url('../img/style/button_startseite.jpg');
}

#navi a#link_ueber_uns{
    background-image: url('../img/style/button_ueberuns.jpg');
}

#navi a#link_freie_plaetze{
    background-image: url('../img/style/button_freieplaetze.jpg');
}

#navi a#link_kontakt{
    background-image: url('../img/style/button_kontakt.jpg');
    margin-right: 0;
}

#content{
    min-height: 400px;
}

.inhalt{
    padding: 0 30px;
}

#footer{
    height: 203px;
    background-image: url('../img/style/bottom.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #575757;
    margin-top: 20px;
}

#footer a{
    color: #575757;
    text-decoration: none;
}

#footer #navi_bottom{
    float: left;
    margin-top: 175px;
    margin-left: 145px;
}

#footer #navi_bottom a {
    margin: 0 5px;
}

#footer #copyright{
    float: right;
    margin-top: 175px;
    margin-right: 50px;
}

#news{

}

.news_beitrag{

}

.news_beitrag .news_datum{
    float: left;
    width: 80px;
}

.news_beitrag .news_text{
    float: left;
    width: 526px;
}

.leistungsangebote_link{
    font-weight: bold;
    font-style: italic;
}

.plaetze_left{
    clear: both;
    float: left;
    width: 720px;
}

.plaetze_right{
    float: left;
}

/*Kontaktformular*/
#kontaktformular {
    width: 570px;
}

#kontaktformular table {
    width: 100%;
    border-spacing: 0;
}

#kontaktformular .linke_spalte {
    width: 50%;
    padding: 3px 10px 0 0;
}

#kontaktformular .rechte_spalte {
    width: 50%;
    padding: 3px 0 0 10px;
}

#kontaktformular select {
    border: solid #cccccc;
    border-width: 1px 2px 2px 1px;
}

#kontaktformular option {
    padding: 2px 20px 0px 2px;
}

#kontaktformular .input_reparatur{
    padding-right: 7px; /* = padding left und right und border vom input*/
}

#kontaktformular input {
    width: 100%;
    padding: 2px;
    border: solid #cccccc;
    border-width: 1px 2px 2px 1px;
}

#kontaktformular textarea {
    width: 100%;
    height: 148px;
    padding: 2px;
    border: solid #cccccc;
    border-width: 1px 2px 2px 1px;
    resize: vertical;
}

#kontaktformular img {
    margin-right: 10px;
}

#kontaktformular .hinweis {
    clear: both;
    font-size: 10px;
    margin: 10px 0;
    padding-top: 10px;
    text-align: justify;
}

#kontaktformular input[type=submit] {
    cursor: pointer;
}
/*ENDE Kontaktformular*/