@charset "UTF-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
	background-position: left top;
	padding: 0;
	line-height: 1.2em;
}
#container  {
	width: 60em;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #2D87E1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #2B64B0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

	
#container  a {
	outline: none;	
}
#container ul {
	padding-left: 1.1em;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

/* Meny2, undermeny
----------------------------------------*/

.undermeny {
	font-size: 105%;
	padding-left: 10px;
	padding-top: 0em;
	border-left: 1px solid #bfbfbf;
	padding-bottom: 2em;
	line-height: 150%;
}

.undermeny ul {
	padding-top: 0em;
	padding-left: 0em;
	list-style: none;
}
.undermeny  a:link   {
	color: #000000;
}
.undermeny .active {
	text-decoration: underline;
	color: #000000;
}
.undermeny a:visited {
	color: #000000;
}
.undermeny li {
	list-style-type: none;
	padding-right: 1em;
	color: #000000;
}
.undermeny a:hover {
	text-decoration: underline;
	overflow: auto;
	color: #2D87E1;
}


/* Meny 1
--------------------------------------*/

#meny1 {
	padding-left: 25px;
	margin: 0px;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1399ff;
}

#meny1 .active   {
	text-decoration: underline;
	text-color: #0FFFFF
}
#meny1 a {
	color: #000000;
	text-decoration: none;
}
#meny1 a:hover {
	text-decoration: underline;
	color: #3399FF;
}
#meny1 li {
	display: inline;
	padding-right: 1em;
}

#meny1 ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}


.oneColElsCtr {
	text-align: left;
	padding: 0em;
	margin: 0px;
}


/*Sidhuvud 
------------------------------------*/

#sidhuvud {
	background-position: left top;
	height: 9.4em;
	margin-left: 0em;
	background-color: #FFFFFF;
	vertical-align: bottom;
	background-image: url(grafik/alfa_huvud_toning.gif);
	background-repeat: repeat-x;
}

#sidhuvud #meny_ridbild {
	padding-left: 19px;
}


/* mainContent
-----------------------------------*/

#mainContent  {
	width: 75%;
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
	line-height: 1.3em;
}

#mainContent p {
	padding-right: 0em;
}



/* Spalt 1
-------------------------------------*/

#mainContent  #spalt1  {
	width: 75%;
	float: left;
	margin-right: 1em;
	padding-bottom: 2em;
}

#mainContent #spalt1 h1 {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0.2em;
	font: normal 2.5em/1em "Curlz MT", Georgia, "Lucida Grande CE", serif;
}

#mainContent #spalt1 h2 {
	font-size: 1.3em;
	font-family: Georgia, serif;
}

#mainContent #spalt1 h3 {
	font-size: 1em;
	font-weight: bold;
}
#mainContent  #spalt1 p {
	margin-top: 0.5em;
}
#mainContent  #spalt1 img {
	clip: rect(auto,auto,auto,15px);
	padding-bottom: 5px;
}

#mainContent  #spalt1 li {
	padding: 0.2em;
}
#mainContent #spalt1 ul {
	padding-top: 0px;
}

/*Spalt2 
-----------------------------------*/

#spalt2 {
	width: 30%;
	display: inline;
	float: right;
}

/*Sidfot 
-----------------------------------*/


#linje_avdelare   {
	height: 1px;
	width: 960px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#footer {
	font-size: 70%;
	padding-left: 25px;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
	border-top: 1px solid #1399ff;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer #inloggning {
	text-align: right;
	padding-right: 2em;
}

#footer_credit {
	font-size: 50%;
	float: right;
	padding-top: 4px;
}

/*Diverse
--------------------------------------*/
#mainContent iframe {
	height: 110px;
	width: 350px;
}
#mainContent embed {
	text-align: left;
}



