@charset "utf-8";
/* CSS Document */

/* --------- Reset Browser-Stile ---------
--------------------------------------- */

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/* --------- Schrift / größe ---------
--------------------------------------- */
#header h1 {
	font-size: 14pt;
	font-weight:bold;
}

#container #content #wrapper #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding-bottom: 10pt;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

#table600 {
border-collapse:collapse;
}

#table600 td {
border-bottom:dotted #CCCCCC 1px;
padding: 4px 0px;
}
	
#header_2 #topNav {
	display: none;
}

#sidebar_left {
	display: none;
}
#sidebar_rigth {
	display: none;
}
#container #footer .fr {
	display: none;
}

.fl{
float:left;
}

.fr{
float:right;
}

