body {
	background-color:#E5DAC1;
	margin:0px;
	padding:0px;
	text-align:center;
}

.table_aussen {
	width:750px;
	padding:0px;
	margin:auto;
	border:0px;
	
	margin-top:30px;
	
	border-collapse:collapse;
	table-layout:fixed;
	empty-cells:show;
	
	font-family:Trebuchet,sans-serif; font-size:12px; color:#837155;
}

.banner_cell {
	height:62px;
	background-color:#F3E9DA;
	border:1px solid #CAC0AA;
	border-bottom:1px solid #D3C29F;
	background-repeat:no-repeat;
	background-position:center middle;
}

.nav_cell {
	height:55px;
	border:0px;
	padding:0px;
	border-left:1px solid #CAC0AA;
	border-right:1px solid #CAC0AA;
	background-color:#FDF8EC;
	background-image:url(images/back_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

.main_cell {
	border:0px;
	background-color:#FDF8EC;
	border-left:1px solid #CAC0AA;
	border-right:1px solid #CAC0AA;
	border-bottom:1px solid #CAC0AA;
	vertical-align:top;
	text-align:left;
}

.bottom_cell {
	height:21px;
	border:0px;
	background-color:#E5DAC1;
	padding-left:20px;
	padding-right:20px;
	text-align:right;
	font-family:Tahoma,sans-serif; font-size:11px; color:#837155; 
}

		.bottom_cell a:link
		{ font-size: 11px; text-decoration:none; font-weight:bold; color:#837155; }
		
		.bottom_cell a:visited
		{ font-size: 11px; text-decoration:none; font-weight:bold; color:#837155; }
		
		.bottom_cell a:active
		{ font-size: 11px; text-decoration:none; font-weight:bold; color:#837155; }
		
		.bottom_cell a:hover
		{ font-size: 11px; text-decoration:underline; font-weight:bold; color:#837155; }

.table_main {
	width:750px;
	padding:0px;
	margin:auto;
	border:0px;
	border-collapse:collapse;
	table-layout:fixed;
	empty-cells:show;
	font-family:Trebuchet MS,sans-serif; font-size:12px; color:#837155;
}

.table_main a:link
{ font-size: 11px; text-decoration:none; font-weight:bold; color:#837155; }

.table_main a:visited
{ font-size: 11px; text-decoration:none; font-weight:bold; color:#837155; }

.table_main a:active
{ font-size: 11px; text-decoration:none; color:#837155; }

.table_main a:hover
{ font-size: 11px; text-decoration:underline; color:#837155; }
				
		.table_main_ganz {
			width:750px;
			text-align:left;
			vertical-align:top;
		}
		
		.table_main_left {
			width:220px;
			text-align:left;
			vertical-align:top;
		}
		
		.table_main_right {
			width:530px;
			text-align:left;
			vertical-align:top;
		}


.table_normal {
	width:710px;
	padding:0px;
	margin:auto;
	border:0px;
	border-collapse:collapse;
	empty-cells:show;
	font-family:Trebuchet MS,sans-serif; font-size:12px; color:#837155;
}

		.table_normal a:link
		{ font-size: 12px; text-decoration:none; color:#837155; font-weight:bold; }
		
		.table_normal a:visited
		{ font-size: 12px; text-decoration:none; color:#837155; font-weight:bold; }
		
		.table_normal a:active
		{ font-size: 12px; text-decoration:none; color:#837155; }
		
		.table_normal a:hover
		{ font-size: 12px; text-decoration:underline; color:#837155; font-weight:bold; }


.normal_input {
	width:125px;
	height:18px;
	border:1px solid #DDDDDD;
	background-color:#FDF8EC;
	font-family:Tahoma,sans-serif; font-size:11px; color:#000000;
}

.normal_textarea {
	width:250px;
	height:75px;
	border:1px solid #DDDDDD;
	background-color:#FDF8EC;
	font-family:Tahoma,sans-serif; font-size:11px; color:#000000;
	scrollbar-arrow-color:#A6A8AC;
	scrollbar-base-color:#F0F0F0;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#A6A8AC;
	scrollbar-shadow-color:#A6A8AC;
	scrollbar-darkshadow-color:#F0F0F0;
}

