* { padding: 0; margin: 0; }

body {
	background-color: #cf2642;
	color: #222;
	font-family: verdana, arial, sans-serif;
	font-size: 100.01%;
}

a {
	color: #2261B9;
	text-decoration: none;
}

a:visited {
	color: #3BB2D2;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3BB2D2;
}

.skip {
	margin-left: -10000px;
	position: absolute;
}

h1 {
	color: #09A523;
	font-size: 1.5em;
	padding-bottom: 5px;
	margin: 15px 0;
	border-bottom: 1px solid #b3b3b3;
}

h2 {
	color: #09A523;
	font-size: 1.2em;
	padding: 7px 0;
}
h3 {
	color: #09A523;
	font-size: 1.1em;
	padding: 10px 0;
	border-top: 1px solid #b3b3b3;
}

p {
	margin-bottom: 12px;
}

ul {
	margin-bottom: 12px;
}

li {
	list-style-type: none;
}

object {
	margin: 10px auto;
}

table {
	width: 400px;
	border: 1px solid #b3b3b3;
	margin: 10px auto;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
}

th, td {
	width: 128px;
	padding: 3px;
}

img {
	background-position: center;
	background-repeat: no-repeat;
	max-width: 95%;
    padding: 5px;
    border: none;
}

/*für die Bilder im Text*/
.main {
	display: block;
	margin: 10px auto;
	border: 1px solid #b3b3b3;
}

/*für den Weiter-Button*/
.next {
	display: block;
	margin: 10px auto;
}

.highlight {
	color: #09A523;
}

.number {
	text-align: center;
	font-size: 2.2em;
	color: #bb80fd;
	margin: 42px;
}

.fleft {
	float: left;
	margin: 0 1em 0.2em 0;
}

.fright {
	float: right;
	margin: 0 0 0.2em 1em;
}

#container {
	margin: 0 auto;
	font-size: 0.9em;
	min-width: 750px;
	max-width: 900px;
	background-color: #fff;
}

#logo {
	position: relative;
	height: 126px;
	background-color: #ECE4D6;
	background-image: url(../img/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #09A523;
	text-align: right;
	border: 5px solid #fff;
	font-size: 3em;
	font-family: Georgia, serif;
	font-style: italic;
}

.title {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

#menu {
	padding: 5px 10px;
	text-align: right;
	font-size: 0.9em;
	border-bottom: 1px solid #cf2642;
	border-top: 1px solid #cf2642;
}

#menu li {
	padding: 0 5px;
	display: inline;
	font-size: 1.3em;
}

#menu li a, #menu li a:visited {
	color: #2261B9;
}

#menu li a:hover {
	color: #222;
}

#subnav {
	border-left: 1px solid #b3b3b3;
	float: right;
	min-width: 10em;
	padding: 20px 1% 0 30px;
    margin: 1%;
	text-decoration: none;
	width: 20%;
	line-height: 1.5em;
}

#subnav ul {
	padding: 10px 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}

#subnav li a {
	color: #2261B9;
}

#subnav li a:visited {
	color: #3BB2D2;
}

#subnav li a:hover {
	color: #222;
}

#subnav p {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 10px;
}
	
#main {
	text-align: justify;
	line-height: 1.5em;
	padding: 10px 35px;
	margin-right: 25%;
}

#footer {
	clear: both;
	height: 1.3em;
	font-size: 0.9em;
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #cf2642;
	margin-top: 5px;
}

#footer a, #footer a:visited {
	color: #2261B9;
}

#footer a:hover {
	color: #222;
}

form {
	background-color: #efefef;
	color: #09A523;
	width: 400px;
	padding: 20px;
	padding-top: 5px;
	border: 1px solid #ccc;
}

label { display: block; padding-top: 15px; }

#name {
	width: 200px;
	height: 1.5em;
	border: 1px solid #ccc;
	margin-top: 4px;
}

#absender {
	width: 200px;
	height: 1.5em;
	border: 1px solid #ccc;
	margin-top: 4px;
}

textarea {
	width: 360px;
	height: 10em;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	margin-top: 4px;
}

