/****************************************************************************
                        BASIC CSS DATEI
****************************************************************************/

* {
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
}
html {
	font-size: 62.5%; /* don't edit */
}
body {
    background: #E1E2E2 url(../img/body.gif) repeat-y center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #6C6D7B;
}
h1 {
    background: url(../img/header_linie.gif) repeat-y;
    width: 924px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.0em;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: -10px;
}
h3 {
    border: 1px solid white;
    background: #4F8BBF;
    padding: 5px 0 5px 0;
    margin-bottom: 10px;
    color: orange;
    text-align: center;
    font-size: 1.4em;
}
h4 {
    background: url(../img/phone.gif) no-repeat left 5px;
    margin-left: 15px;
    margin-top: 25px;
    padding-left: 33px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 28px;
    /*color: #5a5a5a;*/
    color: #0057A2;
}
