#content {
    margin:0 5px 0 0;
    float:left;
    width:700px;
    height:670px;
    border-bottom:none;
}

.content .padding {
	margin: 30px 20px 20px 25px; 
}

#wrapper {
	float: left;
	width: 100%;
	height:100%;
    background:transparent url(../images/raute/bg_wrapper_front.gif) repeat-y 0 0;
}

.carousel { margin-bottom:30px; }

div#searchForm {
	float:left;
	}
	
#highlights {
	margin: 0 5px 0 0;
	padding:5px;
	width:230px;
    height:100%;
}

.highlights {
	margin-top: 37px;
	margin-bottom: 20px;
	background-color:#FFF;
    border:solid 5px #eee;
}
.highlights {
	color:#000;
	text-decoration: none;
	font-size:0.9em; 
}

.highlights a {
	color:#298BD0; 
	font-size:1em;  
	text-decoration:underline;
	padding-left:10px;
	background:transparent url(../images/raute/read_more.gif) no-repeat 0 4px;
	display:block;
	}

.highlights a.linkimg {
	padding-left: 0px;
	background: none;
    }

a.h_archive { background-image:none; padding:0; }
.highlights h1 { font-size:0.9em; font-weight:bold; margin:8px 0 5px 0; }

.highlights p { padding:0 0 20px 0; /*border-bottom:solid 1px #BABABA;*/ font-size:0.9em; }

div#solution {
	background-color:#FFFFFF;
	border:5px solid #EEEEEE;
	font-size:0.8em; 
	padding:15px;
	width:210px;
	border-bottom:none;
	}

#carouselViews {
	list-style-type:none;
	position:relative;
	margin:0;
	padding:0;
	height:230px;
	border:solid 1px #d4d4d4;
	border-bottom:none;
	background-color:#f4f4f4;
}

#carouselViews h1 { font-size:50pt; line-height:35pt; }
#carouselViews h2 { font-size:20pt;color:#000; line-height:18pt; }

#carouselViews li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	padding:14px;
	
}

#carouselControls {
	margin-bottom:20px;
}

#carouselControls a {
	display:block;
	float:left;
	width:59px;
	
	padding:30px 10px 20px 40px;
	background-image:url(images/carouselControls.gif);
	background-repeat:no-repeat;
	background-position:-105px 0px;
	text-decoration:none;
	line-height:11px;
	color:#000;
	outline:none;
}

#carouselControls a:hover {
	text-decoration:underline;
}

#carouselControls a.selected {
	color:#067a67;
	background-position:0px 0px;
}
	