/**************** GLOBALS ***************/
body, html {
	background-color: #FFDD64;
	font-family: Trebuchet MS, verdana, arial;
	font-size: 12px;
	overflow: hidden;
	height: 100%;
}
.doNotDisplay {
	display: none !important;
}
img {
	border: none;
}
h1				{
	font-size: 130%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2				{
	font-size: 112%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
td {
	font-size: 12px;
}
/**************** General Classes ***************/
.bold {
	font-weight: bold;
}
.ul {
	text-decoration: underline;
}
.hr-red {
	clear: both;
	border-bottom: 2px solid #DD0000;
	padding: 5px 0 10px 0;
}
.small {
	font-size: 85%;
}
.smallitalic {
	font-size: 80%;
	font-style: italic;
}
.red {
	color: #DD0000;
}
.reditalic {
	color: #DD0000;
	font-style: italic;
}
.red-big-italic {
	color: #DD0000;
	font-size: 120%;
	font-style: italic;
}
.red-td {
	color: #DD0000;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.redlink a {
	color: #DD0000 !important;
	font-weight: bold;
	text-decoration: underline;
}
.redlink a:hover {
	color: #DD0000 !important;
	font-weight: bold;
	text-decoration: none;
}
.center {
	text-align: center;
}
.blocksatz {
	text-align: justify;
}
.bgdark {
	background-color: #E0E0E0;
	padding: 10px 0 10px 20px;
}
/**************** Total Container ***************/
#container
{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
}
/**************** Image Header ***************/
#imgheader
{
	background-image: url('../images/corner.jpg');
	background-position: top left; 
	background-color: #D5BC57;
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	width: 100%;
}
#imgheader a {
   position: absolute;
   top: 10px;
   right: 10px;
}
#imgheader h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: white;
	margin: 0 0 0 160px;
	padding: 10px 0 10px 50px;
}
/**************** Navigation ***************/
#navigation
{
	height: 25px;
	text-align: center;
	width: 100%;
	top: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	background: url(../images/nav-bg.gif) repeat-x top;
	line-height: 25px;
}
#navigation a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 1.5ex;
}
#navigation a:hover {
	color: black;
	background-color: white;
}
#navigation-selected {
	color: #DD0000;
	background-color: white;
	font-weight: bold;
	padding: 0 1ex;
	speech-rate: inherit;
}
/**************** Sub-Navigation ***************/
#subnavi-container 
{	width: 16%;
	top: 70px;
	float: left;
	height: 100%;
	background-color: #FFDD64;
	background-image: url('../images/randleft.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 100%;
	text-align: left;
}
#subnavi {
	position: absolute;
	top: 220px;
	left: 0;
	width: 160px;
	height: 380px;
}
#subnavi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subnavi .lvl1, .lvl1r {
	text-align: right;
	font-weight: bolder;
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: white;
	margin: 5px 10px 5px 20px;
	padding: 2px 3px 2px 0px;
}
#subnavi .lvl1 {
	background-image: url('../images/pfeil_s.gif');
}
#subnavi .lvl1r {
	background-image: url('../images/pfeil_r.gif');
}
#subnavi .lvl2, .lvl2m, .lvl2mr, .lvl2b, .lvl2br {
	text-align: right;
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: white;
	margin: 0 0 0 19px;
	padding: 2px 3px 2px 0px;
	border-left: 1px solid black;
}
#subnavi .lvl2 {
	background-position: 5px 50%;
	background-image: url('../images/pfeil_r.gif');
	font-weight: bolder;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#subnavi .lvl2b {
	border-bottom: 1px solid black;
}
#subnavi .lvl2br {
	background-position: 15px 50%;
	background-image: url('../images/pkt.gif');
	border-bottom: 1px solid black;
}
#subnavi .lvl2mr {
	background-position: 15px 50%;
	background-image: url('../images/pkt.gif');
	color: #DD0000;
}
#subnavi a.selected {
	color: #DD0000;
	background-color: transparent;
	text-decoration: none;
}
#subnavi a {
	color: black;
	background-color: transparent;
	text-decoration: none;
}
#subnavi a:hover {
	color: #DD0000;
	background-color: white;
	text-decoration: none;
}
/**************** Content ***************/
#content-container {
	top: 70px;
	float: right;
	height: 85%;
	width: 84%;
	overflow: auto;
	background-color: #FFDD64;
	background-image: url(../images/thaibuddha_wasser.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#content {
	padding: 30px 30px 50px 50px;
}
#content a, a:visited {
	color: black;
/*	font-weight: bold; */
	text-decoration: underline;
}
#content a:hover {
	color: #DD0000;
/*	font-weight: bold; */
	text-decoration: none;
}
/**************** Individual Pages ***************/
#download a {
	font-weight: bold;
}
#download a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#download a:hover {
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
}
#download img {
	vertical-align: middle;
	padding: 5px;
}
#centered td {
	text-align: center;
	width: 300px;
}
#centered p {
	font-size: 85%;
	padding-bottom: 30px;
}
#texte td.red {
	color: #DD0000;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
#texte td.hdr {
	background-color: #9C8841;
	color: white;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
#texte .img {
	float: left;
	padding-right: 10px;
}
#verlage td.hdr {
	color: #DD0000;
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
#verlage td.txt {
	vertical-align: top;
}
/**************** Sitemap Classes ***************/
dt {
	background-image: url('../images/folder.gif');
	background-position: 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #808080;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
}
dd a {
	background-image: url('../images/pkt.gif');
	background-position: 0px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
.box {
	width: 60%;
}

