body{
	background-color : #222221;
}
h3{
	text-align : center;
}
.main_bg{
	background-image: url(IS_bg.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
.main{
	
	color : #363636;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	width: 650px;
	height:430px;
}
.table_pos{
	left:20px;
}

.txt{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
}

.venster{
text-align: right;
	overflow: auto;
	height:430px;
	width : 630px;
	scrollbar-face-color:#AF010D;
	scrollbar-shadow-color: #F4FEE9;
	scrollbar-highlight-color: #F4FEE9;
	scrollbar-3dlight-color: #F4FEE9;
	scrollbar-darkshadow-color: #F4FEE9;
	scrollbar-track-color: #F4FEE9;
	scrollbar-arrow-color: #F4FEE9;
}

A{
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

#menu a {
	display:block;
	width:162px;
	height:30px;
	margin: 0em 0em;
	padding: 2px 0px 0px 20px;
	color: #163F6B;
	background: url(button.gif) no-repeat 0 0;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
}
html>body #menu a{
	width:141px;
	height: 26px;
	padding: 2px 0px 0px 20px;
}
	#menu a:hover {
	display: block;
	background-position: -164px 0;

	color : #222221;
}
	#menu a:active {
	display: block;
	background-position: -164px 0;

	color : #222221;
}
