#main {
	width:1000px;margin:0 auto;margin-top:0px;margin-bottom:0px;border:0px solid #ccc;background-color:#4d4d4d;background-image:url(/public/038/background-top.jpg);background-repeat:no-repeat;
}

/* --- subtitle --------------------------------------------------------- */

#subtitle {
    position:relative;
	width:1000px;
	height:160px;
    top:120px;
	overflow:hidden;
}

/* --- actualpathmenu --------------------------------------------------- */

#actualpathmenu {
    position:relative;
	z-index:1;
    background-color:#898989;
	border:1px solid #ccc;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	font-size:0.8em;
    top:-56px;
    left:0;      /* horizontal position */
	width:750px;
    height:14px;
    margin:0;
    padding:0px;
    padding-left:250px;
}

#actualpathmenu ul {
	display:inline;
}

#actualpathmenu li {
	display:inline;
}

#actualpathmenu li a {
	color:#FFF;
}

#actualpathmenu li a:hover {
    text-decoration:underline;
}

/* --- mainmenu --------------------------------------------------------- */

#mainmenu {
    position:relative;
	background-color:#969696;
    top:0px;
	width:180px;
	height:201px;
    left:63px;
    padding:0;
    margin:0;
	margin-top:-97px;
}

#mainmenu a {
	display:block;
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	padding:3px 5px 3px 15px;
	width:160px;
}

#mainmenu ul {
    display:inline;
	left:-999em;
	float:left;
	width:180px;
	padding:0;
	margin:0;
}

#mainmenu li {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 0;
}

#mainmenu li:hover {
	background-color:#4d4d4d;
}

#mainmenu li.mark {
	background-image:url(/public/038/mainselected.gif);
}

#mainmenu li:first-child {
	background-color:#4d4d4d;
	background-image:url(/public/038/firstmain.gif);
	padding-bottom:17px;
}

/* --- content ---------------------------------------------------------- */

#content {
	position:relative;
	background-color:#4d4d4d;
	width:740px;
	margin:0;
	top:1px;
	right:0;
	padding-top:12px;
	padding-left:63px;
	padding-right:10px;
	min-height:490px;
	border-right:1px dotted #ccc;
	float:left;
}

.itembackground {
	background-color:#FFEBD4;
}

.marktitle {
	background-color:#D69F79;
	color:white;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

.coursetitle {
	background-color:#F0F0F0;
	color:white;
	font-weight:normal;
	padding:3px;
}

.full {
	background-color:#43C700;
	color:white;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

.canceled {
	background-color:#e4dcd9;
	color:white;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

.noofusers {
	background-color:#D69F79;
	color:white;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

.date {
	background-color:#D69F79;
	color:white;
	font-weight:normal;
	text-decoration:none;
	padding:3px;
}

.top {
    text-align:right;
    margin:0;
    margin-bottom:1em;
}

/* --- submenu ---------------------------------------------------------- */

#submenu {
	position:relative;
	top:13px;
	right:15px;
	width:155px;
	padding:0;
	height:200px;
	background-color:#969696;
	background-image:url(/public/038/firstsub.gif);
	background-repeat:no-repeat;
	float:right;
}

#submenu a:hover {
	color:#FFF;
	background-color:#4d4d4d;
}

#submenu li.marked {
	color:#FFF;
	background-color:#4d4d4d;
	background-image:url(/public/038/subselected.gif);
}

#submenu a {
	display:block;
	font-size:0.95em;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	padding:3px 2px 3px 2px;
}

#submenu ul {
    display:inline;
	padding:0;
	margin:0;
}

#submenu li {
	display:block;
	float:left;
	width:155px;
	text-indent:1em;
}

#submenu li:first-child {
	border-top:20px solid #969696;
}

/* --- newsmenu --------------------------------------------------------- */

#newsmenu {
	position:relative;
	width:150px;
	height:240px;
	margin:0;
	top:30px;
	right:15px;
	padding:0;
	padding-left:5px;
	padding-top:12px;
	text-align:right;
	background-color:#969696;
	background-image:url(/public/038/firstsub.gif);
	background-repeat:no-repeat;
	float:right;
}

/* --- footer ----------------------------------------------------------- */

#footer {
	clear:both;
	position:relative;
	border-top:0px solid #ccc;
    background-color:#898989;
	margin:0;
	height:20px;
	top:0;
	left:0;
	padding:4px;
	padding-left:30px;
	padding-right:20px;
	color:#bfbfbf;
}

/* --- editmenu --------------------------------------------------------- */

#editmenu {
	position:fixed;
	top:10px;
	right:10px;
	width:22px;
	height:22px;
	margin:0;
	padding:0;
}

/* --- printmenu -------------------------------------------------------- */

#printmenu {
/*	background-color:#B4B4B4;*/
    z-index:1;
    position:absolute;
    top:10px;
    right:34px;
    width:21px;
    height:21px;
    margin:0;
    border:0 solid #F7FAD9;
    padding:0;
}

/* --- diverse ---------------------------------------------------------- */

table {
    border-collapse:collapse;
    empty-cells:show;
    border:0;
}

th, td {
    border:0;
    padding:0;
}

img {
	border:0 solid #000;
}

body {
    background-color:#000;
	font-size:11pt;
	font-family:verdana,sans-serif;
	font-weight:normal;
	margin:0;
	color:#bfbfbf;
}

.titlecontent {
    margin:0.1em 0 1em 0;
    background-color:#B4B4B4;
	padding:0.4em;
    border:1px solid #999;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
	color:#000;
}

.sectiontitle {
    background-color:#DADADA;
	padding:0.4em;
    border:1px solid #999;
    border-bottom:0px solid #000;
	color:#000;
}

.message {
    margin:0.1em 0 0.8em 0;
    background-color:#FFFFCC;
	padding:0.3em;
    border:1px solid #999;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
	color:#000;
}

.success {
    margin:0.1em 0 0.8em 0;
    background-color:#CCFF99;
	padding:0.3em;
    border:1px solid #999;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    text-align:center;
	color:#000;
}

.error {
    margin:0.1em 0 0.8em 0;
    background-color:#FFC0CB;
	padding:0.3em;
    border:1px solid #999;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    text-align:center;
	color:#000;
}

.shoppingbasket {
	background-color:#B4B4B4;
	font-size:8pt;
	color:#000;
}

p, a, strong {
	font-size:1em;
	font-family:verdana,sans-serif;
	font-weight:normal;
	color:#bfbfbf;
}

th, td {
	font-size:1em;
	font-family:verdana,sans-serif;
	font-weight:normal;
}

th {
	background-color:#B4B4B4;
	text-align:right;
	padding:4px;
	padding-right:10px;
}

fieldset {
	background-color:#B4B4B4;
	border:1px solid #999;
	padding:1em;
	margin-left:0;
	margin-right:0;
	margin-bottom:1em;
	color:#000;
}

fieldset a {
	color:#000;
}

fieldset a:hover {
	color:#000;
}

a {
	text-decoration:none;
    border-bottom:0 dotted black;
	font-weight:normal;
}

a:hover {
    text-decoration:underline;
	font-weight:normal;
	color:#bfbfbf;
}

a:visited {
	color:#bfbfbf;
	font-weight:normal;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
    padding:0;
    padding-bottom:20px;
	margin:0;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
    padding:0;
	margin:0;
}

h3 {
    font-size:1.0em;
    font-weight:bold;
	margin-bottom:0em;
}

/* --- wps-system ------------------------------------------------------- */

.module {
	border:1px solid #999;
	background-color:#FFC0CB;
	text-align:center;
	padding:2px;
}

table.wps {
	background-color:#B4B4B4;
	margin:0;
	margin-bottom:1em;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

table.wps td {
	padding:2px;
}

a[href^="http://"] {
	text-decoration: underline;
}

a[href^="mailto:"] {
	text-decoration: underline;
}

#thumbs {
	height:490px;
	width:200px;
	text-align:center;
	background-color:#000;
	overflow:auto;
	float:left;
}

#content .abcMenuItem a {
	float:left; 
	width:20px;
	color:#FFFFFE;
	vertical-align:middle;
	border-right:1px solid #FFF;
	text-align:center;
	text-decoration:none;
}

/* --- input-objects ---------------------------------------------------- */

input[class="SEARCH"]:focus,textarea:focus,select:focus {
	background-image:none;
	color:black;
	background-color:#FFFF99;
}

#content form input.formSubmit {
	background-color:#B4B4B4;
	background-image:none;
	border:1px solid #000;
	width:auto;
}

#gecko_scrollbar {
	display: none;
}

html>body #gecko_scrollbar {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
	font-size: 0;
}
