body {
	background-color: #ffffff;
	background-image: url('/attension_ressources/images/hintergrund.gif');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 100%;
}


.logo {
	background-color: #003300;
	margin: 0px;
}

.read_only {
	display: none;
	speak: normal;
}

.quicklinks {
	display: none;
}

img {
	vertical-align: middle;
}

a img {
	border: none;
}

.navigation {
	height: 2em;
	display: block;
	position: relative;
	background-color: white;
	border-top: 1px solid black;
}

.navigation .site_context {
	display: block;
	position: absolute;
	top: 3.7em;
	background-color: white;
	width: 160px;
	padding: .5em 0px;
	border-bottom: 1px solid black;
}

.navigation .site_context img {
	padding: 0px 5px;
}

.navigation .page_context {
	display: block;
	position: absolute;
	top: 3.7em;
	padding: .5em 0px;
	left: 615px;
	width: 160px;
}

.navigation .page_context img {
	padding: 0px 5px;
}

.main {
	display: block;
	position: relative;
	top: 4.5em;
	padding: 0px;
	padding-left: 160px;
	padding-bottom: 60px;
	overflow: visible;
	width: 619px;
}

.main .content_socket {
	display: block;
	position: relative;
	width: 430px;
	float: left;
	overflow: auto;
	padding: 0px 10px 20px;
}

.main .content_socket a {
	color: black;
}

.main .content_socket .headline {
	font-weight: bold;
}

.main .content_socket h1 {
	font-size: 1.4em;
}

.main .right_socket {
	display: block;
	position: relative;
	width: 160px;
	float: left;
	top: 0px;
	padding: 0px 3px 20px;
}

.main .right_socket .context_block {
	background-color: #cde69c;
	margin-bottom: 20px;
}

.main .right_socket h1 {
	font-size: 1em;
	background-color: #99cc33;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	padding: 2px 3px;
	font-weight: bold;
}

.main .right_socket h2 {
	font-size: .9em;
}

.main .editor_panel.recommend_panel label {
	width: 20ex;
}
.print {
	font-family: 'Times New Roman',Times,serif;
	padding: 0px;
	margin: 0px;
	background-image: url('/attension_ressources/images/background_druckansicht.gif');
	background-repeat: no-repeat;
}

.print a {
	color: black;
}

.print .logo {
	margin: 20px 0px 10px 1cm;
	padding: 0px;
	background-color: white;
}

.print h1 {
	margin-left: 1cm;
	font-size: 1.4em;
}

.print .context {
	border: 1px solid black;
	padding: 3px;
	width: 100%;
	background-color: white;
	margin-bottom: 3px;
	text-align: center;
}

.print .main {
	width: 15cm;
	margin: 0px;
	padding-left: 10px;
	position: static;
	top: 0px;
}

.print .main .content {
	margin-left: 1cm;
}

.messages .error b {
	color: #aa0000;
}

.messages .confirmation i {
	color: #006600;
	font-style: normal;
	font-weight: bold;
}

.messages .information {
}

.caseticker_socket {
	display: block;
	position: absolute;
	width: 159px;
	left: 0px;
}

.right_socket .view_node_tree a {
	color: black;
	text-decoration: none;
}

.right_socket .view_node_tree ul {
	margin: 0px;
	padding: 0px;
}

.right_socket .view_node_tree li {
	list-style-type: none;
}
input {
	border: 1px solid #003300;
	background-color: white;
	font-size: 1em;
}

textarea {
	border: 1px solid #003300;
	background-color: white;
	font-size: 1em;
}

.multipane_tab_area {
	margin-bottom: .5em;
}

.active_multipane_tab {
	font-size: 1em;
	background-color: #cde699;
}

.multipane_tab {
	font-size: .9em;
	color: #003300;
	border-color: #003300;
}

label.mandatory {
	font-weight: bold;
	color: black;
}

.label.mandatory {
	font-weight: bold;
	color: black;
}

.editor_panel {
	border: 1px solid #003300;
	padding: .5em;
	background-color: #cde699;
}

.editor_panel_action {
	border: 1px solid #e2f1c5;
	background-color: #003300;
	color: white;
}

.editor_panel hr {
	border: none;
	color: #003300;
	background-color: #003300;
	height: 1px;
}

.form_field_area {
	clear: both;
	padding: .3em 0px;
}

.form_field_area label {
	display: block;
	float: left;
	width: 15ex;
}

.form_field_area .label {
	display: block;
	float: left;
	width: 15ex;
}

.footnote {
	margin-top: 2px;
	font-size: .8em;
}