#nav {
	background-color: #e1ebf5;
}

#nav table td, #nav-title table td {
	border-top: 1px solid #f0f5fa;
	background-color: #f0f5fa;
	padding: 5px 5px 5px 5px;
}

#nav table td {
        border-bottom: 1px solid #014ba0;
        border-right: 1px solid #014ba0;
}

#nav-title table td, #serv table td {
        border-bottom: 2px solid #014ba0;
        border-right: 2px solid #014ba0;
}

#nav a, #content a, #author a, #serv a {
	background-color: transparent;
	text-decoration: none;
	color: #014ba0;
}

#content a, #author a {
	color: #993300;
}

#nav table td:hover {
	background-color: #ffffff;
}

#nav a:hover b, #nav ul li a:hover b,
#nav a:hover, #nav ul li a:hover {
	background-color: #f0f5fa;
	text-decoration: none;
}

#serv table td:hover {
	background-color: #f0f5fa;
}

/* wg. IE5/6/7

#nav table td, #nav-title table td {
	hover:expression(this.onmouseover=new Function("this.style.background='#ffffff';"),this.onmouseout=new Function("this.style.background='#e1ebf5';"));
}
*/

#content {
/*
	border-top: 1px solid #014ba0;
*/
	border-bottom: 1px solid #014ba0;
}

ul.mark {
	list-style-image: url(/cosmas2/icons/mark-projekt.jpg);
}

table.codebox td {
	border-top:    1px solid #014ba0;
	border-right:  1px solid #014ba0;
	border-left:   1px solid #014ba0;
	border-bottom: 1px solid #014ba0;
	background-color: #ffffff;
}

span.mark {
	color: #014ba0;
	font-weight: bold;
}

p.close {
        text-align: right;
        font-size: 8pt;
}


p.close a {
	color: #014ba0;
	background-color: #f0f5fa;
        padding: 2px 2px 2px 2px;
        border-bottom: 1px solid #014ba0;
        border-right: 1px solid #014ba0;
}

span.archive {
	font: 11pt MS Courier New, monospace;
	font-weight: bold;
	white-space: nowrap;
}

span.corpus {
        font: 9pt MS Courier New, monospace;
	white-space: nowrap;
}

span.virtual {
        font: 9pt MS Courier New, monospace;
	font-style: italic;
	white-space: nowrap;
}

