body {
	background-color: #CFCFCF;
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 89%;
	padding: 0px;
	margin: 0px;
}

.main {
	width: 950px;
	background-color: #FFF;
	margin-top: 20px;
	overflow: hidden;
}


/* Header */
.header {
	background-image: url('../img/system/bg_header.gif');
	background-color: #EFEFEF;
	height: 205px;
	text-align: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.header_top {
	background-image: url('../img/system/header_top.gif');
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	height: 15px;
	padding: 0px;
	margin: 0px;
}

.header_content {
	padding-left: 15px;
}

.header_headline {
	padding-top: 50px;
	color: #F5821F;
	font-size: 1.4em;
	font-weight: bold;
}

.header_imagebild {
	position: absolute;
	right: 15px;
	bottom: 0px;
	text-align: right;
}

#outer-appear {
	width: 300px;
	height: 190px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #EFEFEF;
}

#appear-div {
	width: 300px;
	height: 190px;
}

/* Navigation */
.nav {
	background-color: #F5821F;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	height: 30px;
	border: 5px solid #FFF;
	margin-bottom: 10px;
}

#navigation {
	float: left;
	margin: 0px; 
	padding: 0px; 
}

#navigation li {
	float: left; 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}

#navigation a {
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	color: #FFF;
}

#navigation a:hover {
	background: #FFF;
	color: #F5821F;
} 

#navigation a:active {
	background: #FFF;
	color: #F5821F;
}

#navigation a.hi {
	background: #FFF;
	color: #F5821F;
}


/* Content */
.content {
	width: 920px;
	background-color: #FFF;
	text-align: left;
	padding: 0px 15px 0px 15px;
	color: #646874;
	font-size: 1.0em;
	line-height: 1.3em;
}

.content_left {
	width: 600px;
	float: left;
}

.content_right {
	width: 300px;
	margin-left: 20px;
	float: left;
}

/*
div.content_right  img {
	border: 1px solid #646874;
}
*/

/* News */
.news {
	width: 922px;
	background-image: url('../img/system/line.gif');
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

.news_header {
	text-transform: uppercase;
	font-style: italic;
	background-color: #FFF;
	float: left;
	padding-right: 10px;
	font-size: 1.4em;
}

.news_block {
	width: 300px;
	float: left;
	padding: 5px 0px 5px 0px;
	margin-right: 11px;
}

.hi {
	color: #F5821F;
	font-weight: bold;
}

.last {
	margin-right: 0px;
}

/* Vorstand */
.vorstand_table {
	font-size: 0.8em;
	line-height: 1.2em;
	table-layout:fixed;
}

.vorstand_table_header {
	font-weight: bold;
	color: #F5821F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646874;
	
}

/* Footer */
.footer {
	width: 950px;
	height: 40px;
	border-top: 20px solid #FFF;
	background-color: #FFF;
}

.footer_main {
	width: 920px;
	height: 20px;
	background-color: #F5821F;
	padding: 5px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	color: #FFF;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.footer_main a {
	color: #FFF;
	text-decoration: none;
}

.footer_main a:hover {
	text-decoration: underline;
	color: #FFF;
}

.footer_bottom {
	background-image: url('../img/system/footer_bottom.gif');
	background-repeat: no-repeat;
	background-color: #CFCFCF;
	width: 950px;
	height: 15px;
}

/* Boxen */
.box_spenden {
	width: 300px;
	padding: 0px;
	border: 1px solid #646874;
	background-color: #EFEFEF;
}

.box_spenden_header {
	width: 290px;
	padding: 5px;
	background-color: #F5821F;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
}

.box_spenden_content {
	width: 290px;
	padding: 5px;
}

.box_left {
	width: 590px;
	padding: 5px;
	border: 1px solid #646874;
	background-color: #EFEFEF;
}


/* Standardobjekte */
h1 {
	color: #F5821F;
	font-size: 1.3em;
	line-height: 1.3em;
}

img {
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #646874;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #000;
	background-color: #FBFB00;
}

li {
	margin-top: 3px;
}

acronym,abbr {
	border-bottom: 1px dotted #0054D1;
}

/* Verschiedene */
.clear {
	clear: both;
}

.space5 {
	margin-top: 5px;
}

.space10 {
	margin-top: 10px;
}

.space20 {
	margin-top: 20px;
}

.space40 {
	margin-top: 40px;
}

.headline {
	color: #F5821F;
	font-weight: bold;
}

.hidden {
	display:none;
}
