/***********************************************/
/* BugsiteStyle.css                            */
/* Damers 2013         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:#000000;
	margin-left:0px;
	margin-top:0px;
	font-family: "Courier New", Courier, mono;
	font-size:small;
	
	
	scrollbar-face-color :#999933;
	scrollbar-highlight-color :#CC6633;
	/*scrollbar-3dlight-color :#84b3c1;*/
	/*scrollbar-shadow-color :#84b3c1;*/
	/*scrollbar-darkshadow-color :#84b3c1;*/
	scrollbar-track-color :#996633;
	scrollbar-arrow-color :#000
}
a:link, a:visited, a:hover {
	/*color: #006699;*/
	text-decoration: none;
}
	
#sheet_header{
	position:absolute;
	width:1024px;
	height:150px;
	top:1px;
	left:0px;
	padding:0px;
	background:url('../grafix/mainpage2_01.gif');
}

#sheet_menu_Home{
	position:absolute;
	width:100px;
	height:100px;
	top:150px;
	left:0px;
	padding:0px;
	background:url('../grafix/Home_Off.gif');
}
#sheet_menu_Overview{
	position:absolute;
	width:100px;
	height:100px;
	top:250px;
	left:0px;
	padding:0px;
	background:url('../grafix/Overview_Off.gif');
}
#sheet_menu_Timeline{
	position:absolute;
	width:100px;
	height:100px;
	top:350px;
	left:0px;
	padding:0px;
	background:url('../grafix/TimeLine_Off.gif');
}
#sheet_menu_Links{
	position:absolute;
	width:100px;
	height:100px;
	top:450px;
	left:0px;
	padding:0px;
	background:url('../grafix/Links_Off.gif');
}
#sheet_menu_Workshop{
	position:absolute;
	width:100px;
	height:100px;
	top:550px;
	left:0px;
	padding:0px;
	background:url('../grafix/Workshop_Off.gif');
}
#sheet_menu_Spare{
position:absolute;
	width:100px;
	height:118px;
	top:650px;
	left:0px;
	padding:0px;
	background:url('../grafix/mainpage2_08.gif');
}

#sheet_content{
	position:absolute;
	width:924px;
	height:618px;
	top:150px;
	left:100px;
	padding:0px;
	background:url('../grafix/mainpage2_03.gif');
}
#sheet_content img{
	height: auto;
	width: 370px;
	margin: 5px 0px 5px 2px;
	border-right: 5px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-left:5px solid #FFFFFF;
	outline-color:#999999;
    outline-width: 2px;
    outline-style: solid;
}
#content_left{
	position:absolute;
	width:400px;
	height:600px;
	top:0px;
	left:20px;
	padding:0px;
	overflow-y: scroll;
	clip: rect(auto,400,600,auto);

}
#content_right{
	position:absolute;
	width:400px;
	height:600px;
	top:0px;
	left:500px;
	padding:0px;
	overflow-y: scroll;
	clip: rect(auto,400,600,auto);

}

#sticker{
/*container for smaller image*/

}

#sticker img{
	height: auto;
	width: 100px;
	margin: 2px 2px 2px 2px;
	border-right: 2px solid #666666;
	border-bottom:2px solid #666666;
	border-top: 0px solid #666666;
	border-left:0px solid #666666;
}