body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	
	color: #666;
}

h1, h2, h3, h4, h5, p, ul, li, table, form {
	margin: 0 auto 1.5em auto;
}

h1 { /* Ohne Verwendung */
}

h2 { /* Grosse Themenueberschriften */
}

h3 { /* Kleine Themenueberschriften */
}

h4 { /* Zwischenueberschriften im Text, ohne Abstand danach */
}

h5 { /* Dachzeile */
}

p {
}

ul, ol {
	list-style: square outside;
	margin-left: 0;
	padding-left: 2.2em;
}

ul li, ol li {
	margin: 0 0 0.5em 0;
}

table {
	font-size: 1em;
}

form {
	font-size: 1em;
	padding: 0;
}

em {
}

small {
}

img, a, a:link, a:visited, a:hover, a:focus, a:active, 
	button, button:hover, button:focus, button:active {
	outline: none; border: none;
}

a {
	color: #80b63d;
	text-decoration: none;
}

a:link,
a:visited {
	color: #80b63d;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #80b63d;
	text-decoration: underline;
}

a:active {
	color: #80b63d;
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

/********************/
/***** Struktur *****/
/********************/

body {
	text-align: center;
	background-color: #80b63d;
	margin: 0 auto;
}

#container {
	text-align: left;
	
	margin: 0 auto;
	width: 770px;
	background-color: white;
}

#branding {
	padding: 44px 40px 36px 40px;
}

#content {
	padding: 0px 50px 0px 40px;
}

#content a {
	text-transform: uppercase;
	
	padding-left: 15px;
	
	background: url(pfeil.gif) center left no-repeat;
}

#footer {
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	color: #d3e6bb;

	width: 850px !important; width: 770px;
	padding: 62px 0;
	
	margin: 0 -40px !important; margin: 0;
	
	overflow: visible;

	background: #80b63d url(bkg_fuss.gif) top center no-repeat;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:link,
#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	color: white;
	text-decoration: underline;
}

#footer a:active {
	color: white;
	text-decoration: underline;
}
