
/**
 * Contains styles that are not directly associated with the cms-system.
 * But the still might be used by it for general purposes.
 */
body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	color: #000000;
}


a {
	text-decoration: none;
	color: #909090;
	font-weight: bold;
}

a:link {
	color: #909090;
}

a:visited {
	color: #909090;
}

a:active {
	color: #a00000;
}


a:hover {
	color: #a00000;
}


/* Used by links that leads to the current page. */
.a_current {
	font-weight: bold;
	color: #a08060;
}


td, th {
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;
}


ul {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}


ol {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* Some styles used by the formatting-function (html_convertFormattedText2HTML()) */
.mtoh_text_size_1 {
	font-size: 7pt;
}

.mtoh_text_size_2 {
	font-size: 9pt;
}

.mtoh_text_size_3 {
	font-size: 13pt;
}

.mtoh_text_size_4 {
	font-size: 18pt;
}


/* the text that stands ahead of the links to the backend */
.cms_sal_links {
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
	font-family: Arial,Verdana,sans-serif;
	font-size: 7.5pt;
	color: #0000ff;
	text-align: center;

	/** Rahmen um die SAL-Links - sieht nicht wirklich gut aus!

	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #a0a0ff;

*/

}

/* Used by users_sessions_tokens (session-management) */

.snt_outer_cell {
	color: #000000;
	background-color: #404060;
}

.snt_field_title {
	color: #f0f0f0;
	background-color: #606060;
	font-weight:  bold;
}

.snt_field_intro {
	color: #000000;
	background-color: #f0f0f0;
}

.snt_field_label {
	color: #000000;
	background-color: #f0f0f0;
}

.snt_field_input {
	color: #000000;
	background-color: #f0f0f0;
}

.snt_field_submit {
	color: #000000;
	background-color: #f0f0f0;
	font-weight: bold;
}
