/* generelle einstellung der seite im body */
body
{
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	margin						: 0px;
	padding						: 0px;
	background-color 		: #aaaaaa;
}

/* layout tabelle main */
table
{
	border-width				: 0px;
	border-color				: #000000;
	border-style				: solid;
	padding						: 0px;
	margin						: 0px;
	font-family 				: Verdana, Arial;
	font-size					: 10pt;
}
table.main
{
	border-width				: 0px;
	border-color				: #000000;
	border-style				: solid;
	padding						: 5px;
	margin 						: 0px;
	background-color 		: #ffffff;
}
td.main_top0
{
	border-width				: 0px;
	border-color				: #000000;
	border-style				: solid;
	vertical-align				: left;
	text-align					: left;
	color							: #000000;
	padding						: 10px;
}
td.main_top1
{
	border-width				: 0px;
	border-color				: #000000;
	border-style				: solid;
	vertical-align				: bottom;
	text-align					: left;
	color							: #000000;
}
td.main_top1 a:link
{
	color 						: #000000;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.main_top1 a:visited
{
	color 						: #000000;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.main_top2
{
	border-width				: 0px;
	border-color				: #000000;
	border-left-width		: 5px;
	border-left-style		: solid;
	border-left-color		: #ffffff;
	border-right-width		: 5px;
	border-right-style		: solid;
	border-right-color		: #ffffff;
	background-color 		: #04357B;
	border-style				: solid;
	vertical-align				: middle;
	color							: #ffffff;
	/* height 						: 5px; */
}
td.main_top2 a:link
{
	color 						: #000000;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.main_top2 a:visited
{
	color 						: #000000;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.main_left
{
	border-width				: 0px;
	border-color				: #000000;
	border-style				: solid;
	vertical-align				: bottom;
	text-align					: left;
	color							: #ffffff;
}
td.main_mid
{
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	padding 					: 40px;
	/*vertical-align				: top;
	text-align					: top; */
}
td.main_right_orig
{
	background-color 		: #ffffff;
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	vertical-align				: top;
	width 						: 200px;
	color							: #000000;
	text-align					: right;
}
td.main_right
{
	border-width				: 0px;
	border-color				: #000000;
	border-left-width		: 0px;
	border-left-style		: solid;
	border-left-color		: #ffffff;
	border-right-width		: 5px;
	border-right-style		: solid;
	border-right-color		: #ffffff;
	background-color 		: #ffffff;
	border-style				: solid;
	vertical-align				: top;
	color							: #ffffff;
	padding 					: 0px;
	margin 						: 0px;
}


table.left_tab
{
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	margin 						: 0px;
}
td.left_txt
{
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	height 						: 20px;
	padding-left				: 0px;
	color 						: #9DB0BF;
	font-family 				: Verdana, Arial;
	font-size					: 10pt;
}
td.left_txt a:link
{
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.left_txt a:visited
{
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.left_txt a:hover
{
	color							: #ffffff;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.left_txt a:focus
{
	color							: #ffffff;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.left_txt a:active

	color 						: #ffffff;
	text-decoration 			: underline;
	cursor 						: pointer;
}
legend
{
	color 						: #ffffff;
	text-decoration 			: underline;
	cursor 						: pointer;
}


table.right_tab_inner
{
	/* background-color 	: #d7d7fc; */
	border-style 				: solid;
 	border-width				: 0px;
	border-color				: #666666;
	font-size					: 8pt;
	padding 					: 0px;
	margin-bottom 			: 7px;
	color 						: #000000;
	text-align					: left;
}

table.right_tab
{
	/* background-color 	: #d7d7fc; */
	border-style 				: solid;
 	border-width				: 1px;
	border-color				: #cccccc;
	font-size					: 8pt;
	padding 					: 0px;
	margin-bottom 			: 7px;
	color 						: #000000;
	text-align					: left;
	height 						: 20px;
	width							: 100%;
}
td.right_menu
{
	width							: 220px;
}

/*
td.right_bg
{
	width 						: 20px;
	height 						: 100%;
	background-color 		: #3654aa;
}
*/
td.right_txt_head
{
	background-color 		: #666666;
	padding 					: 0px;
	color 						: #ffffff;
	font-size					: 8pt;
	height 						: 25px;
	padding-left 				: 5px;
}
td.right_txt
{
	padding-left				: 10px;
	padding-right				: 0px;
	color 						: #000000;
	font-size					: 8pt;
}
input.right_txt
{
	font-family 				: Tahoma,Verdana,Arial;
	font-size 					: 8pt;
	vertical-align				: middle;
}
td.right_txt a:link
{
	color 						: #04357b;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.right_txt a:visited
{
	color 						: #04357b;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.right_txt a:hover
{
	color							: #04357b;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.right_txt a:focus
{
	color							: #04357b;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.right_txt a:active
{
	color 						: #04357b;
	text-decoration 			: none;
	cursor 						: pointer;
}


table.right_tab_0
{
	border-style 				: solid;
 	border-width				: 1px;
	border-color				: #cccccc;
	font-size					: 8pt;
	margin-bottom 			: 7px;
	color 						: #000000;
	text-align					: left;
	height 						: 131px;
	width							: 100%;
}
td.right_menu_0
{
	width							: 220px;
}
td.right_txt_head_0
{
	background-color 		: #f0ab00;
	padding 					: 0px;
	color 						: #ffffff;
	font-size					: 8pt;
	height 						: 25px;
}
td.right_txt_0
{
	padding-right				: 0px;
	color 						: #000000;
	font-size					: 8pt;
}
td.right_txt_0 a:link
{
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.right_txt_0 a:visited
{
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.right_txt_0 a:hover
{
	color							: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.right_txt_0 a:focus
{
	color							: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.right_txt_0 a:active
{
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}


td.left_bg
{
	width 						: 20px;
	height 						: 100%;
	background-color 		: #3654aa;
}
td.left_menu
{
	width							: 200px;

}


td.left_menu_frame
{
	text-align					: left;
	padding-top				: 8px;
}

td.content_holder_frame
{
	padding-top 				: 8px;
}

td.right_menu_frame
{
	text-align					: right;
	padding-top 				: 8px;
	padding-right 			: 8px;
}

td.footer_last_frame
{
	text-align					: center;
	height 						: 35px;
	background-color 		: #9DB0BF;
}

table.content_inner
{
	font-size					: 7pt;
	border-width				: 0px;
	border-color				: #ffffff;
	border-style				: solid;
	color 						: #9DB0BF;
	overflow					: auto;
	margin 						: 1px;
	text-decoration 			: none;
}
td.content_inner a:link
{
	font-size					: 7pt;
	color 						: #9DB0BF;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.content_inner a:hover
{
	font-size					: 7pt;
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.content_inner a:active
{
	font-size					: 7pt;
	color 						: #9DB0BF;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.content_inner a:visited
{
	font-size					: 7pt;
	color 						: #9DB0BF;
	text-decoration 			: none;
	cursor 						: pointer;
}
td.content_head_txt_0
{
	opacity						:0.4;
	filter							:alpha(opacity=40);
	color 						: #04357b;
	text-decoration 			: none;
	padding						: 0px;
	font-size					: 10pt;
	font-weight				: bold;
	vertical-align				: middle;
}
td.content_head_txt
{
	color 						: #04357b;
	text-decoration 			: none;
	padding						: 0px;
	font-size					: 13pt;
	font-weight				: bold;
	vertical-align				: top;
}
td.content_txt
{
	color 						: #000000;
	text-decoration 			: none;
	padding						: 0px;
	font-size					: 10pt;
}
td.content_txt_justify
{
	color 						: #000000;
	text-decoration 			: none;
	padding						: 0px;
	text-align 					: justify;
	font-size					: 10pt;
}
td.content_txt a:link
{
	color 						: #04357b;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.content_txt a:active
{
	color 						: #04357b;
	text-decoration 			: underline;
	cursor 						: pointer;
}
td.content_txt a:visited
{
	color 						: #04357b;
	text-decoration 			: underline;
	cursor 						: pointer;
}

td.header_holder
{
	height						: 200px;
}

