/* This CSS file sets the styles common to the IE version and the other versions */

body {
	min-width: 980px;									/* 2x (VK full bredd + CK padding) + HK full bredd */
	font-family: Verdana, Georgia, Times New Roman;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

#center {
	padding: 10px 20px;	/* CK padding */
	width: 100%;
	line-height: 150%;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	font-size: small;
}

#header {
	position: relative;
	top: 0px;
	height: 100px;
	width: 100%;
}

#header-table {
	width: 100%;
	background-color: #1452E4;	/* "Amdicblå" :) */
}

#header-table-logo-cell {
	width: 150px;
}

#header-table-text-cell {
	width: auto;
	font-family: 'comicsans', Arial, "Times New Roman";
	font-size: xx-large;
	color: #FFFFFF;					
}

#left {
	width: 300px;														/* VK bredd */
	padding: 0 10px;													/* VK padding */
	color: #000000;
}

#loggain th, #fraga-kontoret th {
	text-align: left;
}

#parmen-index {
	list-style-type: none;
}

#loggain td * {
	width: 120px;
}

#right {
	width: 260px;														/* HK bredd */
	padding: 0 10px;													/* VK padding */
	text-align: right;
}

.sub-header-content {
	text-decoration: none;
	margin-right: 1px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	color: #000000;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.webmaster {
	color: olive;
}