@charset "utf-8";
/* CSS Document */

/*Box*/
#box{
	margin: auto;
	width: 100%;
}

#box_top{
	/*position:relative;*/
	width: 933px;
	height: 29px;
	background: url(../images/box_top.png) no-repeat;
}

#box_content{
	/*position:relative;*/
	width: 933px;
	background: url(../images/box_content.png) repeat-y;
	padding: 0 29px 0 0px;
}


#box_content h1{
	padding-left: 26px;
	padding-right: 29px;
}

#box_bottom{
	/*position:relative;*/
	width: 933px;
	height: 29px;
	background: url(../images/box_bottom.png) no-repeat;
}

/*MediumBox*/

#mediumBox{
	float: left;
}

#mediumBox_top{
	/*position:relative;*/
	width: 694px;
	height: 29px;
	background: url(../images/mediumBox_top.png) no-repeat;
}

#mediumBox_content{
	/*position:relative;*/
	width: 694px;
	background: url(../images/mediumBox_content.png) repeat-y;
	padding: 0px;
	padding-left: 0px !important;
}

#mediumBox_content p{
	padding-left: 26px;
	padding-right: 29px;
}

#mediumBox_content h1{
	padding-left: 26px;
	padding-right: 29px;
}

#mediumBox_bottom{
	/*position:relative;*/
	width: 694px;
	height: 29px;
	background: url(../images/mediumBox_bottom.png) no-repeat;
}

/*SmallBox*/
#smallBox{
	float: left;
}

#smallBox_top{
	/*position:relative;*/
	width: 245px;
	height: 29px;
	background: url(../images/smallBox_top.png) no-repeat;
	margin-left: -6px;
}

#smallBox_content{
	/*position:relative;*/
	width: 245px;
	background: url(../images/smallBox_content.png) repeat-y;
	padding: 0px;
	margin-left: -6px;
}

#smallBox_content ul{
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
}

#smallBox_content p{
	padding-left: 26px;
	padding-right: 29px;
}

#smallBox_content h1{
	padding-left: 26px;
	padding-right: 29px;
}
#smallBox_bottom{
/*	position:relative;*/
	width: 245px;
	height: 29px;
	background: url(../images/smallBox_bottom.png) no-repeat;
	margin-left: -6px;
}

/*logo*/

#logo_top{
	position:relative;
	width: 933px;
	height: 19px;
	background: url(../images/logobox_top.png) no-repeat;
}

#logo_content{
	position:relative;
	width: 933px;
	background: url(../images/box_content.png) repeat-y;
	padding: 0 29px 0 26px;
}

#logo_bottom{
	position:relative;
	width: 933px;
	height: 19px;
	background: url(../images/logobox_bottom.png) no-repeat;

}

/*Inner box*/

#inner_box_top{
	/*position:relative;*/
	width: 639px;
	height: 14px;
	background: url(../images/inner_box_top.png) no-repeat;
	margin-top: 10px;
	margin-left: 20px;
}

#inner_box_content{
	/*position:relative;*/
	width: 639px;
	background: url(../images/inner_box_content.png) repeat-y;
	margin-left: 20px;
	margin-right: 29px;
}

#inner_box_bottom{
	/*position:relative;*/
	width: 639px;
	height: 14px;
	background: url(../images/inner_box_bottom.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 20px;
}

/*Grey box*/

#grey_box_top{
	/*position:relative;*/
	width: 639px;
	height: 14px;
	background: url(../images/grey_box_top.png) no-repeat;
	margin-top: 10px;
	margin-left: 20px;
}

#grey_box_content{
	/*position:relative;*/
	width: 639px;
	background: url(../images/grey_box_content.png) repeat-y;
	margin-left: 20px;
	margin-right: 29px;
}

#grey_box_bottom{
	/*position:relative;*/
	width: 639px;
	height: 14px;
	background: url(../images/grey_box_bottom.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 20px;
}

/*IE png support script !! HUSK!! iepngfix filen skal altid ligge sammen med dit stylesheet. */

img { 
	behavior: url(iepngfix.htc); }