/* CSS Document */
html{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	background: #C2B29F url(grafik/bg.jpg) repeat-x 50% 0;
	margin:0px;
	padding:0px;
	height:100%;
}
#nyhetsbrev{
	/*background-image:url(grafik/artiklar.jpg);
	background-repeat:no-repeat;*/
	background-color:#efefef;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:<?php echo $font;?>;
	font-size:<?php echo $fontsize;?>;
	width:100%;
	border:1px solid #e3e3e3;
	padding:5px 5px 5px 5px;
	margin:10px 0px 0px 0px;
}
#medd{
	/*background-image:url(grafik/artiklar.jpg);
	background-repeat:no-repeat;*/
	background-color:#999999;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:<?php echo $font;?>;
	font-size:10px;
	width:90%;
	border:1px solid #e3e3e3;
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
}
#nav a {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
}
#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	/*border-bottom: 3px solid #A4BBDD;*/
	display: block;
	height:100%;
	background-image: url(grafik/innerbg.gif);
	background-repeat: repeat-y;
}

#contentleft {
	width:172px;
	padding:8px 10px 0px 20px;
	float:left;
	margin:0px;
}
/* A CSS comment before the hack \*/
* html #contentleft {
	width: 202px; 
}
/* Another CSS comment after the hack */
#contentcenter {
	width:450px;
	padding:0px 10px 200px 20px;
	float:left;
	margin:0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	
}
/* A CSS comment before the hack \*/
* html #contentcenter {
	width: 480px; 
}
/* Another CSS comment after the hack */
#contentright {
	width:220px;
	padding:10px 0px 0px 10px;
	float:left;
	height:800px;
	text-align:left;
}

#contentheader {
	height:150px;
	padding:0px;
	margin:0px 10px 0px 0px;
	background-image: url(grafik/head.jpg);
	background-repeat: no-repeat;
}
#contentheader a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contentheader #on{
	background-color:#E7D5C7;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(grafik/linkbg.jpg);
}
#contentheader #off {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contentfooter {
	height:50px;
	padding:0px;
}
table{
	margin:0px;
	padding:0px;
}

a{
	color:#7F2C04;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover{
	color:#896555;
	text-decoration:none;
}
