/* CSS Document */

* {
	border:0;
/*	margin:0;*/
	padding:0;
}


body {
	background:#ebebeb url(../images/hintergrund-kachel.gif) repeat-x;
	color:#333;
	font:75%/1.5em Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
}

h2 {
	color:#031e77;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 33px 0;
	text-transform:uppercase;
}

h2 span {
	color:#000;
	font:2.4em bold "Lucida Sans Unicode","Lucida Sans","Lucida Grande",sans-serif;
	letter-spacing:-5px;
}

h3 {
	color:#031e77;
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 5px 5px;
}




p {
	margin:0 0 1.2em 0;
}

strong {
	color:#031e78;
	font-weight:bold;
}

em {
	color:#F40000;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}

small {
	font-size:0.9em;
}




a:link {
	color:#F40000;
	text-decoration:underline;
}

a:visited {
	color:#a00;
	text-decoration:underline;
}

a:hover {
	color:#00269B;
	text-decoration:overline;
}

a:active {
	color:#666;
	text-decoration:underline;
}


