/* Allgemeines */
* {
	margin:0px auto;
	padding:0px;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
	line-height:150%;
}
a {
	text-decoration:none;
	color: #ef4738;
}
img {
	border:none;
	display:block;
}
body {
	background-image:url(system_images/bg_body.jpg);
}
h1 {
	font-size:12px;
}
h2 {
	font-size:12px;
}
/* Aufbau */
.ab_box {
	width:777px;
	background-color:#FFF6E6;
	margin-top:60px;
}
.ab_head {
	width:775px;
	height:101px;
	background-image:url(system_images/ab_head.gif)
}
.ab_content {
	border-left:1px solid #58595B;
	border-right:1px solid #58595B;
	width:773px;
}
.ab_content_table {
	width:773px;
	height:376px;
	border-collapse:collapse;
}
.ab_content_text {
	width:250px;
	padding:10px;
	padding-top:20px;
	vertical-align:top;
}
.ab_content_text a {
	color: #ef4738;
	text-decoration: underline;
}
.ab_content_text a:hover {
	font-weight:bold;
}
.ab_foot {
	clear:both;
	height:18px;
	border:1px solid #58595B;
	width:773px;
	background-color:#EF4738;
}
.ab_foot td {
	text-align:center;
	font-weight:bold;
	vertical-align:top;
}
.ab_foot a {
	color:#FFFFFF;
}
.ab_foot a:hover {
	color:#FFD478;
}
.ab_foot_active a {
	font-weight:bold;
	color:#FFD478;
	margin-left:26px;
	margin-right:26px;
}
.ab_foot_active2 a {
	font-weight:bold;
	color:#FFD478;
}
.ab_foot_noactive a {
	margin-left:26px;
	margin-right:26px;
}
.ab_foot_navi {
	clear:both;
	height:19px;
	border:1px solid #58595B;
	border-top:none;
	width:773px;
	background-color:#F5B55A;
}
.ab_foot_navi_active a {
	font-weight:bold;
	color:#EF4738;
	margin-left:9px;
	margin-right:9px;
}
.ab_foot_navi_noactive a {
	margin-left:9px;
	margin-right:9px;
	color:#FFFFFF;
}
.ab_foot_navi_noactive a:hover {
	margin-left:9px;
	margin-right:9px;
	color:#EF4738;
}
.ab_foot_filler {
	clear:both;
	height:20px;
	width:775px;
}
.ab_closer {
	width:775px;
	text-align:center;
	font-size:12px;
	padding-top:10px;
}
.ab_closer td {
	text-align:center;
	vertical-align:top;
	font-size:12px;
}
.ab_closer a {
	font-size:12px;
	color:#000000;
}

