/*CSS: allgemeine Tags*/
/*H?he Body mu? definiert werden, damit Kinderelemente eine H?he bekommen k?nnen*/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; background-color: #b7bdc9; height : 100%; margin : 0; padding : 0; width : 100%; }
/*Links im Textinhalt*/
#textInhalt a {
	padding-left: 10px;
/*	background-image: url(../images/buttons/i_link.gif);
	background-position: left;
	background-repeat: no-repeat; */
	text-decoration: none;
	color: #000099;
}

#textInhalt a:visited {
	color: #000066;
}

#textInhalt a:hover {
/*	background-image: url(../images/buttons/a_link.gif); */
	text-decoration: underline;
	color: #0000FF;
}

#textInhalt a:active {
	/*background-image: url(../images/buttons/a_link.gif);*/
	text-decoration: none;
	color: #000000;
/*	background-color: #00FA00; */
}

#textLink a {
	padding-left: 10px;
	text-decoration: none;
	color: #007FAA;
}
#textInhalt a:hover {
	text-decoration: none;
	color: #0000FF;
}
#textInhalt a:active {
	text-decoration: none;
	color: #000000;
}
#textInhalt a:visited {
	color: #000066;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #142B67;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #142B67;
}

 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #142b67;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #142B67;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #142B67;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

b {
	font-weight: bold;
	color: #000000;
}

strong {
	font-weight: bold;
	color: #000000;
}

li {
	list-style-type: circle;
}