/*   L A Y O U T   */

body, #page {	
	background-color: #fff !important;
}

#access, #h_top, #h_bottom, #m_main, #m_sub, #footer {
	display: none;
}

hr { background-color: #000 !important; }

/*   F O N T S   */

h1, h2, p, .csc-textpic-caption, .news-single-imgcaption, #content a, #content ul, input, textarea, label, th, td, #m_main, #m_main a,  #m_sub, #m_sub a, #f_text a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

/* Standardschriften */
h1 {
	margin: 1em 0 0.2em 0;
	padding: 0;
	font-size: 1.3em;
}
h2 {
	margin: 0.8em 0 0.1em 0;
	padding: 0;
	font-size: 1.1em;
}
h3 {
	margin: 0.2em 0 0.6em 0;
	padding: 0;
	font-size: 0.8em;
	font-style: oblique;
	font-weight: bold;
}
p {
	margin: 0 0 0.6em 0;
	padding-right: 1em;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* Bilduntschrift */
.csc-textpic-caption, .news-single-imgcaption {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* Listen */
#content ul {
	font-size: 0.8em;
	line-height: 1.4em;
}
#content ul ul {
	font-size: 1em;
}

/* Formulare */
input, textarea {
	font-size: 0.8em;
}
label {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	vertical-align: text-top;
}

/* Tabellen */
th {
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.4em;
}
td {
	font-size: 1em;
	line-height: 1.4em;
}

/* Links */
#content a {	
	text-decoration: underline;	
}
#content a:hover, #content a:active {
	text-decoration: none;
}


/*  V E R S C H I E D E N E S  */

/* Listen */
#content ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style: disc;
}
#content ul ul {
	margin: 0 0 0 0.9em;
	padding: 0;
	list-style: square;
}
#content ul ul ul {
	margin: 0 0 0 0.9em;
	padding: 0;
	list-style: disc;
}

/* Formulare */
fieldset {
	margin: 0.6em;
	padding: 0;
	border:0;
}
input[type=text], input[type=password] {
	margin-bottom: 0.6em;
	width: 18em;
}
input[type=submit] {
	margin-top: 0.6em;
}
textarea {
	margin-bottom: 0.6em;
	width: 100%;
	height: 13em;
}

/* Bilder */
#content img {
	border: 0;
}