#letzte_aenderung{ 
	float:left;
	color:#000000;
	margin-right:32px;
}


.start_box_top {
	width:466px;
	height: 10px;
	background-image: url(../images_start/box_top.gif);
	background-repeat: no-repeat;
	background-color:#fff;
}
.start_box_bottom {
	width:466px;
	height: 10px;
	background-image: url(../images_start/box_bottom.gif);
	background-repeat: no-repeat;
	background-color:#e1e1e1;
}
/* #####################################

Aufbau:	1. BODY + CONTAINER KALIBRIERUNG
				2. HEADER
				3. CONTENT
				4. HAUPTNAVIGATION 
				5. FOOTER
				6. TYPO

##################################### 
	1. BODY + CONTAINER KALIBRIERUNG
##################################### */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #656565;
	text-align: center;
}
#container {
	width:981px;
	margin: 15px auto 15px auto;
	text-align:left;
}
#clear{
	float:clear;
}


/*##################################### 
	2. HEADER
##################################### */

#header {
	width:981px;
	height:131px;
}

/*##################################### 
	3. CONTENT
##################################### */

dl a {
	border-bottom:none!important;
}

#select_box {
	width:940px;
	*width: 960px;
	height:230px;
	background-color:#e1e1e1;
	margin: 0 10px;
	padding: 10px;
}

#box_technik {
	width:466px;
	background-color:#e1e1e1;
	float:left;
}
#box_technik_inside{
	padding-bottom: 10px;
	padding-left: 25px;
	background-color:#ffffff;
}
#box_technik p{
	color:#f03001;
	font-size:12px;
}
#box_technik .internal-link {
	padding: 0 0 0 10px;
	color: #f03001;
	font-size: 12px;
	text-decoration:none;
	border-bottom:dotted 1px #f03001;
	line-height: 12px;
	background: url(../images_start/pfeil_orange.gif) left no-repeat;
}
#box_technik a:hover{
	font-weight:bold;
}
#box_technik a:hover img{
	outline:none;
}
#box_treuhand{
	width:466px;
	background-color:#ffffff;
	float:right;
}
#box_treuhand_inside{
	padding-bottom: 10px;
	margin-left: 25px
}
#box_treuhand p{
	color:#009966;
	font-size:12px;
	margin-left:4px;
}
#box_treuhand .internal-link {
	padding: 0 0 0 10px;
	color: #009966;
	font-size: 12px;
	text-decoration:none;
	border-bottom:dotted 1px #009966;
	line-height: 12px;
	background: url(../images_start/pfeil_gruen.gif) left no-repeat;
}
#box_treuhand a:hover{
	font-weight:bold;
}
#box_treuhand a:hover img {
	outline:none;
}




						
#pfeil{
	margin-top:4px;
}

#partner{
	width:960px;
	background-color:#e1e1e1;
	margin:0px 0px 0px 10px;
	float: left;
}
#partner_inside{
	margin: 0 0 30px 30px;
}

#partner_inside img{
	margin:20px 20px 0px 0px;
}

/*##################################### 
	5. FOOTER
##################################### */

#footer {
	clear: both;
	height: 18px;
	background-color:#ffffff;
	margin: 0px 10px 0px 10px;
	padding: 10px 20px 12px 10px;
}
#footer_navigation {
	float: left;
	font: normal 11px ;
	color:#444444;
}
#footer_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_navigation ul li {
	display: inline;
	padding: 0px 30px 0px 0px;
}
#footer_navigation ul li a {
	color: #444444;
	text-decoration: none;
	border-bottom:dotted 1px #444444;
}
#footer_navigation ul li a:hover {
	color: #f03001;
	border-bottom:dotted 1px #f03001;
}
#copyright {
	float: right;
	font: normal 11px verdana;
	color: #444444;
}
#copyright a {
	font: normal 11px verdana;
	color: #444444;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}



/*##################################### 
	6. TYPO
##################################### */








