p,h1,h2 {
	font-family: Tahoma;
	
}

h1 {
	color: red;
}
h2 {
	font-size: medium;
	margin: 10px 0px 0px 0px;
	color: #999999;
}



a {
	color: red;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: Gray;
}
a:active {
	font-weight: bolder;
}

body{
	
	background: White;
	font-family: Tahoma;
	color: Black;
	margin:20px;
	
}

#pageblock {
	
	width: 950px;
	
	background-color: #AAAAAA;
	
	
}


#blackstrip,#greystrip,#whitestrip {
	width: 950px;
}



#whitestrip {
	
	position: relative;
	background-color: White;
	height: 32px;
	
	
}

#blackstrip, #blackstrip_pre {
	position: relative;
	color: White;
	height: 100px;
	background-color: Black;
	font-size: x-large;
	font-weight: bold;

}

#blackstrip_pre {
	position:absolute;
	background-color: Lime;
	
	width:150px;
	
}

#blackstrip_balloon {
	height: 100px;
	width: 950px;
	
	
}
#blackstrip {
	padding-left: 150px;
	padding-top:20px;
	width: 800px;

	

}

#greystrip {
	position: relative;
	background-color: #AAAAAA;
	height: 20px;
}

#logo {
	position: absolute;

	width: 81px;
	height:100px;

	top: 30px;
	left: 30px;	
	
}


#content_balloon {
	position: relative;
	
	
	padding: 15px;
	
}

#content {
	position: relative;
	background-color: White;
	
	padding: 5px;
}

#menubar {
	position: relative;
	padding: 5px;
	
	border-bottom: #ff0000;
	border-bottom-width:2px;
	border-bottom-style: solid;
	text-align: center;
	

}
#menubar_sub {
	position: relative;
	padding: 5px;
	
	text-align: center;
	

}
#content_content {
	
	padding-top: 5px;
	text-align: left;

	
}


#content_text_left {
	position: static;
	width: 600px;
	float: none;

	
	

}


.content_picture_right {
	position: relative;
	float:right;
	margin: 10px 10px 10px 10px;
	
	
	
	
}

.merksatz {
	margin:10px;
	padding:5px;
	background-color: #cccccc;
	border-color:red;
	border-style:solid;
}