       
body {
    margin: 0;
    font-family: 'Trebuchet MS', 'Times New Roman';
    font-size: 0.9em;
    color: #454456;
}
*:first-child+html body {
    margin: -.6em -22em 0 -22em;
}


#header {
	height: 12.2em;
	cursor: default;
	background-image: url(../images/header.gif);
	background-position: left top;
}

#header #search_date {
    float: left;
    width: 400px;
    height: 2.2em;
    padding: .8em 0 0 .8em;
    background: url('../images/header_left.png') no-repeat top right;
    color: #fff;
}
* html #header #search_date { 
    width: 400px;
    margin-right: -.5em;
}
*:first-child+html #header #search_date { 
    width: inherit;
    background: url('../images/header_left_ie.png') no-repeat top right;
}
* html #header #search_date { 
    background: url('../images/header_left_ie.png') no-repeat top right;
}
#header #search_date .search {
    float: left;
    padding-right: 2em;
}

#header #search_date .search #mod_search_searchword {
    font-size: 0.9em;
    border: none;
    background-color: #fff;
    padding-left: .2em;
}

#header #small_navi {
    background: url('../images/header_right.png') repeat-x top;
    height: 3em;
    z-index: 2;
}
#header #small_navi ul#mainlevel-nav {
    margin: 0 0 0 40em;
    padding: 0;
    height: 2.9em;
    width: 40.4em;
    background: url('../images/seperator_topmenu.png') no-repeat right center;
}
* html #header #small_navi ul#mainlevel-nav {
    margin: 0 0 0 5em;
}
*:first-child+html #small_navi ul#mainlevel-nav {
    position: absolute;
    top: 0em;
    left: 0em;
}
#header #small_navi ul#mainlevel-nav li {
    float: left;
    margin: 0;
    padding: 0 0 0 .08em;
    text-align: center;
    width: 7.5em;
    list-style: none;
    background: url('../images/seperator_topmenu.png') no-repeat left center;
}
#header #small_navi a.mainlevel-nav {
    display: block;
    height: 2.9em;
    padding: 0 1em 0 1em;
    line-height: 3em;
    text-decoration: none;
    color: #006600;
    background: url('../images/topmenu.png') repeat-x top;
}
#header #small_navi a.mainlevel-nav:hover {
    background: url('../images/topmenu.png') repeat-x bottom;
    color: #fff;
}

#header #small_navi a.mainlevel-nav:visited {
    background: url('../images/topmenu.png') repeat-x bottom;
    color: #006600;
}

#header h1.nameofsite {
	color: #fff;
	font-family: 'Verdana';
	font-weight: normal;
	font-size: 2.5em;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
#header .nameofsite a {
    text-decoration: none;
    color: #fff;
}
#header ul#mainlevel {
    margin: 2.6em 0;
    padding: 0;
}
* html #header ul#mainlevel {
    margin: 0;
    padding-top: 2.6em;
}
#header ul#mainlevel li {
    list-style: none;
    margin: 0 .4em 0;
    padding: 0;
    float: left;
}
#header ul#mainlevel a {
    display: block;
    height: 2.3em;
    width: 8.5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: 'Tahoma'; 
    line-height: 2.2em;
    background: url('../images/menu.gif') no-repeat top left;
}
#header ul#mainlevel a:hover {
    background: url('../images/menu.gif') no-repeat center left;
}
#header ul#mainlevel a:visited {
    background: url('../images/menu.gif') no-repeat center left;
}
#header ul#mainlevel a:active {
    background: url('../images/menu.gif') no-repeat center left;
}

#header ul#mainlevel a#active_menu {
    background: url('../images/menu.gif') no-repeat bottom left;
    height: 2.3em;
    color: #006600;
}
#header ul#mainlevel a#active_menu:hover {
    background: url('../images/menu.gif') no-repeat bottom left;
    color: #006600;
}


#container {
    margin-top: 1em;
    padding: 1em;
    min-height: 42em;
}
#container a {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    color: #006600;
    text-decoration: none;
    padding: 0 .1em 0 .1em;
}
#container a:link {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    color: #006600; 
    text-decoration: none;
    padding: 0 .1em 0 .1em;
}
#container a:hover {
    color: #66cc66;
    text-decoration: none;
}
#container a:visited {
    color: #66cc66;
    text-decoration: none;
}
#container a:active {
    color: #006600;
}


#pathway {
    padding-left: 8px;
    color: #888;
    margin-bottom: 1.5em;
    border-bottom: 3px double #ededed;
    cursor: default;
}
#pathway a {
    text-decoration: none;
    color: #888;
    padding: 0 .2em 0 .2em;
    border: none;
}
#pathway a:link {
    text-decoration: none;
    color: #888;
    border: none;
}
#pathway a:hover {
    text-decoration: underline;
    color: #333;
    border: none;
}
#pathway a:visited {
    text-decoration: underline;
    color: #333;
    border: none;
}

#leftcolumn {
    float: left;
    width: 16.5em;
    margin: .5em;
    padding: .5em;
    border-right: 3px double #ededed;
    min-height: 39em;
}

#leftcolumn h3 {
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    padding: .2em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#leftcolumn table {
    border-collapse: collapse;
    margin-bottom: 2em;
}
#leftcolumn table tr td a.mainlevel {
    display: block;
    padding: .2em 0 .2em 2em;
    text-decoration: none;
    background: url('../images/list_usermenu.png') no-repeat center left;
    border-bottom: 1px solid #ccc;
    color: #006600;
}
* html #leftcolumn table tr td a.mainlevel {
    background: url('../images/list_usermenu_ie6.gif') no-repeat center left;
}
#leftcolumn table tr td a.mainlevel:link {
    display: block;
    padding: .2em 0 .2em 2em;
    text-decoration: none;
    background: url('../images/list_usermenu.png') no-repeat center left;
    border-bottom: 1px solid #ccc;
    color: #02500F;
}
* html #leftcolumn table tr td a.mainlevel:link {
    background: url('../images/list_usermenu_ie6.gif') no-repeat center left;
}
#leftcolumn table tr td a.mainlevel:hover {
    color: #66CC66;
}
#leftcolumn table tr td a.mainlevel:visited {
    color: #66CC66;
}

#rightcolumn {
    float: right;
    width: 16.5em;
    margin: .5em;
    padding: .5em;
    min-height: 39em;
    border-left: 3px double #ededed;
}
#rightcolumn h3 {
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
    padding: .2em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
#rightcolumn .moduletable .contentpaneopen {
    text-align: justify;
}


#content {
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 20em;
}
*+html {  
    margin: .5em 22em .5em 22em;
}

#content a {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    color: #01497c; 
    text-decoration: none;
    padding: 0 .1em 0 .1em;
}
#content a:link {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
    color: #024C0E;
    text-decoration: none;
    padding: 0 .1em 0 .1em;
}
#content a:hover {
    color: #66CC66;
    text-decoration: none;
}
#content a:visited {
    color: #66CC66;
    text-decoration: none;
}
#content a:active {
    color: #76b4dc;
}
#content .user1 {
    float: left;
    width: 49%;
}
#content .user1 h3 {
    
}
#content .user2 {
    float: right;
    width: 49%;
}
#content ul li {  
    list-style-image: url('../images/list_usermenu.png');
}
* html #content ul li {
    list-style-image: url('../images/list_usermenu_ie6.gif');
}
#content ul.latestnews, ul.mostread {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content ul.latestnews li {
    list-style: none;
    margin-left: 2em;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-top: -1px;
    padding-left: .2em;
}
#content ul.mostread li {
    list-style: none;
    margin-left: 2em;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-top: -1px;
}
#content ul.latestnews a {
    display: block;
    border: none;
    padding-left: 2em;
    background: url('../images/list_usermenu.png') no-repeat center left;
}
*:first-child+html #content ul.latestnews a {
    padding-left: 0;
    background: none;
}
* html #content ul.latestnews a {
    padding-left: 0;
    background: none;
}
#content ul.latestnews a:link {
    display: block;
    border: none;
    padding-left: 2em;
    background: url('../images/list_usermenu.png') no-repeat center left;
}
*:first-child+html #content ul.latestnews a:link {
    padding-left: 0;
    background: none;
}
* html #content ul.latestnews a:link {
    padding-left: 0;
    background: none;
}
#content ul.mostread a {
    display: block;
    border: none;
    padding-left: 2em;
    background: url('../images/list_usermenu.png') no-repeat center left;
}
*:first-child+html #content ul.mostread a {
    padding-left: 0;
    background: none;
}
* html #content ul.mostread a {
    padding-left: 0;
    background: none;
}
#content ul.mostread a:link {
    display: block;
    border: none;
    padding-left: 2em;
    background: url('../images/list_usermenu.png') no-repeat center left;
}
* html #content ul.mostread a:link {
    padding-left: 0;
    background: none;
}
*:first-child+html #content ul.mostread a:link {
    padding-left: 0;
    background: none;
}
#content .contentheading { 
    font-size: 1.9em;
    border-bottom: 2px ridge #7f7f7f;
}
#content .small { 
    color: #7f7f7f;
    font-size: 0.9em;
    padding-left: 1em;
}
#content .createdate {  
    color: #7f7f7f;
    font-size: 0.9em;
    padding-left: 1em;
}
#content .modifydate { 
    color: #7f7f7f;
    font-size: 0.9em;
    padding-left: 1em;
}
#content a.readon {
    border: none;
    padding-left: .5em;
    padding-right: 2em;
    padding-bottom: .2em;
    background: url('../images/readmore.gif') no-repeat top left;
}
* html #content a.readon {
    background: url('../images/readmore_ie.gif') no-repeat top left;
}
*:first-child+html #content a.readon {
    background: url('../images/readmore_ie.gif') no-repeat top left;
}
#content a.readon:link { 
    border: none;
    padding-left: .5em;
    padding-right: 2em;
    padding-bottom: .2em;
    background: url('../images/readmore_ie.gif') no-repeat top left;
}
*:first-child+html #content a.readon:link {
    background: url('../images/readmore_ie.gif') no-repeat top left;
}
* html #content a.readon:link {
    background: url('../images/readmore_ie.gif') no-repeat top left;
}
#content a.readon:hover {
    background: url('../images/readmore.gif') no-repeat bottom left;
}
*:first-child+html #content a.readon:hover {
    background: url('../images/readmore_ie.gif') no-repeat bottom left;
}
* html #content a.readon:hover {
    background: url('../images/readmore_ie.gif') no-repeat bottom left;
}
#content ul li a {
    border: none;
}
#content ul li a:link {
    border: none;
}
#content .back_button {
    margin-bottom: 1em;
}
#content .back_button a {
    padding: 0 .8em .2em 1.8em;
    border: none;
    background: url('../images/back.gif') no-repeat top left;
}
*:first-child+html #content .back_button a {
    background: url('../images/back_ie.gif') no-repeat top left;
}
* html #content .back_button a {
    background: url('../images/back_ie.gif') no-repeat top left;
}
#content .back_button a:link {
    padding: 0 .8em .2em 1.8em;
    border: none;
    background: url('../images/back.gif') no-repeat top left;
}
*:first-child+html #content .back_button a:link {
    background: url('../images/back_ie.gif') no-repeat top left;
}
* html #content .back_button a:link {
    background: url('../images/back_ie.gif') no-repeat top left;
}
#content .back_button a:hover {
    background: url('../images/back.gif') no-repeat bottom left;
}
*:first-child+html #content .back_button a:hover {
    background: url('../images/back_ie.gif') no-repeat bottom left;
}
* html #content .back_button a:hover {
    background: url('../images/back_ie.gif') no-repeat bottom left;
}
#content .moduletable h3 {
    font-size: 1.3em;
    border-bottom: 2px ridge #7f7f7f;
}
*:first-child+html #content .contentpane {
    width: 90%;
}
* html #content .contentpane {
    width: 90%;
}
#content .buttonheading {
    font-size: 0.2em;
}


#ftr {
    text-align: center;
    margin-top: 2em;
    padding: 1.5em 0;
    height: 4em;
    background: url('../images/footer.png') repeat-x top;
    color: #006600;
    font-size: 0.8em;
}

#ftr a {
    color: #006600;
    text-decoration: none;
}
#ftr a:link {
    color: #fff;
    text-decoration: none;
}
#ftr a:hover {
    color: #006600;
    text-decoration: underline;
}
#content .tab-row a {  
    border: none;
    color: #000;
    font-weight: normal;
}
#content .tab-row a:link { 
    border: none;
    color: #000;
    font-weight: normal;
}
#content .tab-row a:hover { 
    border: none;
    color: #000;
    font-weight: normal;
}
#content .componentheading {  
    font-size: 2em;
    border-bottom: 2px ridge #7f7f7f;
    margin-bottom: 1em;
    font-weight: bold;
}
#content .sectiontableheader {  
    font-weight: bold;
    border-bottom: 1px solid #000;
    color: #000;
}


label {
    cursor: pointer;
}
label:hover {
    color: #5492c2;
}
.button {
    border: none;
    background: url('../images/button.png') no-repeat top left;
    text-align: center;
    width: 91px;
    height: 22px; 
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    cursor: pointer;
    padding-bottom: 2px;
    margin-right: -.5em;
}
.button:hover {
    background: url('../images/button.png') no-repeat bottom left;
}
.inputbox {

    background: url('../images/input.png') repeat-x top;
    border: 1px solid #a5acb2;
}
.inputbox[type="checkbox"] {  
    width: 1em;
}
select {
    font-weight: normal;
    color: #000;
    background: none;
    text-align: left;
}
option {
    background-color: #fff;
    text-align: left;
    color: #000;
    font-weight: normal;
}
#content a img {
    border: none;
}
#content a:link img {
    border: none;
}
table {
    border-collapse: collapse;
}
#content table {
    margin: 1em;
}
#suche {display:none;}
