body {
	margin:0;
	padding:0;
	background:#fff;
	font-size: 0.65em;
	text-align:left;
	align: left
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000;
}

#frame {
	position:absolute;
	left:60px;
	top:60px;
	width:900px;
	height:450px;
	background: #fff url(../images/portrait.jpg) no-repeat right;
	padding:10px 10px 10px 10px;
	border: 2px solid #666;
	z-index:8;
}

#content{
	position:absolute;
	left:62px;
	top:62px;
	width:400px;
	height:395px;
	background: #fff;
	padding:8px 8px 8px 8px;
	font-family:"Courier New", Courier, mono;
	font-size:1.2em;
	z-index:9;
}
#menu {
	position:absolute;
	left:62px;
	top:470px;
	width:900px;
	height:50px;
	text-align:left;
	z-index:11;
}
#logoklein {
	position:absolute;
	left:890px;
	top:25px;
	width:70px;
	height:70px;
	background: #fff url(../images/Logo_klein.gif) no-repeat center;
	text-align:center;
	border: 2px solid #666;
	z-index:20;
}
#impressum {
	position:absolute;
	left:62px;
	top:550px;
	width:900px;
	height:20px;
	text-align:left;
	z-index:16;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
}
#impressum a {
text-decoration:none;
color:#000000;
font-weight:bold;
}
