/*********************************
 * Allmänna stildefinitioner     *
 *********************************/
 
* {
 	margin:0;
 	padding:0;
 	border:0;

/* Används för debugging på IE6 */
/* zoom: 1; */
 }

body {
	background-color: #DDDDDD;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%; /* Motsvarar 12px */
	line-height: 130%;
	border-top: solid white 1px;
	border-left: solid white 1px;
}

#all {
	background: #FFFFFF;
	width: 760px;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
}

input, select, textarea, button {
	font: inherit;
	border: 1px solid black;
	padding: 1px;
	margin: 3px;
	vertical-align: middle; *vertical-align: text-bottom;
}

option {
	font: inherit;
	padding-left: 2px;
	margin-right: 4px;
	vertical-align: middle; *vertical-align: text-bottom;
}

input[type=submit], button {
	background-color: #cccccc;
}

table, tr, td {
	font: inherit;
}

.bildtext {
	font-size: 100%; /* Motsvarar 12px */
	font-style: italic;
}

.textError {
	color:red;
}


/*********************************
 * Länktyper                     *
 *********************************/
a:link {
	color: #22365D;
}

a:visited {
	color: #502272;
}

.shortcut-container a, .shortcut-container a:visited {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	padding-left: 14px;
}

.shortcut-container a:hover {
	color: #22365D;
	background: url(arrow.png) no-repeat 0px 1px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%; /* Motsvarar 18px */
	line-height: 150%;
	font-weight: bold;
	color: #1E5A4B;
	margin-bottom: 1em;
}

h2 {
	font-size: 117%; /* Motsvarar 14px  */
	font-weight: bold;
	line-height: 117%;
	color: #1E5A4B;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 100%; /* Motsvarar 12px  */
	font-weight: bold;
	color: #1E5A4B;
}

.ingress a {	
	color: inherit;
	text-decoration: none;
}

.ingress a:hover {
	color: inherit;
	text-decoration: underline;
}

.ingress a:visited {	
	color: inherit;
}


/*********************************
 * Sidhuvud                      *
 *********************************/
#header {
 	height: 47px;
	padding: 16px 19px 0 19px;
	background: #ffffff 0px 100% url(top_background.png) repeat-x;
}

.logo {
	float: left;
	position:relative;
	top:-3px;
	display:block;
}


#header_right {
	width:280px;;
	position:relative;
	top:3px;
	float:right;
}


#quicklinks {
 	position:absolute;
 	right: 10px;
 	top: -10px;
}

#searchbox {
	float:left; 
	display:block;
}

#search {
	width: 128px;
	margin-right: 6px;
}



/*********************************
 * Innehåll                      *
 *********************************/ 
 
#content {
	position: relative;
 	padding: 19px 0 19px 0;
 }
 
#content img {
	margin-top: 2px;
	margin-bottom: 2px;
 	padding: 8px; 
 	background: white; 
 	border: solid 1px #DDDDDD;
 }
 
/* Hantering av marginaler för bilder mm. */
#content .alignLEFT {
	margin-left: 0px;
	margin-right: 4px;
}

#content .alignRIGHT {
	margin-left: 4px;
	margin-right: 0px;
}
 
/* För att kunna avaktivera ram */
#content img.noborder {
	background: 0;
	border: 0;
	padding: 2px;
}
 
#content hr {
	border: 0;
	height: 5px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	/* Bör fungera i IE & Mozilla, Opera kan visa fel färg... */
	margin: 1.2em 0 1.2em 0;
	clear: both;
}

.breadcrumbs {
	font-size: 92%; /* Motsvarar 11px */
	padding-bottom: 1em;
}

.breadcrumbs a {
/*	text-decoration: none; */
}

#main {
	float: left;
	width: 579px;
	position: relative;
	left: 185px;
}

#links {
 	float: left;
 	position: relative;
 	width: 175px;
 	right: 579px; 
}

#text {
	float: left;
	width: 370px;
	padding-right: 30px;
}

#sidebar {
 	float: left;
	width: 175px;
 	position: relative;
 	line-height: 160%;
}

#sidebar_contents {
	margin-left: 9px;
}

#sidebar_contents hr {
	margin-left: -9px;
	margin-right: -9px;
	width: 184px;
}

#sidebar_contents img {
	margin-left: -9px;
	margin-right: -9px;
}



/*********************************
 * Sidfot                        *
 *********************************/
 
#footer {
	font-size: 92%; /* Motsvarar 11px */
 	padding: 19px;
	clear: both;	
}

#footer hr {
	border: 0;
	height: 1px;
	color: #C72846;
	background-color: #C72846;
	/* Bör fungera i IE & Mozilla, Opera kan visa fel färg... */
	/* margin-bottom: 1em; */
	margin: 1em 0 1em 0;
}

#footer a {
	text-decoration: none;
}


#footertext {
	float: left;
}


#footerlinks {
	float: right;
	text-align: right;
}

#end {
	clear: both;
}

/*********************************
 * Menyer                        *
 *********************************/

.topmenu {
	height: 25px;
	margin: 0;
	padding: 0;
	background: #c72846 url(menu_background.gif) repeat-x;
	clear: both
}

.topmenu div div {
	float: left;
	height: 25px;
	background: #FFFFFF url(vit_ton.png) repeat-x;
}

.topmenu a, .topmenu a:visited {
/*	display: block; */
	padding: 6px 13px 5px 13px;
	padding-left: 13px;
	padding-right: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 1px;
	height: 25px;
	background: #c72846 url(menu_background.gif) repeat-x;

	font-size: 100%; /* Motsvarar 12px  */
	line-height: 26px; /* För att centrera menyvalen */ 
}

.topmenu a:hover, .topmenu .current a {
	font-weight: bold;
	text-decoration: none;
	color: #313131;
	background: 0;	
}



.leftmenu {
	/*margin-left:-19px;*/
	background: url(menuline.png) no-repeat 0px 100%;
	padding-bottom: 1px;
	width: 175px;
	line-height: 35px;
}

.leftmenu div {
	margin-bottom: 8px;
	line-height: 35px;
	
}

.leftmenu div div {
	margin-bottom: 0;
}

/* Dölj menyer på översta nivån eftersom de redan visas i toppmenyn */
.leftmenu .subLevel1 {
	display: none;
}

.leftmenu .subLevel2 {
	/* line-height: 35px; */
}

.leftmenu .subLevel2 a {
	display: block;
	line-height: 16px;
	font-weight:bold;
	color:#222222;
	text-decoration: none;
	padding-left:11px;
	padding-top:9px;
	background: url(menuline.png) no-repeat 0px -1px;
}

.leftmenu .subLevel2.current a {
	color: #1E5A4B;
	text-decoration: none;
	padding-left: 11px;
}

.leftmenu .subLevel3 a {
	display: block;
	line-height: 15px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 9px;
}

.leftmenu .subLevel3.current a {
	font-weight: bold;
}

.leftmenu .subLevel4 a {
	display: block;
	line-height: 15px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	padding-left: 29px;
	padding-top: 9px;
}

.leftmenu .subLevel4.current a {
	font-weight: bold;
}

.leftmenu .subLevel5 a {
	display: block;
	line-height: 15px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	padding-left: 38px;
	padding-top: 9px;
}

.leftmenu .subLevel5.current a {
	font-weight: bold;
}

.leftmenu .subLevel6 a {
	display: block;
	line-height: 15px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	padding-left: 47px;
	padding-top: 9px;
}

.leftmenu .subLevel6.current a {
	font-weight: bold;
}


/*********************************
 * Banners                       *
 *********************************/
 
#ads {
	position: absolute;
	left: 775px;
	top: 11px;
	line-height: 0px; /* Avstånd mellan banners */
	background: url(ads.gif) no-repeat 0px 0px;
	/*padding-top:7px;	*/
	width:250px;
}

.textad {
	background-color: white;
	padding:3px;
	margin-bottom: 4px;
}

.bannerad {
	margin-top:8px;
}

#ads img {
	margin-top:8px;
}
