html, body, form, table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: navy;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: blue;
	text-decoration:none;
}

h1 {
	font-size:2.6em;
}

h2 {
	font-size:2.2em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
	}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:blue;
	text-decoration:underline;
}

small {
	font-size:0.85em;
}

blockquote {
	color:#606060;
	margin:0.25em 1em;
	padding-left:25px;
	background: url(../images/quote.png) top left no-repeat;
}

p {
	display: block;	
	margin-bottom:0.5em;
}

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: 1px solid black;
	border-bottom: transparent;
}

img {
	border:none;
}

.gross {
	font-size:1.25em;
	font-family: Arial, Helvetica, sans-serif;
}

.sehrGross {
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.info {
	color:#606060;
	margin:0.25em 1em;
	padding-left:0.25em;
	border:1px solid #D0D0D0;
}