/* Bauelemente-Menü */
#bauelementemenu {
	position: absolute;
	top: -21px;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 284px;
	height: 521px;
}
/* Reiter im Display-Menü */
#bauelementetab {
	position: relative;
	width: 284px;
	height: 21px;
	background-repeat: no-repeat;
	background-image: url(images/bauelemente_tab.png);
}

/* Einträge im Bauelemente-Menü */
#bauelementelist {
	position: relative;
	width: 284px;
	height: 470px;
	padding: 30px 0 0 0;
	margin: 0;
	background-image: url(images/bauelemente_list.png);
	background-repeat: repeat-y;
}
#bauelementelist a {
	display: block;
	font-size: 11px;
	line-height: 15px;
	padding: 0 5px 0 15px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
/* #bauelementelist a:hover {color: #006699;} */
#bauelementelist a.selected, #bauelementelist a:hover {
	background-image: url(images/bauelemente_pfeil2.png);
	background-repeat: no-repeat;
	color: rgb(204,0,0);
}
#bauelementelist p {
	margin: 0;
	padding: 0 15px 5px 15px;
}

/* Inhalt rechts neben dem Bauelemente-Menü */
#bauelementecontent {
	position: absolute;
	top: 0;
	left: 285px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 500px;
}
#textbox {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-top: 30px;
	padding: 0 15px 15px 15px;
	width: 671px;
	text-align: left;
	background-color: white;
}
#textbox p {
	margin: 6px 0 2px 0;
}
#textbox h1 {
	font-size: 15px;
	margin: 0;
}
#textbox a {
	color: #000000;
	text-decoration: underline;
}
#textbox a:hover {
	color: #CC0000;
	text-decoration: none;
}

