@charset "utf-8";
/* CSS Document */


* {
	margin:0; 
	padding:0;
}


body {
	margin:0; 
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#706f6f;
	line-height:15px;
	background:url(../Pictures/BG_Body.jpg);
	background-attachment:fixed;
	background-position:center top; 
	scrollbar-face-color:#220000;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#999;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#fffddf;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
}



img {
	float:none;
	border:0px;
	margin-right:5px;
	margin-bottom:10px;

}


.left {
	
	margin-right:4px;
	vertical-align:text-top;
} 

.right {
	
	float:right;
	}

#container {
	width:1000px;
	margin: 0px auto;
	background:url(../Pictures/BG_Container.jpg);
	overflow:hidden;
}

#header {
	background:url(../Pictures/BG_Header.png);
	height:274px;
}

#menu {
	width:126px;
	height:368px;
	float:left;
}

#news {
	width:400px;
	margin-left:40px;
	margin-top:33px;
	margin-bottom:150px;
	padding:25px;
	border:1px dotted #a89675;
	float:left;
}


#snelmenu {
	width:272px;
	margin-left:50px;
	margin-top:33px;
	float:left;
	

}

#footer {
	background:url(../Pictures/BG_Footer.png);
	height:274px;
	clear:both;
}

#tour {
	width:625px;
	margin-left:40px;
	margin-top:33px;
	margin-bottom:150px;
	padding:25px;
	border:1px dotted #a89675;
	float:left;
}
#releases {
	width:675px;
	margin-left:40px;
	margin-top:33px;
	margin-bottom:150px;
	padding:25px;
	border:1px dotted #a89675;
	float:left;
}



a:link {	
	color:#FFF;
	text-decoration:underline;
}
a:visited {
	color:#FFF;
	text-decoration: underline;
}
a:hover {
	color:#6c0300;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration:underline;
}


hr {
	margin-top:5px;
	margin-bottom:12px;
	border:none;
	height:1px;
	background-color:#303030
}


table {
	width:100%;
	border:0px;
	vertical-align:text-top;
	
}

td	{
	vertical-align:top;
	border-bottom: #303030 1px dashed;
	padding:10px 0px 14px 0px;
}


td.releases	{
	vertical-align:top;
	border-bottom: #372f26 1px dashed;
	padding:5px 0px 0px 0px;
}

td.links	{
	vertical-align:top;
	padding:0px 0px 0px 0px;
	border-bottom: none;
}


ol.dec {
	list-style-type:decimal-leading-zero;
	list-style-position:inside;

}



.date {
	font-size:12px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;

}

.stripe {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	margin-left:5px;
	margin-right:5px;
	line-height:20px;

}

.newstitle {
	font-size:12px;
	color: #8a0400;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


.time {
	color: #4B443C
	font-family:Arial, Helvetica, sans-serif;

}
