@charset "UTF-8";
/* CSS Document */

@import url("standard.css");

#main {
	margin:auto;
	width:658px;}

#top {
	background-image:url(../billeder/top.jpg);
	background-repeat:no-repeat;
	height:206px;
	margin-bottom: 10px;}
	
#topstykke {
	background-image:url(../billeder/topstykke.jpg);
	background-repeat:no-repeat;
	height:14px;}
	
#indhold {
		background-image:url(../billeder/indhold.jpg);
		background-repeat:repeat-y;}
		
#indholdLeft {
	width:127px;
	float:left;
	padding: 0px 10px 10px 10px;
	}

#indholdRight {
	float:right;
	width:491px;
	padding: 0px 10px 10px 10px;}
		
#bund {
	background-image:url(../billeder/bund.jpg);
	background-repeat:no-repeat;
	height:52px;
	clear:both;}
	
.teaserHide {
	height: 90px;
	overflow: hidden;
}
.teaserShow {
	
}
	
	
/* DESIGN */

.infoBox {
	position: relative;
	float:right;
	width:200px;
	margin: 0px 0px 10px 10px;}
.infoBoxSpeciel {
	position: relative;
	float:right;
	width:300px;
	margin: 0px 0px 10px 10px;}
.infoBoxNews {
	position: relative;
	float:right;
	width:471px;
	margin: 0px 20px 20px 0px;
	}

.centerCenter {
	background-color:#ebffdf;
	border: 1px solid #e1eedb;
	padding: 10px;}

.leftTop,.rightTop,.leftBottom,.rightBottom {
	position: absolute;
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
}
	
.leftTop {
	top: 0px;
	left: 0px;
	background-image: url(../billeder/infoBox/leftTop.jpg);
}

.rightTop {
	top:0px;
	right:0px;
	background-image:url(../billeder/infoBox/rightTop.jpg);
}

.leftBottom {
	bottom:0px;
	left:0px;
	background-image:url(../billeder/infoBox/leftBottom.jpg);
}

.rightBottom {
	bottom:0px;
	right:0px;
	background-image:url(../billeder/infoBox/rightBottom.jpg);}
	
hr {
display:block;
background-color:#818181;}
