﻿@import url('pt_menues.css');
body{
	background:lightgrey;
	text-align:center;
	overflow:hidden;
}
#website{
	width:980px;
	height:610px;
	margin: auto auto;
	background:white;
	border:thin red solid;	
	font-family:Arial, Helvetica, Sans-Serif ;
	min-height:600px;
	min-width:980px;
	
		}
#header{
	width: 980px;
	height: 120px;
	background-color: #B9E5FB;
	position: relative;
	text-align: left;
}
#h-logo{
	position: relative;
	float: left;
	height: 80px;
	width: 340px;
	left: 170px;
	top: 24px;
}
#h-logo-adr
{
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	float: left;
	width: 240px;
	left: 320px;
	height: 100px;
	top:10px;
	}
#h-logo-adr h1{
	font-family: Arial, Helvetica, Sans-Serif;
	color:black;
	font-size:0.8rem;
	font-weight: bold;
	border-bottom: -8px;
	height:1em;

}
#h-logo-adr h2{
	font-family: Arial, Helvetica, Sans-Serif;
	color:black;
	font-size:0.8rem;
	font-weight:normal;
	height:1em;
	line-height: normal;
}
#nav-left
{
	position:relative;
	margin: 1px 0px 0px 0px;
	background-color: aqua;
	width:160px;
	height:490px;
	background-image:url('nav.png');
	top:-16px;
}
#content{
	position: relative;
	background-color: white;
	margin: 5px;
	padding: 0px 0px 5px 0px;
	width: 800px;
	height: 410px;
	top: -490px;
	left: 168px;
	overflow: auto;
	Overflow-x: hidden;
	text-align: center;
}
#content .cont_txt_left{
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	line-height: 1.2em;

}
#content .cont_txt_left2{
	position:relative;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	padding-left:60px;
}
#content a{
text-decoration:none;
color:black;
	
}
#footer{
	position: relative;
	width: 620px;
	height: 20px;
	top:-420px;
}
#foot_logo{
	position: relative;
	width: 996px;
	top: -96px;
	left: -20px;
	height:71px;
	}
#foot_menue{
	position: relative; /*	float:left;*/;
	text-align: center;
	height: 28px;
	top: -112px;
	left: 150px;
}
#main_start{
	position:relative;
	text-align:left;
	width:980px;
	height:610px;
	margin: 0 auto;
	background:white;
	border:thin red solid;	
	font-family:Arial, Helvetica, Sans-Serif ;
	min-height:600px;
	min-width:980px;
	
		
}
#main_start_l1{
position:relative;
text-align:left;
left:50px;
top:120px;
	
	
}
#main_start_l2{
position:relative;
text-align:left;
left:-60px;
top:220px;
	
}
#I1{
overflow-x: hidden;

}