@charset  "UTF-8";

/* Basic Elements */
html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #fff;
	padding: 0px;
	text-align: center;
}

h3, caption { color: #DFAD48; }

td { color: #900; }

/* Structural Elements */

#container
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header Elements */
#header
{
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	width: 550px;
	height: 150px;
}

#header h1
{
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	border: none;
	background: transparent url("/images/avisen_logo.png") -5px 0px no-repeat;
}

#header h1 a
{
	display: block;
	width: 286px;
	height: 72px;
	background: transparent url("/images/avisen_logo.png") -5px 0px no-repeat;
	text-indent: -700em;
	float: left;
}

#header h1 a:hover { text-decoration: none }

#header ul
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul li
{
	margin: 0 0 0 1px;
	padding: 0;
	overflow: hidden;
	float: left;
  background-color: #a7a7aa;
	height: 150px;
	width: 96px;
	w\idth: 97px;
}

#header ul li a
{
	display: block;
	width: 97px;
  height: 120px;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  padding: 100px 10px 10px 10px;
}

#header ul li a:hover { background-color: #FEBB2F; }
#header ul li a:active { background-color: #FEBB2F; }

/* Feature Elements */
#feature-main { margin-bottom: 20px; }

#feature-main h2
{
	padding: 0;
	text-indent: -700em;
	border: none;
}

/* Main Content Styles */

.main, .left-column, .right-column
{
	background-color: #F2F2F2;
	padding: 10px 5px;
	color: #493860;
	margin-bottom: 20px;
}

.main
{
	clear: both;
	width: 550px;
	w\idth: 550px;
}

.left-column
{
padding:10px 5px
}

.right-column {margin-bottom:0}
.right-column p {width:40%; float:left}
.right-column p.submit{width:100px}
.pr { text-align: center; }
.section, .odd, .even { margin-bottom: 20px; }
.first {}
.last { margin-bottom: 0px; }
.even { color: #900; }
.even h3 { color: #900; }

.banner
{
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.banner-image
{
	text-align: right;
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

.banner-text
{
	padding-left: 10px;
	padding-right: 10px;
}

.banner-image h3 { float: left; }

A.top
{
	float: right;
	padding-right: 25px;
	font-weight: bold;
}

.odd A.top
{
	color: #DFAD48;
	background: transparent url("../img/common/top_blue.gif") top right no-repeat;
}

.even A.top { background: transparent url("../img/common/top_red.gif") top right no-repeat; }

/* Footer Elements */
#footer
{
	position: relative;
	clear: both;
	text-align: center;
}

#footer img
{
	position: absolute;
	right: 0px;
}

#footer p
{
	padding-top: 10px;
}
