/*****************************************************************************/
/* Standard-Schriften                                                        */
/*****************************************************************************/

body, td, ul, input, select, textarea, .bodytext {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 130%;
}

/*****************************************************************************/
/* Allg. Formate                                                             */
/*****************************************************************************/

body, .bodytext {
	padding: 0;
	margin: 0;
}

input, textarea {
	padding: 1px;
	margin: 0;
}

select {
	padding: 0px;
	margin: 0;

}

form {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: none;
	margin: 6px 0px;
	padding: 0;
}

li, li.down, li.up, li.right, li.left {
	background-image: url(../_img/li-dot.gif);
	background-repeat: no-repeat;
	margin: 0;
	background-position: 0px 2px;
	padding-left: 16px;
}

li.right {
	background-image: url(../_img/li-right.gif);
}

li.left {
	background-image: url(../_img/li-left.gif);
}

li.down {
	background-image: url(../_img/li-down.gif);
}

li.up {
	background-image: url(../_img/li-up.gif);
}

/*****************************************************************************/

p {
	margin: 0;
}

p.error {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 3px 5px 3px 6px;
	background-color: #ff5f5c;
}

p.link-row {
	margin: 12px 0px 0px 0px;
	text-align: center;
}

.disabled {
	color: #888888;
}

.sword {
	background-color: #ffff99;
}

img.desk {
	margin-left: -5px;
}

/*****************************************************************************/
/* Links                                                                     */
/*****************************************************************************/

a.loud {
	color: #ff3300;
	text-decoration: none;
}

a.loud:hover {
	color: #ff3300;
	text-decoration: underline;
}

/*****************************************************************************/

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: underline;
}

div.menu-left-act a {
	color: #ff3300;
}

td.tab-sel-var a {
	color: #ff3300;
}

a img {
	color: #000000;
	text-decoration: none;
}

/*****************************************************************************/
/* Überschriften                                                             */
/*****************************************************************************/

h1 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 8px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	font-weight: bold;
	font-size: 15px;
	margin-top: 32px;
	margin-bottom: 8px;
	margin-left: -5px;
	background-image: url(../_img/back-title.gif);
	background-repeat: repeat-y;
	padding: 2px 2px 3px 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	font-weight: bold;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 0;
}

/******************************************************************************/
/* Menüeinträge (Menü links)                                                  */
/******************************************************************************/

.menu-left-no, .menu-left-space {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	font-size: 13px;
	text-align: right;
	border-top: 1px solid #888888;
	padding: 2px 5px;
}

.menu-left-act {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 130%;
	font-size: 13px;
	text-align: right;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background-color: #ffffff;
	padding: 2px 5px;
}

/*****************************************************************************/
/* Tabellen                                                                  */
/*****************************************************************************/

table.default {
	width: 100%;
}

table.fix {
}

/*****************************************************************************/

td.value {
	width: 10%;
	border-bottom: 1px solid #888888;
}

td.tool {
	width: 10%;
	border-bottom: 1px solid #888888;
}

/*****************************************************************************/

td.header-logo {
	border-bottom: 1px solid #888888;
	padding: 0;
	background-color: #f8f8f8;
}

/*****************************************************************************/

tr.main-top {
	background-color: #ffffff;
	background-image: url(../_img/line-solid-888888.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.main-menu-top {
	vertical-align: bottom;
	padding: 0;
	height: 40px;
}

td.main-menu-left {
	vertical-align: top;
	width: 130px;
	border-right: 1px solid #888888;
	background-image: url(../_img/menu-back.jpg);
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	padding: 140px 10px 30px 10px;
}

td.main-content {
	vertical-align: top;
	width: 100%;
	padding: 5px 15px 30px 15px;
}

td.main-info {
	vertical-align: top;
	width: 130px;
	border-left: 1px solid #888888;
	background-color: #f8f8f8;
	padding: 10px 10px 30px 10px;
}

td.main-copyright {
	vertical-align: top;
	border-top: 1px solid #888888;
	padding: 10px;
}

/*****************************************************************************/

td.hist-date, td.hist-comment, td.hist-head {
	vertical-align: top;
	padding: 2px 15px 4px 0px;
}

td.hist-head {
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 1px solid #888888;
}

td.hist-date, td.hist-comment {
	border-bottom: 1px solid #888888;
}

td.hist-date {
	width: 1%;
}

td.hist-comment {
	width: 99%;
}

/*****************************************************************************/

td.instruments {
	vertical-align: top;
	width: 50%;
	padding: 0;
}

/*****************************************************************************/

table.menu-top {
	padding: 0;
}

td.tab-start {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 130%;
	background-color: #ffffff;
	width: 165px;
	background-image: url(../_img/line-solid-888888.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.tab-end, td.tab-space {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 130%;
	background-color: #ffffff;
	width: 15px;
	border-left: 1px solid #888888;
	background-image: url(../_img/line-solid-888888.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.tab-ena-var, td.tab-dis-var, td.tab-sel-var {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	padding: 2px 5px 3px 5px;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
}

td.tab-ena-var {  /* enabled */
	color: #000000;
	background-color: #eeeeee;
	background-image: url(../_img/line-solid-888888.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.tab-dis-var {  /* disabled */
	color: #bbbbbb;
	background-color: #eeeeee;
	background-image: url(../_img/line-solid-888888.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.tab-sel-var { /* selected */
	color: #000000;
	background-color: #ffffff;
}
