#header {
    color: black;
    /*text-align:center;*/
    border-width: 0 0 2px 0;
    border-style: dotted;
    /*dotted; solid; dashed;*/
    border-color: #567;
    padding: 6px 6px 0px 6px;
    margin: 0;
    background-color: white;
}

#navi_left {
    display: none;
}

#navi_top {
    display: none;
}

#navi_produkte {
    display: none;
}

#content {
    color: black;
    padding: 5px 5px 5px 8px; 
    float: left;
}

#footer {
    text-align:center;
    clear: both;
    border-width: 2px 0 0 0;
    border-style: dotted;
    border-color: #567;
    margin-top: 10px;
    padding: 5px;
    background-color: white;
}

body {
    padding: 0;
    margin: 0;
}

img {
    border: 0px;
}

.center_text {
    text-align: center;
}

p {
    font-size: 12px;
}

a {
    font-size: 14px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 0px;
	margin: 3px 0px 4px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border: 0px;
	margin: 3px 0px;
}

/*A{color: #6e7c81; text-decoration:none}*/
A{color: #4d575b; text-decoration:none}
A:hover{color: #9d1f5e; text-decoration:underline}

