@charset "utf-8";
/* CSS Document */

#main {
	height: 640px;
}

	#teaser {
		height: 380px;
		margin: 0 0 20px 0;
		width: 795px;
	}
	
	#teaserboxes {
		height: 240px;
		width: 795px;
	}
	
		#teaserboxes .space_right_9px {
			margin: 0 9px 0 0;
		}
		
		#teaserboxes .box {
			background: url(../img/box_bg.gif) repeat-x;
			color: #000E16;
			float: left;
			font-size: 11px;
			height: 140px; /* 210px */
			line-height: 15px;
			padding: 10px 10px 60px 10px;
			width: 239px; /* 259px */
		}
		
		#teaserboxes .box p {
			margin: 0 0 10px 0;
		}
		
		#teaserboxes .box a {
			background: url(../img/box_a_bg.gif) no-repeat;
			color: #0088BF;
			font-weight: bold;
			padding: 0 0 0 10px;
			text-decoration: underline;
		}
		
		#teaserboxes .box a:hover {
			text-decoration: none;
		}
		
		#teaserboxes .box img {
			border: 1px solid #A7D7EA;
			margin: 0 10px 0 0;
		}
		
		#teaserboxes .box h1 {
			color: #00354F;
			font-size: 18px;
			font-weight: normal;
			padding: 0 0 7px 0;
		}	
		
		#teaserboxes .box input {
			background: #FFF;
			border: 1px solid #A7D7EA;
			color: #000;
			font-size: 11px;
			margin: 0 0 10px 0;
			padding: 3px 2px 3px 2px;
			width: 150px;
		}
		#teaserboxes .box #pscroller{
			background: #FFF;
			border: 1px solid #A7D7EA;
			color: #000;
			font-size: 11px;
			padding: 3px 2px 3px 2px;
		
		}	