
html, body {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 12px;
    color :#666666;
    background: #fff;
}

h3 {
    color: #2a2a2a;
    font-size: 18px;
}

h4 {
    color: #870505;
    font-size: 12px;
    font-weight: bold;
}

img {
    border: none;
}

.list-one {
    list-style-image: url(../images/li.png);
    padding: 0;
    margin-left: 20px;
}

.list-twoo {
    padding: 0;
    margin-left: 20px;
}

#wrap {
    width: 800px;
    height: 970px;
    margin: 0 auto;
}

#header {
    padding: 15px 0;
}

#header a{
    outline: none;
}

.top-left {
    width: 397px;
    height: 397px;
    float: left;
    margin-bottom: 6px;
    position: relative;
}

.top-right {
    width: 397px;
    height: 397px;
    float: right;
    margin-bottom: 6px;
    position: relative;
}

.bottom-left {
    width: 397px;
    height: 397px;
    float: left;
    position: relative;
}

.bottom-right {
    width: 397px;
    height: 397px;
    float: right;
    position: relative;
}

.button {
    position: absolute;
    cursor: pointer;
}

.button-top-left {
    bottom: 0;
    right: 0;
}

.button-top-right {
    bottom: 0;
    left:0;
}

.button-bottom-left {
    top: 0;
    right: 0;
}

.button-bottom-right {
    top: 0;
    left: 0;
}


/*
* backgrounds "home"
*/

.home-top-left {
    background: url(../images/index_top_left.jpg);
}

.home-top-right {
    background: url(../images/index_top_right.jpg);
}

.home-bottom-left {
    background: url(../images/index_bottom_left.jpg);
}

.home-bottom-right {
    background: url(../images/index_bottom_right.jpg);
}

/*
* backgrounds "end home"
*/

/*
* backgrounds "wartung"
*/

.wartung-top-left {
    background: url(../images/wartung_top_left_active.jpg);
}

.wartung-top-right {
    background: url(../images/wartung_top_right.jpg);
}

.wartung-bottom-left {
    background: url(../images/wartung_bottom_left.jpg);
}

.wartung-bottom-right {
    background: url(../images/wartung_bottom_right.jpg);
}

/*
* backgrounds "end wartung"
*/

/*
* backgrounds "druckerbedarf"
*/

.entwurf-top-left {
    background: url(../images/entwurf_top_left.jpg);
}

.entwurf-top-right {
    background: url(../images/entwurf_top_right_active.jpg);
}

.entwurf-bottom-left {
    background: url(../images/entwurf_bottom_left.jpg);
}

.entwurf-bottom-right {
    background: url(../images/entwurf_bottom_right.jpg);
}

/*
* backgrounds "end druckerbedarf"
*/

/*
* backgrounds "referenzen"
*/

.referenzen-top-left {
    background: url(../images/referenzen_top_left.jpg);
}

.referenzen-top-right {
    background: url(../images/referenzen_top_right.jpg);
}

.referenzen-bottom-left {
    background: url(../images/referenzen_bottom_left_active.jpg);
}

.referenzen-bottom-right {
    background: url(../images/referenzen_bottom_right.jpg);
}

/*
* backgrounds "end referenzen"
*/

/*
* backgrounds "reparaturen"
*/

.reparaturen-top-left {
    background: url(../images/reparaturen_top_left.jpg);
}

.reparaturen-top-right {
    background: url(../images/reparaturen_top_right.jpg);
}

.reparaturen-bottom-left {
    background: url(../images/reparaturen_bottom_left.jpg);
}

.reparaturen-bottom-right {
    background: url(../images/reparaturen_bottom_right_active.jpg);
}

/*
* backgrounds "end reparaturen"
*/

/*
* Center menu
*/

#m-wartung {
    float: right;
    height: 57px;
    width: 121px;
    background: url(../images/m_wartung.jpg);
    outline: none;
}

#m-wartung:hover {
    background: url(../images/m_wartung.jpg) 0 57px;
}

#m-druckerbearf {
    float: left;
    height: 57px;
    width: 121px;
    background: url(../images/m_druckerbearf.jpg);
    outline: none;
}

#m-druckerbearf:hover {
    background: url(../images/m_druckerbearf.jpg) 0 57px;
}

#m-referenzen {
    float: right;
    height: 57px;
/*    margin-top: -340px;*/
    width: 121px;
    background: url(../images/m_referenzen.jpg);
    outline: none;
}

#m-referenzen:hover {
    background: url(../images/m_referenzen.jpg) 0 57px ;
}

#m-reparaturen {
    float: left;
    height: 57px;
/*    margin-top: -340px;*/
    width: 121px;
    background: url(../images/m_reparaturen.jpg);
    outline: none;
}

#m-reparaturen:hover {
    background: url(../images/m_reparaturen.jpg) 0 57px ;
}

/*
* Center menu end  m_reparaturen
*/

.block-text {
    min-height: 338px;
    padding: 1px 20px;
    clear: both;
    /*overflow: auto;*/
}

.block-text-reparaturen {
    padding-top: 50px;
}

.menu-container {
/*    width: 397px;
    height: 57px;
    position: absolute;*/
}

#footer {
    width: 397px;
    text-align: right;
    clear: both;
    padding-top: 10px;
}

#dev {
    font-size: 11px;
    color: #6d6d6d;
}

#menu {
    color: #990000;
}

#menu a {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

#menu a:hover {
    color: #990000;
    text-decoration: underline;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li{
    display: inline;
    margin-left: 2px;
}

.error_list {
    margin: 0 0 2px;
    padding: 0;
    color: red;
    list-style: none;
    font-size: 12px;
}

.sendkontakt  table, input[type=text] , textarea {
    outline: none;
    border: 1px solid #989FA9;
    width: 270px;
}
.sendkontakt  table {
    border: 0px solid #989FA9;
}
.butt-send {
    border: 1px solid #989FA9;
    outline: none;
    font-family: Arial;
    font-size: 13px;
    color: #666;
    width: 100px;
    height: 25px;
    margin-top: 3px;
    margin-right: 6px;
}

#captcha_refresh img {
    display: block;
    float: left;
    margin-left: 210px;
}

.sendkontakt span {
    margin-right: 6px;
}
