body,
html {
  margin:0;
  padding:0;
  background-color: #F6F6F6;
  background-image:url(images/bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #676767;
  text-align:justify;
  line-height:17px;
  
}

.home_cell_topic {
  background-image:url(images/home_box_topic_bg.png);
  background-repeat:repeat-x;
  background-position:top;
  height:19px;
  color:#FFF;
  font-weight:bold;
  text-transform:uppercase;
  padding-left:10px;
  
}
.treelink {
  background-image:url(images/sidebarlink.png);
  background-position:left;
  background-repeat:no-repeat;

  padding-left:18px;

}

h1 {
  height:56px;
  margin:0px;
  padding:0px;
}

.kontaktfooter {
  float:right;
  padding-right:15px;
  font-size:11px;
  padding-top:2px;
}

.impressumfooter{
  float:left;
}

.home_cell_content {
  background-image:url(images/homebox_buttom_bg.png);
  background-repeat:repeat-x;
  background-position:bottom;
  height:102px;
  padding:10px;
  
}
.home_callback_box
{
  width:170px;
  height:270px;
  background-image:url(images/homebox_buttom_bg.png);
  background-repeat:repeat-x;
  background-position:bottom;
  border:1px solid #CCCCCC;
  padding:10px;
}

.home_callback_subbox1
{
  width:166px;
  color:#990000;
  font-size:15px;
  font-weight:bold;
  
}
.home_callback_subbox2
{
  width:166px;
  color:#666666;
  font-size:14px;
  font-weight:bold;
}
.home_callback_subbox3
{
  width:166px;
  color:#646464;
}
.home_callback_subbox4
{
  width:166px;
}
.home_callback_subbox5
{
  text-align:center;
}


.home_callback_input
{
  background-color:#FFFFFF; 
  border:1px solid #CCCCCC; 
  color:#999999; 
  width:166px;
  height:18px;
  margin-bottom:2px;
}

.wrap {
  width:946px;
  margin:0 auto;
  background-image:url(images/bg_hor.png);
  background-repeat:repeat-y;
  background-position:top;
}
.innerwrap {
  width:930px;
  padding:0px 8px 0px 8px;
  
}

.homebox {
  border:1px solid #E1E1E1;
}

a {
  color:#A51800;
  text-decoration:none;
}


.left {
  float:left;
  width:700px;
  min-height:400px;
}

.tube {
  padding:22px; 
}

.right {
  float:right;
  width:228px;
  background-image:url(images/right_border.png);
  background-position:left;
  background-repeat:no-repeat;
  min-height:400px;
  
}

.right:after { 
  content:"clear"; 
  clear:left; 
  display:block; 
  height:0; 
  overflow:hidden; 
  visibility:hidden; 
}

.BigTopic {
  color:#9D1500;
  font-weight:bold;
  font-size:24px;
}

h2 {
  color:#9D1500;
  font-weight:bold;
  font-size:24px;
  text-align:left;
  margin:0px;
  padding:0px;
}

.Topic {
  color:#9D1500;
  font-weight:bold;
  font-size:16px;
}

.SmallTopic {
  color:#9D1500;
  font-weight:bold;
  font-size:14px;
  padding-bottom:3px;
}

.boxlink {
  background-image:url(images/lil_arrow.png);
  background-position:left;
  background-repeat:no-repeat;
  font-weight:bold;
  padding-left:18px;
  color:#676767;
}

.sidebarlink {
  background-image:url(images/sidebarlink.png);
  background-position:left;
  background-repeat:no-repeat;
  font-weight:bold;
  padding-left:18px;
  color:#676767;
}

.box_text {
  font-size:12px; 
  line-height:14px;
  padding-bottom:4px;
}
.header_top {
  background-image:url(images/header_top.png);
  background-position:top;
  background-repeat:no-repeat;
  height:51px;
}

.header_red {
  background-image:url(images/header_red_bg.png);
  background-position:top;
  background-repeat:repeat-x;
  height:23px;
}

.header_menu {
  background-image:url(images/menu_bg.png);
  background-position:top;
  background-repeat:repeat-x;
  height:32px;
}


.footer {
  clear:both;
  background-image:url(images/footer_bg.png);
  height:35px;
  padding-left:30px;
  color:#FFF;
  font-weight:bold;

}

a:link.navileft, a:visited.navileft {
  background: url(images/menu_button.png) no-repeat left;
  height: 32px;
  float:left;
  line-height:32px;
  text-indent:10px;
  text-transform:uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  font-size:12px;
  letter-spacing:-0px;
}

a:hover.navileft {
  
  background: url(images/menu_button_hover.png) repeat-y left;
  background-color:#FCFCFC;
  color: #5E6365;   
  font-weight:bold;
}

a:link.navileft_fix, a:visited.navileft_fix {
  background: url(images/menu_button.png) no-repeat left;
  height: 32px;

  float:left;
  line-height:32px;
  text-indent:10px;
  text-transform:uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight:bold;
  font-size:12px;
  letter-spacing:-0px;
}

a:hover.navileft_fix {
  
  background: url(images/menu_button_hover.png) repeat-y left;
  background-color:#FCFCFC;
  color: #5E6365; 
  
  font-weight:bold;
}

