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

body{
background-color:#000000;
text-align:center;
}

#titel{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FF6600;
font-weight:bold;
text-align:left;
font-size:14px;
}

#content{
margin-bottom:7px;
width:100%;
position:absolute;
top:0px;
left:0px;
}

#item_table{
width:100%;
color:#FFFFFF;
font-family:Verdana;
font-size:14px;
text-align:left;
}

#newsitem{
border-bottom:groove thin #FF6600;
}

#fade_image{
opacity:0.4;filter:alpha(opacity=40);
}

#td_image{
text-align:center;
}

#image_member_h{
width:400px;
height:266px;
}

#image_member_v{

}

#tekst{
color:#FFFFFF;
text-align:left;
}

td{

}

#home{
width:97%;
float:left;
text-align:center;
position:absolute;
top:0px;
left:0px;
}

#home a:visited{
color:#FF6600;
}

#bg{
opacity:0.3;filter:alpha(opacity=30);
height:100%;
overflow:hidden;
width:100%;
position:fixed;
align:left;
background-repeat:no-repeat;
}

#top a{
color:#FF6600;
font-size:11px;
text-decoration:none;
}

a, a:visited, a:active, a:link{
color:#FF6600;
}

a:hover{
color:#6666FF;
}

pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}