@import url(typography.css);
html, body, ul, ol, li, form, h1, h2, h3, h4, h5, h6, p { 
	margin:0;
	padding:0
}

html, body {
	background:#FFF;
	text-align:center
}

img {
	border:0
}

table th {
	text-align:left;
}

/* --- site structure */
#site-container {
	width:964px;
	margin:0 auto;
	text-align:left;
}

/* --- site content -- */
#site-content {
	float:left;
	width:964px;
	min-height:640px;
	height:auto !important;
	height:640px;
}


/* --- left menu --- */
#menu-left {
	float:left;
	background:url(../img/left-menu-bg.gif) no-repeat right bottom;
	width:200px;
	height:500px;
}

#menu-left ul {
	list-style:none;
	margin-top:40px;
}

#menu-left ul li {
	width:200px;
	height:54px;
	margin-bottom:7px;
}

#menu-left ul li.item-1 {
	background:url(../img/menu-bg-01.gif) no-repeat left top;
}

#menu-left ul li.item-2 {
	background:url(../img/menu-bg-02.gif) no-repeat left top;
}

#menu-left ul li.item-3 {
	background:url(../img/menu-bg-03.gif) no-repeat left top;
}

#menu-left ul li.item-4 {
	background:url(../img/menu-bg-04.gif) no-repeat left top;
}

#menu-left ul li.item-5 {
	background:url(../img/menu-bg-05.gif) no-repeat left top;
}

#menu-left ul li.item-6 {
	background:url(../img/menu-bg-01.gif) no-repeat left top;
}

/* --- content right --- */
#content-right {
	float:left;
	width:760px;
	min-height:640px;
	height:auto !important;
	height:640px; 
}

#content-right .rubrik {
	float:left;
	display:inline;
	width:550px;
	padding-top:1em;
	padding-left:1em;
	margin:0;	
}

#content-right .underRubrik {
	float:left;
	display:inline;
	padding-left:1.5em;
	margin:0;	
}

.textblock ul li {
	background:url(../img/icon-check.gif) no-repeat left top;
	margin-bottom:10px;
	padding-left:23px;
}
	
.puffrad  {
	width:700px;
	height:165px;
	margin-left:10px;
}

.puffrad .puff {
	float:left;
	display:inline;
	width:250px;
	margin-left:2em;
}	

/* --- subpages --- */
.content-right-subpage .textblock {
	float:left;
	margin:0px auto auto 10px;
	padding-top:10px;
	width:760px;
	height:550px;
	overflow: auto;
	scrollbar-highlight-color: #e0e0e0; 	
	scrollbar-shadow-color: #a0a0a0; 
	scrollbar-arrow-color: #333333; 
	scrollbar-track-color: #f5f5f5; 
	scrollbar-darkshadow-color: #f5f5f5; 
	scrollbar-base-color: #d5d5d5; 
}

.content-right-subpage .textblock ul li {
	background:url(../img/icon-check.gif) no-repeat left top;
	margin-bottom:10px;
	padding-left:23px;
}

.content-right-subpage .textblock ul {
	list-style:none;
}

.content-right-subpage .textblock p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.inner {
	float:left;
	display:inline;
	margin: 0;
	padding:10px;
	width:400px;
}

.inner_left {
	float:left;
	margin: 0;
	padding:10px;
	width:310px;
}

.inner_right {
	float:left;
	margin-left:10px;
	padding:10px;
	width:305px;
}

.inner_center {
	margin-left:10px;
	padding:10px;
	width:520px;
}

/* --- bar --- */
.bar-left {
	float:left;
	background:url(../img/bar-left.gif) no-repeat right top;
	width:2px;
	height:32px;
}

.bar-middle {
	float:left;
	background:url(../img/bar-middle.gif) repeat-x left top;
	height:32px;
}

.bar-right {
	float:left;
	background:url(../img/bar-right.gif) no-repeat left top;
	width:2px;
	height:32px;
}

.form {
	background-color: white;
	border: #b4ab46 2px solid;
	padding:8px;
	width:400px;
	height:auto;
	margin:10px 0 0 0;
}


.block {
	float:left;
	display:inline;
	padding-left:10px;
}

/* --- classes */
.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-clear {
	clear:both;
}

.try-tic-tac {
	margin-right:50px;
}


.field {
	color: #333333; 
	padding-left: 3px; 
	margin: 0; 
	width: 12em; 
	height: 1.4em;
}

select.field { 
	width: 247px; 
	height: 2em;
}

textarea.field {
	width: 240px; 
	height: 5em;
}

input.knapp { 
	color: #5d5d5d; 
	width: 6em; 
	height: 1.8em;
}

/* --- header --- */
#header {
	position:relative;
	top:-77px;
	left:0;
	height:32px;
}

.header-login {
	float:right;
	margin-right:7px;
}

.header-login .bar-middle {
	padding:8px 15px;
}

/* --- bar --- */
.header-login .bar-left {
	float:left;
	background:url(../img/bar-left.gif) no-repeat right top;
	width:2px;
	height:32px;
}

.header-login .bar-middle {
	float:left;
	background:url(../img/bar-middle.gif) repeat-x left top;
	height:32px;
}

.header-login .bar-right {
	float:left;
	background:url(../img/bar-right.gif) no-repeat left top;
	width:2px;
	height:32px;
}

/* --- footer --- */
#footer {
	width:964px;
	padding-top:40px;
	text-align: center;
}


#footer ul {
	list-style:none;
}

#footer  ul li {
	display:inline;
	margin:0 12px 0 12px;
}