* {		padding: 0; 
		margin: 0;
}
	
html, body {
		width: 99%; 
		height: 99%;
		font-family: "Comic Sans MS",arial,helvetica, sans-serif;
		font-size: 105.1%;
		color: black; 
		background-color: white;
}
p {
		margin-bottom: 1em;
}

q:lang(de), q:lang(de-DE), q { 
	quotes:"\201E" "\201C" "\201A" "\2018"; 
}

table.aussen {
	width: 100%; 
	height: 100%; 
	border: none; 
	color: black; 
	background-color: white; 
	text-align: center; 
	vertical-align: middle;
}

div#content {
	width: 1024px; 
	height: 716px; 
	border: 5px solid red; 
	margin-left: auto; 
	margin-right: auto;
}

div#copy {
	width: 66%; 
	border: none; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

div#navi { 
	width: 1024px;
	border-top: none; 
	border-right: 5px solid red; 
	border-bottom: 5px solid red; 
	border-left: 5px solid red; 
	margin-left: auto; 
	margin-right: auto; 
	height: 24px;
}

a:link, a:visited {
	color: red; 
	background-color: white; 	
	text-decoration: none;
}

a:hover, a:active {
	color: red;
	text-decoration: underline;
	background-color: white; 	
}

div#navi a, div#navi a:visited  {
	text-decoration: none; 
	color: black; 
	background-color: white; 
}

div#navi a:hover, div#navi a:active {
	color: red; 
	background-color: white; 
}

div#navi a.aktiv, div#navi a:visited.aktiv, div#navi a:hover.aktiv, div#navi a:active.aktiv  {
	text-decoration: none;
	color: white; 
	background-color: red; 
}
	
td.zentrierer_zeile { 
	text-align: center; 
	vertical-align: middle; 
}

td.zentrierer_zelle {
	text-align: center; 
	vertical-align: middle;
}

td.links {
	padding-left: 20px;
	width: 220px;
}

td.rechts {
	padding-right: 20px;
	vertical-align: bottom;
}

input.submit {
	font-family: "Comic Sans MS",arial,helvetica, sans-serif;
	font-size: 100.1%;
	color: black;
	margin: 0;
}

form>input.submit {
	font-family: "Comic Sans MS",arial,helvetica, sans-serif;
	font-size: 100.1%;
	color: black;
	margin-right: 10px;
}


input.ein, input.einkonto, input.einblz {
	width: 100%;
	border: 0;
	background-image:url(bilder_fuer_website/unterstrich_punkt.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family: "Comic Sans MS",arial,helvetica, sans-serif;
	font-size: 105.1%;
	color: blue;
	padding-left: 5px;
}

input.einkonto {
	width: 160px;
}

input.einblz {
	width: 100px;
}

h1 {
	margin-top: 20px;
	color:red;
	background-color: white; 
	font-size: 65px;
	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
}

h2 {
	margin-top: 20px;
	color:red;
	background-color: white; 
	font-size: 45px;
	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
}

div#infonewsletter {
	position: relative;
	top: -450px;
	left: 250px;
	width: 500px;
	height: 400px;
	background-color: red;
	color: white;
	text-align: left;
	border: 5px solid #888888;
	border-width: 1px 2px 2px 1px;
	padding: 10px;
	display: none;
	z-index: 99;
}

table.kasten {
	width: 100%; 
	border: 5px solid red;
}

div#bilderrechts {
	width: 251px;
	float: right;
}

div#textlinks {
	float: left;
	width: 390px;
}