/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 974px;
	text-align: left;
}


#inhalt {
	position:relative;
	width:100%;
	height:100%;
	overflow: auto;
}



#menue {
	position: absolute;
	left: 22px;
	top: 34px;
	width: 153px;
	height: 231px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
}

#menue a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-variant: normal;

}

#menue a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-variant: normal;

}

#menue a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #ba0318;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-variant: normal;

}

#menue a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-variant: normal;

}

.bold {
	font-weight:bold;
}

*:first-child+html .bold {
	font-weight:bold;
}



