html,body {
	width: 980px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #fff;
	color: #cccccc;
	font-family: Arial, sans-serif;
}
div.top {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 141px;
	background-image: url('../img/header_apm.jpg');
}


img {
	border: none;
}
div.menu_main {
	position: absolute;
	left: 0px;
	top: 141px;
	right: 0px;
	width: 180px;
	min-height: 80%;
	background-color: #FABD26;
	overflow: hidden;
}
div.menu_main a {
	display: block;
	width: 100%;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: #3f1a00;
	border-bottom: 1px solid #d95501;
	padding: 4px 0px 4px 10px;
}
div.menu_main a:hover {
	background-color: #fcda35;
}
div.menu_main a:active {
	color: #888888;
}
div.menu_main a.selected {
	color: #000000;
	background-color: #fcca45;
}

div.right a {
	color: black;
}

div.submenu {
	width: 160px;
}

div.submenu a {
	font-size: 0.8em;
	padding: 3px 00px 3px 25px;
	color: #444;
}

div.content {
	position: absolute;
	top: 141px;
	left: 180px;
	width: 770px;
	min-height: 410px;
	padding: 0px 10px 20px 20px;
	color: #3f1a00;
	min-height: 80%;
	background-color: #eee;
}
div.footer {
	position: absolute;
	bottom: 5px;
	right: 50px;
	color: #aaaaaa;
	font-size: 0.4em;
	letter-spacing: 0.6pt;
}
div.content h1 {
	font-size: 1.6em;
}
div.content h2 {
	font-size: 1.4em;
}
div.content h3 {
	font-size: 1em;
}
div.content h4 {
	font-size: 1em;
}
div.content ul {
    margin: -3px 0;
}

div.content p {
    margin: 2px 0;
}
div.menu_sub h1 {
	font-size: 1.2em;
	padding-left: 20px;
}
h3.uname {
	margin: 5px;
}
div.uname {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
div.content {
	text-align: justify;
	font-size: 0.9em;
}
div.content a {
	text-decoration: underline;
	color: #333333;
}
div.content a:hover {
	text-decoration: hone;
}

.note {
	margin-top: 1em;
	font-size: 0.9em;
	color: #888888;
}
ul.docs {
	border: 1px #444444 solid;
	margin: 8px 5px 15px 35px;
	width: 300px;
	padding: 10px 10px 10px 30px;
}
ul.docs {
	list-style-image: url('./img/doc.png');
}
ul.docs li a {
	font-size: 0.8em;
	color: #444444;
}
ul.docs li a:hover {
	text-decoration: none;
}
div.comments {
	margin: 20px 50px 20px 50px;
	font-size: 0.8em;
}
div.comments div {
	text-align: justify;
	margin-bottom: 5px;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #999999;
}
div.comments div span.author {
	font-size: 0.9em;
	font-weight: bold;
}

div.error {
	margin: 50px;
	font-size: 0.7em;
	color: #666666;
}
div.error a {
	font-size: 1.2em;
	color: #666666;
	text-decoration: none;
}
div.error a:hover {
	text-decoration: underline;
}

div.login {
	display: none;
}
img#loginimg {
	margin-left: 88px;
	right: 6px;
	cursor: pointer;
}
div.loginbutton {
	position: absolute;
	top: 5px;
	left: 190px;
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
}
div.loginmenu {
	position: absolute;
	top: 0px;
	right: 30px;
	height: 102px;
	width: 150px;
	padding: 3px 0px 0px 30px;
	background-color: #fdbc22;
	font-size: 0.75em;
	z-index: 3;
	opacity: 0.8;
}

div.loginmenu a {
	opacity: 1;
	color: #2a1100;
	font-weight: bold;
	line-height: 140%;
	display: list-item;
}
div.loginmenu a:hover {
	text-decoration: none;
}

div.right h1 {
	font-size: 1.4em;
	margin-left: 1em;
}

ul.news {
	margin: 0px 5px 5px -15px;
}

ul.news li {
	margin-bottom: 10px;
	list-style-type: square;
	padding: 7px;
	background-color: #eee;
}

ul.news_homepage li {
	margin: 0 10px 10px -10px;
	list-style-type: square;
	padding: 7px;
	background-color: #ddd;
}

ul.news li a {
	text-decoration: none;
}

ul.news li a:hover {
	text-decoration: underline;
}

div.textadmin {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 0.8em;
}
div.textadmin a {
	color: #444444;
	text-decoration: none;
	margin-left: 2em;
}
div.textadmin a:hover {
	text-decoration: underline;
}


div.lang {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.lang a {
	display: inline;
	text-decoration: none;
	border: none;
}
div.lang a:hover {
	opacity: 0.7;
	background-color: transparent;
}


/**************/
/* NETWORKING */
/**************/

div.networking {
	background-color: #fcca45;
	background-image: none;
	padding: 0px;
	width: 800px;
}

div.nmenu {
	position: relative;
	float: left;
	left: 5px;
	top: 10px;
	width: 150px;
	min-height: 400px;
}

div.nmenu div {
	width: 135px;
	background-color: #eabd43;
	text-align: center;
	margin-top: 8px;
	padding: 5px;
}

div.nmenu div a {
	text-decoration: none;
	font-weight:bold;
}

div.nmenu div a:hover {
	/*letter-spacing: 1px;*/
}

div.ncontent {
	position:relative;
	float: left;
	left: 10px;
	width: 630px;
}

div.ncontent div.footer {
	bottom: -20px;
}

.bold {
	font-weight: bold;
}

div.ncontent table td {
	vertical-align: top;
}

div.ncontent p {
	padding-right: 10px;
}

table.dottedborder td {
	border: 1px dotted grey;
	padding :2px;
}
table.dottedborder {
	border-collapse: collapse;
}
