<!--	
/* GENERIC elements */

html, body {
	height:100%;
}

/* Anchor elements in the pagefooter */

td#powered a, td#address a {
	font-weight: bold;
}
td#powered a:hover, td#address a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
td#powered a:active, td#address a:active {
	font-weight: bold;
	color: #00dd66;
}

/* Anchor elements of the navigation menu */
td#menu ul {
	padding: 0px;
	margin: 16px 0px;
}
td#menu ul.level2 {
	padding-left: 16px;
}
td#menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
td#menu li.current {
	list-style-image: url("fileadmin/templates/interface/list.gif");
}
td#menu li.current a {
	font-weight: bold;
	color: #00869C;
}
td#menu ul.level3 {
	margin: 0px;
	padding-left: 16px;
}
td#menu li.level3 a {
	color: #FF99FF;
	list-style-image: url("t3lib/gfx/ol/line.gif");
}

/* Accessibility menu */
span.accessKey {
	text-decoration: underline;
}

/* ID elements */

table#main {
	margin: 0px auto;
	padding: 0;
	width: 777px;
	height: 100%;
	border-collapse: collapse;
}
td#logo {
	margin: 0;
	padding: 0;
	height: 100px;
}
td#address {
	color: #646464;
	padding: 8px;
	height: 45px;
	border-bottom: 1px solid black;
}
tr#header {
	height: 45px;
}
tr#body {
	height: 100%;
}
tr#footer {
	background-color: #000000;
	height: 32px;
}
td#top {
	text-align: right;
	margin: 0px;
	padding: 16px;
	height: 8px;
}
td#powered {
	margin: 0px;
	padding: 16px;
	color: #ffffff;
}
td#address {text-align: right;
	margin: 0px;
	padding: 16px;
	color: #ffffff;
}
td#menu {
	background-color: #EFEFEF;
}
div#title {
	color: #999999;
	padding: 16px;
}
div#content {
	margin: 0px;
	padding: 0px 16px;
	/*height: 100%;*/
}

/* CLASS elements*/

.left {
	width: 170px;
}
.right {
	width: 543px;
}

//-->
