#forsidetop {
    float:right;
    width:730px;
    margin-top: 0px;
    margin-right: 10px;
    height: auto !important;
    min-height: 250px;
    height: 250px;
    background: #FFFFFF;
/*    position: relative;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    z-index: 2;
    behavior: url(../../styles/ie-css3.htc);*/
}


#forsidebund1 {
    float:left;
    width:210px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
    background:#f1f1eb; /* #f2f3d5 */
    height: auto !important;
    min-height: 260px;
    height: 260px;
    position: relative;
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    z-index: 2;
    behavior: url(../../styles/ie-css3.htc);
}

#forsidebund2 {
    float:right;
    width:490px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto !important;
    min-height: 260px;
    height: 260px;
    padding:0px;
    background: #FFFFFF;
}

#forsidebund21 {
    float:left;
    width:220px;
    margin-right: 5px;
    padding:0px;
    background:#f1f1eb;
    height: auto !important;
    min-height: 260px;
    height: 260px;
    padding: 10px;
}

#forsidebund22 {
    float:right;
    width:220px;
    margin-left: 5px;
    height: auto !important;
    min-height: 260px;
    height: 260px;
    padding: 10px;
    background: #f1f1eb;
    position: relative;
    -moz-border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    z-index: 2;
    behavior: url(../../styles/ie-css3.htc);
}

#forsidetop1 h4 {
                background-color: #296996;
                color: #FFFFFF;
                padding-left: 13px;
                position: relative;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		z-index: 2;
		behavior: url(../../styles/ie-css3.htc);
}

#forsidebund21 h2 {
                background-color: #8ec100;
                color: #FFFFFF;
                font-size: 21px;
                padding-left: 17px;
    		position: relative;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		z-index: 2;
		behavior: url(../../styles/ie-css3.htc);
}

#forsidebund1 h2, #forsidetop1 h2, #forsidebund22 h2 {
                background-color: #296996;
                color: #FFFFFF;
                font-size: 21px;
                padding-left: 17px;
    		position: relative;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px 6px 6px 6px;
		z-index: 2;
		behavior: url(../../styles/ie-css3.htc);
}

#example {
	width:700px;
	height:236px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:730px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:730px;
	height:236px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:7px 290px 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
