/*Standard Formatierung für gängige Elemente*/
body, p, td, div {
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}
/* Außen- und Innenabstände aller Elemente zurücksetzen */
* {
	margin: 0;
	padding: 0;
}
/*Ende*/

/*Formatierung für Std Formatierungselemente*/

h1{
	color: #003060;
	font-size:16px;
	font-weight: bold;
	letter-spacing:0.1em;
}
h2{
	font-size:14px;
	font-weight: bold;
}
h3{
	font-size:12px;
	font-weight: bold;
}
h4{
	font-size:12px;
	font-weight: normal;
}
p {
	font-size:12px;
}
ul {
	list-style-type:square;
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
}
a:link, a:visited, a:active{
	color: #003060;
	text-decoration: underline;
}

a:hover {
	color: #ff9f00;
	text-decoration: underline;
}
ul.haken {
	list-style-image:url(images/liste_haken_blau.gif);
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
}
/*Ende*/

/*Box Breit*/
.box_breit {
	background-color: #F2F5FA;
	margin: 5px;
	margin-bottom: 8px;
}

.box_breit .box_header {
	background-image: url(images/sb_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	border-left: 1px solid #A3B3C0;
}

.box_breit .box_title {
	
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.box_breit .box_header h2 {
	font-weight : bold;
	color : #003060;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	word-spacing: .1em;
	letter-spacing: .1em;
}

.box_breit .box_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}
.box_breit .box_footer {
	border-left: 1px solid #A3B3C0;
	border-bottom: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px;	
}

/* Hide for IE Mac \*/
* html .box_breit .box_content {height: 1%;}
/* End Hide */

/* End Box Breit */