/* 
  File name:  formate
  Created on: 21. Dezember 2003 at 14:42
  Author:     sch  

  Description:
    An empty stylesheet.
*/

root {
  display: block;
}
body {
  margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
  font-weight: normal;
	background-color: #FFFFFF;
}
div {
  margin: 0px;
  padding: 0px;
  border-style: none;
	background-color: #FFFFFF;
}
div.header {
	border-bottom: solid 1px #339933;
	background-color: #339933;
}
div.mainNavi {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 20px;
	background-color: #339933;
}

div.secondNavi {
	height: 300px;
	width: 180px;
}

div.titleContent {
	margin-top: 20px;
	margin-left: 20px;
	width: 200px;
	height: 20px;
	font-size: 11pt;
	color: #000000;
}

div.oneColumnContent {
	margin-left: 20px;
	width: 600px;
  color: #000000;
  text-align: justify;
}

div.twoColumnContent {
	margin-left: 20px;
	margin-right: 20px;
	width: 420px;
  color: #000000;
  text-align: justify;
}

div.twoColumnNews {
	width: 160px;
}

a {
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a.mainNavi {
  font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainNavi:hover {
	color: #333333;
	text-decoration: none;
}

a.secondNavi1 {
  font-size: 10pt;
  font-weight: normal;
	line-height: 22px;
	color: #339933;
	text-decoration: none;
}
a.secondNavi1:hover {
	color: #006633;
}

a.secondNavi2 {
  font-size: 8pt;
  font-weight: normal;
	line-height: 16px;
	color: #339933;
	text-decoration: none;
}
a.secondNavi2:hover {
	color: #006633;
}

a.elseNavi {
  font-size: 7pt;
  font-weight: normal;
	color: #339933;
	text-decoration: none;
}
a.elseNavi:hover {
	color: #006633;
}

a.footer {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #339933;
}
a.footer:hover {
	color: #006633;
}

img {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
}
img.head {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
}

table {
    margin: 0px;
    padding: 0px;
    border-style: none;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
    font-weight: normal;
}

table.main {
	margin-top: 10px;
	margin-left: 10px;
}

table.mainNavi {
  width: 800px;
  /*height: 12px;*/
}

table.news {
	margin-bottom: 10px;
  width: 160px;
	border: solid 1px #999999;
}

table.footer {
	margin-top: 20px;
	margin-bottom: 20px;
  width: 800px;
  height: 12px;
	border-top: solid 1px #339933;
}

table.content {
  width: 100%;
}



td {
  margin: 0px;
  padding: 0px;
  border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	empty-cells: show;
	text-decoration: none;
}
td.mainNavi {
	text-align: center;
}

td.columnContent {
	vertical-align: top;
}

td.newsHeader {
	font-size: 10pt;
  font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #339933;
}

td.newsContent {
	font-size: 8pt;
  font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 4px;
	background-color: #FFFFFF;
}

td.footer {
	font-size: 8pt;
  font-weight: normal;
	color: #999999;
	text-align: center;
}

td.endline {
	width: 100%;
	height: 14px;
	text-align: right;
	border-bottom: solid 1px #339933;
}

/*select {
    height: 18px;
    padding-left: 2px;
    border-style: none;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
}
*/
p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
  font-weight: normal;
	color: #000000;
	line-height: 13pt;
}
p.parTitle {
	font-size: 10pt;
  font-weight: bold;
	text-align: left;
}
p.parContent {
	margin-bottom: 10px;
	text-align: justify;
}

span.parTitle {
	font-size: 10pt;
  font-weight: bold;
	text-align: left;
}

li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
  font-weight: normal;
  line-height: 13pt;
	color: #000000;
}

iframe {
	overflow: hidden;
    margin: 0;
    background-color: #FFFFFF;
	border: none;
}
