* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECECEC;
	color: #000000;
	background-image: url(images/fadeblack.gif);
	background-repeat: repeat-x;
}

/* Contact-mailform */
#mailtable {
	font-size: 11px;
	font-weight: bold;
}

.mailform {
	border: 1px solid #888;
	background-color: #fffadd;
	color: black;
}

input.mailform {
	margin-left: 10px;
	margin-top: 5px;
	width: 560px;
}

input.mailformerror {
	margin-left: 10px;
	margin-top: 5px;
	width: 560px;
	background-color: #fca0a0;
	
}

#sendmail {
	border: 1px solid #888;
	margin-top: 8px;
}

textarea.mailform {
	font-family: Arial, Helvetica, sans-serif;
	width: 99%;
}


textarea.mailformerror {
	font-family: Arial, Helvetica, sans-serif;
	width: 99%;
	background-color: #fca0a0;	
}


.mailformlabel {
	margin-left: 1px;
}


/* Table styles */
#main_table {
	border: 1px solid #666;
	background-color: #FFF;
	color: black;
}

#main_cell {
	border-top: 1px solid #666;
	width: 635px;
	padding: 10px;
	vertical-align: top;
	line-height: 150%;
}

#head_cell {
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
	background-color: #AFCEE5;
	height: 120px;
	vertical-align: middle;
}

#menu_cell {
	background-color: #AFCEE5;
	padding-top: 20px;
	border-right: 1px solid #666;
	padding-bottom: 20px;
	color: black;
	vertical-align: text-top;
}


/* Misc data outside main_table */
#footer {
	font-size: 10px;
	margin-top: 20px;
}

li {
	margin-left: 25px;
}


h1 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
}

h2 {
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	display: inline;
}

em {
	font-weight: normal;
	font-style: italic;	
}

strong {
	font-weight: bold;
	font-style: normal;	
}

i {
	font-weight: normal;
	font-style: italic;	
}

b {
	font-weight: bold;
	font-style: normal;	
}


.info {

}

a {
	color: #254f99;
		text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #EE0000;
}

/* Detta är för att menyn skall se ut som den gör */

a.menu {
	min-height: 22px;
	color: #000000;
	font-size: 12px;
	font-weight: bold; 	
	padding: 5px 0px 0px 20px;
	display: block;
}

a.menu_selected {
	min-height: 22px;
	color: #000000;
	font-size: 12px;
	font-weight: bold; 
	padding: 3px 0px 0px 20px;
	display: block;
	background-image: url(images/arrow.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
/*	background-color: #cdcde0;*/
}

a.menu:hover, a.menu:active, a.submenu:hover, a.submenu:active {
	color: #FFFFFF;
	background-color: #254F99;
	font-weight: bold; 	
	text-decoration: underline;
}

a.submenu {
	font-weight: bold; 
	min-height: 16px;
	color: #000000;
	font-size: 10px;
	padding: 0px 0px 0px 22px;
	display: block;
}

a.submenu_selected {
	color: #000000;
	min-height: 16px;	
	font-size: 10px;
	font-weight: bold; 
	background-image: url(images/smallarrow.gif);
	background-position: 12px 0px;
	background-repeat: no-repeat;

	padding: 0px 0px 0px 22px;
	display: block;
/*	background-color: #dddddd;*/
}

/* Slut på menyn */
