/* ==== common styles ====== */

/* Allgemeiner Input Stlye */
input, textarea {
   font-family: Tahoma;
   padding: 2px 2px 1px 4px;
   margin: 2px 5px;
   border: 1px solid #bbbbbb;
   background-color: #ffffff;
   -moz-border-radius: 5px;
   vertical-align:top;  /* weird for firefox */
}

div#site {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 1px dashed #bbb;
    background-color: #f9f9f9;
}


/* ====== REST */
body {
    color: #000000;
    padding:0px;
    margin:0px;
    font-family: Tahoma, Arial, sans-serif;
    background-color:#ffffff;
    text-align: center;
}

form,h1,h2,h3,h4,h5,div,p,td,table {
 padding:0px;
 margin:0px;
}

a {
 color:#000;
 text-decoration: none;
 font-weight: 600;
}

a:hover {
 text-decoration: underline;
}

table td {
font-size:11px;
}


/* ==== Community MAIN HEADER ===== */
div#top {
 background:#ffffff url(../images/back4.jpg);
 background-repeat:no-repeat;
 height:190px;
 background-position:top left;
}



div#navcontainer {
  position: absolute;
  top: 185px;
  background-image:url(../img/bg_top_navi.png);
  background-repeat:repeat-x;
  background-color: #ffffff;
  height:22px;
  width: 960px;
  padding: 0px;
}

div#navigation {
  padding-left: 0px;
}

div#navigation a{
 float:left;
 margin:0px;
 padding:3px 15px 0px 15px;
 background-repeat:no-repeat;
 background-position:top right;
 font-weight:bold;
 font-size: 12px;
 display:block;
 text-decoration:none;
 color:#333333;
 height:21px;

}

div#navigation a.current {
 background-color: #f29400;
 height: 17px;
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 color: #fff;
}

div#navigation a:hover {
 background-color: #f29400;
 height: 18px;
 color:#fff;
}


div.subsections {
 background-color:#f29400;
 color: #fff;
 padding-left:10px;
 padding-top:0px;
 padding-bottom:2px;
 margin:0px;
 line-height:16px;
 border-left: 1px solid #000000;
 border-bottom: 1px solid #000000;
}


div.subsections a {
 color: #000;
 font-size: 11px;
 font-weight:normal;
 padding-left:15px;
}

div.subsections a:hover {
 color: #000;
}


div.subsections a.current {
 color:#000;
 font-size:11px;
 font-weight:bold;
 padding-left:10px;
 background-image:url(../img/current_section_marker.gif);
 background-repeat:no-repeat;
 background-position:center left;
}

/* ==== Main table ==== */
table.main {
 clear: both;
 margin-top: 7px;
 padding-left: 0px;
 background-color: #ffffff;
}

td.main {
  padding: 0px 0px 0px 15px;
  height:450px;
  margin:0px;
  background-color: #fff;
}


/* ==== TopBar ==== */
#topbar {
    background:#dfdfdf;
    border-bottom:1px solid #000;
    height:17px;
    position:relative;
}

/* Zweit-Navigation
#navigation2 {
    position:absolute;
    top:0;
    margin:20px;
    padding:0;
    width:100%; /* Opera 7 Bug */
}

#navigation2 li {
    display:block;
    margin:0;
    padding:0;
    float:right;
}

#navigation2 a {
    display:block;
    padding:0 7px;
    background:#F0F0F0;
    border-left:1px solid #CCC;
    font-size:10px;
    line-height:17px;
    font-weight:bold;
    text-decoration:none;
    color:#222;
}

#navigation2 a:hover {
    background:#FEFEFE;
    text-decoration:none;
}
*/



#content_wrapper {
    position:relative;
}



/* ==== super =========*/
div#super {
}

body > div#super {
}


/* ----------------------------- common function ---*/
div#header div#functions div#common_functions {
 border-bottom:3px solid #5057AB;
 float:left;
 width: 100%;
}


div#header ul li {
}

/* -------------------------- user functions -------*/
div#header div#user_functions {
 border-bottom:3px solid #5057AB;
 width:270px;
 float:right;
 border-left:1px solid #fff;
}

div#header div#user_functions ul li {
 display:block;
 float:left;
}



/*--- extra ---------*/
div#header div#extra {
 height:90px;
 width:1px;
}

/* == left (common)=======*/
div#left {
 width:155px;
}

td > div#left { /* hack to hide relative position from IE6.0 */
 width:155px;
 position:relative;
/* top:-17px;*/
}

div.box_left div {
 background-color:#fff;
 border-left: 1px solid #bbb;
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
 padding:2px;
 margin-bottom: 10px;
}

div#left div.box_left {
 padding: 0px;
 font-size: 11px;
 margin:0px 0px 0px 0px;
}

div#left div.box_left h3 {
 color: #444444;
 font-size: 11px;
 padding:3px 3px 2px 5px;
 background-color: #f9faff;
 border: 1px solid #444;
}

div#left div.box_left h3 a {
 color: #000;
}

div#left div.box_left p {
 padding:4px 0px 3px 0px;
 line-height:110%;
 margin:0px;
}

div#left table {
    border-collapse:collapse;
    padding:0px;
    margin:0px;
    width:100%;
}

div#left table td {
    padding:2px;
    margin:0px;
    background-color:#efefef;
    vertical-align:top;
}

/*--- box / profil --------*/
div#left div.profil p{
 border-bottom:1px solid #fff;
}

div#left div.profil div.functions {
 padding:0px;
}

div#left div.profil div.functions a{
 display:block;
 font-weight:normal;
 background-color:#efefef;
 color:#444;
 font-size:11px;
 padding:2px 0px 2px 5px;
}

div#left div.profil div.functions a:hover{
    background-color:#f29400;
    color:#343466;
    text-decoration:none;
}


div#left table {
 color: #
 border-left: 1px solid #bbb;
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
}

div#left table td {
 color: #444444;
}

div#left div.online table td a {
 color: #444444;
 font-size:13px;
}

div#left div.online table td a:hover {
    color: #f29400;
}

/*----- Anmeldemaske ------*/
div#left div.login span.fields {
   line-height: 99%;
}

div#left div.login input {
    margin: 5px 0px 0px 5px;
    width: 136px;
    font-size: 11px;
}

div#left div.login label {
    margin: 5px 0px 0px 5px;
    color: #000;
}

div#left div.login input.button {
    width: 80px;
    margin-left: 60px;
    background-color: #f29400;
}

div#left div.login span.functions a {
    display: block;
    text-align: center;
    color: #ffffff;
}

div#left div.login span.functions a.new_member {
    color: #f29400;
    font-weight: bold;
}

div#left div.login span.functions a.lost_pass {
    font-weight: normal;
    color: #f29400;
}

span.functions {
    padding: 2px 0px;
}

span.functions a {
 color: #ff0000;
}


div#left div.search input {
 width:120px;
 height:20px;
 margin:0px 0px 0px 0px;
 font-size: 11px;
 -moz-border-radius:4px 1px 1px 4px;
}

div#left div.search p {
 padding:4px 0px 0px 3px;
 margin:0px;
}


div#left div.search input.button {
 width:20px;
 height:20px;
 margin:0px 0px 0px 0px;
 padding:0px 2px 0px 2px;
 -moz-border-radius:1px 4px 4px 1px;
 background-color:#d0dce0;
 border-color:#BBBBBB;
 color:#fff;
 font-weight:bold;
 font-size:11px;
}


/*-- trennlinie-- */
hr {
 border-width:0px;
 border-top:1px dashed #fff;
 padding:0px;
 margin:0px;
 height:1px;
 width:100%;
}





/*---------------------- main >> top ---------*/
td.main > div.top { /* only works with Firefox */
   background-image:url(../img/bg_main_top_news.jpg);
   background-position:right;
   background-repeat:no-repeat;
}
td.main div.top h2 {
 padding:8px 0px 3px 0px;
 font-family: "Tahoma", "Arial";
 font-weight:normal;
 font-size:15px;
}

div#main div.top h2 span {
 font-family: Tahoma, Arial , sans-serif;

}

/* Forum Tabs */
div.topforum div.tabs {
 padding:0px 0px 0px 10px;
}

div.topforum div.trenner {
 height: 2px;
 border-top: 2px solid #343466;
 clear: both;
 font-size: 1%;
 line-height: 1%;
 background-color: #ffffff;
}
div.topforum div.tabs a{
 float:left;
 margin:0px 0px 0px 0px;
 padding:3px 15px 2px 15px;
 background: url(../img/bg_tabs.png);
 background-repeat:no-repeat;
 background-position:top right;
 font-weight:bold;
 font-size:12px;
 display:block;
 text-decoration:none;
 color:#000000;
}
div.topforum div.tabs a:hover{
 text-decoration:underline;
 background-image: none;
 text-decoration: none;
 background-color:#FFDE00;
 color: #000000;
}
div.topforum div.tabs a.current{
 background: url(../img/bg_tab_current.png);
 background-repeat:no-repeat;
 background-position:top right;
 color:#fff;
 margin-bottom:0px;
}
/*---------------------- main >> top >> tabs --*/
td.main div.top div.tabs {
 padding:0px 0px 0px 10px;
}

td.main div.top div.trenner {
 height: 2px;
 border-top: 2px solid #343466;
 clear: both;
 font-size: 1%;
 line-height: 1%;
 background-color: #ffffff;
}

td.main div.top div.tabs a{
 float:left;
 margin:0px 0px 0px 0px;
 padding:3px 15px 2px 15px;
 background: url(../img/bg_tabs.png);
 background-repeat:no-repeat;
 background-position:top right;
 font-weight:bold;
 font-size:12px;
 display:block;
 text-decoration:none;
 color:#000000;
}

td.main div.top div.tabs a:hover{
 text-decoration:underline;
 background-image: none;
 text-decoration: none;
 background-color:#FFDE00;
 color: #000000;
}

td.main div.top div.tabs a.current{
 background: url(../img/bg_tab_current.png);
 background-repeat:no-repeat;
 background-position:top right;
 color:#fff;
 margin-bottom:0px;
}

td.main div.top div.tabs a.meta{
 background-image: none;
 margin-bottom:0px;
 background-color: #c0c0c0;
 font-weight: normal;
}




/* ---------------------------- trenner -------*/
td.main div.trenner {
 clear:right;
}

/* ====================== main >> Karriere ======*/

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

table.karriere tr {
}

table.karriere th {
   background-color: #dfdfdf;
   text-align: left;
   padding: 2px 5px;
   border-bottom: 1px solid #343466;
   border-top: 1px solid #343466;
   font-size: 12px;

}

table.karriere td {
   vertical-align: top;
   padding: 0px 5px 10px 5px;
   background-color: #f0f0f0;
   border-bottom: 1px solid #ffffff;
}



/* ====================== main >> news ======*/
table.news_main {
   padding: 0px;
   margin: 10px 0px 0px 0px;
   width: 100%;
   font-size: 13px;
   line-height:140%;
   border: 1px solid #7fa9b6;
}

table.news_main th {
   background-color: #eaeaea;
   text-align: left;
   width: 50%;
   padding: 2px 5px 4px 13px;
   border-bottom: 1px solid #444;
   vertical-align: top;

}

table.news_main h3{
   font-size:15px;
}

table.news_main th h4 {
    color:#AF5800;
    font-size:11px;
}


/* date and author */
table.news_main th.right {
   text-align: right;
   border-left:0px solid #fff;
   background-image:none;
   white-space: nowrap;
}

table.news_main th.right h5 {
    font-weight:normal;
}


table.news_main td {
   vertical-align: top;
   background-color: #f0f0f0;
   padding: 2px 13px 2px 13px;

}

table.news_main td div {
}


table.news_main td.list {
   vertical-align: top;
   padding: 0px 5px 0px 5px;
   background-color: #f0f0f0;
}

table.news_main h2 {
  font-size: 14px;
}

table.news_main_pics {
    padding: 0px;
    width: 180px;
    margin: 0px 6px 0px 6px;
}

table.news_main_pics td {
    padding: 0px;
}

table.news_main_pics th {
    font-size: 11px;
    background-color: #f0f0f0;
    padding: px 2px;
    font-weight:normal;
    text-align: left;
    border: 0px solid #ffffff;
}


table.news_main a:hover {
    color:#a00;
    text-decoration:none;
}



/* ====================================================================== */
table.list_kategorie {
 width: 100%;
 font-size: 80%;
}

table.list_kategorie th {
 text-align: left;
 background-color: #A7B1C5;
 padding: 2px 5px;
}

table.list_kategorie tr {
}

table.list_kategorie td {
 padding: 2px 5px;
 background-color: #ffffff;
 border-top: 1px solid #000000;
}

/* ====================== main >> profil ======*/
td.main div.content {
 font-size:11px;
}

td.main a.edit {
 font-size:10px;
}

div.end {
 clear:both;
 height:10px;
 width:1px;

}
/* -------------------------------- foto ------*/
div.content div.profil_foto {
 padding:10px;
 background-color: #eeeeee;
 margin:0px 0px 10px 0px;

}
div.content div.profil_foto a{
 display:block;
}

/* -------------------------------- info-box ---*/
div.content div.box {
/* background-color:#DFDCCE; */
 background-color: #eeeeee;
 width:250px;
}

div.content div.box h2 {
   background-color: #a0b3f4;
   text-align: left;
   padding: 2px 5px;
   border-bottom: 1px solid #444;
   font-size: 11px;
   text-transform:capitalize;
   letter-spacing:1px;
    background-image:url(/img/bg_left_blockheadline_corner.gif);
    background-repeat:no-repeat;
    background-position:top right;
}

/*
table.karriere th {
   background-color: #dfdfdf;
   text-align: left;
   padding: 2px 5px;
/*   border-bottom: 1px solid #ffffff;*/
   border-bottom: 1px solid #343466;
   border-top: 1px solid #343466;

}



*/

div.content div.box h2 a {
 float:right;
 color: #0000ff;
 font-weight: normal;
 font-size: 80%;
 text-decoration: none;
}

div.content div.box div.group {
 padding:3px 0px 0px 3px;
}


/*------------------- layout of boxes ---------*/
/*
div.content div.overview {
 float:right;
 margin:10px 0px 14px 5px;
 width:40%;
}
*/
/*
div.content div.adresses {
 float:right;
 margin:10px 5px 5px 5px;
}
*/


div.content div.knowledge {
 clear:both;
 margin:0px 10px 5px 5px;
 width:99%;
}


div.content div.layout_left {
 height:80px;
 margin-right:220px;

}

/*===================== Table Boxes  ----------*/

table.profile_header {
    font-size: 11px;
}

table.profile_header td {
    vertical-align: top;
    padding: 2px 5px;
}

div.content div.box table {
    background-color: #eeeeee;
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}



div.content div.box table h3 {
    background-color: #eeeeee;
    padding: 0px;
    margin: 0px;
    font-weight:bold;
    font-size: 11px;
}

div.content div.box table h4 {
    background-color: #eeeeee;
    padding: 0px;
    margin: 0px;
    font-weight:normal;
    font-size: 11px;
}


div.content div.box a {
    color: #444;
    text-decoration:none;
    padding: 3px 5px;
    font-size: 10px;
}

div.content div.box a:hover {
    text-decoration:underline;
}


div.content div.box table th {
 text-align: left;
 background-color: #cccccc;
 font-size: 90%;
 padding: 2px 0px 0px 5px;
 white-space: nowrap;
}

div.content div.box table a {
}

div.content div.box table td.date {
 width: 180px;
 font-size: 65%;
}

div.content div.box table td.first {
 width: 320px;
}

div.content div.box table td {
 padding: 2px 1px;
 vertical-align: top;
 padding: 2px 0px 2px 5px;
 border-bottom: 1px solid #ffffff;
 font-size: 75%;
 font-size: 11px;

}



/*======================= form display ====*/
div.group p {
 clear:left;
}

div.group p label {
 float:left;
 width:80px;
 padding-top:2px;
 text-align:left;
 font-size:85%;
 color:#444;
}

div.group p span {
 margin-left:5px;
 float:left;
}

table.list_navigation {
   background-color: #f29400;
   width: 100%;
   font-size: 75%;
}

table.list_navigation td {
   padding: 2px 5px;
}

table.formedit {
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #eeeeee;
    border-width: 0px;
    border-collapse: collapse;
}

table.formedit td {
    font-size: 12px;
    padding-top: 1px;
}

table.formedit th {
    text-align: left;
    color: #ffffff;
    border-top: 3px solid #ffffff;
    background-color: #7fa9b6;
    font-size: 12px;
    padding: 3px 5px;
    background-image:url(/img/bg_left_blockheadline_corner.gif);
    background-repeat:no-repeat;
    background-position:top right;
}
table.formedit label {
    text-transform: capitalize;
    color: #666666;
    width: 100px;
    float: left;
    text-align: left;
    margin: 0 0 5px 0;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px;
    padding-top: 3px;
}

table.formedit td.desc {
    text-align: left;
    padding: 5px 40px;
    border-top: 1px solid #FFCC33;
    border-bottom: 1px solid #FFCC33;
    background-color: #ffffcc;
}


table.formedit label.red {
    color: #ff0000;
}


table.formedit input,textarea {
   font-size: 13px;
   width: 90%;
   padding: 1px 4px 1px 4px;
   text-align: left;
   font-family: Tahoma;
   margin: 2px 5px;
   border: 1px solid #bbbbbb;
   background-color: #ffffff;
   -moz-border-radius: 5px;
}

table.formedit input.red,textarea.red {
   background-color: #ffcccc;
}

table.formedit input.date {
   width: 120px;
}

table.formedit input.date_red {
   width: 120px;
   background-color: #ffcccc;
}




table.formedit input:focus,textarea:focus,select:focus {
     border-color: #000000;
}

table.formedit input.checkbox {
   width: 15px;
   padding: 2px 0px;
   text-align: left;
   border: 1px solid #bbbbbb;
   vertical-align: absmiddle;
}

table.bottomline {
   padding: 2px 2px;
   font-size: 11px;
   background-color: #dddddd;
   wdith: 100%;
}

table.bottomline th {
   color: #ff0000;
   text-align: left;
}

.checkbox {
}

table.formedit select {
   font-size: 13px;
   padding: 0px;
   text-align: left;
   font-family: Tahoma;
   margin: 0px 5px;
   border: 1px solid #bbbbbb;
   background-color: #ffffff;
}

table.formedit table {
   padding: 0px;
   margin: 0px;
   border-collapse: collapse;
}

table.formedit table th {
   border: 1px solid #000066;
}

/*table.formedit table td {
   border: 1px solid #000066;
}
*/






/*--- global css */
.combutton {
    background-color: #9C9CAD;
    color:#ffffff;
    margin: 2px 5px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #ffffff;
    border-style: solid;
    text-align: center;
    width: 80px;
    -moz-border-radius: 5px;
    text-weight: bold;
}
/*
 color: white;
 background-color: #003399;
 border-bottom: thin solid #000033;
 border-right: thin solid #000033;
 border-top: thin solid #3366CC;
 border-left: thin solid #3366CC;
 padding: 1px 1px 1px 1px;
 margin: 5px 5px 5px 5px;
 width: 80px;
}
*/



/*--- header -------*/
div.mainheader {
 background-color:#2A2A8E;
 background:#ffffff url(../denk/images/bg_header.jpg);
 background-repeat:no-repeat;
 background-position:top right;
 padding:0px;
 margin:0px;
 border:0px;
}
div.mainheader img{
 margin-left:0px;
}

/*--- headline ----*/
table.headline {
    background-color: #E6E6E6;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    border-collapse: collapse;
    text-align: center;
    width:100%;
}

table.headline a{
    font-weight:bold;
    color: #003366;
    text-decoration:none;
}

table.headline a:hover {
    text-decoration:underline;
    background-color:#FFFFFF;
}

/*--- Login Box ---*/
table.login_box {
    background-color: #BBCCEE;
    font-size: 11px;
}

table.login_box input {
    font-size: 10px;
}

/*--- Letter Resultlist */
table.letternavigation {
	width: 100%
}

table.letternavigation td{
	text-align: center;
	padding: 2px;
	background-color: #FFAA00;
 	font-weight:bold;
	color: #FFFFFF;
}

table.letternavigation a {
    text-decoration:none;
 	font-weight:bold;
	color: #FFFFFF;
}

table.letternavigation a:hover {
    text-decoration:underline;
}


/*--- ResultNavigation **/
table.resultlist {
	width: 100%;
	background-color: #BBCCEE;
    margin: 0px;
    padding: 0px;
}

/*--- Memberliste ---*/
table.members {
   padding: 0px;
   margin: 10px 0px 0px 0px;
   width: 100%;
   font-size: 12px;
   border-collapse: collapse;
}

table.members th {
   background-color: #dddddd;
   text-align: left;
   padding: 2px 5px;
   border-bottom: 1px solid #ffffff;
}

table.members td {
   vertical-align: top;
   padding: 0px 5px 0px 5px;
   background-color: #f0f0f0;
   border-bottom: 1px solid #ffffff;
   white-space: nowrap;
   vertical-align: top;
   text-align: left;
}

table.members img {
	padding: 2px 10px 2px 5px;
	text-align: left;
}

table.members a {
    text-decoration: none;
}

table.members a:hover {
    text-decoration: underline;
}





/*--- News System ---*/
/**************************/
h1.kategorie {
 border:0px;
 padding:2px 0px 2px 4px;
 margin:9px 0px 3px 0px;
 display:block;
/*
 background-color:#9a9Aaa; /* ff9000  */
 background-color: #7fa9b6;

 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-collapse: collapse;
 border-collapse: collapse;
 color:#ffffff;
 font-weight:bold;
 font-size:13px;
 line-height:12px;
}



h2.ueberschrift
{
    font-size:18px;
    font-weight: bold;
    color: #001494;
    text-align: left;
    font-size:120%;
    /*background-color: #EFEFEF;*/
    /* border-bottom:1px solid #FF9000;*/
    /* border-left:3px solid #ff9000;*/
    padding: 0px 2px 0px 4px;
    margin: 2px 0px 14px 2px;
    line-height:20px;

}

h2.ueberschrft a.ueberschrift {
        text-decoration:none;
        color:#001494;
}

h2.ueberschrift a.ueberschrift {
        text-decoration:none;
        color:#001494;
}


div.artikel {
    font-size:13px;
    font-weight: lighter;
    /*text-align: justify;*/
    color: #000000;
    margin:0px 0px 10px 5px;
    padding:0px 0px 4px 0px;
    border-bottom:1px solid #ff9000;
}

.artikelliste {
    font-size:12px;
    text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 4px;
  display:block;

}
.artikelliste a {
  display:block;
  margin:0px 2px 0px 0px;
  padding:0px;
}

.mehr
{
    font-size:14px;
        font-weight: lighter;
    text-align: left;
    color: #003399;
 font-size:12px;


}

a.mehr:link {
        text-decoration:none;
        color:#003399;
}
a.mehr:visited {
        text-decoration:none;
        color:#003399;
}
a.mehr:active {
        text-decoration:none;
        color:#003399;
}
a.mehr:hover {
        text-decoration:underline;
        color:#003399;
}
.imgleft
{
    float:left;
 margin:0px 20px 3px 0px;
}

.imgright
{
    float:right;
 margin:0px 0px 3px 20px;
}

img_link
{
        font-weight: lighter;
    color: #003399;
}

a.img_link:link {
        text-decoration:none;
        color:#003399;
}
a.img_link:visited {
        text-decoration:none;
        color:#003399;
}
a.img_link:active {
        text-decoration:none;
        color:#003399;
}
a.img_link:hover {
        text-decoration:underline;
        color:#003399;
}
table.nav_box {
/*    background-color: #E6E6E6;*/
    margin-top:20px;
    background-color: #E6E6E6;
    border-top: 1px solid #646464;
    border-collapse: collapse;
}

table.nav_box td {
    font-family: Verdana,tahoma,arial,helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:16px;
    color: #FFFFFF;
    /*background-color: #003366;*/
    background-color:#001494;
    padding:6px 4px 6px 10px;
    margin:4px;
    border-top: 1px solid #646464;
    border-collapse: collapse;
}

.subnav a {
    padding:0px 0px 0px 10px;
    font-weight:normal;
    color: #FF0000;
}

table.nav_box tr.current td {
    background-color:#0034B4;
}

table.nav_box tr.current a{
        line-height:11px;
        color:#FFFFFF;
        text-decoration:none;
}

table.nav_box a{
        line-height:11px;
        color:#FFFFFF;
        text-decoration:none;
}

table.nav_box a:hover {
        text-decoration:underline;
        color:#000000;
        background-color:#FFFFFF;
}

/* Adressen */

table.Adressen {
    margin: 0px 0px 0px 10px;
    border: 1px solid #000000;
    width: 250px;
    background-color: #eeeecc;
}


table.Adressen td.Title {
    font-size: 14px
    background-color: #003399;
    padding: 2px 5px;
}

table.Adressen tr.titel {
    background-color: #003366;
    color: #ffffff;
    padding: 2px 5px;
}

table.Adressen tr.titel td {
    padding: 2px 5px;
}

table.Adressen tr.footer {
    text-align: right;
    background-color: #006699;
    color: #ffffff;
    padding: 0px 5px 0px 0px;
}

table.Adressen tr.footer td {
    border-bottom: 1px solid #000000;
    padding: 0px 5px 0px 0px;
}


table.Adressen td.label {
    width: 80px;
    font-size: 12px;
    color: #333333;
    vertical-align: top;
    font-weight: normal;
    padding: 0px 5px;
}

table.Adressen td {
    font-size: 12px;
    font-weight: bold;
}

/* FORUM CSS */
table.forum_list {
}

table.forum_list th {
   padding: 2px 5px;
   font-size: 12px;
}

table.forum_list td {
   padding: 2px 5px;
}

span.smallfont {
   font-size: 11px;
}

table.files {
  margin-top: 0px;
  font-size: 11px;
  width: 100%;
}

table.files a {
  color: #f29400;
}

table.files a:hover {
 color: #f29400;
 text-decoration: underline;
}

table.files td {
  padding: 0px 0px;
}


