
body {
	font-family: Verdana;
	font-size: 62.5%;      /* entspricht im Regelfall (Browser: 16px) genau 10px SChriftgröße zum einfachen multiplizieren */
	line-height: 1.455;    /* 16px Zeilenabstand auf Standard 11px Schriftgröße im Fließtext (<p>) */
	color: #000;
	background: #223146;
}

#container {
	background: url(../img/bg.gif) repeat-y center #fff; 
}


h1 {
	font-size: 1.9em;
	line-height: 1.263;
	font-weight: normal;
	color: #BF002D;
	margin: 0.15em 0em 0.666em 0em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.125;
	color: #BF002D;
	margin-bottom: 0.666em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.23;
	color: #BF002D;
	margin-bottom: 0.8em;
}

p {
	font-size: 1.1em;
	margin-bottom: 1.455em;
}

a {
	color: #BF002D;
	border-bottom: 1px solid #C2CDDF;
	text-decoration: none; 
}

a:hover,
a:focus {
	border-bottom-color: #BF002D;
}

ul {
	font-size: 1.1em;
	margin-bottom: 1.455em;
}

ul li {
	padding-left: 2.55em;
	background: url(../img/li-bg.png) no-repeat 1.2em 0.6em;
}

ul li p,
ul ul {
	font-size: 1em;
}

ul h2 {
    font-size: 1.455em;
}

ol {
	font-size: 1.1em;
	margin-left: 2.55em;
	margin-bottom: 1.455em;
	list-style-type: decimal;
}

caption {
	font-size: 1.0em;
	padding: 0 0 4px 0;
}

table {
	margin-bottom: 1.455em;
	border-color: #C2CDDF;
	font-size: 1.1em;
}

th {
	font-weight: bold;
	padding: 2px 4px;
	background: #C2CDDF;
}

td {
	padding: 2px 4px;
}

table p,
table ul,
table ol {
	font-size: 1em;
}

blockquote {
	display: block;
	padding-left: 24px;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.XStandardImageLeft { float: left; margin: 0 10px 15px 0; }
.XStandardImageRight { float: right; margin: 0 0 15px 10px; } 