body {
  margin: 0px;
  padding: 0px;
  font: 0.9em verdana arial sans-serif;
  text-align: center;
}

h1 {font-size: 1.3em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em;
  text-align: center;
  border-bottom: 1px solid #000;
}

* {margin:0; padding: 0; border-style: none;}

/* ----  common settings for links ---- */
a:link {
  font-weight:normal;
  text-decoration:none;
  color:#000;
  background:transparent;
}

a:visited {
  font-weight:normal;
  text-decoration:none;
  color:#000;
  background:transparent;
}

a:hover {
  font-weight:normal;
  text-decoration:none;
  color:#06f;
  background:transparent;
  cursor: pointer;
  cursor: hand;
}

a:active {
  font-weight:normal;
  text-decoration:none;
  color:#03c;
  background:transparent;
  border-bottom: 1px dotted #000;
}
/* links settings */

div#wrapper {
  min-width: 1280px; max-width:1280px;
  margin-left: auto; margin-right: auto;
  text-align: justify;
}

div#header {
  text-align: center;
  color: #fff;
  letter-spacing: -0.01em;
  word-spacing: 0.3em;
  font-variant : small-caps;
/*  border-bottom:2px #06f solid; */
  margin-bottom: 0.4em;
  height:100px;
  background: url("../images/pano.jpg") no-repeat top left;
}

#header h1,h2 {line-height: 50px;}

acronym {
  cursor: help;
  text-decoration:none;
}


div#content {
  position: relative;
}

div#content2 {
  position: relative;
}

div#columncenter p {
  margin: 0.2em  0.5em;
  text-indent: 2.5em;
  line-height:1.4;
}

div#columncenter img {
  vertical-align: middle;
}

div#columncenter ul  {
  margin: 0 0 0 1.25em;
  padding: 0;
  list-style-type: square;
  line-height: 1.4;
}

div#columncenter ol {
  margin: 0 0 0 2.0em;
  padding: 0;
  line-height: 1.4;
}

div#columnright a {border-bottom: 1px dotted #000;}
div#columnleft a {border-bottom: 1px dotted #000;}
div#columncenter a {border-bottom: 0 #000; color: #6f6f6f;}
div#columncenter a:hover {color: #06f;}

div#columncenter {
  padding: 0.5em;
  margin: 0 220px 0 240px;
  border: 1px black solid;
}

div#columnleft {
  width: 220px;
  position: absolute;
  top: 0px; left: 0px;
  padding: 0.5em;
  overflow: hidden;
  text-align: left;
}

/* setup menues */
div.menu ul {
  border: 0;
  margin: 0;
  padding-left: 0.6em;
  list-style-type: none;
}

div.menu li {
  margin: 0.4em 0;
  padding: 0;
  text-indent: .5em;
  line-height: 1.3em;
  list-style-type: none;
}

div.menu a {
  display: block;
}

div.menu a:hover {
  color: #fff;
  background-color: #06f;
  font-weight: bold;
  display: block;
}

div.menu strong {
  display: block;
  background-color: #06f;
  color: #fff;
  border-bottom: 1px dotted #000;
}
/* menues setup */

div#columnright {
  width: 190px;
  position: absolute;
  top: 0px; right: 0px;
  padding: 0.5em;
  overflow: hidden;
}

div#columnright p {
  text-align: left;
  font-size: 1.em;
  margin-top: 0.5em;
}


div#footer {
  text-align: left;
  font-size: 1.em;
  margin-top: 0.4em;
  padding-top: 6px;
  margin: 0.4em 220px 0 240px;
  border-top: 2px solid #06f;
}

/* Alsett clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}
/* fix for MS IE6 \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* and of IE fix and Alsett's fixes*/

div.person {text-align: left; margin-bottom: 1em;}
div.person span {font-weight: bold;}
div.person img {margin: 5px 5px; padding: 0.4em 0.4em; display: inline;}

.proceed table{
	border:0;
	width:100%;
	border-spacing: 0px;
}

.proceed th{
	background-color: #6094cf;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.proceed td{
	background-color: #d1dbfd;
	padding: 0.7em;
}

.newsp h1, h2, h3{
    text-align: center;
    line-height: 110%;
    margin: 1em;
}

div.newsp{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-rule: 1px solid black;
}

p.figure {
	font-size: smaller;
	padding: 6px;
	border: 1px solid #c8c8f8;
	width: 310px;
}

.figure img {border-width: 0;}

.figure a {
	display:block;
	text-decoration: none;
}

.figure a:hover {position:relative;}

.figure a span {
	position: absolute;
	display:none;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
	background-color: #585858;
}

.figure a:hover span {
	text-align: center;
	display:block;
	top: -100px;
	left: -400px;
	padding: 40px;
	z-index: 100;
	cursor: default;
}

.r {float: right;}
.l {float: left;}