/* GLOBALE VARIABLEN */
body {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 11px;
		scrollbar-base-color: #EBF4F4;
		scrollbar-face-color: grey;
		scrollbar-arrow-color: ;
		scrollbar-3dlight-color: #034EA2;
		scrollbar-highlight-color: white;
		scrollbar-shadow-color: ;
		scrollbar-darkshadow-color: ;
}

p, li {
	padding-left: 12px;
	padding-right: 2px;
	font-size: 11px;
}
a {
	text-decoration: underline;
	color: #0050A2;
} 
a:hover {
	text-decoration: underline;
	color: #ff9900;
}

table, img {
	margin-top: 0px;
	padding-top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Layers */
.layer_main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
	border: none;
}

.layer_content, .layer_content_overflow {
	width: 465px;
	height: 600px;
/*	overflow:-moz-scrollbars-vertical (das ist entscheidend!); 
	overflow:-moz-scrollbars-horizontal;*/
	overflow-x:hidden;
	overflow-y:auto; 
}
.layer_content_overflow {
	overflow:-moz-scrollbars-vertical;
}

/* Tables */
.table_nav {
	width: 120px;
	margin-left: 15px;
	text-align: right;
}
.table_content {
	width: 465px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
}
.table_nav_right {
	width: 118px;
	margin-left: 10px;
	text-align: left;
}
.td_nav_left {
    padding-top: 10px;
}
.td_nav_right {
/*	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC; */
    padding-top: 7px;
	color: #0050A2;
	font-size: 10px;
	line-height: 12px;
}	
/* Navigaiton */
.nav_left {
	font-size: 11px;
	text-decoration:none;
	color: #0050A2;
	line-height: 14px;
}
.nav_left:hover
{
	text-decoration: underline;
	color: #FF6600;
}
.nav_right {
	color: #0050A2;
	font-size: 10px;
	line-height: 12px;
}
a.nav_right {
	text-decoration: underline;
	color: #0050A2;
}
a.nav_right:hover
{
	color: #FF9900;
	text-decoration: underline;
}
a.nav_top {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.nav_top:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* Fonts */
.font_content_title {
	color: #FF9900;
	padding-left: 10px;
	font-size: 12px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A7B8C1;
	background-color: #E0E6ED;
}
.font_content_subtitle {
	color: #0050A2;
	font-weight: bold;
}

.font_content_blue {
	color: #0050A2;	
}

.font_content_black {
	color: #000000;
}
a.font_content_link {
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
}
a.font_content_link:hover {
	color: #FF9900;
}
.gruss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}