@charset "UTF-8";
/* CSS Document */

*		{
		margin: 0;
		padding: 0;
		}

body 	{
		font-family:Verdana, Geneva, sans-serif;
		font-size: 13px;
        background-color: #FFFF99;
		}

body.print {
		width: 720px;
		background: none;
		}

h1		{
		margin: 15px 0;
		font-size: 42px;
		color: #009999;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 0.05em;
		}

h2		{
		font-size: 15px;
		}

h3		{
		font-size: 13px;
		margin-top: 6px;
		}

h4, h5	{
		font-size: 12px;
		margin-top: 15px;
		}

p		{
		margin: 10px 0;
		}

a:link, a:visited  {
        color: #009999;
        text-decoration: none;
        }

a:hover	{
		font-weight: bold;
		}

a.active {
		font-weight: bold;
		padding: 0 9px;
		border-left: 2px solid #009999;
		border-right: 2px solid #009999;
		}

a.footnote {
}

table	{
		border-collapse: collapse;
		}

table.layout {
		width: 100%;
		border: none;
		}

table.layout td	{
		vertical-align: top;
		border: none;
		}
		
table.layout td.top {
		border-top: 1px solid #009999;
		}

table.layout td.right {
		border-right: 1px solid #009999;
		}

table.layout td.bottom {
		border-bottom: 1px solid #009999;
		}

table.layout td.left {
		border-left: 1px solid #009999;
		}

table.layout td.content {
		width: 600px;
		padding: 20px 10px 10px 30px;
		}

table.imtext {
		border: 1px solid #000000;
		}

caption,
p.bildunterschrift {
		text-align: left;
		font-style: italic;
		margin-bottom: 3px;
		}

table.imtext td {
		border: 1px solid #000000;
		font-weight: normal;
		padding: 2px 6px;
		text-align: center;
		vertical-align: top;
		}

table.imtext th {
		border: 1px solid #000000;
		font-weight: bold;
		padding: 2px 6px;
		text-align: center;
		vertical-align: top;
		}

table.imtext td.alile,
table.imtext th.alile {
		text-align: left;
		}

table.einzelber {
		width: 560px;
		background: #CCFFCC;
		}

table.einzelber th {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 12px 0 24px 0;
		}

table.einzelber td {
		vertical-align: middle;
		padding: 6px;
		}

table.einzelber td.aliri {
		text-align: right;
		}

table.einzelber td.em {
		background: #FFFF99;
		border: 1px solid #000000;
		}

table.einzelber td.border_bottom {
		border-bottom: 2px solid #000000;
		font-weight: bold;
		}

table.aliri td,
td.aliri {
		text-align: right;
		}

table.links {
		width: 100%;
		}

table.links tr {
		border-top: 1px solid #009999;
		}

table.links td {
		padding: 2px 6px;
		text-align: left;
		vertical-align: top;
		}

table.sosta {
		background-color: #e6e6e6;
		}

table.sosta td {
		padding: 3px;
		}

ul.imtext {
		margin: 10px 0 10px 20px;
		}
		
ul.imtext li {
		margin: 10px 0;
		padding-left: 9px;
		}

ul.topmenu {
		margin: 6px auto;
		text-align: center;
		list-style-type: none;
		color: #009999;		
		text-transform: uppercase;
		}

ul.topmenu li {
		display: inline;
		margin: 0 6px;
		}

ul.sidemenu {
		margin-top: 21px;
		text-align: right;
		list-style-type: none;
		color: #009999;
		}
		
ul.sidemenu li {
		margin-bottom: 6px;
		padding: 0 10px 3px 10px;
		border-bottom: 1px solid #009999;
		}
		
ul.sidemenu li.noborder {
		border: none;
		}

ul.sidemenu li ul {
		text-align: right;
		list-style-type: none;
		color: #009999;
		}
		
ul.sidemenu li ul li {
		margin: 3px 0;
		padding: 0 0 0 10px;
		border-bottom: none;
		}
		
ul.footnote,
ul.links {
		list-style-type: none;
		}

ul.footnote li,
ul.links li {
		margin: 6px 0;
		}
				
p.credits {
		font-size: 10px;
		text-align: center;
		}
		
hr		{
		width: 30%;
		}