/****************************global settings**************************************/
html {
  background: #FFF;
  height: 100%;
  width: 100%;
}
body {
  color: #000;
  font: normal 11px verdana, arial, helvetica, sans-serif; 
  height: 100%;
  line-height: 18px;
  width: 100%;
}
/*gecko, safari*/
:root  body  { overflow-y: scroll; } 
a.top{
  color: #F08A00;
  display: block;
  font: normal 1em verdana, arial, helvetica, sans-serif; 
  line-height: 1.2em;
  outline: none;
  text-align: right;
  text-decoration: underline;
}
.cls {
  clear: both;
}
img a, a img {
  border: 0px;
  outline: none;
}
h1 {
  color: #F08A00;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4em;
  text-transform: uppercase;
}
h2 {
  color: #502C42;
  font-size: 1.1em;
  font-weight: bold;
  padding: 3px 0px;
}

h3 {
  color: #C1C1C1;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}
strong {
  font-weight: bold;
}
/****************************global settings**************************************/


/****************************content********************************************/
div#content-frame {
  height: 645px; 
  left: 50%;
  margin: -322px 0px 0px -495px;
  position: absolute;
  top: 50%;
  width: 990px;
}
/****************************content********************************************/


/****************************visible skip menue**********************************/
.skip, .skip:link, .skip:visited {
  color: #000;
  position: absolute;
  top: -1000em;
  z-index: 100;
}

.skip:focus, .skip:active {
	display: block;
	left: 20px;
	outline: none;
	padding-top: 7px;
	position: absolute;
	top: 0px;
}
/****************************visible skip menue**********************************/