@charset "utf-8";
/* CSS Document */
html {
min-height:100%;
height:100%;
}
body {
color:#000000;
padding:0px;
margin:0px;
height:95%;
background-color:#FFFFFF;
}
#container {
width:100%;
background-image:url(hg.gif);
background-repeat:repeat-x;
background-position:top;
margin-top:20px;
min-height:540px;
}
#logo {
float:right;
margin-right:30px;
background-image:url(kedicom.jpg);
background-position:right;
background-repeat:no-repeat;
width:414px;
height:150px;
}
#inhalt {
clear:both;
margin-left:auto;
margin-right:auto;
width:100%;
text-align:center;
}
#impressum {
text-align:center;
margin-left:auto;
margin-right:auto;
padding-top:60px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
font-weight:normal;
width:300px;
}
#impressum table{
width:300px;
}
#impressum a {
color:#000000;
text-decoration:none;
}
#footer {
position:absolute;
bottom:0px;
width:100%;
height:30px;
background-image:url(hg2.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#strich {
float:right;
margin-right:30px;
background-image:url(footer.jpg);
background-position:right;
background-repeat:no-repeat;
width:414px;
height:30px;
}

