/* Farbdefinitionen

Grau Schrift	   #868789
Grau dunkler	   #707072
				   #545d62
Grau heller		   #98999b
Grau noch heller   #a5a7a9
Grau Hg		       #84959c

Gruen	#7ab51d
		#a0c16d abgesoftet
		#b2d37f abgesoftet heller

Blau	#4a96cd
		#79a7c8	abgesoftet
		#8db2cd abgesoftet heller

Rot		#c1003c
		#cf4f77 abgesoftet
		#ce8098 abgesoftet heller

-------------------	*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html { height: 100%; margin-bottom: 1px; }  /* erzwingt einen scrollbalken */

body {
	text-align: center;
	margin: 0 auto;
	background-color: #84959c;
	}
body, td, th, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000000;
	font-weight: normal;
	}
td, th {
	vertical-align: top;
	}
h1 {
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 2px;
	color: #545d62;
	}
h2 {
	font-size: 11px;	
	font-weight: bold;
	margin-top: 1em;
	color: #222222;
	}
h3 {
	font-size: 11px;	
	font-weight: bold;
	margin-top: 10px;
	color: #545d62;
	}
	h3.gruppe1 {
		color: #7ab51d;
	}
	h3.gruppe2 {
		color: #4a96cd;
	}
	h3.gruppe3 {
		color: #c1003c;
	}
h4 {
	font-size: 12px;	
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 2px;
	color: #545d62;
	border-top: 1px dotted #545d62;
	}
hr {
	border-top: 1px dotted #a5a7a9;
	}
a img, img a {
	border: none;
	}
input, textarea {
	margin-bottom: 8px;
	padding: 4px;
	width: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-right: 1px solid #98999b;
	border-bottom: 1px solid #98999b;
	border-left: none;
	}
input.sendebutton, input[type="submit"] {
	width: auto;
	background-color: #868789;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #545d62;
	border-bottom: 1px solid #545d62;
	}
input.paypal-submit, #content-spalte1 input.paypal-submit {
	width: auto;
	border: none;
	}
input.paypal-spende {
	width: auto;
	border: none;
	margin: 0 2em 0 0;
	}
input[type="checkbox"], input[type="radio"] {
	width: 1.0em !important; 
	margin-right: 1.0em !important;
	border: none !important;
	}
input[type="file"] {
	border: none !important;
	}
textarea.nachricht {
	border-top: 1px solid #868789;
	border-left: 1px solid #868789;
	}
select {
	margin: 0.3em 0;
	padding: 3px;
	border-top: 1px dotted #98999b;
	border-right: 1px solid #98999b;
	border-bottom: 1px solid #98999b;
	border-left: 1px dotted #98999b;
	}
strong {
	font-weight: bold;
	color: #222222;
	}
table {
	border-collapse: collapse;
	}
#content-haupt td, #content-neben td, #content-spalte1 td, #content-spalte2 td {
	padding-right: 1.0em;
	}
ol {
	margin-top: 0px;	
	padding-left: 1.7em;
	}
ul {
	margin-bottom: 0.5em;	
	padding-left: 1.4em;
	list-style-type: circle;
	}
ul ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
	}
li {
	margin-top: 0.5em;
	}

a:link { color: #c1003c; text-decoration: underline; }
a:visited { color: #c1003c; text-decoration: underline; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
