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

body, html {
	height:100%;
	background-color:#2f0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	position:relative;
}

a:link, a:hover, a:visited {
	text-decoration:none;
}

img {
	border:none;
}

.background{
	height:100%;
	width:100%;
	text-align:center;
	min-height:720px;
}

.frame_1{
	width:976px;
	height:510px;
	background-color:#fff;
	border:1px solid #910808;
	margin:0 auto;
	position:relative;
}

.footer{
	width:976px;
	height:50px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#fff;
}

.header{
	height:157px;
	width:976px;
	text-align:left;
	margin:0 auto;
}

.header_top{
	height:106px;
	width:976px;
	background-image:url(/_files/images/default/flare_.png);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
}

.header_bottom{
	height:51px;
	width:956px;
	padding-left:20px;
}

.header_text{
	float:left;
	width:170px;
	font-weight:bold;
	color:#fff;
	margin-top:10px;
}

.buttons_frame{
	position:absolute;
	width: 231px;
	left: 33px;
	top: 30px;
	height: 274px;
}


.buttons{
	background-image:url(/_files/images/default/btn_background.png);
	background-repeat:no-repeat;
	width:189px;
	height:45px;
	padding-top:10px;
	color:#fff;
	font-size:21px;
	text-align:left;
	padding-left:40px;
	font-weight:bold;
	position:relative;
}

#buttons_link{
	height:45px;
	
}

#buttons_link, a:link, a:visited{
	color:#fff;
}

#buttons_link, a:hover{
	text-decoration:underline;
}


#bg_1{
	background-image:url(/_files/images/default/grid_bg_1.png);
}

#bg_2{
	
	background-image:url(/_files/images/default/bg_2.png);
	background-repeat:repeat-x;
}

.mainfrm{
	width:647px;
	height:450px;
	border:1px solid #ff0000;
	position:absolute;
	*left:0px;
	left: 296px;
	top: 30px;
}

.newsfrm{
	width:217px;
	height:123px;
	border:1px solid #ff0000;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	font-style:italic;
}

.news_container{
	width:227px;
	height:145px;
	position:absolute;
	left: 34px;
	top: 333px;
}

.newsheader{
		width:60px;
		height:14px;
		background-color:#ff0000;
		color:#fff;
		vertical-align:middle;
		font-weight:bold;
		text-align:left;
		padding-left:10px;
}

.arrow{
	height:36px;
	width:37px;
	position:absolute;
	left: 269px;
	top: 33px;
}

.newsdatum{
	font-weight:bold;
	color:#C00;
	font-style:normal;
}

.timefrm{
	position:absolute;
	width:180px;
	left: 765px;
	top: 7px;
	text-align:right;
}

.dotfrm{
	width:27px;
	height:212px;
	background-image:url(/_files/images/default/dots.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 949px;
	top: 144px;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

	* { margin: 0; padding: 0; border: 0; }

.rss-popup {
	position:absolute;
	
	top:400px;
    width: 100px;
}
 
div.rss-popup em {
    background: url(http://pakbari.aleto.nl/_files/images/default/info.png) no-repeat;
    width: 91px;
    height: 29px;
    position: absolute;
    top: -40px;
    left: -18px;
	*left:10px;
    text-align: center; 
	padding-top:2px;
    z-index: 2;
    display: none;
	font-weight:bold; 
	font-size:12px;
}
 
 
#rss-icon {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    display: block;
}
	
