div#header {
	padding-bottom: 12px;
	padding-left: 12px;
	
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #aba;
	background-color: green;
	background-image: url('../images/bar2.png');
	background-repeat: repeat;
}
.motto {
	font-size: smaller;
	font-style: italic;
}

.logo {
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
}
div#header h1 {
	margin-top: 12px;
	padding-top: 12px;
	margin-bottom: -8px;
}
body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'bitstream vera sans' 'verdana' 'dejavu sans' 'sans';
	background-color: #eee;
	font-size: 10pt;
}

div#toc {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #888;
	border: 1px solid green;
	background-image: url('../images/orange.png');
	background-repeat: repeat-x;
	background-position: top left;
}

div#info {
	width: 156px;
	float: right;
	margin-top:0;
	margin-right: 0px;
	background-color: white;
	border: 1px solid silver;
}

div#main {
        float: left;
        width: 622px;
        margin-top: 0;
}
div#content {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	
	
}

ul#links li {
	display: inline;
	padding-right: 1em;
	list-style-type: none;
	
}

ul#links {
	margin-top: 6px;
	margin-bottom: 6px;
}

#info a:hover {
	color: #3465a4; 
	
	}

#info a {
	text-decoration: none;
	font-weight: bold;

}

a {
	text-decoration: none;
}

a:hover {
	color: #3465a4;
}

.roundborder2 {
  height: 1px;
  overflow: hidden;
  background-color: #d3d7cf;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  

}

.roundborder {
  height: 1px;
  overflow: hidden;
  background-repeat: repeat;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  background-color: white; /*#888a85;*/
}


.c1 {
  margin: 0 12px 0 12px;
  border: none;
  background-color: silver;
}
.c2 {
  margin: 0 9px;
  border-width: 0 3px;
}
.c3 {
  margin: 0 7px;
  border-width: 0 2px;
}
.c4 {
  margin: 0 6px;
}
.c5 {
  margin: 0 5px;
}
.c6 {
  margin: 0 4px;
}
.c7 {
  margin: 0 3px;
}
.c8 {
  margin: 0 2px;
  height: 2px;
}
.c9 {
  margin: 0 1px;
  height: 3px;
}

.content {
  height: auto;
  padding: 0 15px;
}

.contentheading {
	font-weight: bold;

	
}

.componentheading {
	font-size: larger;
	font-weight: bold;
}


#mainlevel li {
	display: inline;
	padding-right: 1em;
	color: yellow;
}

#mainlevel {
	float: right;
	margin-top: 0;
	padding-top: 0;
	border: 1px solid white;
	/*background-image: url('../images/pole.png');*/
	background-color: white;
	padding-left: 1em;
	margin-left: 0;
}

.latestnews {
	list-style-type: none;
	color: white;
	margin-top: 0;
	padding-top:0;
}

#menu {
	background-color: white;
	font-weight: bold;
	font-size: larger;
	background-image: url('../images/bar2.png');
	border-bottom: 1px solid white;
	padding: 3px;
}

#menu li {
	display: inline;
	
}

#menu a {
	padding-right: 1.7em;
	padding-left: 0.5em;
	border-right: 1px solid white;
}

#menu a:hover {
	background-color: white;
}

.moduletable {
	color: #bdd6de;
}

.moduletable h3 {
	font-size: smaller;
	padding-left: 2.5em;
	padding-bottom: 0.1em;
	margin-bottom: 0.1em;
}

div#info * {
	padding-left: 2px;
	padding-right: 2px;
}
div#info td {
	border-top: 1px solid rgb(200,200,200);
}

div#info a {
	display: block;
	color: rgb(100,100,100);
}

div#info a:hover {
	background-color: rgb(200,200,200);
}


table.section {
	margin-top: 0.8em;
}