
#bg_left {
	background: transparent url(../images/bg_left_no.gif) no-repeat bottom left;
}
#bg_right {
	background: transparent url(../images/bg_right_ac.gif) no-repeat bottom right;
}
#outer {
	background: transparent url(../images/bg_content_right.gif) repeat-y right;
}
#close {
	width: 443px;
	right: 0px;
	margin-right: 180px;
	background: #e6e6e6 url(../images/border_content_right.gif) no-repeat top right;
	
}
#quicklinks {
	background-image: url(../images/border_content_right.gif);
	background-position: bottom right;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #fd5a1e;
}
/*** Linie zwischen Textelementen im Content ***/
#content hr {
	color: #FD5A1E;
	height: 1px;
}
img.tt_content_image {
	border: 1px solid #fd5a1e;
}
ul.sub {
	border: 1px solid #fd5a1e;
	float: right;
	color: #fd5a1e;
}
ul.sub h5  {
	color: black;
}
ul.sub a {
	color: #fd5a1e;
}
ul.sub a:hover{
	color: #999;
}