html, body {
	width:100%;
	height:100%;
	font-family:Optima, "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html {
	scrollbar-face-color: white;
	scrollbar-arrow-color: lightgrey;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color:grey;
	scrollbar-3dlight-color: lightgrey;

}

body { 
	margin:0;
	padding:0;
}


address {
	font-size:7pt;
}

table.aussen {
	width:100%;
	height:100%;
	vertical-align:middle;
	border-collapse:collapse;
	border-width:0px;
	background-color:#CCCCCC;
}


table.aussen td {
	text-align:justify;
	vertical-align:middle;
}

table.content  {
	width:94%;
	margin-left:10px;

}
table.content td {
	text-align:justify;
	font-family:Optima, "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.menu {
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
}

table.menu td {
	text-align:left;
	font-family:Optima, "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:solid;
	border-width:1px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom-color:#CCCCCC;
}
table.innen {
	vertical-align:middle;
	border-collapse:collapse;
	border-width:0px;
	background-color:#FFFFFF;
	padding:0;
}

.head {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: justify;
}

h1.head {
	color:#fe9900;
	font-size: 14px;
}

div.black {
	font-size: 8px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: justify;
}

/* links */

a,
a:link, 
*.scriptLink
{ 	
  color: #3080CB;
  text-decoration: none;
  cursor:pointer;
}

a:visited
{	
  color: #5FB5E1;
}

a:hover,
*.scriptLink:hover
{ 
  color:#E97E00;
}

a.white {
	color: #FFFFFF;
}

/* headings */

h1,
h2,
h3,
h4,
h5
{ 
  font-weight:normal;
  color: #6ca300;
}

h1
{ 
  letter-spacing: 0.018em;
  font-size:12pt;
}
h2
{ 
  font-size:10pt;
  margin-bottom:0px;
  margin-top:0px;
    font-weight:bold;
}
h3
{ 
  font-size:10pt;
  border-bottom:1px dotted #808080;
  margin-bottom:0px;
  margin-top:0px;
}
h4
{ 
  font-size:9pt;
  border-bottom:1px dotted #808080;
}
h5
{ 
  font-size:8.5pt;
  border-bottom:1px dotted #808080;
}

/* end of headings */
