/*  
	index.css 
	gebruik : 	index.php via header_home.inc
				artstats.html
				enigmastats.html
				musicstats.html
				polumniastats.html
				writestats.html
				insite.php via header_menu.inc
				menu.php via header_menu.inc
				language.php via header_lang.inc
*/

body {
  background-color : #482D00;
  font-family: Verdana, Helvetica; 
  color : #FDA50F;
  scrollbar-base-color: #482D00;
  scrollbar-arrow-color: #FDA50F;
}

hr {
  color : #9D8F6C;
}

#mainscreen {
	position: absolute;
	top:	50px;
	left:	50%;
	width:	800px;
	margin-left:	-400px;
}

#top_bar {
	position: absolute;
	background-image:	url(../images/top_column.jpg);
	background-repeat:	no-repeat;
	text-align:	center;
	top:	0px;
	left:	50%;
	width:	780px;
	height:	84px;
	margin-left:	-390px;
}

#top_bar_middle {
	position: absolute;
	background-color:	transparent;
	text-align:		center;
	padding-top:	2px;
	left:	50%;
	width:	366px;
	margin-left:	-183px;
}

#left_column {
	position: absolute;
	background-image:	url(../images/column.jpg);
	background-repeat:	no-repeat;
	text-align:	left;
	top:	88px;
	padding-top:	14px;
	left:	40px;
	width:	140px;
	height:	580px;
	font-size : 0.7em;
}

#right_column {
	position: absolute;
	background-image:	url(../images/column.jpg);
	background-repeat:	no-repeat;
	text-align:	left;
	top:	88px;
	padding-top:	14px;
	right:	40px;
	width:	140px;
	height:	580px;
	font-size : 0.7em;
}

#left_column_bottom {
 	background-color:	transparent;
	position: absolute;
	text-align:	center;
	top:	400px;
	left:	40px;
	width:	140px;
	height:	184px;
	font-size : 0.6em;
	padding-top:	10px;
}

#center_column {
	position: absolute;
	text-align:	center;
	width:	240px;
	top: 620px;	
	left:	280px;
	font-size : 0.6em;
	z-index:	-1;
}

#right_column_bottom {
	position: absolute;
	text-align:	center;
	top:	400px;
	right:	40px;
	width:	140px;
	height:	184px;
	font-size : 0.6em;
	padding-top:	10px;
}

table {
  font-size : 9pt;
}

h6 { 
	font-size: 10pt; 
	font-weight: normal;
	margin-bottom:	6px;
	margin-top:	2px;
}

h5 { 
	font-size: 		11pt; 
	font-weight: 	normal;
}

h3 { 
	font-size: 		1.1em; 
	font-weight: 	normal;
	margin-bottom:	2px;
	margin-top:	1px;
	color:	white;
}

.menuItem a:link {  
	color: #FFAD23;
	text-decoration: none; 
	font-weight: bold; 
	background-color: #6D4700;
}

.menuItem a:visited {  
	color: #FFAD23; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #6D4700;
}

.menuItem a:hover { 
	color: #1f0925; 
	font-weight: bold; 
	background-color: #FFAD23;
}

.menuItem a:active { 
 	color: #1f0925; 
	font-weight: bold; 
	background-color: #FFAD23;
}

img {
	border: 0;
}

input {
	background-color: #000000;
	font-size: 9pt;
	color: #FFAD23;
}

.menuBlock{ background-color: black; padding: 4px; padding-top:34px; padding-bottom:4px; }

.menuItem {
	padding-left: 15px;	
}

.menuItemRef {
	color: #FFAD23; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #6D4700;
	cursor:	pointer;
}

.header {
	padding-left: 	8px;	
	font-size: 		11pt; 
	font-weight: 	normal;
	line-height:	1.5em;
	color:			#C1C1C1;
}

#stats {
  position : absolute;
  left : 0px;
  bottom : 10px;
  width : 100%;
}

#imageref {
	position: absolute;
	top:	120px;
	width:	400px;
	background-color:	transparent;
	left:	50%;
	margin-left:	-200px;
	text-align:	center;
}

#textref {
	position: absolute;
	top:	280px;
	width:	400px;
	background-color:	transparent;
	left:	50%;
	margin-left:	-200px;
	text-align:	justify;
	font-size:	12px;
}

#textref a:link {  
	color: #FFAD23; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #6D4700;
}

#textref a:visited {  
	color: #FFAD23; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #6D4700;
}

#textref a:hover { 
	color: #1f0925; 
	font-weight: bold; 
	background-color: #FFAD23;
}

#textref a:active { 
 	color: #1f0925; 
	font-weight: bold; 
	background-color: #FFAD23;
}

