/* Display-Menü */
#actronmenu {
	position: absolute;
	top: -21px;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 521px;
}
/* Reiter im Display-Menü */
#actrontab {
	position: relative;
	width: 135px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(images/ueber_actron_tab.png);
}

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

/* Inhalt rechts neben dem Display-Menü */
#actroncontent {
	position: absolute;
	top: 0;
	left: 136px;
	margin: 0;
	padding: 0;
	width: 867px;
	height: 500px;
}
#textbox1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 461px;
	overflow: hidden;
	margin-top: 30px;
	padding: 0 15px 15px 15px;
	border-right: 1px solid #99adc1;
}
#textbox2 {
	position: absolute;
	top: 0;
	left: 491px;
	margin-top: 30px;
	padding: 0 15px 15px 15px;
	width: 230px;
	height: 408px;
}
#textbox_linecard {
	position: absolute;
	top: 0;
	left: 0;
	width: 851px;
	overflow: hidden;
	margin-top: 30px;
	border-right: 1px solid #99adc1;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#actroncontent p {
	margin: 6px 0 2px 0;
}
#actroncontent h1 {
	font-size: 15px;
	margin: 0;
}
