html {
	height: 100%;
}

body {
  font-family: Arial, "Arial Narrow", Tahoma, Arial, Helvetic, sans-serif;
  margin: 0px;
  padding: 10px;
  background: #CCCCCC;
  height: 97%;
}

table.page {
	width: 100%;
	height: 100%;
}

.clr { 
  /*/*/ font-size: 1pt; /* IE Hack, damit er bei div class="clear" height: 0 (einigermassen) berücksichtigt - Firefox braucht aber != 0! */
  clear:both; 
  height: 0;
}

.clr0 { 
  font-size: 0pt;
  clear:both; 
  height: 0;
}

img.logosmall {
	
}

img.logobig {
	margin-top: 200px;
	margin-bottom: 10px;
}

div.pagepic {
    padding: 0;
		margin-bottom: 10px;
		height: 400px;
}

td.blacky {
	width: 18px;
	background-color: #666666;
}

#navi {
	font-size: 12pt;
	margin: 0 5px 0 5px;
	font-family: "Arial Narrow", Tahoma, Arial, Helvetic, sans-serif;
}

#navi div.navispacer {
	width: 165px;
}

#navi a.navi {
	text-decoration: none;
	color: #333333;
	display: block;
}

#navi a.navi:hover {
	background-color: #999999;
}

#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navi li {
	font-weight: normal;
	display: inline;
}

#navi li.aktiv {
	color: #F04715;
	font-weight: bold;
}

#navi ul ul ul {
	margin-left: 10px;
}

/*
#navi ul.toplevel li {
	display: inline;
}

#navi ul li.toplevel {
	margin: 20px 0 0 0;
	color: #F04715;
	font-weight: bold;
}

#navi .toplevel .navi {
	font-weight: normal;
}

#navi ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#navi ul li ul li {
	margin: 0;
	padding: 0;
}

#navi ul li ul li ul li.thirdlevel {
  padding: 0;
	margin: 0 0 0 10px;
	color: #F04715;
	font-weight: bold;
}

#navi .thirdlevel .navi {
	font-weight: normal;
}
*/

#content {
  margin: 0 10px 0 10px;
	font-size: 10pt;
	line-height: 13pt;
}

#content div.blacky {
	display: block;
	background-color: #666666;
	color: white;
	margin-bottom: 10px;
	padding-left: 3px;
}

#content a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	color: #666666;
}

#content table {
	font-size: 10pt;
}

#content .bildrechts {
	float: right;
	margin-left: 10px;
	font-size: 8pt;
	border-bottom: 1px solid black;
}

#content .splinks {
	float: left;
	width: 48%;
}

#content .sprechts {
	float: right;
	width: 48%;
}

#content .thumbsflinks {
	float: left;
	background: #DDDDDD;
	padding: 3px;
	border: 1px solid #999999;
	margin: 5px 5px 0 0;
}

#content .thumbsflinks a {
	font-size: 10pt;
	font-weight: normal;
}

#content .thumbsflinks img {
	margin-top: 5px;
}

#footer {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
	color: #666666;
	margin-right: 10px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	background-color: #999999;
}

