﻿


@charset "utf-8";

body {
    background: #FFF;
	color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #000;
    text-decoration:none;
}
a:hover {
    color: #555;
    text-decoration:none;
}
a:visited {
    color: #000;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: underline; 
    line-height: 10px;
}


/* Angaben für das Layout */

#impress {
	margin:0px 0px 0px 50px; 
	width: 480px; 
	float:left;	
}

#haftung{
	margin:0px 0px 0px 50px;
	padding: 1px 50px 0px 480px;
	width: *;
    min-width: 500px;
	text-align: justify;
}

#footer
{
	font-size: 16px;
    font-weight: bold;
	z-index: 500;
	width: 100%;
    min-width: 850px;
	height: 50px;
    bottom:0px;
    right: 0px; 
	position: fixed;
}

#copyright {
	float:left; 
    margin: 13px 25px; 
    text-align:left;
}

#contact {
	float:right; 
    margin: 13px 25px; 
    text-align:right;
}

#footerbg {
	z-index: 499;
	position: fixed; 
	width: 100%;
	height: 60px;
	right: 0px;
    bottom: 0px;	
    background-color:#FFF;
	opacity: 0.6;
}