body {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    color: #001155;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.green {
    color: #97BE0D;
}

.yellow {
    color: #FCC300;
}

.red {
    color: #FF1133;
}

.bottom {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #3388BB;
}

a:hover {
    text-decoration: underline;
}

.error {
    color: #FF1133;
}

.info {
    color: #001155;
}

hr {
    background-color: #3388BB;
    color: #3388BB;
    border: #3388BB;
    height: 1px;
}

td {
    font-size: 9pt;
}

td.page_title {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 20px;
    background: #8697EF;
    font-weight: bold;
    font-size: 12pt;
}

td.page_title_date {
    margin: 0px 0px 0px 0px;
    padding: 4px 60px 4px 0px;
    text-align: right;
    background: #8697EF;
    color: #FFFFFF;
    font-size: 8pt;
}

td.content_start {
    padding: 0px 0px 0px 0px;
}

td.content {
    font-size: 9pt;
    padding: 20px 20px 20px 20px;
}

td.sub_menu {
    font-size: 9pt;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: #3388BB;
    padding: 3px 10px 3px 10px;
    background: #001155;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

td.sub_menu a {
    color: #FFFFFF;
}

td.sub_menu a:hover {
    color: #3388BB;
    text-decoration: none;
}

td.sub_menu_selected {
    color: #3388BB;
}

span.content_title {
    font-weight: bold;
}

.currently_running {
    color: #DDDDDD;
}

table.content_table {
    width: 100%;
    border-collapse: collapse;
}
td.content_table_top_left {
    border-right: 1px dotted #001155;
    border-bottom: 1px dotted #001155;
    vertical-align: top;
}
td.content_table_top,td.content_table_bottom {
    border-left: 1px dotted #001155;
    border-right: 1px dotted #001155;
    vertical-align: top;
}
td.content_table_top_right {
    border-left: 1px dotted #001155;
    border-bottom: 1px dotted #001155;
    vertical-align: top;
}
td.content_table_right,td.content_table_left {
    border-top: 1px dotted #001155;
    border-bottom: 1px dotted #001155;
    vertical-align: top;
}
td.content_table_bottom_left {
    border-right: 1px dotted #001155;
    border-top: 1px dotted #001155;
    vertical-align: top;
}
td.content_table_bottom_right {
    border-left: 1px dotted #001155;
    border-top: 1px dotted #001155;
    vertical-align: top;
}

td.content_table_cell {
    border-top: 1px dotted #001155;
    border-bottom: 1px dotted #001155;
    border-left: 1px dotted #001155;
    border-right: 1px dotted #001155;
    padding: 6px 6px 6px 6px;
    font-size: 9pt;
}

td.footer {
    color: #666666;
    font-size: 8pt;
    border-top: 1px dotted #001155;
    padding: 8px 0px 0px 0px;
}

.footer a {
    padding: 0px 10px 0px 0px;
    color: #666666;
}

td.menu {
    padding: 3px 0px 3px 0px;
    background: #FFFFFF;
    margin: 0;
    white-space: nowrap;
    border-top: 1px dotted #001155;
    border-bottom: 1px dotted #001155;
}

td.menu_first_item, td.menu_first_item_selected {
    font-size: 9pt;
    padding: 3px 20px 3px 20px;
    border-collapse: collapse;
    text-align: center;
}

td.menu_item, td.menu_item_selected {
    font-size: 9pt;
    padding: 3px 20px 3px 20px;
    border-left: 1px solid #001155;
    border-collapse: collapse;
    text-align: center;
}

td.menu_item a, td.menu_first_item a {
    color: #001155;
}

td.menu_item_selected a, td.menu_first_item_selected  a {
    color: #3388BB;
}

td.menu a:hover{
    color: #3388BB;
    text-decoration: none;
}

fieldset.formular {
    border: 1px solid #3388BB;
    padding-bottom: 6px;
    color: #666666;
    padding-left: 6px;
}

legend.formular {
    color: #3388BB;
}

td.formular {
    color: #001155;
    font-size: 9pt;
    padding: 6px 0px 0px 12px;
}

td.formular label {
    padding-left: 6px;
}

/** INPUT styles **/

input.text {
    font-family: Verdana;
    width: 200px;
    font-size: 9pt;
    color: #666666;
}

input.text_long {
    font-family: Verdana;
    width: 350px;
    font-size: 9pt;
    color: #666666;
}

textarea.formular {
    font-family: Verdana;
    width: 350px;
    height: 100px;
    font-size: 9pt;
    color: #666666;
    border: 1px dotted #001155;
}

input.formular, input.login {
    border: 1px dotted #001155;
}

a.submit {
    border: 1px solid #001155;
    font-size: 9pt;
    color: #FFFFFF;
    padding: 2px 10px 3px 10px;
    background: #3388BB;
    font-weight: bold;
}

a:hover.submit {
    text-decoration: none;
    color: #FFFFFF;
}

textarea:active, textarea:focus, textarea:hover {
    background: #E8EBDF;
}

input:active[type=text], input:active[type=password], input:focus[type=text], input:focus[type=password], input:hover[type=text], input:hover[type=password] {
    background: #E8EBDF;
}

#add_content {
    display: none;
} 

table.add_content {
    border: 1px dotted #001155;
    padding: 6px;
}

.infotext_table {
	border: #0000BB 1px solid;
	background-color : #FFFFFF;
    padding: 8px;
}

.infotext_title {
    font-weight: bold;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica;
	font-size : 7pt;
	color: #333333;
	padding-bottom: 8px;
}

.infotext_text {
    font-weight: normal;
	background-color : #FFFFFF;
	padding-left: 6px;
}