<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	background-color: #151a2d;	
	font-size:12px;
	color: #fff;
	font: 12px Tahoma, Helvetica, Arial, Verdana, sans-serif;
	line-height:21px;
}

h1,h2,h3 {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

div.wrapper {
	margin:0 auto;
	width: 1024px;
}

div.quote {
	height: 15px;
	background-color:#232639;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
}

div.header div.photo {
	background: url("../images/header_photo.jpg") no-repeat top;
	height: 337px;
	width: 1024px;	
	position: relative;
}

div.photo div.logo {
	position: absolute;
	top: 35px;
	left: 50px;	
}

div.photo div.sideText {
	position: absolute;
	top: 140px;
	right: 0px;
}

/** MENU **/
div.menu {
	margin: 0px;
	padding: 0px;
}

div.menu &gt; ul, div.menu &gt; ul li {
	display: block;
	line-style: none;
	margin: 0px;
	padding: 0px;
}

div.menu &gt; ul li {
	float: left;
	margin-top: 0px;
	width:171px;
	height:77px;
}

div.menu &gt; ul li.selected {
	margin-top:0px;
	height: 77px;
}

li#menu1 {
	background: url("../images/menu_homepage.png") no-repeat;
	background-position: center 26px;
	background-color: #e59b0b;
}

li#menu2 {
	background: url("../images/menu_about.png") no-repeat;
	background-position: center 26px;
	background-color: #b5d423;
}

li#menu3 {
	background: url("../images/menu_prevention.png") no-repeat;
	background-position: center 30px;
	background-color: #23d4a4;
}

li#menu4 {
	background: url("../images/menu_parents.png") no-repeat;
	background-position: center 26px;
	background-color: #23b1d4;
}

li#menu5 {
	background: url("../images/menu_download.png") no-repeat;
	background-position: center 30px;
	background-color: #2c69bd;
}

li#menu6 {
	background: url("../images/menu_contact.png") no-repeat;
	background-position: center 30px;
	background-color: #393976;
	width:169px;
}

div.menu &gt; ul a:link, div.menu &gt; ul a:visited {
	text-decoration: none;
	display: block;
	color: #fff;
	height: 77px;
}

div.content {
	background-color: #232639;
	margin-top: 0px;
	padding: 15px;
	position: relative;
}

div.content div.title {
	margin-bottom:20px;	
}

div.footer {
	background-color:#4b4c51;
	height: 30px;
	width: 994px;	
	padding: 15px;
	color: #909192;
	font-size:12px;
}

div.footer a:link, div.footer a:visited {
	text-decoration: none;
	color: #909192;
}

div.contactInfo {
	float: left;
	padding-right: 15px;
	width: 375px;
}

div#mapContainer {
	width: 600px;
	height: 400px;	
}

div.submenu {
	float: left;
	width: 200px;
	background-color:#51535b;
	padding:10px;	
	padding-top:20px;
	padding-bottom:20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.subcontainer {
	margin-left: 240px;
	font-size: 14px;
}

div.submenu a:link, div.submenu a:visited {
	color: #fff;
	text-decoration: none;
}

table.bordery, table.bordery td, table.bordery th {
	border: 1px solid #1d1d38;
	border-collapse: collapse;
}

table &gt; thead th {
	background-color: #393976;	
	padding:5px;
	text-shadow: #6a3d37 2px 2px 2px;
}

table &gt; tbody td.odd, table &gt; tbody td {
	background-color: #51535c;
	padding:5px;
}

table &gt; tbody td.even {
	background-color: #575774;
	padding:5px;
}

ol &gt; li {
	margin-bottom: 5px;
}

div.downloadFile {
	background-color: #e59b0b;
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.downloadFile a:link, div.downloadFile a:visited,
div.infoBox a:link, div.infoBox a:visited {
	color: #fff;
	text-decoration: none;
}

div.infoBox {
	background-color: #2c69bd;
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.blockFirst {
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	background-color: #2c69bd;
	width: 295px;
	height: 170px;
}

div.blockSecond {
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	margin-right: 18px;
	margin-left: 18px;
	background-color: #e59b0b;
	width: 285px;
	height: 170px;
}

div.blockThird {
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:left;
	background-color: #2c69bd;
	width: 285px;
	height: 170px;
}

div.btnMore,
div.btnBlueMore,
div.btnOrangeMore {
	padding:5px;
	width: 100px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

div.btnBlueMore {
	background-color: #568efe;
}

div.btnOrangeMore {
	background-color: #fcb937;
}

div.more a:link, div.more a:visited  {
	text-decoration: none;
	color: #fff;
}
</pre></body></html>