body  {
	font: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 1em;
	background: #CCCCCC url(../images/bgfade.gif) repeat-x scroll;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#aaaaaa;
	scrollbar-base-color:#aaaaaa;
	scrollbar-track-color:#333333;
	scrollbar-darkshadow-color:#222222;
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#444444;
}
h1, h1 a, h1 a:visited {
	font-size:1.6em;
	line-height:1.4em;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1em;
	margin:0 0 6px;
	padding:0;
	text-decoration:none;
}
h1 a:hover, .abHeadlineThin a:hover {
text-decoration:underline;
}
h2 {
font-size:1.2em;
font-weight:normal;
line-height:1.2em;
margin:4px 0;
padding:0;
}
h3 {
font-size:120%;
line-height:120%;
margin:10px 0 0;
}
h4, h5, h6 {
font-weight:bold;
margin:0 0 8px;
}
ul {
	margin-left: 25px;
}

A:Link {
	text-decoration:none;
	color: #CCCCCC;
}
A:Visited {
	color:#CCCCCC;
	text-decoration:none;
}
A:hover {
	text-decoration: underline;
}
.thrColFix #container {
	width: 960px;
	margin: 10px auto auto auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: auto;
	color: #FFFFFF;
	border: 1px solid white;
} 

.thrColFix  #left {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	height: 580px;
	background-color: #333333;
	padding: 10px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-right: solid white 1px;
	overflow: hidden;
}
.thrColFix  #right {
	float: right;
	width: 198px;
	height: 585px;
	text-align: center;
	overflow: hidden;
	background-color: #333333;
	white-space: normal;
	border-left: solid white 1px;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/filmstrip.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 585px;
}
.thrColFix  #center {
	color: #FFFFFF;
	overflow: auto;
	height: 595px;
	width: auto;
	background-color: #000000;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.nyheter {
	text-align: center;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0px 20px 0px 20px;
	background: #ffffff;
	color: #333333;
	padding: 0px 10px 0px 10px;
	width: 140px;
	height: 585px;
}

.nyheter hr {
	color: #555555;
	margin-bottom: 5px;
	margin-top: 5px;
	border: solid #555555 2px;
	margin-left: -10px;
	margin-right: -10px;
	width: 220px;
}
.nyheter a:link {
	text-decoration:none;
	color: #333333;
}
.nyheter a:visited {
	text-decoration:none;
	color: #333333;
}
.nyheter a:hover {
	text-decoration:underline;
	color: #666666;
}
.nyheter  img  {
	text-align: center;
	background-color: #000000;
}

.nyheter h3 {
	color: #333333;
	margin-bottom: 2px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 2px;
	font-weight: bold;
}
.nyheter h3 red {
	color: #F00;
}
.nyheter img noborder {
	border: 0px;
}
.bildtext   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.image-border {
	color: #666666;
	margin-bottom: 1px;
	margin-top: 1px;
	border: solid #666666 2px;
}
.thrColFix  #footer {
	height: auto;
	color: #000000;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
}
.thrColFix #footer a:link {
	text-decoration:none;
	color: #333333;
}
.thrColFix #footer a:visited {
	text-decoration:none;
	color: #666666;
}
.thrColFix #footer a:hover {
	text-decoration:underline;
	color: #000000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
