/* HTML CODE */
body, td, a, input, textarea, select {
	font-family:arial,sans-serif;
	font-size:10pt;
}
body {
	background-color:#CCCCCC;
}
hr {
	border:1px solid #FFFFC2;
}

/* TABELLE */
.table {
	width:1024px;
	height:101%;
}
.top {
	height:80px;
	background-image:url(images/top.gif);
}
.vnav {
	height:16px;
	background-color:#FFFFC2;
}
.rootline {
	height:20px;
	background-color:#FFFFC2;
	font-weight:bold;
}
.rnav {
	width:160px;
	background-color:#FFFFFF;
}
.space {
	background-color:#FFFFFF;
	width:15px;
}
.content {
	background-color:#FFFFFF;
	width:674px;
}
.lnav {
	width:160px;
	background-color:#FFFFC2;
}
.bottom {
	height:25px;
	background-color:#FFFFC2;
	text-align:center;
	font-weight:bold;
}

/* CONTENT TABLE */
.content_table_top {
	width:100%;
	background-color:#FFFFC2;
	padding:2px;
	font-weight:bold;
	border-top:1px solid #FFFFC2;
	border-left:1px solid #FFFFC2;
	border-right:1px solid #FFFFC2;
	border-bottom:1px solid #FFFFC2;
}
.content_table_bottom {
	width:100%;
	border-left:1px solid #FFFFC2;
	border-right:1px solid #FFFFC2;
	border-bottom:1px solid #FFFFC2;
	padding:3px;
}

/* CONTENT BLOCK */
.content_block_top {
	width:100%;
	background-color:#FFFFC2;
	padding:2px;
	font-weight:bold;
}
.content_block_bottom {
	padding:0px;
	width:100%;
	border-left:1px solid #FFFFC2;
	border-right:1px solid #FFFFC2;
	border-bottom:1px solid #FFFFC2;
}

/* C TABLE */
.c_table {
	width:90%;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
.c_td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.c_td_left {
	width:48%;
	text-align:right;
	font-weight:bold;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.c_td_middle {
	width:4%;
	text-align:center;
	font-weight:bold;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.c_td_right {
	width:48%;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.c_td_comment {
	padding:2px;
	background-color:#FFFFC2;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

/* HTML LINKS */
a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* INPUT */
.n_input {
	width:120px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	margin:0px;
}
.n_input_important {
	width:120px;
	border:1px solid #000000;
	background-color:#FFFFC2;
	margin:0px;
}
.c_input {
	width:100%;
	border:0px;
	background-color:#FFFFFF;
	margin:0px;
}
.c_input_important {
	width:100%;
	border:0px;
	background-color:#FFFFC2;
	margin:0px;
}
.c_area {
	width:100%;
	border:0px;
	height:300px;
	margin:0px;
}
.c_area_important {
	width:100%;
	border:0px;
	height:300px;
	background-color:#FFFFC2;
	margin:0px;
}
.c_area_small {
	width:100%;
	border:0px;
	height:100px;
	margin:0px;
}
.c_area_small_important {
	width:100%;
	border:0px;
	height:100px;
	background-color:#FFFFC2;
	margin:0px;
}
.c_select_multiple {
	width:100%;
	border:0px;
}
.c_select {
	width:100%;
	border:0px;
}

/* WR NAVIGATION */
.wr_navigation {
	display:block;
	margin:0px;
	padding:2px;
}