
body {
	background: url('/images/background.png');
	color: black;
	background-color:white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 95%;
}

a {
	color: #002283;
	background-color: inherit;
}

a:visited {
	color: #aa0000;
	background-color: inherit;
}

p:hover, li:hover, label:hover, tr:hover, dd:hover, dt:hover {
	color: #aa0000;
	background-color: inherit;
}

p { 
	text-align: justify;
}

p#skip {
	display: none;
}

div#page {
	margin-left: 20px;
	margin-right: 150px;
}

/* IE HACK FOR MIN-HEIGHT */

html body div#page {
    width: 900px;
}
html>body div#page {
    width:auto;
	min-width: 900px;
}

div#header {
	color: black;
	background-color: inherit;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	height: 145px;
	background: url('/images/header-background.png');
}

div#header-left {
	background: url('/images/header-left.png');
	height: 145px;
	width: 172px;
	float: left;
}
div#header-center {
	height: 145px;
	float: left;
}

div#header-note {
	float: left;
	padding-top: 60px;
	padding-left: 10%;
	color: #aa0000;
	text-align: center;
}

div#header-right {
	background: url('/images/header-right.png');
	height: 145px;
	width: 21px;
	float: right;
}

div#header-logo {
	float:left;
}
div#header-flash {
	float: left;
	margin-top:10px;
	width: 300px;
	height: 125px;
	text-align:center;
	overflow: hidden;
}

div#header-flash p {
	display: block;
}
div#header-flash input {
	border: 1px solid gray;
}

div#globalnav-left {
	background: url('/images/bar-left.png');
	height: 30px;
	width: 172px;
	float: left;
}
div#globalnav-center {
	height: 30px;
	float: left;
	white-space: nowrap;
}

/* IE HACK FOR MIN-HEIGHT */

html body div#main {
     height: 600px;
}
html>body div#main {
     height:auto;
     min-height:600px;
}

div#main {
	color: black;
	background: url('/images/content-left.png') #ffffff;
	background-repeat: repeat-y;
	padding-top: 30px; 
	width: 100%;
}

div#content {
	padding-left: 180px;
	padding-right: 25px;
}

div.clear {
	clear: both;
}

div#globalnav {
	height: 30px;
	text-align:center;
	width: 100%;
	background: url('/images/bar-background.png');
	font-size: 16px;
	vertical-align: middle;
}

div#globalnav ul {
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
}

div#globalnav li {
	display: inline;
}

div#globalnav a {
	color: white;
	background-color: inherit;
	padding: 0 1%;
	text-decoration:none;
}

div#globalnav a:hover {
	text-decoration:underline;
}

div#logo {
	float:right;
}

div#localnav {
	text-align: right;
}

div#localnav ul {
	margin-right: 35px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}

div#localnav li {
	display: block;
	padding: 0.2em 0;
}

div#localnav hr {
	margin-top: 0.5em;
	border-width: 0pt;
	visibility: hidden;
}

div#localnav a {
	text-decoration:none;
	padding: 0.1em;
}

div#localnav a:hover {
/* 	background-color: #e6e6e6; */
	text-decoration: underline;
}

div#links {
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}

div#language-selection {

/*         width: 90px; */
}

div#leftbar {
/* hier kann man das submenue ausschalten */
/* 	visibility: hidden;		 */
	margin-top: 20px;		/* hier kann man die hoehe des submenues verschieben */
	width: 172px;
	float:left;
	background: url('/images/submenu-background.png');
	position: absolute;
/* 	position: fixed; */
	clear: both;
}

div#leftbar-top {
	width: 172px;
	height: 25px;
	background: url('/images/submenu-top.png');
}

div#leftbar-bottom {
	width: 172px;
	height: 27px;
	background: url('/images/submenu-bottom.png');
}

div#footer {
	margin-bottom: 0.5em;
	width: 100%;
	background: url('/images/footer-background.png');
	height: 26px;
}

div#footer-left {
	background: url('/images/footer-left.png');
	height: 26px;
	width: 172px;
	float: left;
}

div#footer-right {
	background: url('/images/footer-right.png');
	height: 26px;
	width: 21px;
	float: right;
}

div#copyright p {
	padding-left: 60px;
	clear: both;
	text-align: center;
	width: 100%;
}

div#help {
	text-align:right;
	margin-top: -1em;
	margin-right: -1em;
}

img#server {
	float: right;
	margin: 20px 0 5px 20px;
}


h1 {
	font-size: 140%;
	color: #002283;
	background-color: inherit;
}

h2 {
	color: #002283;
	background-color: inherit;
	font-size: 120%;
}

td, th {
	vertical-align: top;
}

abbr a {
	text-decoration: none;
}

hr.footnotes {
	margin-top: 2em;
	border: 1px solid black;
}

a.orderbutton {
  display: block;
  width: 179px;
  height: 40px;
  text-indent: -999em;
  background: url('../images/btn_order.png') no-repeat top left;'
}
a.orderbutton:hover { background-position: bottom left; }
