/* generelle einstellung der seite im body */
body
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	margin												: 0px;
	padding											: 0px;
	overflow											: hidden;
	background-color 									: #042544;
}
img
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	margin												: 0px;
	padding											: 0px;
}

/* ebenen die sich überlagern */
#div_id_1
{
	position											: absolute;
	padding-left										: 30px;
	vertical-align									: top;
	text-align											: left;
	z-index:1;
}
#div_id_2
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

/* layout tabelle main */
table
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	padding											: 0px;
	margin												: 0px;
	font-family 										: Verdana, Arial;
	font-size											: 10pt;
	border-collapse									: collapse;
}
table.main
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	padding 											: 0px;
	margin 												: 0px;
	width 												: 100%;
	height 												: 100%;
	vertical-align									: bottom;
}
td.main_left
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	vertical-align									: bottom;
	text-align											: left;
	color												: #ffffff;
	padding-bottom									: 5px;
	padding-left										: 5px;
}
td.main_mid
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	vertical-align									: bottom;
	width 												: 471px;
	height 												: 70%;
	color												: #9DB0BF;
	scrollbar-base-color 								: #042544;
	scrollbar-3d-light-color 							: #042544;
	scrollbar-arrow-color 								: #042544;
	scrollbar-darkshadow-color 							: #9DB0BF;
	scrollbar-face-color 								: #9DB0BF;
	scrollbar-highlight-color 							: #042544;
	scrollbar-shadow-color 								: #042544;
	scrollbar-track-color 								: #042544;
}
td.main_right
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	vertical-align									: top;
	width 												: 150px;
	color												: #ffffff;

}

table.footer
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	padding 											: 0px;
	margin 												: 0px;
	width 												: 100%;
	height 												: 100%;
}
td.footer_left
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	background-color 									: #9DB0BF;
	vertical-align									: top;
	text-align											: left;
	width 												: 30%;
	font-size											: 16pt;
	color												: #ffffff;
	padding-left										: 5px;
	padding-top										: 5px;
}
td.footer_mid
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	background-color 									: #9DB0BF;
	vertical-align									: bottom;
	text-align											: center;
	width 												: 40%;
	font-size											: 8pt;
	color												: #ffffff;
}
td.footer_right
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	background-color 									: #9DB0BF;
	vertical-align									: top;
	text-align											: right;
	width 												: 30%;
	color												: #ffffff;
	font-family 										: Verdana, Arial;
	font-size											: 16pt;
	padding-right										: 35px;
	padding-top										: 5px;
}
td.footer_right a:link
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.footer_right a:visited
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.footer_right a:hover
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.footer_right a:focus
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.footer_right a:active
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}

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 									: none;
	cursor 												: pointer;
}
td.left_txt a:visited
{
	color 												: #9DB0BF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.left_txt a:hover
{
	color												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.left_txt a:focus
{
	color												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.left_txt a:active
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
legend
{
	color 												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}

table.right_tab
{
	border-width										: 0px;
	border-color										: #ffffff;
	border-style										: solid;
	margin		 										: 0px;
}
td.right_txt
{
	height 												: 60px;
	width												: 40px;
	padding-right										: 0px;
	color 												: #9DB0BF;
	font-family 										: Verdana, Arial;
	font-size											: 10pt;
}
td.right_txt a:link
{
	color 												: #9DB0BF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.right_txt a:visited
{
	color 												: #9DB0BF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.right_txt a:hover
{
	color												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.right_txt a:focus
{
	color												: #ffffff;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.right_txt a:active
{
	color 												: #ffffff;
	text-decoration 									: none;
	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
{
	border-width										: 1px;
	border-color										: #ffffff;
	border-style										: solid;
	background-color 									: #042544;
	color 												: #ffffff;
	filter 												: alpha(opacity=50);
	-moz-opacity 										: 0.5;
	opacity 											: 0.5;
	overflow											: auto;
	margin 												: 1px;
}
td.content_txt
{
	color 												: #FFFFFF;
	text-decoration 									: none;
	cursor 												: pointer;
	text-align											: justify;
	padding											: 8px;
}
td.content_txt a:link
{
	color 												: #FFFFFF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.content_txt a:active
{
	color 												: #FFFFFF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.content_txt a:visited
{
	color 												: #FFFFFF;
	text-decoration 									: none;
	cursor 												: pointer;
}
td.right_menu
{
	width												: 200px;
}

td.right_bg
{
	width 												: 20px;
	height 												: 100%;
	background-color 									: #3654aa;
}

td.header_holder
{
	height												: 200px;
}


