/*NAC NEW*/
body{
	background:url("../gfx/baggrund_2.jpg");
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:arial;
	font-size:11pt;
	margin:0;
}
.site{
	width:950px;
	background:url("../gfx/site_bg.gif");
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0px auto;
	padding:10px 15px 15px 15px;
}
.header{
	width:950px;
	height:100px;
}
.logo{
	height:100px;
	float:left;
	width:175px;
	margin-right:20px;
}
.redblock{
	background-color:#db062d;
	height:80px;
	width:755px;
	float:right;
}
.shortcuts{
	float:right;
}
.topmenu{
	height:33px;
	background:url("../gfx/topmenu_bg.gif");
	background-repeat:repeat-x;
}
.topmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.topmenu ul li {
	display:inline;
	line-height:32px;
}
.topmenu ul li a{
	background-image:url(../gfx/menu_sep.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#000000;
	display:inline-block;
	line-height:33px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-family:arial;
	font-size:14px;
	padding-top:0px;
}
.topmenu ul .menu-expand.menu-parent a{
	background-image:url("../gfx/top_sel.gif") !important;
	background-repeat:repeat-x;
	color:#ffffff;
}
.topmenu .menu-current a, .topmenu ul li a:hover{
	background-image:url("../gfx/top_sel.gif") !important;
	background-repeat:repeat-x;
	color:#ffffff;
}
.topmenu .menu-last{
        display:none;
}
.search_box{
	float:right;
}
.bigbanner{

}
.tworows a:link, .tworows a:visited{
	color:#000000;
	text-decoration:none;
}
.tworows a:hover{
	text-decoration:underline;
}
.tworows a:visited{
	color:#000000;
	text-decoration:none;
}
.rowleft{
	float:left;
	width:570px;
	background:url("../gfx/left_col.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:10px;
	font-size:10pt;
}
.rowright{
	width:360px;
	float:right;
	font-size:10pt;
}
.rowright .date{
	color:#db062d;
}
.rowright h2{
	margin-bottom:0;
	margin-top:2px;
}
.rowright p{
	margin-top:0px;
	margin-bottom:5px;
}
.footer{
	width:950px;
	border-top:2px solid #db062d;
	border-bottom:1px solid #d6d5d2;
	font-size:11px;
	height:20px;
}
h1{
	font-family:arial;
	font-size:15px;
}
h2{
	font-family:arial;
	font-size:13px;
}
.clear{
	clear:both;
}
.shortcuts{
	padding:10px;
}
.shortcuts a{
	padding-left:20px;
	color:#ffffff;
	text-decoration:none;
}
.shortcuts .shortcut{
	background:url("../gfx/shortcut.gif");
	background-repeat:no-repeat;
	background-position:center left;
}
.shortcuts .rss{
	background:url("../gfx/rss.gif");
	background-repeat:no-repeat;
	background-position:center left;
}

