/* CSS XHTML */

body {
margin: 0;
padding: 0px 0;
font: normal 11px/13px Verdana, Arial, Helvetica, "Sans Serif";
color: #000;
text-align: center;
background-color: #BBBBBF;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	display: inline;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	color: #2948A3;
}
h4 {
	font-size: 1.2em;
	color: #2948A3;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}

img {
border: 0px;
border-style: none;
}

a:link, a:visited {
color: #2948A3;
text-decoration: underline;
font-weight: bold;
}

a:active, a:hover {
color: #000000;
text-decoration: underline;
}

#buttons a:link, #buttons a:visited {
color: #000000;
font-weight: bold;
font-size: 12px;
margin-right: 25px;
text-decoration: none;
}

#buttons a:hover, #buttons a:active {
color: #2948A3;
text-decoration: none;
}

.errormessage {
color: #C00E00;
text-decoration: none;
}

#agb-link {
color: #2948A3;
text-decoration: underline;
font-weight: bold;
}