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

img, div {
	behavior: url(tmp/externalizer/iepngfix.htc)
}

.clear_left {
clear: left;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000;
	background: #7e8667 url(tmp/externalizer/img/body_bg.jpg) repeat-x top;
}

#headertop {
width: 740px;
height: 20px;
margin: 0 auto;
background: url(tmp/externalizer/img/headertop_bg.png) no-repeat center bottom;
}

#pageholder {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 11px;
	background: url(tmp/externalizer/img/pageholder_bg.png) repeat-y center;
}

#header {
	margin: 0 20px;

}

#menu {
	height: 40px;
	margin: 0 20px;
	background: url(tmp/externalizer/img/menu_bg.gif) repeat-x top;
}

#content {
	float: left;
	width: 660px;
	padding: 0 40px;
	margin: 11px 0 0;
	background: url(tmp/externalizer/img/pageholder_bg.png) repeat-y center;
}
/*
#sidebar {
float: left;
width: 240px;
height: 200px;
	background: url(tmp/externalizer/img/tag.jpg) no-repeat center top;
border: solid 1px #000;
}
*/
#contentbottom {
	clear: both;
	width: 740px;
	height: 25px;
	margin: 0 auto;
	background: url(tmp/externalizer/img/contentbottom_bg.png) no-repeat center top;
}

#footer {
	width: 660px;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
}

/***** HEADER & MENU *****/

#header h1 {
	display: block;
	width: 700px;
	height: 153px;
	text-indent: -999em;
	background: url(tmp/externalizer/img/vinprovning-present.jpg) no-repeat top center;
}

#menu ul {
	margin: 0 20px;
	padding: 5px 0;
}

#menu ul li {
	float: left;
	list-style: none;
	padding: 5px;
}

#menu h2, #menu h2 a {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#menu h2 {
	color: #c03;
}

#menu h2 a {
	color: #000;
}

/***** Typo *****/

h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 11px;
}

a {
	color: #c03;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* End of 'default' */

