/* === Tags ======================================================================================= */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-serif, Helvetica;
	font-size: 13px;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}
	
table {
	margin: 0;
	padding: 0;
	border: none;
}

/*==============Links=================================================================*/

a:focus {
 outline: none;
}

input:focus {
 outline: none;
}

a {
 color: #0000FF;
 text-decoration: underline;
}

a:hover {
 color: #0000FF;
 text-decoration: none;
}

a.readMore {
 display: block;
 color: #ffffff;
 padding: 2px 25px 2px 5px;
 text-decoration: none;
 background-color: #C9015C;
 background-image: url(images/bullet.gif);
 background-repeat: no-repeat;
 background-position: center right;
 float: left;
 margin: 5px 0px;
 border: 1px solid #ffffff;
}

a:hover.readMore {
 color: #C9015C;
 text-decoration: none;
 border: 1px solid #C9015C;
 background-color: #ffffff;
 background-image: url(images/bullet2.gif);
}
/*
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
*/
/*===================================================================================================*/

input.inputText, textarea.inputText, select.inputText {
	border: solid 1px #7F9DB9;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 290px;
}

select.inputText {
 width: 294px;
}

input.small {
 width: 95px;
}

input.searchInput {
 border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-serif, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 116px;
	padding: 2px 2px 2px 2px;
	margin: 0; 
}

input.button {
 border: 1px solid #003C74;
 font-family: Arial;
 font-size: 12px;
 width: 82px;
 background-image: url(images/bgButton.gif);
 background-repeat: repeat-x;
}

/* === Base classes =============================================================================== */
.clear {
	clear: both;
}

.left	{
	float: left;
}

.right {
	float: right;
}

.advert {
	display:block;
}

.relative {
	position: relative;
}

/* === Id's ======================================================================================= */

#wrap {
	height: 100%;
	min-height: 100%;
	margin-bottom: -70px;
}

html>body #wrap {
 height: auto;
}

/* ========Header=====================================================================================*/

#header {
	width: 964px;
	height: 80px;
 margin: 0 auto;
 padding-top: 10px
}

.serchDiv {
 text-align: right;
 padding-top: 30px;
}

.logo {
 text-align: left;
}

/*======Content=======================================================================================*/

#menu {
 width: 964px;
 height: 40px;
 margin: 0 auto;
}

a#link0 {
 width: 138px;
 height: 40px;
 display: block;
 background-image: url(images/mnHome.gif);
 background-repeat: no-repeat;
}

a#link1, a#link2, a#link3, a#link4, a#link5, a#link6 {
 width: 138px;
 height: 40px;
 display: block;
 text-decoration: none;
 background-image: url(images/mnLink1.gif);
 background-repeat: no-repeat;
 background-position: top;
}

a#link2 {
 background-image: url(images/mnLink2.gif);
}

a#link3 {
 background-image: url(images/mnLink3.gif);
}

a#link4 {
 background-image: url(images/mnLink4.gif);
}

a#link5 {
width: 137px;
 background-image: url(images/mnLink5.gif);
}

a#link6 {
width: 137px;
 background-image: url(images/mnLink6.gif);
}


a:hover#link0, a:hover#link1, a:hover#link2, 
a:hover#link3, a:hover#link4, a:hover#link5, a:hover#link6, #menu a.selected { background-position: bottom;}

/*===============================================================================*/

#link1Sub, #link2Sub, #link3Sub, #link4Sub, #link5Sub {
 width: 137px;
 border: 1px solid #000000;
 border-top: none;
 position: absolute;
 background-color: #ffffff;
 margin-left: 137px;
 display: none;
}

#link2Sub { margin-left: 275px;}
#link3Sub { margin-left: 413px;}
#link4Sub { margin-left: 551px;}
#link5Sub { margin-left: 689px; width: 136px;}

#link1Sub ul, #link2Sub ul, #link3Sub ul, #link4Sub ul, #link5Sub ul {
 list-style: none;
 margin: 0px;
 padding: 0px 0px;
}

#link1Sub li, #link2Sub li, #link3Sub li, #link4Sub li, #link5Sub li {
 display: inline;
}

#link1Sub a, #link2Sub a, #link3Sub a, #link4Sub a, #link5Sub a {
 color: #000000;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
}

#link1Sub a:hover, #link2Sub a:hover, #link3Sub a:hover, #link4Sub a:hover, #link5Sub a:hover, 
#link1Sub a.selectedLink, #link2Sub a.selectedLink, #link3Sub a.selectedLink, #link4Sub a.selectedLink, #link5Sub a.selectedLink {
 color: #ffffff;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 background-color: #6D0147;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
}

#link1Sub a.first, #link1Sub a:hover.first, #link2Sub a.first, #link2Sub a:hover.first, #link3Sub a.first, #link3Sub a:hover.first, #link4Sub a.first, #link4Sub a:hover.first, #link5Sub a.first, #link5Sub a:hover.first { border-top: none; }
#link1Sub a.last, #link1Sub a:hover.last, #link2Sub a.last, #link2Sub a:hover.last, #link3Sub a.last, #link3Sub a:hover.last, #link4Sub a.last, #link4Sub a:hover.last, #link5Sub a.last, #link5Sub a:hover.last { border-bottom: none; }

/*======Content====================================================================================*/

#content {
 width: 964px;
 margin: 0 auto;
 padding-bottom: 20px; 
 padding-top: 40px; 
}

.mainBlock {
 padding: 0px 20px;
}

.newsBlock {
 padding: 0px 20px;
 width: 200px;
 border-left: 1px solid #000000;
}

h1.pageCaption {
 margin: 0;
 padding: 0;
 font-size: 22px;
 color: #000000;
 font-weight: normal;
 padding-bottom: 10px;
}

h1.pageCaption2 {
 margin: 0;
 padding: 0;
 font-size: 18px;
 color: #6D0147;
 padding-top: 20px;
 font-weight: normal;
 color: #018E9F;
}

.textDiv {
 width: 100%;
 padding-top: 20px;
}

.rowTop {
 padding-top: 10px;
}

/*======Footer=====================================================================================*/

#footer {	
	width: 100%;
 height: 70px;
 margin: 0px;
 }

.footerCont {
 width: 964px;
 margin: 0 auto;
 text-align: center;
 font-size: 11px;
 border-top: 1px solid #BFBFBF;
 padding-top: 15px;
}

#footer ul, ul.siteMap {
 margin: 0;
 padding: 0;
 list-style: none;
}

#footer li {
 display: inline;
 padding: 0px 3px;
}

#footer a {
 color: #000000;
 text-decoration: none;
}

#footer a:hover {
 color: #000000;
 text-decoration: underline;
}

.copyr {
 font-size: 11px;
 padding-top: 10px;
 color: #7F7F7F;
}

.heightB {
 height: 70px;
}

/*========================================*/

.red { color: #C9015C;}
.font14 { font-size: 14px;}
.bigFont { font-size: 16px;}
.bigFont2 { font-size: 18px;}
.smallFont { font-size: 11px;}
.padRight { padding-right: 18px;}
.padLeft80 { padding-left: 20px;}
.orange { color: #FDA53B;}
.blue { color: #6D0147;}
.grey { color: #808080;}
h1.blue { color: #6D0147;}

/*===========================================================================*/

.contentLi {
 padding-top: 10px;
 padding-bottom: 10px;
}

.subUl {
 padding-left: 15px;
 padding-top: 7px;
}

.subUl li {
 padding-top: 4px;
 padding-bottom: 4px;
}

.padTd {
 padding: 20px 10px 20px 10px;
}

.padTd ul {
 margin: 0;
}

.separator {
 height: 20px;
 border-top: 1px solid #bbbbbb;
}

.diamant1 {
 background-image: url(images/dia1.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.diamant2 {
 background-image: url(images/dia2.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.diamant3 {
 background-image: url(images/dia3.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.diamant4 {
 background-image: url(images/dia4.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.diamant5 {
 background-image: url(images/dia5.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.diamant6 {
 background-image: url(images/dia6.gif);
 background-repeat: no-repeat;
 background-position: top right;
}

.scroll {
 width: 100%;
 text-align: center;
 padding-top: 20px;
}

.scroll li {
 display: block;
 padding: 0;
 font-size: 12px;
 float: left;
}

.scroll li.linkLi {
 padding: 3px 7px 3px 5px;
}

.scroll li a {
 display: block;
 float: left;
 padding: 3px 7px 3px 6px;
 font-size: 12px;
 margin: 0px 1px;
 border: 1px solid #C9015C;
 background-color: #C9015C;
 color: #ffffff;
 text-decoration: none;
}

.scroll li a:hover {
 border: 1px solid #C9015C;
 background-color: #ffffff;
 color: #C9015C;
 text-decoration: none;
}

.scroll ul {
 padding: 0px 8px;
 margin: 0;
}

/*=================================================================*/

.date {
 color: #6D0147;
 font-weight: bold;
}