/* begin reset */
html{color:#000;background:#000;height:100%;overflow:auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
/* end reset */

body{
	margin:0;
	padding:0;
	background:#000;
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

b{font-size: 110%;}
em{color: red;}


#left{
	float:left;
	width:85px;
	padding:8px;
}

#right{ 
	float:right;
	width:85px;
	padding:8px;
}

#center{
	margin-right:100px;
	margin-left:100px;
	background:#666;
	
	/*padding:8px;*/
}

#maincontainer {
	/*min-height:768px;*/
	min-height:100%; /* gives layout 100% height */
}

#topsection{
	display:block;
	height:90px;
	background:url(../images/bg_kop.gif) 0 0 repeat-x;
	text-align:center;
}

#topsection h1{
	margin:0;
	padding-top:15px;
}

#contentwrapper{
	float:left;
	width:100%;
}

#contentcolumn{
	margin-left:105px; /*Set left margin to LeftColumnWidth*/
	margin-right: 10px;
	background:#fff;
	height:100%;
}

#nav {
	display:block;
	height:24px;
	background:#666;
	padding:5px;
}

#leftcolumn{
	float:left;
	width:105px; /*Width of left column*/
	height:100%;
	margin-left:-100%;
	padding-top:32px;
}

#leftcolumn td {
	padding:2px;
	width:80px;
	text-align:center;
}

#footer{
	clear:left;
	height:30px;
	margin:-30px auto 0;
}

#scroller {
	float:left;
	padding-left:13px;
	padding-top:4px;
}

#update {
	float:right;
	padding-right:11px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/** menu **/
#jsddm {
	margin:0;
	padding:0;
}
				
#jsddm li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	font-weight:bold;
}
				
#jsddm li a {
	display: block;
	background:#006699;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 3px solid #666;
	border-bottom:1px solid #666;
	width: 85px;
	color: #fff;
	white-space: nowrap;
}
				
#jsddm li a:hover {	
	background:#AD0A16;
}
		
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #ccc;
}
				
#jsddm li ul li {
	float: none;
	display: inline;
}
							
#jsddm li ul li a {	
	width: auto;
	background: #006699;
	color: #fff;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
							
#jsddm li ul li a:hover {
	background: #fff;
	color:#666;
}

.pics {  
    height:100px;  
    width:100px;  
    padding:0;  
    margin:0;
	margin-left:11px;
} 
 
.pics img {  
    padding: 0;  
    border:none; 
    width:  80px; 
    height: 87px; 
    top:  0; 
    left: 0 
}