
* {
    margin: 0 auto;
    padding: 0;
}


html, body {
    height: 100%;
    width: 100% !important;
    font-size: 12pt;
}


body {
    background-color: #bacad3;
    text-align: left;
    font-family: Verdana, sans-serif;
}


h1 {
    color: #EE232A;
    margin-bottom: 30px;
}


h2 {
    color: #000;
    margin-bottom: 10px;
}


h3 {
    color: #000;
    margin-bottom: 10px;
}


img {
    border: none;
}


a {
    color: #000;
}




/*Home-Seite definieren*/
#container_home {
    background-image: url('../../../typo3conf/ext/saemawerk/Resources/Public/Images/hintergrund_home.png');
    width: 100% !important;
    overflow: hidden;
    text-align: left;
    color: #fff;
}


#container_home h3 {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 24px;
}


#container_home #content_bar p, #container_home #content_bar a {
    color: #000;
}


#container_home #main {
    width: 80% !important;
}
/*Home-Seite Ende*/




#container {
    background-image: url('../../../typo3conf/ext/saemawerk/Resources/Public/Images/hintergrund.png');
    width: 100% !important;
    overflow: hidden;
}


#header {
    width: 100% !important;
    text-align: left;
    z-index: 0;
}


#header img {
    width: 100%;
    height: auto;
}


#subheader,
#menu,
#topnav {
    display: none;
}




#main {
    width: 100%;
    overflow: hidden;
    padding-top: 35px;
}


#main p {
    line-height: 12.5pt;
}


#col_right {
    background-color: #000;
    float: right;
    height: 111px;
    padding: 3px;
    width: 30% !important;
}




/*Rechte Spalte ohne Farbe*/
#col_right.no_background {
    background-color: transparent;
    height: auto;
}
/*Rechte Spalte ohne Farbe Ende*/




#content {
    float: left;
    width: 60% !important;
}


#content li {
    margin-bottom: 3px;
    margin-left: 15px;
}


#container #content_bar {
    padding-top: 6px;
    color: #fff;
}


#container #content_bar a {
    color: #fff;
}


#content_bar {
    width: 100% !important;
    height: 123px;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 70%;
}


#content_bar .csc-default {
    float: left;
}


#content_bar .bodytext {
    line-height: 140%;
}




/*Kontaktformular definieren*/
#saema_contact legend {
    display: none;
}


#saema_contact fieldset {
    border: 0;
}


#saema_contact label {
    display: block;
}


#saema_contact label, #saema_contact input {
    margin-bottom: 3px;
}
/*Kontaktformular Ende*/
