.vorstandsmitglied {
	width:410px;
	border:1px solid #E8E8E8;
	background:#F9F9F9;
	padding:0.8em 0.5em;
	margin:10px 0;
}

.vorstandsmitglied div.csc-header {
	margin-top:0 !important;
}

.vorstandsmitglied h1 {
	margin-top:0 !important;
}


/* Headlines in Content */
#content div.csc-header {
	margin-top:30px;
}

#content div.csc-header-n1 {
	margin-top:0;
}



/* Download Box */
#content .csc-uploads {
	padding:0;
	margin:0.5em 0 0;
	background:#F9F9F9;
	border:1px solid #e8e8e8;
}

#content .csc-uploads td {
	padding:5px 10px;
}

#content .csc-uploads td a {
	text-decoration:none;
	font-weight:bold;
}
#content .csc-uploads td a:hover {
	text-decoration:underline;	
}

#content .csc-uploads td .csc-uploads-description {
	font-size:11px;
	line-height:14px;
}

#content .csc-uploads td.csc-uploads-fileSize {
	color:#aaa;
	min-width:60px;
	text-align:right;
	_width:60px; /* IE6 Fix */
}


/* Text und Bild Elemente */
#content .csc-textpic-imagewrap .csc-textpic-imagerow {
	
}
.csc-textpic-imagewrap dl.csc-textpic-image {
	border:1px solid #e9e9e9; 
	padding:10px 10px 7px;
}

.csc-textpic-imagewrap dd.csc-textpic-caption {
	font-size:11px;
	text-align:center;
	padding-top:6px;
	color:#565656;
	line-height:13px;
}


/* Überschriten in Text und Bild Elementen */
#content .csc-textpic h1 {
	text-transform:capitalize;
	color:#000;
	margin:0;
	font-size:12px;
}

#content .csc-textpic-text h1 {
	color:#0E72B5;
	font-size:14px;
	margin:10px 0;
	text-transform:uppercase;
}


/* Tabellen */
#content table.contenttable {
	border-collapse:collapse;
}


#content table.contenttable td {
	padding:2px 5px;
	margin:0;
}

#content table.contenttable tr {
	margin:0;
}

#content table.contenttable tr.tr-odd td {
	background:#f9f9f9;
}



/* Horizontale Linie */
#content .divider hr {
	background-color:#f9f9f9;
	color:#f9f9f9;
	border:#f9f9f9;
	height:3px;
	margin:15px 0;
}



/* Nach oben Link */
.csc-linkToTop {
	padding:15px 0 0;	
}

.csc-linkToTop a {
	padding-left:15px;
	background:url(../images/arrow_top.gif) no-repeat left 5px;
}



