* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #2b7fc5 url(images/header.jpg) no-repeat top left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: white;
	padding: 0;
	margin: 0;
}
body.activization p {
	line-height:normal;
	padding-bottom:0px;
}

body.activization LI {
	line-height:normal;
	padding-bottom:0px;
}




p {
}

LI {
}


#h1-div {
	position: absolute;
	top: 170px;
	left: 330px;
    z-index: -1;
	/*
	margin-left: 320px;
	margin-top: 120px;
	border: 1px solid #FFCCFF;
	*/
}
h1 {
	color: #ffffff;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 2.3em;
	font-weight: 400;
}
h1 span {
	display: none
}
.h1-align {
	margin-left: 260px;
}
h2 {
	font-family:  Georgia, Times, "Times New Roman";
	font-size: 1.9em;
	font-weight: 500;
	color: #ffffff;
/*	margin-top: 0.75em;
	margin-bottom: 0.75em;
	*/
}
h3 {
	font-family:  Georgia, Times, "Times New Roman";
	font-size: 1.6em;
	font-weight: 500;
	color: #97feff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

img {
	border: 1px solid #6fbad2;
	padding: 4px;
	margin: 4px;
	background: #68b5ff  url(images/image-bg.jpg);
}
a {
	color: #79fdff;
	text-decoration: underline;
}
a:visited {
	color: #79fdff;
	text-decoration: underline;
}
a:hover {
	color: #c1ff84;
	text-decoration: underline;
}
strong {
	letter-spacing: 0.01em;
	font-family:  Georgia, Times, "Times New Roman";
	font-weight: 600;
	font-size: 1.2em;
	color: #a1ffd1;
}
/*ul {
}
li {
	margin-bottom: 0.6em;
}  */

#header {
	height: 250px;
}
#menu {
	position: absolute;
	top: 21px;
	left: 20px;
	margin: 0;
	padding: 0;img
	height: 30px;
}

#menu2 {
	position: absolute;
	margin: 0;
	padding: 0;img
	height: 30px;
}

#menu2 a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px;
	margin: 0px;
}
#menu2 a:hover {
	color: #c1ff84;
	text-decoration: none;
	background: url(images/menu-rollover.gif) repeat-x;
}
#menu2 ul.r {padding: 0; margin: 0; height: 30px;}
#menu2 li.r {float: left; list-style: none; display: inline;}
#menu2 .active {
	color: #004a90;
	text-decoration: none;
	font-weight: bold;
	background: url(images/menu-selected.gif) repeat-x;
}



li.r ul{
  display: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
  background-color: #2B7EC4;
  z-index:99;
}


#menu a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px;
	margin: 0px;
}
#menu a:hover {
	color: #c1ff84;
	text-decoration: none;
	background: url(images/menu-rollover.gif) repeat-x;
}
#menu ul.r {padding: 0; margin: 0; height: 30px;}
#menu li.r {float: left; list-style: none; display: inline;}
#menu .active {
	color: #004a90;
	text-decoration: none;
	font-weight: bold;
	background: url(images/menu-selected.gif) repeat-x;
}

#submenu {
	position: absolute;
	top: 60px;
	left: 410px;
	line-height: 1em;
}
#submenu ul {padding: 0; margin: 0; height: 30px;}
#submenu li {margin-bottom: 0; list-style: none;}
#submenu a {
	color: #004a90;
	display: block;
	text-decoration: none;
	padding-left: 12px; padding-right: 12px; padding-top: 4px; padding-bottom: 4px;
	margin: 0px;
}
#submenu a:hover {
	color: #c1ff84;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 80px;
	left: 60px;
	border: 0px solid #ffccff;
	width: 230px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#logo img {
	margin: 0;
	padding: 0;
	border: 0;
	background: none; background: transparent;
}
#container {
	padding: 0px;
	margin: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -280px; /* the bottom margin is the negative value of the footer's height */

}
#content {
	padding-left: 70px;
	padding-right: 60px;
	max-width: 1200px;
	min-height: 270px;
}
#footer, .push {
	height: 280px; /* .push must be the same height as .footer */
	clear: both;
}
#footer {
	background: url(images/footer.jpg) no-repeat bottom left;
	height: 280px;
	vertical-align: baseline;
}
#footer .container {
	padding-top: 90px;
	padding-left: 70px;
	padding-right: 60px;
}
#footer .container  .adress {
	margin-bottom: 20px;
	line-height: 1.7em;
}
#footer .container .copyright {
	margin-top: 60px;
	float: left;
	clear: right;
	font-size: 0.85em;
}
#footer .container .madeby {
	margin-top: 60px;
	float: right;
	text-align: right;
	font-size: 0.83em;
}
.left {
	float: left;
	clear: right;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.right {
	float: right;
	clear: left;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.icq {
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
}
.home {
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
}






.header {
/* border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; */
cursor:pointer;
}
.header h3 {
text-decoration: underline;
}
.header h3:hover {
text-decoration: underline;
color: #C1FF84;
}
.content {overflow:hidden}
.text {
/* border:2px solid #9ac1c9; border-top:none; padding:15px; text-align: left; */
}
