body { 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(../pic/menu/bg-v2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

strong, b { 
	font-family: "Arial Black", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
}

big {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 48px;
}

h1 {
	font-size:48px;
	font-weight: normal;
}

h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 { 
	font-size: 24px; 
	font-weight: normal; 
}

h4 { 
	font-size: 18px; 
	font-weight: normal; 
}

p,ul { 
	font-size: 13px; 
}

.bolder{
	font-weight: bolder;
}

.blackText { 
	color: #000000; 
	background-color: #FF9966; 
}

.whiteText { 
	color: #FFFFFF; 
	background-color: #003399; 
}
.bgYellow {
	background-color: #FFFF00;
	color: #000000;

}
hr {
	color: #FFFFFF;
}
#content {
	float: right;
	position: absolute;
	height: auto;
	width: 660px;
	left: 200px;
	top: 0px;
}
#menu {
	float: left;
	position: absolute;
	height: auto;
	width: 200px;
	left: 0px;
	top: 0px;
}
.a-menu {
	color: #0000FF;
}
#pfeil {
	background-image: url(/pic/pfeil_2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 2px;
}

