* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-image: url(../images/hg_klangblick.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
}

p {
	margin: 12px 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#logo {
/*	border: 1px solid red;*/
	top: 40px;
	left: 95px;
	position: absolute;
	width: 210px;
	height: 155px;
}

#main_navi {
/*	border: 1px solid red;	*/
	position: absolute;
	left: 650px;
	top: 20px;
}

#main_navi a {
/*	border: 1px solid red;*/
	margin-bottom: 10px;
	display: block;
}

#main_navi a.active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#main_navi a.active:hover {
	text-decoration: underline;
}

#meta_navi {
/*	border: 1px solid red;*/
	position: absolute;
	left: 650px;
	top: 200px;
}

#meta_navi a {
/*	border: 1px solid red;*/
	margin-bottom: 10px;
	display: block;
}

#meta_navi a.active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#meta_navi a.active:hover {
	text-decoration: underline;
}

#content {
/*	border: 1px solid red;*/
	position: absolute;
	left: 312px;
	top: 0px;
	width: 322px;
}

#content_image {
	/*border: 1px solid red;	*/
}

#content_text {
	/*border: 1px solid red;	*/
}