html, body {padding:0; margin:0; height:100%; width:100%; }
body,td {font-size:12px; font-family: Tahoma, sans-serif; }
form {margin: 0;}
a img {border:0;}
table {border-collapse:collapse; border-spacing:0;}
.png {behavior: url(/i/pngbehavior.htc);}

a {color:black;}
h1, h2, h3 {
	font-family:"Trebuchet MS",Arial,sans-serif;
}
h2 {
	font-size:30px;
	color:#2c5575;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#2c5575;
}
h4 {
	text-decoration:underline;
	margin-top:30px;
}


#main {
	margin:0 auto;
	width:1000px;
}
#head {
	border-bottom:1px solid black;
	padding:0;
	height:128px;
	text-align:right;
	background:url('/i/logo.gif') no-repeat 4px 11px;
	font-size:11px;
	position:relative;
}
#head h1 {
	position:absolute;
	margin:0; padding:0;
	left:229px;
	top:44px;

	font-size:24px;
	font-weight:normal;
	color:#2c5575;
}
#head #address {
	position:absolute;
	bottom:6px;
	right:0;
	margin:0; padding:0;
}


#menu {
	background:#f2f2f2;
	height:25px;
}
#menu ul {
	margin:0 auto;
	padding:0;
	text-align:center;
}
#menu li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:4px 0px;
	height:16px;
}
#menu li a {
	padding:4px 20px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover {
	background:#ccc;
}

table.t4 {
	width:100%;
}
table.t4 td, table.t4 th {
	width:25%;
	vertical-align:top;
	padding-bottom:20px;
}
table.t4 th {
	color:#2c5575;
	font-size:12px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:left;
}
table.t4 ul {
	margin:0;
	padding:0;
}
table.t4 ul li {
	list-style-type:none;
	margin:0;
	padding:2px 0;
}
table.t4 td.i {
	vertical-align:bottom;
}


table.price {
	width:100%;
	margin-left:30px;
}
table.price td {
	padding:6px 14px;
	background:#f7f7f7;
	border-bottom:1px solid #ccc;
	width:80%;
}
table.price td.p {
	width:20%;
	font-weight: bold;
	text-align:right;
}
table.price td.h {
	background:white;
	padding:16px 14px 8px;
	font-weight:bold;
	border-bottom:none;
}

p.hint {
	font-size:10px;
	margin-left:40px;
}

