
body {
	background: #990000 url("background.png") repeat-y; margin: 0; padding: 0; color: #6b6b6b;
	font: 12px/18px verdana,sans-serif;

}

a { color: #E30016; text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { font: bold 12px/14px verdana,sans-serif; margin: 0 0 1em 0; padding: 0; text-transform: uppercase;  }

h1 { color: #000; border-bottom: 1px solid #E30016; padding: /*28px*/ 0 0 17px 0; margin-bottom: 36px; }
h2 { color: #E30016; margin-top: 36px; }
h3 { color: #6b6b6b; text-transform: none; margin-top: 27px; }
h4 { color: #000; font-style: italic; }
h5 { color: #E30016; font-size: 24px; font-style: normal; line-height: 24px; margin-top: 36px; }

h1 a { text-transform: none;  font-weight: normal; }

p { margin: 0 0 1em 0; }
strong {  }
:focus { outline: none }

h2.structure { display: none; }

#content strong.tab
	{ text-transform: uppercase; width: 53px; display: block; float: left; }
/*span.tab { color: green; font-weight: bold; position: absolute; left: 0px; }*/

#wrapper { width: 890px; }

.left { width: 680px; float: left; }
#bg1 { background: url("bg1.png"); height: 100px; }

#content { padding: 28px 85px 60px 85px;  }
#content ul, #content ol { margin-left: 0; margin-right: 0; padding: 0; }
#content ul li { margin: 1em 0; padding: 0; margin-left: 15px; color: #E30016;  }
#content ol li { margin: 1em 0; padding: 0; margin-left: 25px; }
#content ul li div { color: #6b6b6b;  }
#content table { border-collapse: collapse; margin: 0 0 1em 0; padding: 0; }
#content td { order: 1px solid #ccc; margin: 0; padding: 0 1em 0 0; }
#content p { margin: 1em 0; }

#content tr td { background-color: yellow; }
#content tr td td { background-color: green; }

/*
#content li { margin: 0; padding: 0; margin-left: 15px;  }
#content li div { color: #990000; }
*/

.right { ackground: #F9EBD7; width: 210px; float: left;  }

.clear { clear: both; }

#logo { height: 280px; }
#header { height: 180px; }


a#onlineberatung { 
	background: url("beratung-button.png") no-repeat;
	display: block;
	width: 210px;
	height: 210px; 
	margin: 60px 0 0 0;
}

#spendenkonto { 
	background: #F9EBD7 url("bg_spendenkonto2.png") no-repeat;
	margin-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 94px;
	padding-bottom: 16px;
	/*height: 109px;*/ /* 203 - padding-top */
}

#spendenkonto div, #onlineberatung div {
	border-bottom: 1px solid red;
	padding-bottom: 7px;
}

#spendenkonto strong, #onlineberatung strong { text-transform: uppercase; }
#spendenkonto strong.tab, #onlineberatung strong.tab { display: block; float : left; width: 40px; }

img.ansprechpartner { lear: left; loat: left; }


#footer {
	font: 12px/20px verdana,sans-serif;
	height: 20px;
}

#copyright {
	float: left;
	background: #990000;
	color: #FFF;
	padding-left: 20px; width: 660px;
}

#copyright span {
	text-transform: uppercase;
}


#footer_navi {
	float: left;
	background: #F9EBD7;
	width: 170px;
	padding: 0 20px;
	overflow: hidden;
}

#footer_navi ul {
	float : left;
	margin: 0; padding: 0;
}

#footer_navi li {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	display: block;
	margin-right: 10px;
}


#footer_navi a {
	color: #E30016;
	text-decoration: underline;
}

/* PULLDOWN NAVI */
#dropdown_outer {
	width: 890px;
	background: url("navi_verlauf.png");
}
#dropdown {
	width: 885px; padding-left: 5px;
	font: 12px/20px verdana,sans-serif;
}

#dropdown ul { margin: 0; padding: 0; }
#dropdown ul ul {
	display: none;
	position: absolute;	top: 20px; left: -1px;
}

/* ALL LI */
#dropdown li {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* SUBNAVI LI */
#dropdown ul ul li {
	float: none;
	z-index: 99;
	display: block;
}

/* TOPNAVI BUTTONS */
#dropdown a {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	padding: 0 15px 0 15px;
	color: #fff;
	white-space: nowrap;
}
#dropdown a:hover,
#dropdown a.selected,
#dropdown a.cselected { color: #000; }
/* SUBNAVI BUTTONS */
#dropdown ul ul a {
	background-color: #F9EBD7;
	color: #000;
	font-weight: normal;
	width: 220px;
	border: 1px solid #ccc;
	border-top-width: 0;
	text-transform: none;
	white-space: normal;
}
#dropdown ul ul a:hover { color: white; background-color: #ccc; } 


/* DISPLAY SUBNAVI IN MODERN BROWSERS */
#dropdown li:hover ul {
	display: block;
}





/* fixed footer from ccsplay.co.uk*/

html, body, #wrapper { margin: 0; padding: 0; width: 100%; height: 100%; min-height: 100%; }
html>body, html>body #wrapper { height: auto; }
div#wrapper { position: absolute; top: 0px; left: 0;  }

#footer { bottom: 0; left: 0; overflow: hidden; }

/* \*/
* html #footer { position: absolute; }
/* \*/

head:first-child+body div#footer { position: absolute; z-index: 0;}