body, body div, body p, body th, body td, body li, body dd {
	font-size: x-small; /* false value for WinIE4/5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* intended value for better browsers */
	color: #343434;
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {	/* be nice to Opera */
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 10px;
	padding: 0px;
	text-align: left;
}
* { /* lets just get rid of them all - set where needed */
	padding: 0;
	margin: 0;
}

/* positions */
#mainframe {
	width: 749px;
	text-align: left;
	background: transparent;
	border-right: 1px solid #ccc;
}
#tree {
	float: left;
	width: 165px;
}
#addons {
	float: right;
	width: 150px;
}
#content {
	margin: 0 165px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #9e0000;
}

/* style! */
a { text-decoration: none; 
    color: #9c0100; }
a:hover { text-decoration: underline; }
#content a { text-decoration: underline; }
#content a:hover { background: blue; color: white; }
ul { list-style: none; }
#content ul {
	list-style: disc default;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1em;
}
#content ul li {
	padding: 0;
	margin: 0 0 1em 0;
}
#mainframe { border: 0px #ccc solid; }
#header {
	text-align: center;
	border-bottom: 0px #ccc solid;
	margin-bottom: 5px;
}
#path { border-bottom: 1px #ccc solid; }
#bgleft { background: transparent url("../gfx/cccccc.gif") 150px 0px repeat-y; }/* rightborder for leftcol */
#bgright { background: transparent url("../gfx/cccccc.gif") 621px 0px repeat-y; }/* leftborder for rightcol */
#tree a { font-size: 11px; font-weight: bold; padding: 3px;}
#tree a:hover { text-decoration: none;}
#tree ul { margin-left: 1ex; background-color: #f9f9f9; } /* indents every successive level by this margin */
#tree ul li {border-bottom: 4px #ffffff solid;} /* indents every successive level by this margin */
#tree ul.first { margin-left: 0; background-color: #eae9e5; } /* no indent for first level */
#tree ul a { display: block; padding-left: 5px; } /* make link strech to the left-margin */
#tree .selected { color: #6a6a6a; border-left: 3px #9c0003 solid; } /* right-margin marker for hover and selected*/
#tree .active, #tree ul li a:hover { background: #eee; }

#content {
	padding-left: 10px;
	background: transparent;
}

#addons ul { padding: 5px; }
#addons ul li { padding-bottom: 1ex; }
#addons ul li .body { font-size: 80%; }
#addons ul li .handle {
	font-size: 80%;
	font-weight: bold;
}

#footer {
	text-align: center;
	border-top: 10px #eae9e5 solid;
}

/* typestyle */
h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* objectstyle */
#frontpage .item {
	margin-bottom: 1ex;
	border-bottom: 1px #eee dashed;
	padding-bottom: 1ex;
	height: 100%; /* hack for IE */
}
#frontpage img {
	float: left;
}
#frontpage .item:after { content: ""; display: block; height: 0; clear: both; } /* clear in the float */

#article .caption {
	font-size: 110%;
	margin: 1ex 0 1em 0;
}
#article .date, #article .author {
	font-size: 80%;
}

#folder ul#contentlist {
	list-style: none default;
	margin: 0;
	padding: 1em 0 0 0;
}
#folder ul#contentlist li a.title { font-weight: bold; }
#folder ul#contentlist li .caption { font-size: 90%; }
#folder ul#contentlist li .date { font-size: 80%; }

#formpage fieldset {
	background: transparent;
	border: 1px #ccc solid;
	width: 100%;
	margin: 1ex 0 1ex 0;
	padding: 1ex 0 1ex 0;
}
/* #formpage legend { display: none; } */
#formpage fieldset .title { padding: 1ex; }
#formpage .alert { font-weight: bold; }
#formpage label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 1ex 1ex 0;
	/*clear: both;*/
}
#formpage .text,
#formpage .textarea,
#formpage .select,
#formpage .multiple,
#formpage .radioselect {
	float: left;
	margin-bottom: 1ex;
}
#formpage .check,
#formpage .radio {
	float: left;
	margin-bottom: 0;
}
#formpage .select,
#formpage .multiple,
#formpage .text,
#formpage .textarea { width: 220px; }
#formpage span.checkval {
	/*display: block;*/
	float: left;
	margin-left: .2ex;
}
#formpage .submit-button {
	clear: both;
	margin: 0 0 1ex 160px;
}


/* useful stuff */
.spacer1 {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
#tips {
	background-color: #eae9e5;
	padding: 5px;
}
#tips input {
	border: #b8b2a4 1px solid;
	background-color: #ffffff;
	width: 150px;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 4px;
}
#tips .button {
	border: #b8b2a4 1px solid;
	background-color: #ffffff;
	width: 80px;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 4px;
}
#tips .kommentar {
	border: #b8b2a4 1px solid;
	background-color: #ffffff;
	width: 150px;
	height: 40px;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 4px;
}
#tips .head {
	font-size: 12px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 4px;
	display: block;
}
#asset .title {
	font-size: 12px;
	font-weight: bold;
	color: #585858;
	margin-bottom: 4px;
	display: block;
}

#asset div {
	font-size: 11px;
	color: #585858;
	margin-bottom: 4px;
}
