/*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: #000000;
	font-size:16px;
	font-weight: bold;
        background-image: url(/userdata/files/content_red_cube.gif);
	background-repeat: no-repeat;
        padding-left: 15px;
}
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: #000099;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	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: #ffffff;
	margin: 5px;
	margin-bottom: 8px;
}

.box_breit .box_header {}

.box_breit .box_title {}

.box_breit .box_header h2 {}

.box_breit .box_content {}
.box_breit .box_footer {
		height: 50px;
	margin: 0px;	
        background-image: url(/userdata/files/footer.gif);
        background-repeat: no-repeat;
}

/* Hide for IE Mac \*/
* html .box_breit .box_content {height: 1%;}
/* End Hide */

/* End Box Breit */
