@charset "utf-8";

a:link {color:#444444; text-decoration:underline;}
a:visited {color:#444444; text-decoration:underline;}
a:active {color:#444444; text-decoration:underline;}
a:hover {color:#888888; text-decoration:none;}

body {
padding:0px;
margin:0px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#444444;
}

h1 {
font-size:16px;
color:#222222;
}

h2 {
font-size:24px;
}

#mainframe {
position:relative;
top:30px;
margin:0px auto;
width:960px;
height:560px;
background-image:url(../bilder/hg.jpg);
border: 1px black solid;

}

#header {
width:960px;
height:305px;
vertical-align:bottom
}

#inhalt {
width:960px;
height:255px;
vertical-align:bottom
}

#inhalt1 {
width:320px;
height:255px;
float:left;
}

#inhalt2 {
width:500px;
height:255px;
float:left;
text-align:left;
color:#222222;
}

#inhalt3 {
width:140px;
height:255px;
float:left;
vertical-align:bottom;
}

#impressuminhalt {
	width:700px;
	position:absolute;
	left:132px;
	height:450px;
	top:92px;
	background-color:#FFFFFF;
	border:1px solid black;
	overflow:scroll;
	visibility:hidden;
}

#kontaktinhalt {
width:700px;
position:absolute;
left:130px;
height:450px;
top:100px;
background-color:#FFFFFF;
border:1px solid black;
overflow:visible;
visibility:hidden;
}

