@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
    }

a {
	text-decoration: underline;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #1659B8;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

    #container {
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-right: auto;
	margin-left: auto;
    }
    #header {
    }
	#claim {
	float: left;
	position: absolute;
	padding-left: 40px;
	padding-top: 1px;
	font-family: Tahoma, Arial, Helvetica;
    }
#container #header #claim h1 {
	font-size: 150%;
	letter-spacing: 0.2em;
}

	#menu {
	background-color: #1659b8;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 0.1em;
    }
	
#container #menu a {
	text-decoration: none;
	border: 2px solid #1659B8;
}
#container #menu a:link {
	color: #FFFFFF;
}
#container #menu a:visited {
	color: #FFFFFF;
}
#container #menu a:hover {
	color: #1659B8;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
    #mainContent {
	background-color: #1659b8;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 20px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 95%;
	line-height: 110%;
    }
	
	#rbox {
	width: 290px;
	padding: 10px;
	border: 10px solid #FFFFFF;
	font-size: 90%;
	font-style: italic;
    }
#fbox-r {
	width: 290px;
	padding: 10px;
	border: 10px solid #FFFFFF;
	font-size: 90%;
	float: right;
    }

li {
	margin-bottom: 10px;
	font-size: 95%;
	line-height: 110%;
}

    #footer {
	padding: 0 10px;
	background-color: #1659B8;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
    }
    #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 80%;
    }
.icon {
	float: left;
	margin-right: 10px;
}
.bildrechts {
	float: right;
	margin-left: 10px;
}

/* Formular */
label{
	float: left;
	width: 160px;
	color: #FFFFFF;
}

input, textarea{
	width: 300px;
	margin-bottom: 5px;
	background-color: #488DEA;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

textarea{
	width: 300px;
	height: 100px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 160px;
	margin-top: 5px;
	width: 90px;
	border: 1px solid #FFFFFF;
}

br{
clear: left;
}
