P.bodytext {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
text-decoration
p.align-center {
	align:center;
	text-align:center;
	font-size: 12px;
}
	
body {
	font-family: Verdana, sans-serif;
}

div.indent {
	padding-left: 1em;
}

h1.csc-firstHeader {
	font-size: 20px;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }

p.bodytext a {
	text-decoration: underline;
	color: black;
}

p.bodytext a:hover {
	text-decoration: underline;
	color: #5a694d;
}

/* Links */

a.internal-link {
	text-decoration: underline;
	color: black;
}

a.internal-link:hover {
	text-decoration: underline;
	color: #5a694d;
}

a.external-link-new-window {
	background: url('/fileadmin/main_template/images/ext_link.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: black;
}

a.external-link-new-window:hover {
	background: url('/fileadmin/main_template/images/ext_link.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: #5a694d;
}

a.external-link {
	background: url('/fileadmin/main_template/images/ext_link.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: black;
}

a.external-link:hover {
	background: url('/fileadmin/main_template/images/ext_link.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: #5a694d;
}

a.mail {
	background: url('/fileadmin/main_template/images/mail_icon.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: black;
}

a.mail:hover {
	background: url('/fileadmin/main_template/images/mail_icon.gif');
	background-repeat: no-repeat;
	padding-left: 13px;
	text-decoration: underline;
	color: #5a694d;
}

/* Tabellenstiele */
td.align-center {
	text-align: center;
}

td.align-right {
	text-align: right;
}

td.align-left {
	text-align: left;
}

/* Formulare */
csc-form-label {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/* Sitemap */
div.csc-sitemap {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

div.csc-sitemap a {
	text-decoration: underline;
	color: black;
}

div.csc-sitemap a:hover {
	text-decoration: underline;
	color: #5a694d;
}