body {
	background-color: white;
	z-index: 1;
	padding-bottom: 0px;
	padding-top:    0px;
	padding-right:  0px;
	padding-left:   0px;
	margin-left:    auto;
	margin-right:   auto;
	margin-bottom: 0px;
	margin-top:    0px;
	max-width: 846px;
}

* {
	font-size: 10pt;
	font-family:Verdana, Arial;
	color: #333333;
}

div#navigation {
	position: relative;
	background-image: url(./images/bg_top.png);
	background-color: transparent;
	color: white;
	margin-bottom: 0px;
	margin-top:    0px;
	margin-left:    0px;
	margin-right:   0px;
	padding-bottom: 0px;
	padding-top:    30px;
	padding-right:  3px;
	padding-left:   23px;
	height: 74px /* = 104 - 30 */;
	top: 0px;
	
}

div#navigation a {
	background-color: transparent;
	color: white;
	font-size: 15px;	
	padding-left:  5px;
	padding-right: 5px;
	text-decoration:none;
}

div#navigation a.current{
	color: #ee0000;
}


div#navigation img {
	vertical-align: middle;
}

div#language_chooser {
	position: absolute;
	right:50px;
}

div#textnav {
	position: absolute;
	top: 60px;
	left: 176px;
}

div#footer {
	background-color: transparent;
	background-image: url(./images/bg_bottom.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
	color: white;
	margin-bottom: 0px;
	margin-top:    0px;
	margin-left:    0px;
	margin-right:   0px;
	padding-bottom: 0px;
	padding-top:    80px;
	padding-right:  0px;
	padding-left:   0px;
	height: 74px /* = 104 - 30 */;
	z-index: 2;
	position: relative;
}

div#backgroundframe {
	background-color: #cbcbcb;
	padding-left:   23px;
	position: relative;
}

div#textBG {
	background-image: url(./images/Background1_800x600.jpg);
	background-repeat: no-repeat;
	z-index:3;
	padding-right:  0px;
	padding-left:   0px;
}

div#textbox {
	background-image: url(./images/WeisseBox_TextOverlay.png);
	background-repeat: no-repeat;
	z-index:5;
	height: 408px /* = 408 - 30 - 10 */;
	width:  526px /* = 526 - 30 - 18 */;
	position: absolute;
	top: 35px;
	left: 280px;
}

div#text {
	z-index:6;
	padding-right: 7px;
	margin-right:  18px;
	margin-left:   30px;
	margin-top:    10px;
	margin-bottom: 20px;
	position: absolute;
	height: 378px;
	width:  473px;
        overflow:auto; 
}

div#nonboxed {
	min-height: 369px;
	padding-right:  10px;
	padding-left:   10px;
	padding-top:    10px;
	padding-bottom: 10px;
	background-color: #cbcbcb;
}

a img {
	border-style: none;
}

h1 {
	font-size: 12pt;
	text-align: center;
}

h2 { 
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

table.visible {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

table.visible tr th {
	border-width: 1px;
	border-style: solid;
}

table.visible tr td {
	font-size: 12pt;
	border-width: 1px;
	border-style: solid;
}

table.image {
	width: 100%;
	text-align: center;
}

p#image {
	text-align: center;
}

