/**************************************************************************
***************************************************************************
***************************************************************************

core

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
misc
**************************************************************************/
.dub_active {
	color: #00aa00;
}
.dub_inactive {
	color: #cc0000;
}
.dub_pending {
	color: #dddd00;
}
ul.dub_messages {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none outside;
	background-color: #ffffff;
}
ul.dub_messages li {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #2D994E;
}
ul.dub_errors {	
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #D93E3E;
	list-style: none outside;
	background-color: #ffffff;
}
ul.dub_errors li {
	padding: 0px 0px 0px 0px;	
	font-size: 8pt;
	color: #D93E3E;
}
div.dub_content {
	margin: 0px 0px 15px 0px;
	clear: both;
}
div.dub_box {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
div.dub_help {
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #999999;
	background-color: #f3f3f3;
	font-style: italic;
}
/**************************************************************************
table
**************************************************************************/
table.dub_simple {
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
}
table.dub_simple th {
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
table.dub_simple th a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
table.dub_simple th a:hover {
	
}
table.dub_simple tr.odd {

}
table.dub_simple tr.even {

}
table.dub_simple td {	
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	background-color: #ffffff;
}
/**************************************************************************
***************************************************************************
***************************************************************************

plugin: TinyMCE

***************************************************************************
***************************************************************************
**************************************************************************/
.tinymce_font_size_small {
	font-size: 8pt;
}
.tinymce_font_size_medium {
	font-size: 9pt;
}
.tinymce_font_size_big {
	font-size: 11pt;
	font-weight: bold;
}
.tinymce_font_size_bigger {
	font-size: 13pt;
}
.tinymce_align_left {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	display: block;
}
.tinymce_align_right {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
	display: block;
}
.tinymce_title {
	display: block;	
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 25px;	
	font-size: 9pt;
	line-height: 150%;
	color: #006fb4;
	background: url('images/bullet_small.gif') no-repeat;
}
/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Html

***************************************************************************
***************************************************************************
**************************************************************************/
#html_page_blocker {
	background-color: #ffffff;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
/**************************************************************************
form
**************************************************************************/
form.html {
	padding: 0px;
	margin: 0px;	
}
/********************************************* text */
form.html div.element_text {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_text label {
	padding: 0px 10px 5px 0px;
	display: block;
	color: #006fb4;
	font-weight: normal;
	font-size: 9pt;
	float: left;
	width: 80px;
	text-align: right;
}
form.html div.element_text span.description {
	padding: 3px 0px 0px 80px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_text input {
	padding: 1px 1px 1px 1px;
	border: 1px solid #FABB00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.html div.element_text input.xsmall {	
	width: 30px;
}
form.html div.element_text input.small {
	width: 100px;
}
form.html div.element_text input.medium {	
	width: 200px;
}
form.html div.element_text input.big {
	width: 300px;
}
/********************************************* textarea */
form.html div.element_textarea {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_textarea label {
	padding: 0px 10px 5px 0px;
	display: block;
	color: #006fb4;
	font-weight: normal;
	font-size: 9pt;
	float: left;
	width: 80px;
	text-align: right;
}
form.html div.element_textarea span.description {
	padding: 3px 0px 0px 80px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_textarea textarea {
	border: 1px solid #FABB00;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
form.html div.element_textarea textarea.small {
	width: 500px;
	height: 50px;
}
form.html div.element_textarea textarea.medium {
	width: 500px;
	height: 150px;
}
form.html div.element_textarea textarea.big {
	width: 600px;
	height: 250px;
}
/********************************************* select */
form.html div.element_select {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.html div.element_select label {
	padding: 0px 10px 5px 0px;
	display: block;
	color: #006fb4;
	font-weight: normal;
	font-size: 9pt;
	float: left;
	width: 80px;
	text-align: right;
}
form.html div.element_select span.description {
	padding: 3px 0px 0px 80px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_select select {
	border: 1px solid #FABB00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.html div.element_select select option {
	padding: 0px 5px 0px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************************************* checkbox */
form.html div.element_checkbox {
	padding: 0px 10px 10px 80px;
}
form.html div.element_checkbox label {
	padding: 0px 0px 0px 5px;
	display: inline;
	color: #006fb4;
	font-weight: normal;
	font-size: 9pt;
}
form.html div.element_checkbox span.description {
	padding: 3px 0px 0px 0px;
	display: block;
	font-size: 8pt;
	color: #999999;
}
form.html div.element_checkbox input {
	padding: 0px;	
	margin: 0px;
	border: none;
	display: inline;
	position: relative;
	top: 1px;
}
/********************************************* radio */
form.html div.element_radio {
	padding: 0px 10px 10px 0px;
}
form.html div.element_radio label {
	padding: 0px 10px 10px 0px;
	display: inline;
	color: #006fb4;
	font-weight: normal;
	font-size: 9pt;
	float: left;
}
form.html div.element_radio label.optional, 
form.html div.element_radio label.required {
	width: 80px;
	text-align: right;
}
form.html div.element_radio span.description {
	padding: 3px 0px 0px 80px;
	display: block;
	font-size: 8pt;
	color: #999999;
	clear: left;
}
form.html div.element_radio input {
	margin: 0px 5px 0px 0px;
	border: none;
	display: inline;
	position: relative;
	top: 0px;
}
/********************************************* button */
form.html input.button {	
	margin: 0px 5px 0px 90px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #004493;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #004493;
}
/********************************************* errors */
form.html div.html_form_error_wrapper input {
	border: 1px solid #D93E3E;
}
form.html div.html_form_error_wrapper select {
	border: 1px solid #D93E3E;
}
form.html div.html_form_error_wrapper textarea {
	border: 1px solid #D93E3E;
}
/**************************************************************************
window
**************************************************************************/
div.html_window {
	background-color: #ff0000;	
}
div.html_window_title {
	padding: 4px 1px 3px 5px;
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
}
div.html_window_content {
	padding: 15px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;	
	background-color: #f3f3f3;
}
/**************************************************************************
group
**************************************************************************/
div.html_group {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	clear: left;
}
div.html_group_top {
	margin: 0px;
	padding: 0px;
	height: 23px;
	border: 1px solid #999999;
	clear: both;
	background-color: #999999;
}
div.html_group_top a {
	padding: 4px 0px 4px 5px;
	height: 15px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
div.html_group_top span.html_group_nolink {
	padding: 4px 0px 4px 5px;
	height: 15px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
}
img.html_group_switch {
	top: -1px;
	padding: 0px 5px 0px 0px;
	position: relative;
}
div.html_group_content {
	margin: 0px;
	padding: 15px 15px 15px 15px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	clear: both;
	background-color: #ffffff;
}
/**************************************************************************
pager
**************************************************************************/
div.html_pager {
	margin: 0px 0px 15px 0px;
	clear: both;
}
div.html_pager a {
	display: block;
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
}
div.html_pager span.curr_page {	
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	background-color: #ffffff;
}
div.html_pager span.first_page {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}
div.html_pager span.last_page {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}
div.html_pager span.prev_page {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}
div.html_pager span.next_page {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}

/**************************************************************************
tabmenu
**************************************************************************/
div.html_tabmenu {
	height: 28px;
	margin: 0px 0px 15px 0px;
	border-left: 1px solid #999999;
	background: #ffffff;
}
div.html_tabmenu_item {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;	
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	float: left;
	background: #999999;
}
div.html_tabmenu_item a {
	padding: 5px 10px 5px 10px;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
div.html_tabmenu_item_active {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #ffffff;
	float: left;
	background: #ffffff;
}
div.html_tabmenu_item_active a {
	padding: 5px 10px 5px 10px;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	display: block;
}
/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Article

***************************************************************************
***************************************************************************
**************************************************************************/
div.article_admin_thumbnail {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: #eeeeee;
}
div.article_admin_thumbnail img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}
span.article_author {
	font-size: 8pt;
	color: #999999;
}
span.article_date {
	font-size: 8pt;
	color: #999999;
}
span.article_byline {
	font-size: 8pt;
	color: #999999;
}
a.article_link {
	color: #999999;
}
img.article_image_left {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	display: block;
}
img.article_image_right {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
	display: block;
}
/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Loginform

***************************************************************************
***************************************************************************
**************************************************************************/
form.loginform {
	padding: 0px;
	margin: 0px;	
}
form.loginform div.element_text {
	padding: 0px 10px 10px 0px;
	clear: both;
}
form.loginform div.element_text label {
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 9pt;
}
form.loginform div.element_text input {
	width: 150px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.loginform input.button {
	margin: 0px 5px 0px 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #999999;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}
form.loginform span.username {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	display: block;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
}
form.loginform div.html_form_error_wrapper input {
	border: 1px solid #D93E3E;
}
/**************************************************************************
***************************************************************************
***************************************************************************

plugin: Menu

***************************************************************************
***************************************************************************
**************************************************************************/
/**************************************************************************
main menu
**************************************************************************/
/************************ level 1 */
ul.menu {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}
ul.menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
}
ul.menu li a {
	width: 140px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 18px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #006fb4;
}
ul.menu li a:hover, ul.menu li a.active { 
	margin: 0px 0px 0px 13px;
}
ul.menu li a.menu_odd {
	background: url('images/ordner_gelb.jpg') no-repeat;
}
ul.menu li a.menu_even {
	background: url('images/ordner_blau.jpg') no-repeat;
}
/************************ level 2 */
ul.menu li ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	list-style-position: outside;
}
ul.menu li ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
}
ul.menu li ul li a {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	display: block;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
ul.menu li ul li a:hover { 
	text-decoration: underline;
}
/**************************************************************************
***************************************************************************
***************************************************************************

custom

***************************************************************************
***************************************************************************
**************************************************************************/
#container {
	width: 750px;
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	background: url('images/bg.png') repeat-y;
}
#logo {
	width: 200px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#header {
	width: 550px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#left {
	width: 200px;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	clear: left;
	float: left;
}
#main {
	width: 510px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
	float: left;
}
#bottomline {
	width: 750px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: left;
	background: url('images/bottomline.png') no-repeat;
	
}
#bottom {
	padding: 0px 0px 10px 0px;
	background-color: #ffffff;
}
/**************************************************************************
misc
**************************************************************************/
body {
	background-color: #fabb00;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	color: #006fb4;
}
h1 {
	height: 55px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px 0px 0px 55px;
	font-size: 15pt;
	font-weight: bold;
	color: #006fb4;
	background: url('images/bullet_big.gif') no-repeat;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #006fb4;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #006fb4;
}
h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
	color: #006fb4;
}
p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	line-height: 150%;
	clear: both;
	background-color: #ffffff;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	list-style-position: inside;
	list-style-type: disc;	
	background-color: #ffffff;
}
ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
}
a {
	color: #006fb4;
	text-decoration: underline;
}
#bottom a {
	color: #808080;
	text-decoration: underline;
}
#bottom a:hover {
	text-decoration: none;
}
#bottom p {
	line-height: 150%;
}
div.scroll {
	position: absolute;
	top: 0px;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}