/* CSS Document */

.bold_darkblue {
	color: #0b284e;
	font-size: 14px;
	font-weight: bold;
}

.headline_darkblue {
	color: #0b284e;
	font-size: 16px;
	font-weight: bold;
}

.headline_grey {
	color: #4E6780;
	font-size: 16px;
	font-weight: bold;
}

.bold_grey {
	color: #4E6780;
	font-size: 14px;
	font-weight: bold;
}

.small_white {
	color: #ffffff;
	font-size: 10px;
}

.small_grey {
	color: #4E6780;
	font-size: 10px;
}

a:link {
	color: #0b284e;
}
a:visited {
	color: #0b284e;
}
a:hover {
	color: #0b284e;
}
a:active {
	color: #0b284e;
}

a.link_white:link {
	color: #ffffff;
	text-decoration: none;
}
a.link_white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.link_white:hover {
	color: #ffffff;
	text-decoration: none;
}
a.link_white:active {
	color: #ffffff;
	text-decoration: none;
}

a.link_menu2:link {
	color: #002646;
	text-decoration: none;
	font-size: 12px;
}
a.link_menu2:visited {
	color: #002646;
	text-decoration: none;
	font-size: 12px;
}
a.link_menu2:hover {
	color: #002646;
	text-decoration: none;
	font-size: 12px;
}
a.link_menu2:active {
	color: #002646;
	text-decoration: none;
	font-size: 12px;
}

a.link_small_black:link {
	color: #000000;
	text-decoration: none;
}
a.link_small_black:visited {
	color: #000000;
	text-decoration: none;
}
a.link_small_black:hover {
	color: #000000;
	text-decoration: none;
}
a.link_small_black:active {
	color: #000000;
	text-decoration: none;
}

a.link_small_grey:link {
	font-size: 10px;
	color: #4E6780;
	text-decoration: none;
}
a.link_small_grey:visited {
	font-size: 10px;
	color: #4E6780;
	text-decoration: none;
}
a.link_small_grey:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.link_small_grey:active {
	font-size: 10px;
	color: #4E6780;
	text-decoration: none;
}

.menu2_bg {
	background-image: url(../../fileadmin/images/menu2_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.tblue1 {  background-color: #8F9AB1; font-size: 11px; color: #ffffff; font-weight: bold; text-align:center; }
.tblue2 {  background-color: #C3CAD7; font-size: 10px; color: #000000; height: auto; text-align:center;}
