/* General page layout */

html,body {
	background: url("../bilder/bg_grey.jpg");
	margin: 0; padding: 0;
	text-align: center;
	height: 100%;
	font: 12px arial;
}

#div_header {
	margin-top: 10px;
	width: 910px;
	height: 142px;
	font-size: 11px;
	background: url("../bilder/huvud.png");
	padding: 0px;
}

#div_loggain {
	margin-top: 30px; 
	margin-left: 700px;
	font-size: 14px;
	font-weight: bold;
}

#div_meny {
	width: 910px;
	padding: 0px;
	background: #fff;
	margin: 0px;
}

#div_content {
	background: #fff;
	width: 910px;
	font: 12px arial;
	text-align: left;
	color: black;
	margin: 0px;
	padding: 0px;
}

#div_footer {
	width: 910px;
}

#table_meny {
	font-size: 12px;
}

/* Tables */

#table_standard {
	font-size: 12px;
	font: Arial;
	line-height: 150%;
}


/* Customization */

.bild {
	border-style: double;
	border-color: #e7f1db;
	border-width: 2px;
}

/* Text and links */

.lank {
	text-decoration: none;
	color: #737374;
}

.lank:hover {
	text-decoration: none;
	color: #9C2A00;
}

.lank_meny {
	text-decoration: none;
	color: #6c6c6c;
}

.lank_meny:hover {
	text-decoration: none;
	color: #9C2A00;
}

.lank_orange {
	text-decoration: none;
	color: #9C2A00;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.red {
	color: red;
}

.image {
	border-style: double;
	border-color: #000;
}