
body {
  color: #000;
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0;
  background-color: #fff;
  background: url(../_images/background-body.png);
  background-repeat: repeat-y;
}
#back {
  width: 960px;
}

img {
  border: 0;
}
.small {
  font-size: 80%;
}
.center {
	text-align: center;
}


#content {
  position: relative;
  margin-top: 12em;
  width: 960px;
}
#header {
  background: url(../_images/background-header.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 175px;
}
#helper {
  position: absolute;
  right: 0;
	top: 0;
	width: 660px;
  text-align: right;
}
#logo {
  position: relative;
  margin-top: 20px;
  margin-left: 123px;
  z-index: 100;
  width: 198px;
  height: 111px;
}
#menu {
  position: absolute;
  left: 10px;
  top: 200px;
  width: 160px;
  z-index: 101;
}
#center {
	position: relative;
  float: left;
	margin-left: 190px;
	width: 510px;
	font-size: 80%;
	line-height: 160%;
}
#footer {
  position: relative;
	top: 3.0em;
  clear: both;
	margin-left: 190px;
	width: 510px;
}
#right {
	position: relative;
	float: left;
	left: 30px;
  margin-top: 10px;
	width: 210px;
	font-size: 80%;
	line-height: 160%;
}
#left {
	position: absolute;
	left: 0;
	top: 60px;
	width: 210px;
}




#center a {
  text-decoration: underline;
}
#center a[href^="http://"] {
	padding-left: 1.25em;
	background: url(../_images/linkextern.gif) left center no-repeat;
}
#center a:link {
	color: #000;
}
#center a:visited {
  color: #666;
}
#center a:hover, #center a:active, #center a:focus {
	color: ;
}


#content h1 {
	font-size: 120%;
  color: #b00;
	margin: 0;
	padding: 0;
}
#content h1 + p {
	margin: 0;
	padding: 0;
}
#content h2 {
  font-size: 115%;
  line-height: 150%;
}
#content h2 em {
  font-weight: normal;
  padding-left: 1em;
}

#content h3 {
  font-size: 105%;
  line-height: 150%;
}
#content h4 {
  font-size: 95%;
  line-height: 150%;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content h4 + p {
  margin-top: 0;
  padding-top: 0;
}
#content p, #content ul, #content ol, #content dl {
}
#content div.intro {
	background-color: ;
	color: #fff;
	margin-bottom: 1.0em;
	padding: 15px;
}
#content div.startintro {
	font-weight: bold;
	margin-bottom: 2.0em;
}

#content p.subtitle {
	font-style: italic;
}
#content .imgLeft {
  float: left;
  margin: 0 15px 15px 0;
}
#content .tblLeft {
	float: left;
	width: 360px;
	height: 90px;
	margin-bottom: 15px;
}
#content .tblLeft td.objImg {
	width: 120px;
}
#content .tblLeft td.objTxt {
	width: 230px;
	padding-left: 5px;
	padding-right: 5px;
}
#content ul {
  list-style: square inside;
  margin-left: 0;
  padding-left: 0;
}
#content li {
}


#content div.teaser {
  background: url(../_images/background-teaser.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 35px;
  padding-right: 30px;
  margin-bottom: 30px;
}
#content div.teaser h2 {
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}



#content hr.space {
  clear: both;
  margin-top: 1.0em;
  visibility: hidden;
}
#content hr.nospace {
  clear: both;
  margin: 0;
  padding: 0;
  margin-top: -2.0em;
  visibility: hidden;
}
#content hr.separator {
  color: #fff;
  background: #fff;
  border-bottom: 1px dashed #50767c;
}

#content dt {
  font-weight: bold;
}


.submenu {
  font-size: 75%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
ul.submenu li {
  display: inline;
	border-left: 1px solid #ccc;
}
.submenu a {
  text-decoration: underline;
}
ul.submenu a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.submenu a:link, .submenu a:visited {
  color: #999;
}
.submenu a:hover, .submenu a:active, .submenu a:focus {
  color: ;
}
.submenu a.current:link, .submenu a.current:visited {
	color: ;
	text-decoration: none;
}


ul.mainmenu {
  font-size: 75%;
  margin: 0;
  padding: 0;
}
ul.mainmenu li {
  text-align: right;
  list-style-type: none;
	padding-bottom: 1em;
}
ul.mainmenu a {
  color: #300;
  text-decoration: none;
}
ul.mainmenu a:link, ul.mainmenu a:visited {
}
ul.mainmenu a.current:link, ul.mainmenu a.current:visited {
  color: #fff;
}
ul.mainmenu a:hover, ul.mainmenu a:active, ul.mainmenu a:focus {
}

#quicksearch {
	position: relative;
	font-size: 85%;
}
#searchBox {
	position: relative;
	background-color: #93bf1c;
	padding: 3px;
}
#searchBox p {
	margin: 0;
	padding: 0;
}
#searchBox input {
	margin-top: 15px;
}
#ini {
	position: relative;
	margin-top: 3.0em;
	text-align: center;
}

.clear {
  clear: both;
}
.todo {
	color: #f0f;
}
.hidescreen {
  display: none;
}
