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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #3e3e3e;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: 300;
	background: #fff
}

.container {
	position: relative;
	width: 890px;
	min-height: 100%;
	margin: 0px auto;
	background: #fff url(../container-background.jpg);
}

.header {
	position: relative;
	width: 860px;
	margin: 0px; auto;
	padding-left: 15px;
	padding-right: 15px;
}
.submenu {
	position: relative;
	width: 860px;
	margin: 0px; auto;
	padding-left: 15px;
	padding-right: 15px;
}

.content {
	position: relative;
	width: 860px;
	margin: 0px; auto;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 15px;
}

.rubrik {
	font-size: 18pt;
	color: #0690CB;
	font-weight: 100;
	line-height: 30px;
}
.rubrik2 {
	font-size: 14pt;
	color: #0690CB;
	font-weight: 100;
	line-height: 25px;
}
.rubrik3 {
	font-size: 12pt;
	color: #0690CB;
	font-weight: 100;
	line-height: 25px;
}
.cRubrik {
	font-size: 9pt;
	color: #fff;
	font-weight: 500;
}
.cRubrik2 {
	font-size: 9pt;
	color: #0690CB;
	font-weight: 500;
}
.rubrik_liten {
	font-size: 10pt;
	color: #0690CB;
	font-weight: 700;
}

.textfield {
	width: 300px;
}

A:link		{ text-decoration: none; color: #666666; font-weight: 700;}
A:visited	{ text-decoration: none; color: #666666; font-weight: 700;}
A:hover		{ text-decoration: underline; color: #0690cb; font-weight: 700;}

/* for Internet Explorer */
/*\*/
* html .container {
height: 100%;
}
/**/
