/* Standard stylesheet | Copyright: IdeText i Dalarna AB | www.idetext.se */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px/140% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../grafik/logga-kreAktiv.gif) no-repeat;
}
.hide {
	display: none;
}
#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../grafik/rubrik-kreAktiv.gif) no-repeat;
	height: 85px;
}
#mainmenu {
	color: #FFFFFF;
	background: #999999;
}
#mainmenu ul {
	text-align: center;
}
#mainmenu li {
	list-style: none;
	border-right: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
}
#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px 2px;
}
#mainmenu a:hover {
	background: #C0CCE2;
	color: #0B48A0;
}
#content {
	padding-top: 16px;
}
#sidebar {
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 510px;
}
#main dl {
}
#main dt {
}
#main dd {
	margin-left: 12px;
	line-height: 130%;
}
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #999999;
	padding: 3px 0px;
	font-weight: bold;
}
h1, h2, h3, h4 {
	margin-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 6px;
	line-height: 120%;
}


p {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
ul, ol {
	margin-top: 0.3em;
	padding-left: 20px;
	margin-bottom: 0.3em;
}

.right {
	float: right;
	margin-left: 6px;
}
.left {
	float: left;
	margin-right: 6px;
}
.storText {
	font: 18px/150% Georgia, "Times New Roman", Times, serif;
}
input.button {
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
}
