body {
	text-align: center;
	background: #fffbe4;
	font-family: "Arial","Helvetcia",sans-serif;
	}

#pic_header {
	height: 31px;
	}
.l_links {
	float: left; 
	width: 38px;
	}
.l_rechts {
	float: right; 
	width: 38px;
	}
#pic_header h1 {
	margin: 2px;
	padding: 0;
	display: inline;
	font-size: 25px;
	}
.close {
	display: block;
	color: black;
	text-decoration: none; 
	font-size: 0.6em;
	}
.close:hover {
	color: #ff6000;
	text-decoration: underline;
	}
