/* CSS fuer Landingpage Set 01 */
body { color: black; background-color: #D4E9F4; margin: 0; padding: 0; font-size: 11px; font-family: verdana,arial,sans-serif;}
img { border: 0;}
.small { font-size: 10px}

h3 {
	margin: 0;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 20pt;
	font-weight: bold;
	color: #3396D1;
	}

#base {
	margin: 0;
	width: 780px;
  background-color: #fff;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	background-image: url("./images/bg_back.jpg"); background-repeat: no-repeat; background-position: 0 0;
	}

#header_left {
	/* empty div for backimg */
	width: 250px;
	height: 250px;
	float: left;
	}
  
#header_right {
	width: 530px;
	height: 250px;
	float: left;
	}
    
#header img {
	float: left; margin-right: 30px;
  }
  
#header_right h2, #infolink h5 {
	margin: 0;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-align:center;
	line-height: 40px;
	font-size: 28pt;
	font-weight: bold;
	color: #3396D1;
  }
 
#header_right h2 {
	padding: 40px 25px 0 25px;
  }

#header_right a {
	color: #3396D1;
	text-decoration: none;
	}
	  
#header_right h2 a.headerlink { 
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	color: #333333;
  font-size: 20pt;
  letter-spacing: 0px;
  font-weight: bold;
	}
  
#infolink h5 {
	padding: 50px 0 50px 0;
  }

#infolink a {
	color: blue;
	height: 40px;
	text-decoration: none;
  }

#header_right h2 span, #infolink h5 span {
  background: url(./images/font_glossy.png);
  position: absolute;
  display: block;
	}
	
#header_right h2 span {
  width: 490px;
	}
	
#infolink h5 span {
  width: 100%;
	}
	
#header_right h2 span {height: 90%; }

#infolink h5 span {height: 40px; }

#content {
	text-align: left;
	padding: 0 25px 0 25px;
  }
  
#teaser {
	padding: 0 25px 0 0;
	font-size: 12px;
	float: left;
	line-height: 180%;
	}

.more {color: silver}
	
.more h3 {
	font-size: 14pt;
	padding-bottom: 0px;
	}	

#footer {
	padding: 25px 0 0 0 ;
	text-align: center;
}