/* === CSS RESETTER from Myerweb.com === */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;/*text-align: left;*/
	text-align: left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* === CSS för själva sidans upplägg === */

#leftContainer {
	width: 600px;
	position: absolute;
	margin-left: -975px;
	left: 50%;
}
#mainContainer {
	width: 750px;
	position: absolute;
	margin-left: -375px;
	left: 50%;
}
#rightContainer {
	width: 600px;
	position: absolute;
	margin-left: 375px;
	left: 50%;
}
#nav1 {
	width: 700px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	top: 350px;
}
#nav2 {
	width: 400px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 322px;
}
#foter {
	width: 750px;
	position: absolute;
	margin-left: -375px;
	left: 50%;
	top: 2130px;
}
/* === CSS för själva dropdown Meny === */

#header ul {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	text-align: left;
}
#header ul li {
	display: block;
	position: relative;
	float: left;
}
#header ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 2px;
	background-color: #E9E4E2;
	color: #001E46;
}
#header li ul {
	display: none;
}
#header ul li a:hover {
	background-color: #8FA9C2;
	color: #003;
}
#header li:hover ul {
	display: block;
	position: absolute;
}
#header li:hover li {
	float: none;
	font-size: 13px;
	font-weight: normal;	
}
#header li:hover a {
	background: #8FA9C2;
	color: #003;
}
#header li:hover li a:hover {
	color: #003;
	background-color: #B4C5D6;
}
/*
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
*/
/* === CSS för Övrigt utseende === */

body {
	background-color: #CDC2B6;
	font-family: Arial, Verdana;
}
#leftContainer {
	background-image: url(../images/forCSS/BigLeft.jpg);
	height: 2252px;
	margin-top: -63px;
}
#mainContainer {
	background-color: #E9E4E2;
	height: 2187px;
	text-align: left;
}
#rightContainer {
	background-image: url(../images/forCSS/BigRight1.jpg);
	height: 2252px;
	margin-top: -63px;
}
#partner {
	height: 700px;
	margin-top: 546px;
	background-color: #E9E4E2;
	width: 230px;
	margin-left: 70px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#header {
	height: 383px;
	background-image: url(../images/forCSS/Header2.jpg);
}
#header img {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#foter {
	border-top: 1px solid #001E46;
}
#foter table td {
	font-size: x-small;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainInformation {
	line-height: 130%;
}
#mainInformation h1 {
	text-align: center;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #013473;
	font-style: italic;
	margin-bottom: 1em;
	padding-top: 2em;
	font-weight: bold;
}
#mainInformation h2 {
	color: #013473;
	font-style: italic;
	font-size: 28px;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	
}
#mainInformation h3 {
	position: relative;
	left: 260px;
}
#mainInformation .indraget {
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
}
#mainInformation .colage img {
	margin: 10px;
}
#mainInformation .center {
	text-align: center;
}
#mainInformation .right {
	text-align: right;
}
.kraftig {
	font-weight: bold;
}

