body {
  margin: 0px;
  padding: 0px;
  background-color: #f6f6f6;
  font-family: Arial;
  font-size: 0.75em;
  line-height: 1.3em;
  color: #565555;
  background-image: url(../p/page_bg.gif);
  background-repeat: repeat-x;
  display: block;
}

a:link, a:visited, a:focus, a:active {
  text-decoration: underline;
  color: #6b65b2;
}

a:hover {
	color: #6b65b2;
	text-decoration: none;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

html {
height: 100.01%;
}

.clear {
clear: both;
}

.right {
  float: right;
}

.hidden {
	display: none;
}

/* Base-layout */

#page {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	position: relative;
	overflow: hidden;
}

#page-margins-top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	background: url(../p/page_margins_top_left.gif) no-repeat;
	height: 586px;
}

#page-margins-top-right {
	position: absolute;
	top: 0px;
	left: 965px;
	width: 5px;
	background: url(../p/page_margins_top_right.gif) no-repeat;
	height: 586px;
}

#page-content {
	float: left;
	width: 960px;
	min-height: 586px;
	padding: 0 5px 0 5px;
	background: url(../p/page_margins.gif) repeat-y 0px 586px;
}

#header {
	background: url(../p/page_header.png) no-repeat;
	height: 155px;
	padding: 0;
}

#page-title {
	position: absolute;
	left: 34px;
	top: 9px;
	width: 142px;
	height: 106px;
}

#page-title img {
	width: 142px;
	height: 106px;
}

#content {
	padding: 35px 0 25px 0;
	background-color: #fbfbfb;
	min-height: 431px;
}

#content-left {
	float: left;
	width: 140px;
	min-height: 290px;
	padding: 0 20px 0 20px;
	background: url(../p/content_left_margin.gif) no-repeat right top;
}

#content-left-bottom {
	margin-top: 10em;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #979798;
}

#content-right {
	float: left;
	width: 140px;
	min-height: 360px;
	padding: 0 20px 0 20px;
	background: url(../p/content_right_margin.gif) no-repeat left top;
}

#content-center {
	float: left;
	width: 500px;
	margin: 0 37px 0 62px;
	line-height: 1.5em;
}

#content-center.wide {
	width: 660px;
}

#content-center-bottom {
	background: url(../p/dotted_line_bg.gif) repeat-x top left;
	padding-top: 0.8em;
	width: 480px;
}

#footer {
	position: relative;
	background: url(../p/footer_bg.gif) no-repeat;
	padding: 10px 10px 0 20px;
	color: #8b8b8c;
}

#footer-message {
	float: left;
}

/* Menus */

#header-menu {
	font-size: 0.8em;
	position: absolute;
	top: 3px;
	right: 20px;
}

#header-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header-menu ul li {
	float: left;
	margin-left: 1em;
}

#main-menu a { text-decoration:none; }

#main-menu {
	font-size: 1.1em;
}

#main-menu ul {
	list-style: none;
	font-weight: bold;
	margin: -0.9em 0 0 0;
	padding: 0;
}

#main-menu ul li {
	padding: 1em 0 1em 0;
	background: url(../p/dotted_line_bg.gif) repeat-x bottom left;
}

#main-menu a:hover,
#main-menu a.active
{
	color: #c033b4;
}

#main-menu ul li ul li.active {
	/*padding-bottom: 0em;*/
}

#main-menu ul li ul li {
	background: transparent;
	border-top: 1px solid #eeeeee;
}

#main-menu ul li ul li {
	padding-left: 0.8em;
}

#main-menu ul ul {
	font-weight: normal;
	margin-top: 0.8em;
}

#footer-menu {
	float: right;
}

#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-menu ul li {
	float: left;
	margin-left: 2em;
}

/* Contents styles */

h1,h2,h3,h4,h5,h6
{
	color: #c033b4;
	font-weight: normal;
	font-size: 1.8em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.3em;
	color: #7b7fba;
	margin: 0 0 0.2em 0;
}

#content-right h2 { color: #c033b4; font-size: 1.1em; }

h3 {
	font-size: 1.0em;
	font-weight:bold;
	color: #565555;
}

div.hr {
	background: url(../p/dotted_line_bg.gif) repeat-x;
	margin: 1.5em 0 1.5em 0;
	padding: 0;
	text-align: left;
	border: 0;
	height: 1px;
	clear:both;
}

#content-center div.hr {
	width: 480px;
}

p {
	padding: 0 0 0.5em 0;
	margin: 0;
}

#content-right {
	/*font-size: 0.9em;*/
	line-height: 1.4em;
}

#to-top {
	float: right;
	margin-right: 1em;
}

a.link-arrow-up {
	background: url(../p/arrow_blue_up.gif) no-repeat left 0.5em;
	padding-left: 1em;
	display: block;
}

a.link-arrow-up:hover { color: #c033b4; background-image:url(../p/arrow_pink_up.gif); }

.link-arrow-right {
	background: url(../p/arrow_blue_right.gif) no-repeat left 0.5em;
	padding-left: 1em;
}

.link-arrow-right.block { display:block; }

.column { float:left; display:block; margin-right: 2em; }
.column.half { width: 47.5%; }
.column.third { width: 30.5%; }
.column.last { margin-right: 0; }

#content-center-bottom a {
	text-decoration: none;
}

#content-center .teaser {
	background-color: #e7e7e7;
	background-image: url(../p/teaser_bg.gif);
	background-repeat: repeat-x;
	padding: 25px 30px 25px 30px;
	margin-bottom: 2em;
	width: 416px;
	overflow: auto;
	border: 2px solid #e7e7e7;
}

#content-center.wide .teaser
{
	width: 596px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content-center .teaser h2 {
	margin-bottom: 0.2em;
}

#content-center .teaser-text {
	margin-left: 2.5em;
}

#footer {
	font-size: 0.8em;
}

#content-center ul { padding-left: 1em; }
#content-center ul.no-bullets { padding-left: 0; }
#content-center ul ul { padding-left: 2em; }
#content-center ul.no-bullets ul { padding-left: 1em; }

#content-center ul li {
	list-style-image:url(../p/bullet.gif);
}

#content-center ol { padding-left: 1.5em; }
#content-center ol ol { padding-left: 2em; }

#content-center form {
	background-color: #f5f5f5;
	padding-bottom: 1em;
	width: 480px;
}

#content-center form h1,#content-center form h2 {
	background: url(../p/form_header_bg.gif) repeat-x;
	height: 20px;
	padding: 10px 25px 10px 25px;
	margin: 0 0 1em 0;
}

#content-center form fieldset {
	margin: 10px 25px 10px 25px;
	border:none;
	padding: 1em 0 2em 0;
	background: url(../p/dotted_line_bg.gif) repeat-x bottom left;
}

form legend { padding: 1em 0 0 0; font-weight:bold; }

form .type-text input,
form .type-textarea textarea,
form .type-select select {
	border: 1px solid #c9c9c9;
	color: #565555;
	padding: 1px;
	background: #FFFFFF;
}
form .type-button input {
	border: 1px solid #dad8ef;
	background: url(../p/button_blue_bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 0.9em;
	height: 19px;
	cursor: pointer;
	padding: 0 6px 2px 6px;
}

form .type-button input:hover { background-image: url("../p/button_pink_bg.gif"); }

form .type-info { margin: 10px 25px 10px 25px; }

form .type-text,
form .type-textarea,
form .type-check,
form .type-radio,
form .type-button,
form .type-select {
	margin: 0.7em 0 0.7em 0;
	clear: both;
}

form .type-text input { height: 1.5em; padding-top: 0.3em; }
form .type-select select { height: 2.2em; padding-top: 0.2em; }

form .type-text label,
form .type-textarea label,
form .type-select label,
form .type-radio label { width: 30%; display: block; float: left;}
form .type-text input,
form .type-textarea textarea,
form .type-select select,
form .type-radio input { width: 70%; display: block; }

form .type-text.no-column label,
form .type-textarea.no-column label,
form .type-select.no-column label,
form.no-column .type-text label,
form.no-column .type-textarea label,
form.no-column .type-select label { width: 100%; float:none; }
form .type-text.no-column input,
form .type-textarea.no-column textarea,
form .type-select.no-column select,
form.no-column .type-text input,
form.no-column .type-textarea textarea,
form.no-column .type-select select { width: 100% }

form .radio-title { padding: 0.7em 0 0.7em 0; }
form .radio-value { margin: 0.7em 0; }

form .error { color: red; display: block; clear: both; margin: 0 0 1em 30%; }
form .no-column .error,
form.no-column .error { margin: 0 0 1em 0; }

#content-center form .submit {
	text-align: right;
	margin: 10px 25px 10px 25px;
}

#content-center li { margin-bottom: 0.3em; }
ul.no-bullets li,li.no-bullets { list-style-type:none; list-style-image:none !important; margin-left:0; padding-left:0; }

.teaser-list { margin:0; padding:0; text-indent:0; list-style:none; }
.teaser-list li { margin:0; padding:0; }

.partner-links { width: 100%; overflow:hidden; }
.partner-link { float: left; margin: 0 20px 20px 0; border: 1px solid #F0F0F0; text-align:center; width:225px; height:139px; overflow:hidden; }
.partner-link a { display: block;}
.partner-link-label { position:relative; top: -25px; height:0px; overflow:visible; }

ul.sitemap li { font-weight: bold; }
ul.sitemap li ul li { font-weight: normal; }
