/* Abstände Ausrichtung*/
p, td { 
	margin: 0px 0px 0px 0px;
}

#content td.content {
	padding: 10px;
}

#content p {
	margin: 6px 20px 18px 0px;
}

#content h1, h2, h3 {
	margin: 18px 0px 6px 0px;
}

#content .head {
	margin: 12px 0px 3px 0px;
}

#content p.csc-caption {
	margin: 3px 0px 6px 0px;
	padding-bottom: 3px;
}

#content p.source {
	margin: 18px 0px 12px 0px;
	padding-top: 3px;
}

.browse-item {
	padding-left: 15px;
}

.browse {
	padding-top: 15px;
	padding-right: 20px;
	text-align: right;
}

.pagination {
	padding: 10px;
	text-align: center;
}

/* Farben */
#content h1, h2, h3 {
	color: #303D38;
}

#content p.csc-caption {
	color: #556A63;
}

#content p.source {
	color: #999999;
}

.pagination {
	color: #FDFDF9;
}

/* Typographie */
p, td { 
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #303D38; 
}

#content h1, #content .head {
	font-size: 9pt;
	font-weight: bold;
}

#content h2, #content h3 {
	font-size: 9pt;
	font-weight: normal;
}

#content p.csc-caption, #content p.source {
	font-size: 9pt;
}

/* Links */
a:link { color: #171E1C; text-decoration: none}
a:visited { color: #171E1C; text-decoration: none}
a:hover { color: #FF4643; text-decoration: none}
a:active { color: #FF4643; text-decoration: none}

.browse a:link { color: #FF4643; text-decoration: none}
.browse a:visited { color: #FF4643; text-decoration: none}
.browse a:hover { color: #171E1C; text-decoration: none}
.browse a:active { color: #171E1C; text-decoration: none}

.pagination a:link { color: #FF4643; text-decoration: none}
.pagination a:visited { color: #FF4643; text-decoration: none}
.pagination a:hover { color: #171E1C; text-decoration: none}
.pagination a:active { color: #171E1C; text-decoration: none}

.source a:link { color: #999999; text-decoration: none}
.source a:visited { color: #999999; text-decoration: none}
.source a:hover { color: #FF4643; text-decoration: none}
.source a:active { color: #FF4643; text-decoration: none}

/* Hintergründe Rahmen*/
body { 
	background-color:#E3E8E6;
}

td.dark {
	background-color: #556A63;
}

td.yellow, td.navigation {
	background-color: #C0CBC7;
}

td.light, td.content, td.links {
	background-color: #FDFDF9;
}

td.grey {
	background-color: #DCE2E0;
}

td.green {
	background-color: #C5CFCC;
}

#content p.csc-caption {
	border-bottom: 1px solid #303D38;
}

#content p.source {
	border-top: 1px solid #303D38;
}

/* Tabellen */
#content .contenttable p {
	margin: 2px;
}

/* Filelist */
#content .csc-uploads p {
	margin: 0px;
	padding: 0px;
}

#content .csc-uploads-fileSize p {
	margin-left: 15px;
}