/* *********************
 		 contentboxen.css
* **********************
version:   1.0
date:      04/01/07
author:    
email:     
website:   www..de
version history:
********************** */
/* ---------------------------------------------------- */
/* ***  1.0 Contentbox  *** */
/* ***  2.0 Box 1  *** */
/* ***  3.0   *** */
/* ---------------------------------------------------- */
/* ***  1.0 Contentbox  *** */
#contentbox {
margin: 1.2em 0em 0.5em 0em;
float:left;
width: 700px;
}
/* ========== Glider */
	div.scroll {
		width:auto;
		margin-left:3px;
		overflow: hidden;
	}
	div.scroll a {
		float: left;
	}
	div.scroller { 
		width: 603px;
		height: 280px;
		overflow: hidden;
		position: relative;
	}
	div.scroller div.section {
		width:608px;
		height:271px;
		float:left;	
		overflow: hidden;
		margin: -4px 0px 0px 0px;
	}
	div.scroller div.cont {
		width: 10000px;
	}
	div #container {
		width:603px; 
		background: url(../img/contentbox/bg-cbox.gif) top left repeat-x;
		float:left;
		margin-bottom:0px;
	}
	.startboxImage {
		width: 240px;
		height: 180px;
		border: 1px solid #ABE5F4;
		margin: 6px 0px 10px 0px;
	}
	p.section_content, p.section_content_two {
		float: left;
		width: 240px;
		padding: 18px 32px 10px 30px;
		font-size:11px;
		height:100%;
	}
	p.section_content_two {
		border-left: 2px solid #CEF8FF;
		padding: 18px 20px 10px 30px;
	}
.startboxTitle, .startBoxSummary {
	clear: both;
	display: block;
	position: relative;
	}

.startBoxSummary {
	margin: 2px 0px;
}
#contentbox a {
	color: #007BBF;
	font-size: 1em;
}
#scrolla {
	cursor: pointer;
}

