/* css document */

html {
        height: 100%;
}

body {
         height: 100%;
         margin: 20px 15px 15px 15px;
         background-color: #266172;
}

body.contentpane {
        width: auto;
        height: auto;
}

table.mainpage {
         background-image: url(../images/bac_main.jpg);
         background-repeat: repeat-y;
         width: 940px;
}

th {
         color: #115467;
         text-align: left;
         padding-top: 13px;
         height: 22px;
         font-size: 13px;
         font-weight: bold;
         font-family: arial, helvetica, sans-serif;
}

td.logo {
         height: 270px;
}

td.footer {
         background-image: url(../images/footer.jpg);
         background-repeat: no-repeat;
         height: 40px;
}

table.color {
         background-color: #ffffff;
}

hr {
         color: #266172;
         height: 1px;
         width: 100%;
}

.clr {
         clear: both;
}

table.main{
         width: 858px;
}

.outline {
         border: 1px solid #ffffff;
         background: #ffffff;
         padding: 2px;
}

#buttons_outer {
         width: 735px;
         margin-bottom: 2px;
         margin-right: 2px;
         float: left;

}

#buttons_inner {
         border: 1px solid #ffffff;
         height: 21px;
}

#pathway_text {
         overflow: hidden;
         display: block;
         height: 25px;
         line-height: 25px !important;
         line-height: 22px;
         padding-left: 4px;
         border: 1px solid #876214;
         margin-bottom: 2px;
}

#pathway_text img {
         margin-left: 5px;
         margin-right: 5px;
         margin-top: 6px;
}

#buttons {
         float: left;
         margin: 0px;
         padding: 0px;
         width: auto;
}

ul#mainlevel-nav {
         list-style: none;
         padding: 0;
         margin: 0;
         font-size: 12px;
}

ul#mainlevel-nav li {
         background-image: none;
         padding-left: 4px;
         padding-right: 0px;
         float: left;
         font-size: 12px;
         line-height: 22px;
         white-space: nowrap;
         background-image: url(../images/top_link.png);
         background-repeat: no-repeat;
         background-position: right top;
         height: 22px;
}

ul#mainlevel-nav li a {
         display: block;
         padding-left: 15px;
         padding-right: 15px;
         text-decoration: none;
         color: #ffffff;
         background: transparent;
}

#buttons>ul#mainlevel-nav li a {
         width: auto;
}

ul#mainlevel-nav li a:hover {
         color: #c10000;
}

.search_box {
         float: right;
         width: 165px;
         margin-top: 5px;
         margin-right: 11px;
         background-color: #fffde8;
         border: 1px solid #81b0ba;
         padding: 4px;
}

#header_outer {
         text-align: left;
         border: 0px;
         margin: 0px;
}

#header {
         float: left;
         padding: 0px;
         margin-right: 2px;
         width: 635px;
         height: 150px;
}

#top_outer {
         float: left;
         width: 165px;
}

#top_inner {
         border: 1px solid #ffffff;
         padding: 2px;
         height: 144px !important;
         height: 150px;
         overflow: hidden;
         float: none !important;
         float: left;
}

#left_outer {
         float: left;
         margin-top: 2px;
         width: 165px;
}

#left_inner {
         padding: 2px;
         float: none !important;
         float: left;
}

.left_korr {
         padding-left: 2px;
}

#content_outer {
         padding: 0px;
         margin-top: 0px;
         margin-left: 2px;
         float: left;
         width: 635px;
}

#content_inner{
         float: none !important;
         float: left;
         padding: 0;
         padding-top: 2px;
         margin: 0;
}

table.content_table {
         width: 100%;
         padding: 0px;
         margin: 0px;
}

table.content_table td {
         padding: 0px;
         margin: 0px;
}

#banner_inner {
         float: left;
         padding: 0px;
         height: auto;
}

#poweredby_inner {
         float: right;
         padding: 0px;
         margin-left: 0px;
         height: 70px;
}

#right_outer {
         margin-left: 2px;
         width: 100%;
}

#right_inner {
         float: none !important;
         float: left;
         border: 1px solid #ffffff;
         padding: 2px;
}

.user1_inner {
         border: 1px solid #ffffff;
         float: none !important;
         float: left;
         margin: 0px;
         padding: 2px;
}

.user2_inner {
         float: left;
         margin: 0px;
         padding: 0px;
}

table td.body_outer {
         padding: 2px;
         border: 1px solid #ffffff;
}

.maintitle {
         color: #ffffff;
         font-size: 13px;
         padding-left: 15px;
         padding-top: 20px;
}

.error {
         font-style: italic;
         text-transform: uppercase;
         padding: 5px;
         color: #ff0000;
         font-size: 14px;
         font-weight: bold;
}

.height_hack {
         min-height: 600px; /* für moderne Browser */
         height: 600px;     /* für den IE */
}

div.back_button {
         float: left;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: 60px;
         padding: 0px 10px;
         line-height: 20px;
         margin-left: 7px;
         margin-top: 20px;
         margin-bottom: 20px;
         background-color: #ccd9df;
}

.back_button {
         float: left;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: 60px;
         padding: 0px 10px;
         line-height: 20px;
         margin-left: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
         background-color: #ccd9df;
}

.back_button:hover, .back_button:focus {
         background-color: #fff8ce;
         color: #b07002;
         text-decoration: none;
}

.login_button {
         float: left;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: 149px;
         padding: 0px 10px;
         line-height: 17px;
         margin-bottom: 10px;
         background-color: #ccd9df;
         color: #006684;
         text-decoration: none;
         cursor: pointer;
}

.login_button:hover, .login_button:focus {
         color: #c10000;
         text-decoration: none;
}

.pagenav {
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #ffffff;
         width: auto;
         padding: 0px 5px;
         line-height: 20px;
         margin: 1px;
         color: #a3a3a3;
}

.pagenavbar {
         margin-right: 10px;
         float: right;
}

ul {
         margin: 0;
         padding: 0;
         list-style: none;
}

li {
         line-height: 15px;
         margin-left: 10px;
         padding-left: 12px;
         padding-top: 0px;
         background-image: url(../images/arrow.png);
         background-repeat: no-repeat;
         background-position: 0px 2px;
}

td {
         text-align: left;
         font-size: 12px;
}

body {
         font-family: arial, helvetica, sans serif;
         line-height: 120%;
         font-size: 12px;
         color: #333333;
}

a:link, a:visited {
         color: #006684;
         text-decoration: none;
         font-weight: bold;
}

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

table.contentpaneopen {
         width: 100%;
         border-collapse: collapse;
         border-spacing: 0px;
         margin: 0px;
}

table.contentpaneopen td {
         padding-right: 5px;
}

table.contentpaneopen td.componentheading {
         padding-left: 4px;
}

body.contentpane {
         color: #333333;
         background: none;
         background-color:#ffffff;
}

table.contentpane {
         width: 100%;
         padding: 0px;
         border-collapse: collapse;
         border-spacing: 0px;
         margin: 0px;
}

table.contentpane td {
         margin: 0px;
         padding-top: 0px;
         padding-bottom: 0px;
         padding-left: 3px;
         padding-right: 0px;
}

table.contentpane td.componentheading {
         padding-left: 4px;
}

table.contentpaneopen fieldset {
         border: 0px;
         border-bottom: 1px solid #eeeeee;
}

.button {
         float: left;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: auto;
         padding: 0px 10px;
         line-height: 17px;
         margin-bottom: 10px;
         background-color: #ccd9df;
         color: #006684;
         text-decoration: none;
         cursor: pointer;
}

.button:hover, .button:focus {
         background-color: #fff8ce;
         color: #b07002;
         text-decoration: none;
}

.close_button {
         float: center;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: auto;
         padding: 0px 10px;
         line-height: 19px;
         height: 19px;
         margin: 10px;
         background-color: #ccd9df;
         color: #006684;
         text-decoration: none;
         cursor: pointer;
}

.close_button:hover, .close_button:focus {
         background-color: #fff8ce;
         color: #b07002;
         text-decoration: none;
}

.contactbutton {
         float: left;
         text-align: center;
         font-size: 12px;
         font-weight: bold;
         border: 3px double #81b0ba;
         width: 149px;
         line-height: 17px;
         margin-bottom: 10px;
         background-color: #ccd9df;
         color: #006684;
         text-decoration: none;
         cursor: pointer;
}

.contactbutton:hover, .contactbutton:focus {
         background-color: #fff8ce;
         color: #b07002;
         text-decoration: none;
}

.inputbox {
         padding: 3px;
         border: solid 1px #81b0ba;
         background-color: #fffde8;
}

textarea {
        padding-left: 2px;
}

textarea.inputbox {
        width: 96%;
}

.contactheader {
         color: #115467;
         text-align: left;
         padding-top: 13px;
         padding-left: 34px;
         height: 22px;
         font-size: 13px;
         font-weight: bold;
         font-family: arial, helvetica, sans-serif;
}

.componentheading {
         color: #115467;
         text-align: left;
         padding-top: 13px;
         padding-left: 6px;
         height: 25px;
         font-size: 13px;
         font-weight: bold;
         font-family: arial, helvetica, sans-serif;
}

.joomapmenuheading {
         color: #b07002;
         text-align: left;
         padding-top: 13px;
         height: 22px;
         font-size: 13px;
         font-weight: bold;
         font-family: arial, helvetica, sans-serif;
}

.contentcolumn {
         padding-right: 5px;
}

.contentheading {
         text-align: left;
         padding-top: 13px;
         height: 25px;
         color: #115467;
         font-weight: bold;
         font-size: 13px;
         padding-bottom: 0px;
}

.contentpagetitle {
         font-size: 13px;
         font-weight: bold;
         color: #ffffff;
         text-align: left;
}

.sitmaptitle {
         text-align: left;
         color: #c10000;
         font-weight: bold;
         font-size: 13px;
         margin-top: 10px;
}

table.searchinto {
         width: 100%;
}

table.searchintro td {
         font-weight: bold;
}

table.moduletable {
         width: 100%;
         margin-bottom: 5px;
         padding: 0px;
         border-spacing: 0px;
         border-collapse: collapse;
}

div.moduletable {
         padding-bottom: 20px;
         background-color: #FDDE8E;
}

table.moduletable th, div.moduletable h3 {
         background: url(../images/top_mod.jpg) no-repeat;
         background-position:bottom;
         color: #ffe8ac;
         text-align: left;
         padding-left: 16px;
         padding-bottom: 2px;
         height: 31px;
         line-height: 31px;
         font-weight: bold;
         font-size: 13px;
         font-family: verdana, arial, helvetica, sans-serif;
         margin-top: 0px;
         margin-left: -7px;
         margin-bottom: 2px;
}

table.moduletable td {
         font-size: 12px;
         margin: 0px;
         font-weight: normal;
}

h3 {
         color: #115467;
         text-align: left;
         padding-left: 0px;
         height: 31px;
         line-height: 31px;
         font-weight: bold;
         font-size: 12px;
         font-family: verdana, arial, helvetica, sans-serif;
         margin-top: 0px;
         margin-bottom: 0px;
}

table.pollstableborder {
         padding: 2px;
         width: 96%;
}

moduletable-banners {
         text-align: center;
}

.sectiontableheader {
         font-weight: bold;
         background-color: #fdde8e;
         border-bottom: solid 5px #ffffff;
         height: 23px;
         color: #115467;
}

.sectiontablefooter {
}

.sectiontableentry1 {
         background-color: #ffffff;
}

.sectiontableentry2 {
         background-color: #ffffff;
}

.contentdescription {
         background-color: #ffffff;
}

.small {
         color: #115467;
         font-size: 11px;
}

.small_red {
         color: #ce2d19;
         font-size: 11px;
}

.createdate {
         height: 15px;
         padding-bottom: 11px;
         color: #115467;
         font-size: 11px;
}

.modifydate {
         height: 15px;
         padding-top: 10px;
         color: #115467;
         font-size: 11px;
}

table.contenttoc {
         border: 1px solid #ffffff;
         padding: 2px;
         margin-left: 2px;
         margin-bottom: 2px;
}

table.contenttoc td {
         padding: 2px;
}

table.contenttoc th {
         color: #115467;
         text-align: left;
         padding-top: 2px;
         padding-left: 4px;
         height: 21px;
         font-weight: bold;
         font-size: 12px;
         text-transform: uppercase;
}

.modul_bg {
         display: block;
         background: url(../images/mod_bg.jpg) repeat-y;
         vertical-align: middle;
         font-size: 12px;
         font-weight: bold;
         color: #115467;
         text-align: left;
         padding-top: 5px;
         padding-left: 15px;
         height: 33px !important;
         height: 33px;
         width: 97%;
         text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited {
         display: block;
         background: url(../images/menu_bg.jpg) no-repeat;
         vertical-align: middle;
         font-size: 12px;
         font-weight: bold;
         color: #115467;
         text-align: left;
         padding-top: 5px;
         padding-left: 15px;
         height: 21px !important;
         height: 26px;
         width: 97%;
         text-decoration: none;
}

a.mainlevel:hover {
         background-position: 0px -26px;
         text-decoration: none;
         color: #b07002;
         text-align: left !important;
         text-align: right;
         padding-right: 20px;
}

a.mainlevel#active_menu {
         display: block;
         background: url(../images/menu_bg_active.jpg) no-repeat;
         vertical-align: middle;
         font-size: 12px;
         font-weight: bold;
         color: #b07002;
         text-align: left;
         padding-top: 5px;
         padding-left: 15px;
         height: 21px !important;
         height: 26px;
         width: 97%;
         text-decoration: none;
}

a.mainlevel#active_menu:hover {
         background-position: 0px -26px;
         text-decoration: none;
         color: #6c98a6;
         text-align: left !important;
         text-align: right;
         padding-right: 20px;
}

a.sublevel:link, a.sublevel:visited {
         padding-left: 3px;
         padding-top: 3px;
         vertical-align: middle;
         font-size: 12px;
         font-weight: bold;
         color: #115467;
         text-align: left;
}

a.sublevel:hover {
         padding-left: 3px;
         padding-top: 3px;
         color: #815101;
         text-decoration: none;
}

a.sublevel#active_menu {
         padding-left: 3px;
         padding-top: 3px;
         color: #815101;
}

a.sublevel#active_menu:hover {
         padding-left: 3px;
         padding-top: 3px;
         color: #317279;
}

.highlight {
         background-color: yellow;
         color: blue;
         padding: 0;
}

.code {
         background-color: #dddddd;
         border: 1px solid #bbbbbb;
}

form {
/*       removes space below form elements */
         margin: 0;
         padding: 0;
         width: 98%;
}

div.mosimage {
         border: 1px solid #81b0ba;
}

.mosimage {
         border: 1px solid #81b0ba;
         margin: 5px
}

.mosimage_caption {
         margin-top: 2px;
         background: #ccd9df;
         padding: 1px 2px;
         color: #006684;
         font-size: 11px;
         border-top: 1px solid #81b0ba;
}

span.article_seperator {
         display: block;
         height: 1.5em;
}

td.dot {
         height: 5px;
}

table.top_menu {
         padding-top: 4px;
}

td.tab {
         height: 10px;
}

a.mostread, a.mostread:visited {
         color: #115467;
         font-weight: normal;
         text-decoration: none;
}

a.mostread:hover {
         color: #b07002;
         font-weight: normal;
         text-decoration: none;
}

div.latestnews {
         padding-left: 12px;
         padding-top: 15px;
}

a.latestnews, a.latestnews:visited {
         color: #115467;
         font-weight: bold;
         text-decoration: none;
}

a.latestnews:hover {
         color: #b07002;
         font-weight: bold;
         text-decoration: none;
}

li.latestnews-user{
         padding-left: 20px !important;
         padding-left: 10px;
}

li.mostread-user{
         padding-left: 20px !important;
         padding-left: 10px;
}

td.site_name {
         font-size: 20px;
         padding-top: 16px;
         padding-bottom: 10px;
         font-weight: bold;
         color: #296a7e;
}

td.site_desc {
         font-size: 15px;
         font-weight: bold;
         color: #296a7e;
}

table.box_table{
         background-color: #f7f7f7;
}

a.readon {
         display: block;
         border: 1px solid #81b0ba;
         width: 100px;
         color: #006684;
         padding-left: 15px;
         background-color: #ccd9df;
         padding-top: 3px;
         text-decoration: none;
}

a.readon:hover {
         color: #b07002;
         text-decoration: none;
}

td.bac_module {
         background-image: url(../images/bac_mod.png);
}

td.bac_module2 {
         background-image: url(../images/bac_mod.png);
}

td.ver {
         text-align: center;
         font-size: 13px;
         font-weight: bold;
         color: #ffffff;
         height: 30px;
}

div.copyright {
         color: #115467;
         font-size: 11px;
         text-align: right;
         padding-right: 7px;
}

td.pagetime {
         text-align: left;
         padding-left: 10px;
}

.blog {
         width: 100%;
}
