/*
Document   : achnitz.style.css
Created on : 24.05.2018, 11:35:36
Author     : klaus@dost-hamburg.de <klaus@dost-hamburg.de>)
*/

* {
    margin: 0;
    padding: 0;
}

root {
    display: block;
}

html {
    height: 100%;
}

body {
    color: #5b3919;
    font-family: Arial;
    background-color: #fff;
    height: 100%;
    /*
	background-image: url('../images/head.png');
    background-position: top right;
    background-repeat: no-repeat;
    */
	height: 100% !important;;
}

a {
    color: #5b3919;
}

a:hover {
    color: #F4BC20;
}

#header {
    text-align: center;
    padding: 20px 0 30px 0;
}

#content {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    /*
	background-image: url('../images/foot.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    */
	height: 620px;
}

#impressum {
    font-size: 17px;
    line-height: 25px;
    text-align: center; 
    /*
	background-image: url('../images/foot.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    */
	height: 620px;
	margin-left: 470px;
	margin-right: 470px;
	margin-bottom: 100px;
	
}
