@charset "utf-8";
/* CSS Document */
html {
    overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A1;
	background: #ffffff;
	margin: 20px 0;
	/* margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 	padding: 0;
	text-align:center;
	color: #000000;
}
#tabelle {
	text-align:-moz-center;
 #text-align:center;
}
#tabelle table {
	margin:0 auto;
}
#publTable {
	text-align:-moz-center;
 #text-align:center;
}
#publTable table {
	margin:0 auto;
}
h1 {
}
h2, h3, h4, h5, h6 {
	color: #2582A4;
}
p, ol {
	text-align: left;
}
ul {
	padding-left: 15px;
	margin-left: 0px;
}
li {
	margin:0;
	text-align:left;
}
strong {
	font-weight: bold;
	color:#000066;
}
a {
	color: #009999;
}
a:hover {
	text-decoration: none;
	color: #2582A4;
}
.image {
	/* float: left; */
	margin: 0 5px 0 0;
	padding: 0;
}
/* OLD VERSION
#container {
	width: 80%;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
*/
#container {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	OVERFLOW: auto;
	WIDTH: 800px;
	PADDING-TOP: 0px;
	POSITION: relative;
	TEXT-ALIGN: left
}
#header {
	position: relative;
	background: #DDDDDD;
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 37px;
	background: #009999 url(images/img01.gif) repeat-x;
	border-bottom: 3px solid #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	float: left;
	/* width: 100%; */
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/img02.gif) no-repeat;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	/* text-transform: lowercase; */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background: #006666 url(images/img04.gif) repeat-x;
}

#menu li.lnkHome a {
	background-color: red;
	color: white;
	font-size: 10pt;
}
#menu li.lnkHome a:hover {
	background: none;
	background-color: red;
	color: white;
}

#search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
	background: url(images/img03.gif) no-repeat right top;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 35%;
	background: #ffffff url(images/grad.jpg) repeat-x;/* padding-top: 15px 0; */
}
#sidebar1 h3, #sidebar1 p, #sidebar1 img {
	/* #sidebar1 ul, #sidebar1 li */
	margin-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 8px;
}
#sidebar1 ul {
	padding-left: 30px;
}
#mainContent {
	/* position:relative; */
	margin: 0 10px 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	text-align:center;
}
#mainContent p, {
 text-align: left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	padding-top: 30px;
	background: url(images/img11.gif) repeat-x;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.whiteTxt {
	color: #FFFFFF;
	font-weight:bold;
}
/* User Guide */
#leftMenu ul {
	list-style:none;
	border:1px solid #000000;
	margin:6px;
	padding:0;
}
#nav li {
	width:100%;
	background:#333366;
	border-bottom:1px solid #000000;
	padding:2px;
	margin:0;
	text-align:left;
}
#nav a {
	text-decoration:none;
	/* display:block;*/
	color:#FFFFFF;
}
#nav a:hover {
	background:#009999;
	color:#ffcccc
}
body.home #menu li.lnkHome a, body.advanced #menu li.lnkAdv a, body.wordlist #menu li.lnkWdl a, body.guide #menu li.lnkGuide a, body.lse #menu li.lnkLSE a, body.publ #menu li.lnkPubl a, body.feedback #menu li.lnkFeed a {
	text-decoration:underline;	
}
body.section1 #nav li.one a, body.section2 #nav li.two a, body.section3 #nav li.three a, body.section4 #nav li.four a, body.section5 #nav li.five a, body.section6 #nav li.six a, body.section7 #nav li.seven a, body.section8 #nav li.eight a, body.section9 #nav li.nine a, body.section10 #nav li.ten a, body.section11 #nav li.eleven a, body.section12 #nav li.twelve a, body.section13 #nav li.thirteen a {
	color:#666666;
}