/* CSS fuer Landingpage Set 02 */
body { 
	color: black;
	background-color: #429A0F;
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	font-family: verdana,arial,sans-serif;
	}
	     
img {
	border: 0;
	}

.small {
	font-size: 10px
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #429A0F;
	margin: 10px 0 0 0;
}

a.headerlink { 
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	color: #333333;
  font-size: 12pt;
  letter-spacing: 0px;
  font-weight: bold;
  text-decoration: none;
	}

h3 {
	margin: 0;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 12pt;
	font-weight: bold;
	color: #429A0F;
	}

/* Grundcontainer */
#base {
	margin: 0;
	width: 760px;
  background-color: #fff;
  background-image: url("./images/box_back.jpg"); background-repeat: no-repeat; background-position: 0px 0px;
	}

#topteaser {
	padding: 15px 15px 0 0;
	}
	
#links {
	float: left;
	width: 340px;
	}
#info_li {
	padding-top: 286px;
	margin-left: -20px
	}
	
#rechts {
	float: right;
	text-align: left;
	}

#msg_button {
	display: block;
	width: 350px;
	padding: 5px;
	font-size: 12pt;
	font-weight: normal;  
	color: #fff;
	text-decoration: none;
	background-color: #3396D1;
	border: 1px solid #fff;
	text-align: center;
}

/* Scrollbox */

#scrollbox {  
  display: block;
  float: right;
  text-align: left;
  position: relative;
  margin-right: 0px;
	padding: 15px 0px 15px 15px;
	height: 300px;
	width: 380px;	/* Boxbreite - muss auch im Template angepasst werden */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #766A63;
	text-decoration: none;
	}  

#scrollbox_border {
  position: relative;
  overflow: auto;     
  display: block;
  height: 300px;
  }
    
#scrollbox_content {
   color: #766A63;
   font-size: 12px;
   position: relative;
   margin: 0;
   padding: 0;
   line-height: 180%;
   }

#scrollbox #scrollbar {
	position: absolute;
	z-index: 8;
	top: 81px;
	left: 370px; /* Abstand Scrollbar*/
	width: 14px;
	height: 98px;

}
    
#scrollbox #scrollbar #scrollbar_up {
	position: absolute;
	left: 5px;
	width: 11px;
	height: 22px;
	cursor: pointer;
	z-index: 10;
}
* html #scrollbox #scrollbar #scrollbar_up {
	position: absolute;
	left: 5px;
	width: 11px;
	height: 22px;
	cursor: pointer;
	z-index: 10;
}

#scrollbox #scrollbar #scrollbar_down {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 11px;
	height: 22px;
	cursor: pointer;
	z-index: 10;
}
* html #scrollbox #scrollbar #scrollbar_down {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 11px;
	height: 22px;
	cursor: pointer;
	z-index: 10;
}

#scrollbox #scrollbar #scrollbar_track {
	position: absolute;
	width: 20px;
	height: 169px;
	top: 18px;
	left: 0px;
	z-index: 9;
	background-color: transparent;
	background-image: url(./fx/scrollbar_back.gif);
	background-repeat: no-repeat;
	background-position: 9px 0;
}

#scrollbox #scrollbar #scrollbar_drag {
	position: absolute;
	width: 20px;
	height: 20px; /*98px original*/
	left: 0px;
	z-index: 10;
	cursor: pointer;
}
* html #scrollbox #scrollbar #scrollbar_drag {
	position: absolute;
	width: 20px;
	height: 20px; /*98px original*/
	left: 0px;
	z-index: 10;
	cursor: pointer;
}

#r_line {
	margin-right: 15px;
	border-bottom: 1px solid #3396D1;
	}
#bottomline {
	margin: 0 15px 0 0;
	border-bottom: 1px solid #3396D1;
	}



#content {
	text-align: left;
	padding: 0 25px 0 25px;
  }
  
.more {color: silver}
	
.more h3 {
	font-size: 14pt;
	padding-bottom: 0px;
	}