html,body {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        color: #000000;
        height:100%;
        min-height: 100%;
        margin: 0;
        font-size: small;
        padding: 0;
        background-image: url(images/bg.jpg);
        background-repeat:repeat-x;
        background-color: #53616a;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

#container {
        position:relative;
        margin:0 auto;
        width:1000px;
        height:100%;
        min-height:100%;
}

#main {
        width: 100%;
        height: auto;
        background-color:#FFF;
        border:thin;
        border-style:solid;
        margin-left: auto;
        margin-right: auto;
        border-color:#000;
        border-top-style:none;
        min-width:800px;
        min-height: 800px;
}
#main_inner {
        width: auto;
        background-color:#FFF;
        margin-left: 20px;
        margin-right: 20px;
}

#banner {
        background-image: url(images/banner.jpg);
        background-position:center;
        background-repeat:no-repeat;
        height:112px;
        width:996px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-style:solid;
        border-bottom-width:thin;
        border-bottom-color:#09F;
}

#topmenu {
        height:45px;
        width:100%;
        text-align: right;
}

.line {
        height:2px;
        margin-top:0px;
        margin-bottom:10px;
        width:100%;
        background-color:#666;
}

#newsleft {
        float:left;
        width:450px;
        height:150px;
}

#newsright {
        float:right;
        margin-left: 20px;
        width:450px;
        height:150px;

}

#bannermid {
        width:450px;
        height:300px;
}

#newsleft_bg {
        width: 450px;
        height: 20px;
        color: #efefef;
        background-image: url(images/newsleft.jpg);
}

#newsright_bg {
        color: #efefef;
        width: 450px;
        height: 20px;
        background-image: url(images/newsright.jpg);
}

.boks300 {
	width: 300px;
	border-style:solid;
        border-width:thin;
        border-color:#09F;
	margin-left: auto;
        margin-right: auto;
	text-align: center;
}

.boks700 {
        width: 700px;
        border-style:solid;
        border-width:thin;
        border-color:#09F;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}


.siderboks {
        margin-left: auto;
        margin-right: auto;
	border-style:solid;
        border-width:thin;
        border-color:#666;
	border-top-style: none;
	border-bottom-style: none;
}

.siderboksinde {
        margin-left: auto;
        margin-right: auto;
        border-style:solid;
        border-width:thin;
        border-color:#666;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

.headboks {
        color: #efefef;
        width: 450px;
        height: 20px;
        background-image: url(images/newsleft.jpg);
	background-repeat: no-repeat;;
}

td#whitelinks {
color: white;
}

td#whitelinks a:link {
text-decoration:none;
color: white;
}
td#whitelinks a:visited {
text-decoration:none;
color: white;
}
td#whitelinks a:hover {
text-decoration:none;
color: white;
}
td#whitelinks a:active {
color: white;
text-decoration:none;
}










#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 15px;
	font-size:10px;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	height: 10px;
        border-left-style: solid;
        border-left-width: thin;
        border-left-color: #cdcdcd;
	background: #FFF;
	color: #000000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #000000}
