/*
	Standard inställningar
*/
img, div { behavior: url(iepngfix.htc) }
body {
	text-align: center;
	height: 100%;
	margin: 0px;
	font-size: 11px;
	font-family: tahoma;
	background: #e0e0e0;
	color: #000000;
}
html {
	height: 100%;
}

td {
	font-size: 11px;
	font-family: verdana, tahoma;
}

div {
	font-size: 12px;
	font-family: arial;
}

div a {
	font-size: 13px;
	font-family: verdana, tahoma;
	color: #d8d8d8;
	TEXT-DECORATION: NONE;
	font-weight: bold;
}

div a:hover {
	color: #120df8;
	TEXT-DECORATION: NONE;
	font-weight: bold;
}

.header {
	background-image: url('images/header_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: verdana, tahoma;
}

.push {
	height: 149px; /* .push must be the same height as .footer */
}

.footer {
	background-image: url('images/footer_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 149px;
	font-size: 11px;
	font-family: verdana, tahoma;
}


.table {
	vertical-align: top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

table {
	font-size: 11px;
	font-family: arial;
}
td {
	vertical-align: top;
}

input {
	border: 1px solid #000000;
	background: #d3d3d3;
	font-size: 11px;
	font-family: verdana, tahoma;
	width: 200px;
}
select {
	border: 1px solid #000000;
	background: #d3d3d3;
	font-size: 11px;
	font-family: verdana, tahoma;
}

textarea {
	border: 1px solid #000000;
	background: #d3d3d3;
	font-size: 11px;
	font-family: verdana, tahoma;
}

checkbox {
	border: 1px solid #000000;
	background: #d3d3d3;
	font-size: 11px;
	font-family: verdana, tahoma;
}

a {
	font-size: 11px;
	font-family: verdana, tahoma;
	color: #000000;
	TEXT-DECORATION: NONE;
	font-weight: bold;

}
a:hover {
	color: #120df8;
	TEXT-DECORATION: NONE;
	font-weight: bold;
}

.wrapper {
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -149px; /* the bottom margin is the negative value of the footer's height */
}


/*
	SLUT på standard inställningar
*/

h1 {
	font-family: tahoma, arial;
	font-size: 20px;
	font-variant: none;
	font-weight: normal;
	color: #535353;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #96bdca;
}
hr {
	border: 0px;
	height: 1px;
	color: #e3e4e3;
	background-color: #e3e4e3;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: verdana;
	font-size: 11px;
	font-variant: none;
	font-weight: normal;
	color: #1a1818;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

p {
	font-family: verdana;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	color: #535353;
	padding: 0px;
	margin: 0px;
	padding: 15px;
}



.linkBox { font-size: 11px; height: 21px; width: 80px; background: #365b67; border: 1px solid #b6d1da; text-align: center; padding-top: 6px; color: #ffffff; float: right;margin-left: 10px; font-weight: bold;}
.linkBox:hover { background: #96bdca; border: 1px solid #b6d1da; color: #ffffff; font-weight: bold;}
.linkBox a {  width: 80px; height: 21px; display: block; font-size: 11px; font-family: verdana, tahoma; color: #ffffff;	TEXT-DECORATION: NONE; font-weight: bold;}
.linkBox a:hover { font-size: 11px; font-family: verdana, tahoma; color: #ffffff;	TEXT-DECORATION: NONE; font-weight: bold;}
a {
	font-size: 11px;
	font-family: verdana, tahoma;
	color: #000000;
	TEXT-DECORATION: NONE;
	font-weight: bold;

}
a:hover {
	color: #120df8;
	TEXT-DECORATION: NONE;
	font-weight: bold;
}


.boxTopLeft { width: 18px; height: 18;background: url('images/box_top_left.png'); background-repeat: no-repeat; font-size: 10px; z-index: 1; }
.boxTopRight { width: 18px; height: 18;background: url('images/box_top_right.png'); background-repeat: no-repeat; font-size: 10px; z-index: 1; }
.boxBottomLeft { width: 18px; height: 18;background: url('images/box_bottom_left.png'); background-repeat: no-repeat; font-size: 10px; z-index: 1; }
.boxBottomRight { width: 18px; height: 18;background: url('images/box_bottom_right.png'); background-repeat: no-repeat; font-size: 10px; z-index: 1; }
