body {
    background-color: #fff;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto auto auto;
    color: #474B3A;
    font-size: 12px;
}
#form_table table {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ff0000;
	border: none; 
	border-collapse: collapse;
	border-spacing: 0px;
}
#form_table table td,tr {
	border: 1px solid #ff0000;
	border: none; 
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 2px;
  color: #615357;
  vertical-align: top;
  text-align: left;
}
#form_table table td textarea  {
  width: 135px;
  padding: 0px;
  border: 1px solid #C8D2D9;
  background-color: #FFFFFF;
  margin: 0px;
}
#form_table table td textarea#big  {
  width: 390px;
  padding: 0px;
  border: 1px solid #C8D2D9;
  background-color: #FFFFFF;
  margin: 0px;
  height: 150px;
}

#form_table table td select,tr select  {
	width: 140px;
	border: 1px solid #C8D2D9;
  background-color: #FFFFFF;
	
}
#form_table table td input,tr input {
  vertical-align: top;
  text-align: left;
  /*border: 1px solid #C8D2D9;
  background-color: #FFFFFF;*/
  padding: 2px;
}
#form_table table td input[type~=text],tr input[type~=text], td input[type~=password]{
  width: 130px;
  vertical-align: top;
  text-align: left;
  border: 1px solid #C8D2D9;
  background-color: #FFFFFF;
  padding: 2px;
}
/* Radiobuttons */
#form_table table td input[type~=radio],tr input[type~=radio] {
  vertical-align: top;
  text-align: left;
  border: none;
}
#form_table table td input[type~=submit],tr input[type~=submit] {
  text-align: center;
  border: 1px solid #000000;
  background-color: #BB6107;
  color: #ffffff;
  padding: 3px;
}
#form_table table td input[type~=submit]:hover,tr input[type~=submit]:hover {
  background-image: url("images/menusubover.gif");
  background-repeat: repeat-x;
  color: #000000;
}
#form_table ul li {
	font-size: 14px;
  }
/* Backgroundswitch bei Form_table */
.form_table_light {
	background-color: #C8D2D9;
}
.form_table_dark {
  background-color: #b4ca7f;
}
/* Auszeichnung von Fehlermeldungen*/
.error {
	color: red;
	font-weight: bold;
	padding: 0px;
	margin: 10px;
	width: 100%;
	float: left;
}
/* Auszeichnung von Statusmeldungen */
.status_info {
	color: blue;
	padding: 0px;
  margin: 10px;
  font-size: 16px;
}
.language
{
width: 144px;
margin-left: 5px;
}
/* Eingef�gt */
div #dialog1 {
   display:none;
}
div #dialog2 {
   display:none;
}
img {
    border-width:0;
}
img.img_left {
   margin-right:5px;   
}
/* Eingef�gt Ende */
fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.35em 0.75em 0.625em;
		border-top-style: groove;
		border-top-width: 2px;
		border-left-style: groove; 
		border-left-width: 2px;
		border-right-style: groove; 
		border-right-width: 2px;
		border-bottom-style: groove; 
		border-bottom-width: 2px; 
}
h1 {
    font-size: 16px;
    font-weight: bold;
    color: #0f3753;
    width: auto;
    padding: 0px 0 5px 0;
    margin: auto;
    text-decoration: none;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: #474B3D;
    width: auto;
    padding: 5px 0 5px 0;
    margin: auto;
    text-decoration: none;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0464a1;
    width: auto;
    padding: 5px 0 5px 0px;
    margin: auto;
    text-decoration: none;
}
h4 {
    font-size: 14px;
    font-weight: normal;
    color: #474B3D;
    width: auto;
    padding: 5px 0 5px 0;
    margin: auto;
    text-decoration: none;
}
h5{
    font-size:16px;
	text-align: justify;
	padding: 2px;
	margin: 7px;
	color: darkblue;
}
h6{
    font-size: 12px;
	font-weight: bold;
	color: darkblue;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-decoration: none;
}
h7{
    font-size: 12px;
	font-weight: bold;
	color: #474B3D;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-decoration: none;
}
h8{
    font-size: 12px;
	font-weight: bold;
	color: #0464a1;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: auto;
	text-decoration: none;
}
p {
    font-size: 11px;
    text-align: justify;
    padding: 2px;
    margin: 0px;
}
p.proposal_text {
    width: 170px;
    font-size: 11px;
    text-align: justify;
    padding: 15px 0 0 15px;
    margin: 0px;
}
img.img_left {
    float: left;
    padding: 0px 8px 8px 0px;
}
img.img_right {
    float: right;
    padding: 0px 8px 8px 8px;
}
img.img_thumb {
    float: left;
    padding: 10px;
}
img.img_big_pic {
    padding: 4px;
    border: 1px #CCCCCC solid;
    float: right;
    width: 300px;
} #main_container {
    width: 970px;
    height: auto;
    margin: auto;
    padding: 0px;
} #header {
    width: 973px;
    height: 228px;
    background-image: url(images/header/header_orange_01.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding:0px;
} #logo {
    width: 125px;
    float: left;
    padding: 5px 0px 0px 80px;
} #p_logo {
    padding: 0px 40px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    color: white;
} .banner_adds {
    width: 720px;
    height: 82px;
    float: left;
}
#green_row_head {
    width: 100%;
    height: 30px;
    background-color: white;
}
#slogan {
    padding: 55px 0px 0px 145px;
    font-size: 24px;
    font-weight: bold;
    color: #FED46B;
}
/*---------------- menu tab----------------------*/
/* style the outer div to give it width */ 
.menu {
    font-size: 11px;
    padding: 100px 0px 0px 0px;
    float: right;
    width: 620px;
}
#lang_box {
    padding-top: 3px;
	float: right;
	border: 0px;
   vertical-align: middle;
   padding-right: 5px;
}
#lang_box a {
  text-decoration: none;
}
/* remove all the bullets, borders and padding from the default list styling
 */ .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 27px;
    background: #BB6107;
}
/* style the sub-level lists */ .menu ul ul {
    width: auto;
}
/* float the top list items to make it horizontal and a relative positon so
 that you can control the dropdown menu positon */ .menu ul li {
    float: left;
    height: 26px;
    line-height: 26px;
}
/* style the sub level list items */ .menu ul ul li {
    display: block;
    width: auto;
    height: 100%;
    position: relative;
    line-height: 2em;
    border-bottom: 1px #BB6107 solid;
}
/* style the links for the top level */ .menu a, .menu a:visited {
    display: block;
    float: left;
    height: 100%;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    background: #BB6107;
    padding: 0 21px 0 17px;
} .menu a.current {
    background: #BB6107;
}
/* style the sub level links */ .menu ul ul a, .menu ul ul a:visited {
    display: block;
    background: #BB6107;
    color: #fff;
    height: 100%;
    font-size: 11px;
    width: 145px;
      padding: 0px 21px 0px 17px;
}
.menu ul table ul a, .menu ul table ul a:visited {
    width: 14em;
}
/* style the table so that it takes no part in the layout - required for IE
 to work */ .menu table {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
    z-index: -1;
} .menu ul ul table {
    left: -1px;
} .menu ul ul table ul.left {
    margin-left: 2px;
} .menu li:hover {
    position: relative;
} * html .menu a:hover {
    position: relative;
}
/* style the third level background */ .menu ul ul ul a, .menu ul ul ul a:visited {
    background: #BB6107;
}
/* style the fourth level background */ .menu ul ul ul ul a, .menu ul ul ul ul a:visited {
    background: #BB6107;
}
/* style the sub level 1 background */ .menu ul:hover a.sub1 {
    background: #B4CA7F;
}
/* style the sub level 2 background */ .menu ul ul:hover a.sub2 {
    background: #B4CA7F;
}
/* style the level hovers */ /* first */ .menu a:hover {
    /*background: #B4CA7F;*/
    color:#000000;
    height: auto;
    padding: 0px 21px 0px 17px;
    border-top: solid 1px #474b3a;
    border-right: solid 1px #474b3a;
    border-left: solid 1px #474b3a;
    border-bottom: none;
    background-image:url(images/menuover.gif);
    background-repeat:repeat-x;
} .menu:hover > a {
    color: #fff;
    background: #B4CA00;
}
/* second */ .menu ul ul a:hover {
    color: #000000;
    padding: 0px 19px 0px 17px;
    background-image:url(images/menusubover.gif);
    background-repeat:repeat-x;
    width: 145px;
    
} .menu ul ul:hover > a {
    color: #fff;
    background: #B4CA00;
}
/* third */ .menu ul ul ul a:hover {
    background: #474B3A;
} .menu ul ul ul:hover > a {
    background: #B4CA7F;
}
/* fourth */ .menu ul ul ul ul a:hover {
    background: #eee;
}
/* hide the sub levels and give them a positon absolute so that they take up
 no room */ .menu ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 27px;
    left: 0;
    width: 14em;
}
/* position the third level flyout menu */ .menu ul ul ul {
    left: 14em;
    top: 0;
    width: 14em;
}
/* position the third level flyout menu for a left flyout */ .menu ul ul ul.left {
    left: -14em;
}
/* make the second level visible when hover on first level list OR link */ .menu ul li:hover ul, .menu ul a:hover ul {
    visibility: visible;
    height: auto;
    padding-bottom: 3em;
    background: transparent url(images/trans.gif);
}
/* keep the third level hidden when you hover on first level list OR link */ .menu ul:hover ul ul {
    visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link
 */ .menu ul:hover ul:hover ul ul {
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR
 link */ .menu ul:hover ul:hover ul {
    visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR
 link */ .menu ul:hover ul:hover ul:hover ul {
    visibility: visible;
}
/*------------------------------main content-----------------------*/ 
#main_content {
    width: 970px;
    margin: 0px;
    padding: 0px;
    clear: both;
    background-color: #FFFFFF;
    display: inline;
}
#inner_content {
	float: right;
  width: 700px;
  margin: 0px;
  padding: 0px;
}
.register {
    width: 500px;
    height: 500px;
    float: left;
    clear: both;
    text-align: left;
} .main_table {
    width: auto;
    border: dashed;
    float: left;
}
/*------------------------middle_content-----------*/ 
.column1 {
    width: 257px;
    height: auto;
    float: left;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    display: inline;
} .column2 {
    width: 335px;
    float: left;
    margin: 0px;
    padding: 5px 5px 10px 5px;
    min-height: 286px;
    display:inline;
}
.column3 {
    width: 340px;
    float: right;
    margin: 0px;
    padding: 6px 0px 10px 0px;
    display:inline;
}
/* Container for latest properties */
.column3a {
	  clear: left;
    width: 335px;
    float: left;
    margin: 24px 0px 0px 0px;
    padding: 6px 3px 10px 5px;
    bottom: 10px;
}
.column4 {
    width: 700px;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 5px 5px;
    padding:0px;
}
/*diese wird bei den Plugin-Seiten verwendet. eingetragen von B. Strobel am 29.01.2010*/
.column5 {
    width: 700px;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 5px 5px;
    padding:0px;
}
.column_pay {
    width: 690px;
    float: left;
    margin: 0px;
    padding: 10px 0px 10px 5px;
} .right_box {
    width: 257px;
    height: auto;
    float: right;
    padding-bottom: 10px;
    padding-right: 10px;
} .center_box {
    width: 290px;
    height: auto;
    /*padding-top: 50px;
    */
    clear:both;
} .top_center_box {
    width: 290px;
    height: 10px;
    float: left;
    background:  url(images/top_box_bg.gif);
    background-repeat: no-repeat;
    background-position: center;
} .center_center_box {
    width: 290px;
    height: auto;
    float: left;
    background:  url(images/center_box_bg.gif) repeat-y center;
} .bottom_center_box {
    width: 290px;
    height: 10px;
    float: left;
    background:  url(images/bottom_box_bg.gif) no-repeat center;
    padding: 0px;
    margin: 0px;
} .top_left_box {
    width: 257px;
    height: 10px;
    float: left;
    background:  url(images/top_box_bg.gif) no-repeat center;
    padding: 0px;
    margin: 0px;
} .center_left_box {
    width: 257px;
    height: auto;
    float: left;
    background:  url(images/center_box_bg.gif) repeat-y;
    padding: 0px;
    margin: 0px;
} .bottom_left_box {
    width: 257px;
    height: 10px;
    float: left;
    background: url(images/bottom_box_bg.gif) no-repeat center;
    padding: 0px;
    margin: 0px;
} .box_title {
    width: 257px;
    text-align: center;
    font-size: 18px;
    color: #474B3A;
    padding: 5px 0 5px 0;
} 
.box_title span {
    font-weight: bold;
    color: #B4CB0F;
} .main_text_box {
    padding: 5px;
} .proposal {
    width: 287px;
    height: 85px;
    background:  url(images/proposal_box.gif) no-repeat center;
    background-position: 0px 0px;
    margin-left: 15px;
    margin-top: 15px;
} .title {
    background-image: url(images/button_off.jpg);
    background-repeat: no-repeat-x ;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding: 5px 0px 5px 10px;
    margin:0px;
    color: #ffff33;
    width: 693px;
    
} .small_title {
    background-image: url(images/button_off.jpg);
    background-repeat: no-repeat-x ;
    text-align: left;
    height: 15px;
    width: 100%;
    padding: 5px 5px 5px 15px;
    color: #ffff33;
    font-weight: bold;
}
.small_title_head {
  float: left;
}
.small_title_right {
    background-image: url(images/button_off.jpg);
    background-repeat: no-repeat-x ;
    text-align: left;
    width: 323px;
    padding: 5px 10px 5px 10px;
    color: #ffff33;
    font-weight: bold;
    margin:0px;
} .title2 {
    background-color: #eef1f3;
    text-align: left;
    width: 300px;
    padding: 5px 5px 5px 15px;
    color: #d8325d;
    font-weight: bold;
    margin-left: 5px;
}
/*-------------------details list----------------*/ .details_list {
    padding: 10px;
} .details_list ul {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
} .details_list ul li {
    padding: 5px 5px 5px 25px;
    background:  url(images/bullet.gif) no-repeat left;
    color: #333333;
} .details_list ul li span {
    color: #0464a1;
} .button {
    width: 139px;
    height: 30px;
    background:  url(images/blank_button.gif) no-repeat center;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
} .button a {
    text-decoration: none;
    color: #d8325d;
}
/*-------------- admin panel -------------------*/
#admin_panel {
	margin: 5px 0px 0px 0px;
  padding:0px;
  width: 702px;
  min-height: 700px;
}
#admin_panel .panel_head {
  padding: 5px 0px 5px 0px;
}
#admin_panel .panel_head_top {
  width: 702px;
  height: 40px;
  background-image: url("images/bo_back_top.gif");
  /* background-repeat: no-repeat; */
  background-repeat: repeat-y;
  background-position: center;
	}
#admin_panel .panel_head_center {
  width: 702px;
  background-image: url("images/bo_back_center.gif");
  background-repeat: repeat-y;
  background-position: center;
  padding-top: 6px;
  padding-bottom: 6px;
  }
#admin_panel .panel_head_foot {
  width: 702px;
  height: 10px;
  background-image: url("images/bo_back_foot.gif");
  background-repeat: repeat-y;
  /*background-repeat: no-repeat; */
  background-position: center;
  float:left;
  }
#admin_panel .adminname {
	font-size: 14px;
  font-weight: bold;
  padding: 5px;
	border-bottom: 4px #000000 solid;
}
#admin_panel .admintext {
	font-size: 12px;
	margin-top: 5px;
	padding: 5px;
	padding-bottom: 20px;
}
#admin_panel li a, a_visited {
	color: #b4cb0f;
	text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#admin_panel li a:hover {
	color: #b4cb0f;
	text-decoration: none;
}
#admin_panel .short_nav {
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}
.help_add_box {
	border: 1px #b4cb0f solid;
	padding: 5px;
}
.help_show_article {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*---------------offer_box----------------------*/ .offer_box {
    width: 323px;
    height: 120px;
    background-color: #f3f5f6;
    padding: 10px;
    margin: 10px 0px 10px 0px;
} .offer_box_wide {
    width: 306px;
    height: 120px;
    float: left;
    background-color: #f3f5f6;
    padding: 10px;
    margin: 10px 2px 10px 2px;
    display: inline;
} .offer_box_wide_style1 {
    width: 670px;
    height: 106px;
    float: left;
    background-color: #f3f5f6;
    padding: 7px;
    margin: 5px;
} .offer_info {
    padding: 2px;
    width: 158px;
    height: 100px;
    float:right;
} .offer_info_wide {
    padding: 2px;
}
.offer_info span {
    font-weight: bold;
    color: #FF6D00;
}
.offer_info_wide span {
    font-weight: bold;
    color: #FF6D00;
}
p.offer {
    text-align: left;
    font-size: 11px; /* anstatt 10px, da sonst <b> tags nicht gezeigt werden*/
    max-height: 50px; /* 60 */
    height: 55px;
    overflow:hidden;
} .more {
    float: right;
    padding: 3px;
} .more a {
    color: #FF6D00;
} .more a:hover {
    text-decoration: none;
} .big_pic {
    width: 340px;
    text-align: center;
    padding: 5px 0 5px 0;
} .pictures_thumbs {
    width: 300px;
    padding-left: 40px;
}
/*------------------table style---------------*/
td {
    text-align: center;
    padding: 5px;
    border-bottom: 2px #fff solid;
}
th {
    background-color: #333333;
    padding: 5px;
    color: #FFFFFF;
}

tr.color1 {
    background-color: #F3F5F6;
}
/*-----------------form style--------------------*/ .form {
    width: 257px;
    text-align: center;
    color: #615357;
    padding: 5px 0 5px 0;
}
.form_immo_image {
    width: 275px;
	
    text-align: center;
    color: #615357;
    padding: 10px 0 5px 0;
}
.form_immo_comp {
    width: 275px;
	
    text-align: center;
    color: #615357;
    padding: 35px 0px 5px 0px;
} 
.form_immo_price {
    width: 275px;
	
    text-align: center;
    color: #615357;
    padding: 35px 0px 5px 0px;
} 
 .form_row {
    float: left;
    min-width: 150px;
    text-align: left;
    padding: 3px 0px 0px 0px;
    margin-left: 5px;
	
}
.form_row_big {
    float: left;
    width: 700px;
    text-align: center;
    padding: 3px 0 3px 0;
  
}
label.left {
    float: left;
    /*width: 75px;*/
	  padding-left: 6px;
    padding-top: 3px;
    text-align: left;
}
label.left_error {
    float: left;
    color: red;
    /*width: 70px;*/
    padding-top: 3px;
    text-align: left;
}
label.right_long {
    float: left;
    width: 150px;
    margin: 0px;
    text-align: left;
}
label.right_long_error {
    color: red;
    float: left;
    width: 90px;
    margin: 0px;
    text-align: left;
}
label.left_long {
    float: left;
    width: 80px;
    padding: 0px 3px 0px 0px;
    text-align: right;
}
#weite_registerbox
{

height:225px;
}
#footer_register
{
padding-left: 180px;
}
label.left_long_error {
    color: red;
    float: left;
    width: 80px;
    padding-top: 3px;
    text-align: right;
}
label.box_text {
    width: auto;
    text-align: left;
}
label.box_text_error {
    color: red;
    width: auto;
    text-align: left;
}
input.form_radiobox {
    border: 0px solid #C8D2D9;
    margin: 0px;
    width: 10px;
    float: left;
    margin-left: 2px;
    height: 10px;
}
input.form_checkbox {
    
    margin: 0px 5px;
    width: 10px;
    float: left;
    margin-left: 125px;
}
.dijitDateTextBox,
input.form_input {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 100px;
    /*float: left;*/
    /* margin-left: 10px; */
	
}
.dijitTextarea {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 120px;
    height: 200px;
    /*float: left;
     margin-left: 20px; */
 }
.dijitTextArea {
    min-height:250px !important;
    width:400px;
    max-height:250px;
    max-width: 435px;
    overflow: auto !important;
}
.contact_information {
    font-size: 10px;
    color: #385870;
    text-align: left;
    padding-left: 20px;
} 
#anfrage_contact
{
margin-left:30px;
}
#contact_information {
    font-size: 10px;
    color: #385870;
    text-align: left;
    padding-left: 20px;
} 
.contact_information span {
    color: #474B3A;
}
/*---------------------pagination-----------------------------*/
div.pagination {
    padding: 5px;
    margin: 5px;
    text-align: center;
    float: right;
    font-size: 10px;
}
div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #FF6D00;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #ddd;
    color: #fff;
    background-color: #FF6D00;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    font-weight: bold;
    background-color: #FF6D00;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    color: #ccc;
}
/*-----------------------contact------------------------*/ 
.contact_tab {
    width: 670px;
    height: auto;
    float: left;
    background-color: #f3f5f6;
    padding: 8px;
    margin: 5px 5px 5px 0px;
} .form_contact {
    width: 357px;
    float: left;
    text-align: center;
    color: #615357;
    padding: 5px 0 5px 0;
} .reg_contact {
    width: 800px;
    float: left;
    text-align: left;
    color: #615357;
    padding: 5px 0 5px 0;
} .location_contact {
    width: 250px;
    float: left;
    padding: 15px;
} .form_row_contact {
    float: left;
    width: 357px;
    text-align: center;
    padding: 3px 0 3px 0;
} .reg_row_contact {
    float: left;
    width: 357px;
    text-align: center;
    padding: 3px 0 3px 0;
}
input.form_input_contact {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 250px;
    float: left;
    margin-left: 10px;
}
select.form_select {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 142px;
    float: left;
    margin-left: 10px;
}
textarea.form_textarea {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 140px;
    height: 120px;
    float: left;
    margin-left: 10px;
}
textarea.form_textarea_big {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 500px;
    height: 120px;
    float: left;
    margin-left: 10px;
}
/*textarea {
    border: 1px solid #C8D2D9;
    background-color: #FFFFFF;
    margin: 0px;
    width: 250px;
    height: 80px;
    float: left;
    margin-left: 10px;
}
*/
/*-------------------footer------------------------*/ 
#footer {
    width: 973px;
    height: 41px;
    clear: both;
    font-size: 11px;
    background-color: #FFD46B;
    border-top: 1px #474B3A dashed;
    margin: 0px;
    padding: 0px;
}
ul.footer_menu {
    list-style: none;
    float: right;
    display: block;
    width: 650px;
    margin: 0px;
    padding: 9px 20px 0 0px;
}
ul.footer_menu li {
    display: inline;
    font-size: 11px;
}
a.nav_footer:link, a.nav_footer:visited {
    display: block;
    float: left;
    padding: 5px 6px 5px 10px;
    margin: 0;
    text-decoration: none;
    color: #2F2626;
}
a.nav_footer:hover {
    display: block;
    float: left;
    padding: 5px 6px 5px 10px;
    margin: 0;
    text-decoration: underline;
    color: #2F2626;
}
a.nav_footer:active {
    display: block;
    float: left;
    padding: 5px 6px 5px 10px;
    margin: 0;
    text-decoration: none;
    color: #2F2626;
} #copyright {
    float: left;
    padding: 1px;
    margin: 1px;
} 
.dijitDialogUnderlayWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    background: transparent !important;
} 
.dijitDialogUnderlay {
    background: #000;
    opacity: 0.9;
} 
.dijitPopup {
	position: absolute;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
.mon_a {
    border: 1px solid #000000;
    font-weight: normal;
    Text-Align: left;
    background-color: #C6C3C6;
    color: #000000;
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .mon_b {
    border: 1px solid #000000;
    font-weight: normal;
    Text-Align: left;
    background-color: #848284;
    color: #000000;
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .mon_c {
    border: 1px solid #000000;
    font-weight: normal;
    Text-Align: left;
    background-color: #CECFCE;
    color: #000000;
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .text {
    margin: 0;
    border: 1px solid #7B7D7B;
    font-weight: normal;
    Text-Align: left;
    background-color: #EFEFEF;
    color: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .luecke {
    margin: 0;
    border: 1px solid #7B7D7B;
    font-weight: normal;
    Text-Align: left;
    background-color: #FFDF00;
    color: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .zahl {
    border: 1px solid #000000;
    background-color: #FFBE00;
    font-weight: normal;
    Text-Align: right;
    color: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .tag {
    border: 1px solid #000000;
    background-color: #E76163;
    font-weight: normal;
    Text-Align: left;
    color: #000000;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .tag_m {
    border: 1px solid #FFFFFF;
    background-color: #474B3A;
    font-weight: bold;
    Text-Align: center;
    color: #FFFFFF;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
} .khead {
    border: 1px solid #000000;
    font-weight: normal;
    background-color: #00A2FF;
    Text-Align: center;
    color: #000000;
    FONT-SIZE: 15px;
    FONT-FAMILY: Arial, verdana, Helvetica, Sans-serif
}
.profile_link {
	float: right;
	padding: 0px;
	margin: 0px;
}
.hidden{
    display:none;
}