body{
	border: none;
	color: #000000;
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}

h1{
	font-weight: bold;
	font-size : 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2{
	font-weight: bold;
	font-size : 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3{
	font-weight: bold;
	font-size : 12px;
}

a{
	color: #148A3C;
	<!-- text-decoration: none; -->
	text-decoration: underline;
}

a:hover{
	color: #222222;
	text-decoration: underline;
}

.main{
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

.top{
	height: 130px;
	position: relative;
}

.top .left{
	margin-top: 50px;
	height: 80px;
	width: 600px;
	float: left;
	font-size: 24px;
	font-weight: bold;
}

.top .right{
	background-image: url("pictures/SVP_w200.png");
	width: 200px;
	height: 132px;
	float: left;
}

.left{
	float: left;
	width: 150px;
}

.left .item{
	height: 54px;
}

.left .item a{
	color: #111111;
	text-decoration: none;
}

.left .item div{
	height: 20px;
	width: 100px;
	background-color: #89B333;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-weight: bold;
}

.left .item div.selected{
	height: 20px;
	width: 100px;
	background-color: #148A3C;
}

.left .adr{
	height: 100px;
}

.content{
	float: left;
	width: 650px;
}

.content .spider{
	background-image: url("pictures/spider_s.png");
	width: 260px;
	height: 259px;
	margin-left: 120px;
	margin-bottom: 10px;
	float: none;
}

.content .spider17{
	background-image: url("pictures/spider17.png");
	width: 560px;
	height: 280px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: none;
}

.content .spider20{
	background-image: url("pictures/spider20.png");
	width: 450px;
	height: 470px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: none;
}
.content .spider25{
	background-image: url("pictures/spider25.jpg");
	width: 450px;
	height: 512px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: none;
}

.right{
	float: left;
	height: 100%;
}

.bottom{
	float: left;
	width: 800px;
	padding-top: 50px;
}

.bottom .left{
	background-image: url("pictures/so_50_64.jpg");
	width: 50px;
	height: 64px;
	float: left;
}
.bottom .center{
	background-image: url("pictures/pictures/transparent.png");
	width: 125px;
	height: 57px;
	float: left;
	margin-left: 287px;
}

.bottom .right{
	background-image: url("pictures/helv_50_61.png");
	width: 50px;
	height: 61px;
	margin-left: 287px;
}

td{
	padding-right: 20px;
}

.banner{
	background-image: url("pictures/bg.png");
	height: 325px;
	width: 650px;
	background-repeat: repeat-y;
}

.banner .left{
	float: left;
}

.banner .right{
	height: 170px;
	padding-top: 30px;
	padding-left: 150px;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 650px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 