/* Start of CMSMS style sheet 'structure' */
* {
	margin: 0;
}

html {
	/* height: 100%; stickyFooter*/
	margin: 0;
	padding: 0;
}

body {
	height: 100%; /*stickyFooter*/
	background: transparent url('images/site-background.gif') top left repeat-x;
}

#container {
	margin: 30px auto 0 auto;
	position: relative; /*stickyFooter*/
	/* min-height: 100%; stickyFooter */
	min-width: 900px;
	width: 75%;

	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/

	background: white; /*url('images/leftside2.png') top left repeat-y;*/

}

* html #container {
	/* height: 100%; stickyFooter */
}


#header {
	margin-bottom: 20px;
	background: transparent url('images/logo.png') center center no-repeat;
	height: 170px;
}

#menu {
	margin-left: 10px;
	padding: 35px 0 35px 0;
	float: left;
	min-width: 170px;
	width: 19%;
	border-right: #a8a8a8 1px solid;
	background: transparent;
}

div.separator {
	background-color: transparent;
	height: 35px;
}

#links {
	background: red;
}

#content {
	padding: 0px 15px 20px 0; /*stickyFooter*/
	float: right;
	min-width: 690px;
	width: 75%;

	background: transparent; /*url('images/content3.png') top left no-repeat;*/
}

#info {
	margin: 15px 0 0 35px;
	padding: 15px 0 15px 25px;
	float: right;
	width: 280px;
	/*width: 35%;*/
	background: #f8f8f8;
	text-align: left;
}

#nyeProdukter {
	min-width: 600px;
	width: 66%;
	clear: both;
	background: transparent;
}

#footer {
	/* position: relative; stickyFooter
	margin: -100px auto 0 auto; stickyFooter */
	width: 100%;
	height: 30px;
	clear: both;
	background: transparent; /*url('images/bottom_gradient.png') top left repeat-x;*/
	text-align: center;
}

/* End of 'structure' */

