/*********************************
 * Allmänna stildefinitioner     *
 *********************************/
 
* {
 	margin:0;
 	padding:0;
 	border:0;

/* Används för debugging på IE6 */
/* zoom: 1; */
 }

body {
	background-color: white;
	font-family: georgia, serif;
	font-size: 75%; /* Motsvarar 12px */
	line-height: 130%;
	border: 0;
}

#all {
	width: 90%;
	border: 0;
	padding: 0 20px;
}

table, tr, td {
	font: inherit;
}

.bildtext {
	font-size: 100%; /* Motsvarar 12px */
	font-style: italic;
}


/*********************************
 * Länktyper                     *
 *********************************/
a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

.shortcut-container a {
	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;
	padding-bottom: 6px;
	line-height: 130%;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 6px;
	line-height: 130%;
}

h3 {
	font-size: 100%; /* Motsvarar 12px  */
	font-weight: bold;
	color: #1E5A4B;
	padding-bottom: 6px;
	line-height: 130%;
}


/*********************************
 * Sidhuvud                      *
 *********************************/
#header {
 	height: 47px;
	padding: 16px 19px 0 19px;
	background: #ffffff;
}

.logo {
	float: left;
	position:relative;
	top:-3px;
	display:block;
}


#header_right {
	width:280px;
	position:relative;
	top:3px;
	float:right;
}


#quicklinks {
	display: none;
}

#searchbox {
	display: none;
}

#tools {
	display: none;
}

#sidebar {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin: 20px;
}

/*********************************
 * Innehåll                      *
 *********************************/ 
 

.breadcrumbs a {
	text-decoration: none; 
}

.breadcrumbs {
	margin: 12px 0 24px 0;
}

#main {
	width: 100%;
}

#links {
	display: none;
}

#text {
	width:100%;
	padding: 0 20px;
}


/*********************************
 * Sidfot                        *
 *********************************/
 
#footer {
	font-size: 92%; /* Motsvarar 11px */
 	padding: 20px;
	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;
	clear: both;
}

.topmenu div {
	display: none;
}

.topmenu a:hover, .topmenu .current a {
	font-weight: bold;
	text-decoration: none;
	color: #313131;
	background: 0;	
}

.leftmenu {
	display: none;
}


/*********************************
 * Banners                       *
 *********************************/
 
#ads {
	display: none;
}