/* Global Resetting */
* {
	font-size:12px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Helvetica,sans-serif;
	list-style:none;
	border:none;
}
html{
	background-color:#000;
	background:url(../images/border_low.gif);
	background-attachment:fixed;	
}
label{
	font-size:14px;
	line-height:18px;
	}
input{
	font-size:14px;
	line-height:20px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-left:3px;
	width:200px;
	}
textarea {
	width:200px;
	font-size:14px;
	line-height:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-left:3px;
	}
.action {
	width:100px;
	}
.message{
	font-size:14px;
	line-height:20px;
	height:20px;
	padding-top:3px;
	}
#newsHolder {
	background-color:#000;
	background:url(../images/news_papers_low.gif);
	background-attachment:fixed;	
}
* html div #content{
  height:100%;
  overflow:auto;
 }
#bodyContent {

	}
#header{
  position:absolute;
  top:0;
  left:0;
  z-index:99999;
  width:100%;
  height:100px;
  position:fixed;
  background:url(../images/icons/border.gif) bottom repeat-x #fff;
 }
#headerHolder{
	width:800px;
	margin:0px auto 0px auto; 
	text-align:left;
	}
#contentHolder{
	width:800px;
	margin:0px auto 0px auto; 
	text-align:left;
	padding-top:120px;
	}
#logo{
	line-height: 67px;
	background:url(../images/icons/logo.png) left no-repeat;
	margin-top:12px;
	}
#menu {
	margin-left:-5px;
	margin-top:5px;
	}
#menu a {
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	}
#menu a:hover {
	text-decoration:underline;
	}
.pics {
	margin-top:10px;
    height:550px;  
    width:800px;
    overflow:hidden; 
   }
#content .pics img {
	border:none;
	}
#content .pics img:hover {
	border:none;
	}
#content #nav a{
	margin-right:6px;
	}
#content {
	color:#FFF;
	}
#content p{
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
	}
#content #news {
	height:220px;
	margin-bottom:20px;
	}
#content #news.first {
	margin-right:20px;
	}
#content #dato{
	margin-bottom:15px;
	}
#content #teaserText{
	color:#FFF;
	font-size:14px;
	margin-bottom:35px;
	margin-top:15px;
	}
#content #dottedBorder{
	border-bottom:1px dotted #fff;
}
#content a{
	color:#FFF;
	}
#content img {
	
	}
#content img:hover {
	
	}
a {
	font-size:14px;
	color:#000;
	}
a img{
	border:0;
}
.clear{
	clear:both;
}
h1 {
	font-size:24px;
	font-weight:lighter;
	margin-bottom:5px;
	}
h1 a {
	font-size:22px;
	text-decoration:none;
	}
h1 a:hover{
	text-decoration:underline;
	}
h2 {
	font-size:20px;
	font-weight:lighter;
	margin-bottom:5px;
	}
h2 a {
	font-size:20px;
	text-decoration:none;
	}
h2 a:hover{
	text-decoration:underline;
	}
.boxgrid{
	width: 254px;
	height: 200px;
	margin: 0px 18px 20px 0px;
	float:left;
	background:#161613;
	border: none;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 200px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
 .captionfull .boxcaption {
 	top: 260px;
 	left: 0;
 	padding:5px;
 }
 .caption .boxcaption {
 	top: 220;
 	left: 0;

 }