@charset "utf-8";
/* CSS Document */

body{
	background: #EEEEEE;
	height: 100%;
	margin: 0px;
}

h1{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cc0000;
}

.content{
	position: absolute;
	top: 150px;
	width: 777px;
	left: 50%;
	margin-left: -380px;
	bottom: 0px;
	overflow:auto;
}

.top{
	position: absolute;
	background:#FFFFFF;
	top: 0px;
	height: 120px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	vertical-align: top;
}
.footer{
	position: absolute;
	background:#FFFFFF;
	top: 120px;
	height: 30px;
}

.prodmenu{
	background:#FFFFFF;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	width: 175px;
}

.navmenu{
	background:url(../img/mbg.gif);	
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cNyhet{
	font-style: italic;
	color: #cc0000;
}

.cDefault{
	background:#FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align:top;
	width: 585px;
}

.cTitle{
	font-weight: bold;
	color: #cc0000;
}

.cIngress{
	font-style: italic;
}

.cImg{
	border:solid 1px #cc0000;
	padding: 2px;
}

.cImgdesc{
	padding: 2px;
	font-size: 10px;
	font-style: italic;
}

.logo{
	height:100px;
}

a:link{
	color: #999966;
}
a:visited{
	color: #999966;
}
a:hover{
	text-decoration: none;
	color:#333366;
}
a:active{
	color: #999966;
}

a.cLink:link{
	color: #999966;
}
a.cLink:visited{
	color: #999966;
}
a.cLink:hover{
	text-decoration: none;
	color:#333366;
}
a.cLink:active{
	color: #999966;
}

a.mLink:link{
	color: #DDDDDD;
	text-decoration: none;
}
a.mLink:visited{
	color: #DDDDDD;
	text-decoration: none;
}
a.mLink:hover{
	color: #EEEEEE;
	text-decoration: underline;
}
a.mLink:active{
	color: #DDDDDD;
	text-decoration: none;
}

