/**
 *	Standard-Formatierungen
 */
html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ebf6fc;
	color: #000;
	font-family: Verdana, Sans-serif;
	font-size: 8pt;
}

p {}

td { font-size: 8pt; }

h1 { font-size: 130%; font-weight: bold; color: #0a3968; }
h2 { font-size: 130%; font-weight: normal; }
h3 { font-size: 115%; font-weight: bold; }
h4 { font-size: 115%; font-weight: normal; }
h5 { font-size: 100%; font-weight: bold; }

p, h1, h2, h3, h4, h5 {
	padding-bottom: 15px;
	border-colapse: colapse;
}

strong { font-weight: bold; color: #33a5e2; }

.clr { clear: both; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

div#wrapper_content_middle ul { margin: 0; padding: 0 0 10px 0; list-style-type: none; }
div#wrapper_content_middle ul li { padding: 3px 0 3px 10px; background: url(../px/link_bullet_off.gif) no-repeat 0 5px; }

div#wrapper_content_middle a { color: #0A3968; text-decoration: none; }

