#main {
	position: absolute;
	background-image: url(/fileadmin/jamesdo/template/main/images/train_station/background.jpg);
	height: 400px;
	width: 600px;
	left: 50px;
	top: 50px;
	float: left;
	overflow: hidden;
	margin: 0px;
        z-index: 100;
}
/* Scrollbar */
div#scrollbar { 
    position:relative; 
    left:0px; 
    top:67px;
    width:18px; 
    height:384px; 
    font-size:1px; 
    z-index:1;
}
div#track { 
    position:absolute; 
    left:0; 
    top:12px;
    width:18px; 
    height:360px;
    /* background: url("/fileadmin/jamesdo/template/main/images/scroll/track.gif") #336 repeat; */
    z-index:1;
}
div#dragBar {
    position:absolute; 
    left:1px; 
    top:1px;
    width:11px; 
    height:20px;
    background-color:#000000;
    z-index:1;
    cursor: scroll;
}  
div#up { 
    position:absolute; 
    left:1px; 
    top:0; 
    z-index:2 
}  
div#down { 
    position:absolute; 
    left:1px; 
    bottom:0; 
    z-index:3 
}  
/* Contenu */
div#hold {
	position:relative; 
	overflow:hidden;
    z-index:100; 
	position: relative;
	background-image: url(/fileadmin/jamesdo/template/main/images/train_station/bg_text.jpg);
	top: 8px;
	height: 352px;
	width: 268px;
	left: 20px;
	overflow: hidden;
}
div#wn	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:268px; 
	height:352px; 
	clip:rect(0px, 268px, 352px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div.content { 
	position:absolute; 
	visibility:hidden;
	left:0px; 
	top:0px; 
	z-index:1; 
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: bold;
	text-decoration: line-through;
	color: #000000;
}
.date {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: -6px;
	padding-top: 6px;
}
h1 {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 6px;
}
td,p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.citation {
	font-style: italic;
	font-weight: normal;
}
