body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	background-color:#fff;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#ebene0 {				/*  umfasst alles, damit alles zentriert ist*/ 
	width:818px;
	margin:0px auto; 
	
}

#ebene1index {
	text-align: left;
	border:1px solid #999;
}
#ebene1 {
	text-align: left;
	border:1px solid #999;
	background-image: url(images/bg_neutral.gif);
	background-repeat: no-repeat;	
}
#index{
	background-image: url(images/bg_index.gif);
	background-repeat: no-repeat;
}

#menu {
	width: inherit;
	height:19px;
	text-align: left;
	border-bottom:1px solid #999;
}

#image {
	width: 150px;
	float: left;
}


#slogan {
	font-family: Meridien, Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	margin-top: 20px;
	padding-right: 50px;
	width: inherit;
	height:64px;
	text-align: center;
	vertical-align: middle;
}
#sloganbild{
	margin-left: 1px;
}

#titel_rot {
	width:inherit;
	height:19px;
	padding-left: 0.25em;
	background-color: #d8442a;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

#titel_neutral {
	width:inherit;
	height:20px;
	padding-left: 0.25em;
	background-color: #cccccc;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#titel_orange {
	width:inherit;
	height:20px;
	padding-left: 0.25em;
	background-color: #fb9809;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#titel_gelb {
	width:inherit;
	height:20px;
	padding-left: 0.25em;
	background-color: #fdd535;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#titel_gruen {
	width:inherit;
	height:20px;
	padding-left: 0.25em;
	background-color: #62b269;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#titel_blau {
	width:inherit;
	height:20px;
	padding-left: 0.25em;
	background-color: #5f60bd;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#content {

}


/*  Textformate */

h1 {					/* nur für die Titelzeile farbig! */
	font-size: 10pt;
	font-weight: bold;
	color: #1c1c1c;
	margin: 0px;
	padding-top:0.1em;
	padding-left: 0.5em;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	color: #333333;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

.textfett {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.listerot li{
	list-style-image: url(images/dot_rot.gif);
}
.listeorange li{
	list-style-image:  url(images/smallelements/dot_orange.gif);
}
.listegelb li{
	list-style-image: url(images/smallelements/dot_gelb.gif);
}
.listegruen li{
	list-style-image: url(images/smallelements/dot_gruen.gif);
}
.listegruen a:link{
	color: #339900;
	text-decoration: none;
}
.listegruen	a:hover {
	color: #339900;
	text-decoration: underline;
}
.listegruen a:visited {
	color: #339900;
	text-decoration: none;
}
.listeblau li{
	list-style-image: url(images/smallelements/dot_blau.gif);
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #000033;
	text-decoration: underline;
}
.finanz td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.finanztdrandrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

