body 		{
			text-align:center;
			margin-top: 0px;
			margin-bottom: 30px;
			overflow-x: hidden;
			background-color:#999999;
			}

.button		{
			width:150px;
			font-family:verdana;
			font-size:10px;
			font-weight:bold;
			background:#ffffff;
			color:black;
			border:1px solid #E11B27;
			}

a:link 		{
			font-family:helvetica;
			font-size:12px;
			color:white;
			}


a:visited 	{
			font-family:helvetica;
			font-size:12px;
			color:white;
			}

a:hover 		{
			font-family:helvetica;
			font-size:12px;
			color:gray;
			}
			
.contact 	{
			font-family:helvetica;
			font-size:12px;
			color: black;

			}

#main 		{
			background: white; 
			position: relative;
			margin: 0px auto;
			width: 969px; 
			height: 100%;
			z-index:1;
			}
			
#banner		{
			background-image: url(../images/banner.jpg); 
			position: absolute;
			left:0px;
			top:0px;
			width: 969px; 
			height: 337px;
			z-index:2;
			}
			
#gele_balk		{
			background-image: url(../images/gele_balk.gif); 
			position: absolute;
			left:0px;
			top:270px;
			width: 969px; 
			height: 71px;
			z-index:3;
			}

#content	{
			position: absolute;
			left:0px;
			top:350px;
			width: 969px; 
			height: 300px;
			z-index:4;
			border:0px solid red;
			background-color: white;
			}
			
#copy		{
			position: absolute;
			left:0px;
			bottom:10px;
			width: 969px; 
			height: 20px;
			z-index:2;
			border:0px solid red;
			
			font-family: helvetica;
			font-size: 11px;
			color: #666666;
			
			text-align: center;
			}
			
#copy a:link	{
			font-family: helvetica;
			font-size: 11px;
			color: #666666;
			text-decoration:none;
			}
			
#copy a:visited	{
			font-family: helvetica;
			font-size: 11px;
			color: #666666;
			text-decoration:none;
			}
			
#copy a:hover	{
			font-family: helvetica;
			font-size: 11px;
			color: #666666;
			text-decoration:underline;
			}
			
#next1	{
			position: absolute;
			left:341px;
			top:533px;
			width: 50px; 
			height: 50px;
			z-index:10;
			border:0px solid red;
			}
			
#next2	{
			position: absolute;
			left:825px;
			top:537px;
			width: 50px; 
			height: 50px;
			z-index:10;
			border:0px solid red;
			}
			
.tabel_head	{
			background-color: #FFEFBF;
			border-top: 1px solid #FBBA00;
			border-left: 1px solid #FBBA00;
			border-right: 1px solid #FBBA00;
			text-align: center;
			height:50px;
			
			font-family: helvetica; 
			font-size: 12px;
			}
			
.tabel_logo	{
			background-color: #FFEFBF;
			border-left: 1px solid #FBBA00;
			border-right: 1px solid #FBBA00;
			text-align: center;
			height:100px;
			}
			
.tabel_next	{
			background-color: #FFEFBF;
			border-left: 1px solid #FBBA00;
			border-right: 1px solid #FBBA00;
			border-bottom: 1px solid #FBBA00;
			text-align: right;
			height:80px;
			padding-right:40px;
			}
			
.tabel_logo img	{
			border:1px solid  #FBBA00;
			}
			
.tabel_extra	{
			background-color: #FFEFBF;
			border-bottom: 3px solid #FBBA00;
			border-left: 1px solid #FBBA00;
			border-right: 1px solid #FBBA00;
			text-align: center;
			height: 80px;
			
			font-family: helvetica; 
			font-size: 11px;
			}
			
.tabel_extra a:link {
			font-family: helvetica; 
			font-size: 11px;
			text-decoration: none;
			color: black
			}
			
.tabel_extra a:visited {
			font-family: helvetica; 
			font-size: 11px;
			text-decoration: none;
			color: black
			}
			
.tabel_extra a:hover {
			font-family: helvetica; 
			font-size: 11px;
			text-decoration: underline;
			color: gray;
			}
			
