/* -----------------------------------------------------------------------------------------
   Copyright (c) 2017 Jan Kairies - IT Service and Solutions / www.jmk-it.de
   ---------------------------------------------------------------------------------------*/

/* Hauptinhalt */


HTML, BODY{

    height: 100%;
    width: 100%;

/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #C5C3CD;
	font-size: 12px;
	line-height: 1,2em;

/* Backgrounds */
    background: #ffffff url(../_IMAGES/background.png) repeat-x top;
}

#distance {
    width: 10px;
    height: 50%;
    margin-bottom: -130px;
    float: left;
}

#hauptrahmen{
    margin: 0 auto;
    position: relative;
    height: 252px;
    width: 447px;
    clear: left;
    background-color: #FFFFFF;
}

#header{
    background: url(../_IMAGES/logo.png) no-repeat scroll center top transparent;
    position: relative;
    top: 0px;
    height: 252px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #7189AE;
}
#header a{
    color: #FFFFFF;
}
#header a:hover{
    color: #393185;
}