/* CSS for forum reference site... */

/* General stuff */
/*#####################################################*/

body {
	background: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 90%;
}

h1 {
	border-bottom: 1px solid grey;
	font-size: 22px;
	text-align: center;
	margin: 0.6em 5em;
	padding: 0;
}

h2 {
	font-size: 15px;
	margin: 1em 0 0 0;
	padding: 0;
}

.error {
	color: red;
	font-weight: bold;
}

/* Page layout */
/*#####################################################*/

div.mainframe {
	border: 1px solid black;
	width: 750px;
	margin: 0 6em;
	padding: 0;
}

.left_column {
	width: 130px;
	vertical-align: top;

	margin: 0;
	padding: 0;

	font-style: italic;
	font-size: 12px;
}

.main_data {
	width: 100%;
	vertical-align: top;

	margin: 0;
	padding: 0 0 0 10px;

	font-size: 14px;
}

.right_column {
	width: 127px;
	vertical-align: top;

	margin: 0;
	padding: 0;

	font-style: italic;
	font-size: 12px;
	text-align: center;
}

/* Menu */
/*#####################################################*/

div.scek_menu {
	background: lightblue url(images/navigasjon_background.jpg);
	text-align: center;
	font-style: normal;
	font-size: 16px;
}

div.external_menu {
	background: lightblue url(images/eksternenyheter_background.jpg);
	text-align: center;
	font-style: normal;
	font-size: 12px;
}

.menu_item {
	display: block;
	color: gray;
	margin: 0px 0;
}

a.menu_item {
	color: blue;
	-moz-outline-style: none;
}
a:active {
}

/* Footer */
/*#####################################################*/

tr.authors {
	background: #CCCCCC;
	color: #303030;
	text-align: center;
	font-size: 12px;
}

td.webmaster {
	text-align: left;
}

td.design {
	text-align: right;
}

div.scek_footer {
	font-size: 12px;
	text-align: center;
}

table.centrals {
	font-size: 12px;
	align: center;
}

table.statistics {
	width: 750px;
	margin: 0 9em;
	font-size: 10px;
}

/* Articles */
/*#####################################################*/

h2.important {
	color: red;
}

div.signature {
	font-size: 10;
}

table.article_info {
	font-size: 15px;
}

div.admin {
	font-size: 10px;
	text-align: right;
	margin: 0.5em;
}

