body {
	padding:0px;
	margin:0px;
	background-color:#D1CAC0;
}
img {
	border:0px;
}

/** ***  *** **/
/*  TABELLEN  */

.main_table {
	background: url("../pix/backgrounds/main_back.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.vcenter_table {
	background: url("../pix/backgrounds/vcenter_back.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.bottom_red_line {
	background-color:#7B271F;
}
/** ***  *** **/
/*  SCHATTEN  */
.shadow_left {
	background: url("../pix/backgrounds/shadow-left.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.shadow_right {
	background: url("../pix/backgrounds/shadow-right.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/** *** *** **/
/*   MENUE   */
.menue_dotted_line {
	background: url("../pix/backgrounds/menue-dotted-line.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.menue_line_tr {
	vertical-align:middle;
	background-color:#FFF1D0;
}
.menue_line_selected_tr {
	vertical-align:middle;
	background-color:#FFF;
}
.menue_subline_tr {
	vertical-align:middle;
	background-color:#FFE4AA;
}
.menue_subline_selected_tr {
	vertical-align:middle;
	background-color:#FFF;
}
.menue_number_line {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color:#B66812;
	line-height:11px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	height:18px;
	width:17px;
}
.menue_line {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	line-height:11px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	width:129px;
	height:18px;
	color:#7B271E;
}

/** *** *** **/
/*   LINKS   */

.menue_link {
	text-decoration: none;
	cursor:pointer;
}
.menue_link:visited {
	text-decoration: none;
	cursor:pointer;
}
.menue_link:hover {
	color: #7B271E;
	text-decoration: underline;
	cursor:pointer;
}

/** *** *** **/
/*   FONTS   */
.font_footer{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	line-height:9px;
	color: #60594C;
}
.font_footer_red {
	text-align: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	line-height:9px;
	color:#7B271E;
}