html { 
	padding:0px;
	margin:0px;
}

body {
	background: #989898; 
	text-align: center; 
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:  13px;
	line-height: 17px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

table {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size:  13px;
	line-height: 16px;
	color: #000;
       border: 2px solid;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #535F67;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 12px;
}

h2 {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
	padding-top: 6px;
}

img {
      display: inline;
}

p {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}

a:link,
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	color: #FFF;
	text-decoration: none;
}

input {
	width: 230px;
}

textarea {
	width: 230px;
}

#main {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 722px;
}

#header {
	background-color: #535F67;
	height: 97px;
	margin: 0px;
	padding-left: 372px;
	padding-top: 21px;
}

#menu {
	background: #ADADAD url(menu_bgd.gif) repeat-x;
	height: 29px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#menu .item {
	color: #FFF;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

#menu .item  a:link,
#menu .item  a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu .item  a:hover {
	color: #FBB100;
	text-decoration: none;	
}

#menu .active  {
	background: #ADADAD url(menuact_bgd.gif) repeat-x;
	height: 23px;
	margin: 0px;
	color: #FFF;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

* html b\ody #menu .active{
	height: 29px;
}

#menu .active a,
#menu .active a:link,
#menu .active a:visited
#menu .active a:hover {
	color: #FFF;
	text-decoration: none;
}

#menu #language {
	padding-top: 7px;
	float:right;
}

#content {
	background-color: #ADADAD;
	margin: 0px;
	padding: 34px 30px 30px 30px;
	overflow: auto;
}

#heightspacer {
	width: 11px;
	height: 400px;
	float: left;
}

#footer {
	width: 722px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	background: #989898 url(footer_bgd.gif) no-repeat;
	color: #535F67;
	text-align: center;
	height: 71px;
	margin: 0px;
}


/* Subklassen fŸr FOOTER */

#footer a:link,
#footer a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}



#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;	
}

/* Subklassen fŸr #content */

img.for_content_left {
	float: left;
	margin-right: 10px;
}

img.for_content_right {
	float: right;
	margin-left: 10px;
}

img.link {
	display: inline;
	vertical-align: bottom;
}

/* Inline-Images fŸr Anchor-Tags */

a img {
	display: inline;
	vertical-align: bottom;
}

.content_item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 20px;
	border-bottom: 6px solid #A2A2A2;
	clear: both;
}

.date {
	color: #535F67;
}

.forprintonly {
	display: none;
}

ul {
	list-style-type: square;
}

ul li {
	margin-left: -22px;
	padding-top: 6px; 
	padding-bottom: 6px;
}

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{ 
	border-bottom: 2px solid #A2A2A2;
  }
SPAN.ttfamily		{   }
DIV.center		{   }
PRE.preform		{   }
SPAN.textit		{ font-style: italic  }
SPAN.arabic		{   }
SPAN.textbf		{
	font-size: 14px; 
	font-weight: bold;
}