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

h1 {
	font-size:15px;
	font-weight:bold;
	color:#FF44BB;
}

.table_aussen {
	width:825px;
	padding:0px;
	margin:auto;
	border:0px;
	
	border-collapse:collapse;
	table-layout:fixed;
	empty-cells:show;
	
	font-family:Tahoma,sans-serif; font-size:11px; color:#A0A0A0;
}

.main_cell_left {
	width:225px;
	background-color:#E6EBFA;
	background-image:url(images/back_main_left.gif);
	background-repeat:repeat-y;
	background-position:left top;
	vertical-align:top;
	text-align:left;
	padding:0px;
	padding-bottom:25px;
}

.main_cell_right {
	width:600px;
	background-color:#F6F6F6;
	vertical-align:top;
	text-align:left;
	padding:0px;
}

.bottom_cell_left {
	width:225px;
	height:8px;
	background-color:#E6EBFA;
	background-image:url(images/back_bottom_left.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px;
}

.bottom_cell_right {
	width:600px;
	height:8px;
	background-color:#F6F6F6;
	background-image:url(images/back_bottom_right.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:0px;
}

/* TEXT FELDER */
.main_text {
	padding-top:35px;
	padding-bottom:35px;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	font-family:Trebuchet MS,sans-serif; font-size:12px; color:#4B4B4B; 
}

	.main_text a:link
	{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
	
	.main_text a:visited
	{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
	
	.main_text a:active
	{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
	
	.main_text a:hover
	{ text-decoration:none; color:#4B4B4B; font-weight:bold; }




/* TABLE NORMAL */

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

		.table_normal a:link
		{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
		
		.table_normal a:visited
		{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
		
		.table_normal a:active
		{ text-decoration:none; color:#4B4B4B; font-weight:bold; }
		
		.table_normal a:hover
		{ text-decoration:none; color:#4B4B4B; font-weight:bold; }

.normal_input {
	width:115px;
	height:18px;
	border:1px solid #DBD7D1;
	background-color:#F5F5F5;
	font-family:Tahoma,sans-serif; font-size:11px; color:#646464;
}

.normal_textarea {
	width:231px;
	height:75px;
	border:1px solid #DBD7D1;
	background-color:#F5F5F5;
	font-family:Tahoma,sans-serif; font-size:11px; color:#646464;
	scrollbar-arrow-color:#DBD7D1;
	scrollbar-base-color:#F5F5F5;
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#DBD7D1;
	scrollbar-shadow-color:#DBD7D1;
	scrollbar-darkshadow-color:#F5F5F5;
}



/*
.table_main {
	width:100%;
	padding:0px;
	margin:auto;
	margin-bottom:5px;
	border:0px;
	border-collapse:collapse;
	table-layout:fixed;
	empty-cells:show;
	font-family:Tahoma,sans-serif; font-size:11px; color:#A0A0A0;
}
		.table_main_ganz {
			width:100%;
			padding-top:25px;
			padding-left:20px;
			text-align:left;
			vertical-align:top;
		}
		
		.table_main_left {
			width:470px;
			padding-top:25px;
			padding-left:20px;
			text-align:left;
			vertical-align:top;
		}
		
			.main_text {
				padding-top:15px;
				padding-left:15px;
				padding-right:15px;
				text-align:justify;
				font-family:Tahoma,sans-serif; font-size:11px; color:#000000;
			}
			
				.main_text a:link
				{ font-size: 11px; text-decoration:none; font-weight:bold; color:#000000; border-bottom:1px dotted #000000; }
				
				.main_text a:visited
				{ font-size: 11px; text-decoration:none; font-weight:bold; color:#000000; border-bottom:1px dotted #000000; }
				
				.main_text a:active
				{ font-size: 11px; text-decoration:none; color:#000000; }
				
				.main_text a:hover
				{ font-size: 11px; text-decoration:none; color:#000000; border-bottom:1px solid #000000; }
		
		.table_main_right {
			width:260px;
			text-align:right;
			vertical-align:top;
			padding-top:25px;
			padding-right:20px;
		}

.table_normal {
	width:100%;
	padding:0px;
	margin:auto;
	margin-bottom:5px;
	border:0px;
	border-collapse:collapse;
	empty-cells:show;
	font-family:Tahoma,sans-serif; font-size:11px; color:#000000;
}

		.table_normal a:link
		{ font-size: 11px; text-decoration:none; color:#000000; font-weight:bold; color:#000000; border-bottom:1px dotted #000000; }
		
		.table_normal a:visited
		{ font-size: 11px; text-decoration:none; color:#000000; font-weight:bold; color:#000000; border-bottom:1px dotted #000000; }
		
		.table_normal a:active
		{ font-size: 11px; text-decoration:none; color:#000000; }
		
		.table_normal a:hover
		{ font-size: 11px; text-decoration:none; color:#000000; font-weight:bold; color:#000000; border-bottom:1px solid #000000; }


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

.normal_textarea {
	width:250px;
	height:75px;
	border:1px solid #DDDDDD;
	background-color:#E6E9EE;
	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;
}







*/