body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #F3F1E5;
	color: #333;
	text-align: center;
}

input, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FCFCFC;
	color: #333;
	font-size: 1.0em;
}

.menu,a.menu:link,a.menu:visited,a.menu:hover,a.menu:focus {
	color: #F3F1E5;
	text-decoration: none;
}
.ddd_farbe {
	background-color: #597AA7;
}
.ddh_farbe {
	background-color: #F3F1E5;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.blau {
	color: #597AA7;
}

h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 0.95em;
	padding-right: 15px;
	font-style: italic;
}

p {
	font-size: 0.75em;
}

a:link,a:visited,a:active,a:hover,a:focus { color:#597AA7; text-decoration:none }