/* ----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	margin:auto;
}

body {
	font:12px Trebuchet MS,verdana,arial;
}

.clear {
	clear:both;
	font-size:0%;
	line-height:0%;
	height:0px;
}

.all {
	height:auto !important;
	height:100%;
	margin:0 auto -18px auto;
	width:950px;
}

.wrapper {
	width:100%;
	margin:0 auto;
}

.push {
	height:18px;
}

/* Header */
.header {
	position:relative;
	height:398px;
	width:950px;
	margin:0 auto;
}


.topheader {
	background:#FFFFFF;
	height:91px;
	width:950px;
	padding:0;
	margin:0;
}

.topmenu {
	position:absolute;
	top:45px;
	right:0px;
	padding:0;
	font-family:Trebuchet MS,verdana,arial;
	font-size:13px;
	line-height:13px;
	font-weight:normal;
	text-align:right;
	width:350px;
	height:25px;
}

.topmenu .searchlang{
	float: right;
}

.topmenu .language{
	display: block;
	float: left;
	text-align: right;
	padding:0px 0px 0px 15px;
	width: 87px;
}

.topmenu .language .selected img{
	border: 1px solid #ccc;
}
  
.topmenu .language .unselected img{
	margin:1px;
}

.topmenu .tx-macinasearchbox-pi1 {
	float:left;
	display: block;
}

.topmenu .tx-macinasearchbox-pi1 .searchbox {
	border:1px solid #557192;
	height:18px;
	width:100px;
}

.topmenu .tx-macinasearchbox-pi1 .buttonicon {
	vertical-align:middle;
	margin-bottom:4px;
}

.topmenu ul {
	float:right;
	height:18px;
}

.topmenu li {
	padding-top:2px;
	float:left;
	height:18px;
}

.topmenu p {
	float:right;
	margin-right:4px;
}

.topmenu a {
	text-decoration:none;
	color:#000000;
}

.top_news {
	background:url('../images/bargreen.gif') top right no-repeat;
	padding-right:12px;
	padding-left:12px;
}

.top_rss {
	background:url('../images/bargreen.gif') top right no-repeat;
	padding-right:13px;
	padding-left:8px;
}

.top_rss a {
	padding-left:17px;
	background:url('../images/icon_rss.gif') center left no-repeat;
}

.top_press {
	padding-right:5px;
	padding-left:12px;
}

.logo {
	position:absolute;
	height:40px;
	width:147px;
	margin:18px 0 0 0;
	padding:0;
}

.icons {
	position:absolute;
	height:18px;
	line-height:13px;
	overflow:hidden;
	/*width:187px;
	margin:4px 5px 0 0;*/
	top: 3px;
	left: 0px;
	padding:0;
}


.icons a {
	width:16px;
	height:14px;
}
.icons img {
	width:16px;
	height:13px;
	margin-right:5px;
}

.topborder {
	position:relative;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:950px;
	height:9px;
	line-height:9;
	overflow:hidden;
	background:#002652;
	z-index:1;
}

.headerimage {
	position:absolute;
	top:0;
	left:0;
	float:left;	
}

.topcaptionbox {
	position:absolute;
	width:414px;
	height:79px;
	bottom:0;
	background: url(../images/topblend.gif) no-repeat;
	opacity:0.25;
	filter:alpha(opacity=25);
}

.topcaption {
	position:absolute;
	width:414px;
	height:79px;
	bottom:0;
}

.topcaption p {
	margin:25px 0 0 20px;
	font-size:15px;
	font-style:italic;
	color:#FFFFFF;
}

.topblend {
	position:relative;
	height:63px;
	width:950px;
	background:#000000;
	opacity:0.2;
	filter:alpha(opacity=20);
	margin:0;
	padding:0;
}

.topimage {
	height:260px;
	width:950px;
	background:#AAAAAA;
	position:absolute;
	margin:0;
	padding:0;
}

.menu {
	position:absolute;
	margin:260px 0 0 0;
	width:950px;
	height:38px;
	background:url(../images/menubg2.gif) repeat-x;
	color:#FFFFFF;
}

/* Main Menu */

.main_menu {
	height:38px;
	color:#FFFFFF;
	padding-left:0px;
	font-size:16px;
	font-weight:bold;

}

.main_menu li {
	float:left;
	background:url('../images/menubg.gif') no-repeat right;
	padding:0px;
	padding-right:2px;
	height:38px;
}

.main_menu li a {
	float:left;
	position:relative;
	bottom:0;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:8px;
	padding-left:12px;
	padding-right:12px;
/*	padding:3px 13px 4px 13px; */
}

.main_menu .active a {
	color:#FFFFFF;
  	background:#c0d9f7;
}

.main_menu ul li a.hover, .main_menu ul li a:hover {
	background:#c0d9f7;
	color:#FFFFFF;
}

/* Content */

#content {
	float:left;
	width:950px;
	margin:0 auto;
	font-size:11px;
	color:#333333;
	background:#FFFFFF;
}

.right_column {
	float:right;
	width:229px;
  	margin-bottom:5px;
	margin-left:11px;
	background:#f0f3f5;
}

.left_column {
	float:left;
	width:189px;
	margin-bottom:5px;
	margin-right:11px;
	background:#f0f3f5;
}

.main_column {
	float:left;
	width:510px;
	margin-bottom:5px;
}

/* Footer */

.footer {
	width:950px;
	height:25px;
	margin-top:15px;
	margin-bottom:10px;
}

.footer p {
	font-size:10px;
	font-weight:bold;
	font-family:Trebuchet MS,verdana,arial;
}

.justify {
	text-align:justify;
}

.top_row {
	padding:5px 13px 0 6px;
	margin-bottom:5px;
}

.minheight {
	width:1px;
	height:414px;
	float:left;
}

.bread {
	margin:7px 0 15px 0;
	float:left;
	font-size:10px;
	line-height:11px;
	color:#000000;
	width:950px;	
	height:11px;
	font-weight:bold;
}

.bread .first {
	background:none;
	padding-left:5px;
}

.bread span {
	float:left;
}
	
.bread li {
	float:left;
	padding-left:15px;
	background:url(../images/breadarrow.gif) no-repeat 3px 1px;
}

.bread a {
	color:#000000;
	text-decoration:none;
}

.bread a:hover {
	color:#000000;
	text-decoration:underline;
}

#content .main_column ol li {
	list-style-type:decimal;
	list-style-position:inside;
}

#content .main_column ul li {
	list-style-type:disc;
	list-style-position:inside;
}

#content .main_column .csc-bulletlist-0 li {
	list-style-type:disc;
	list-style-position:inside;
}
#content .main_column .csc-bulletlist-1 li {
	list-style-type:decimal;
	list-style-position:inside;
}
#content .main_column .csc-bulletlist-2 li {
	list-style-type:square;
	list-style-position:inside;
}
#content .main_column .csc-bulletlist-3 li {
	list-style-type:circle;
	list-style-position:inside;
}

.align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.main_column a, right_column a {
	color:#002A5C;
	font-weight:bold;
	text-decoration:none;
}

.main_column a:hover, right_column a:hover {
	text-decoration:underline;
}

h1 {
	font-weight:bold;
	font-size:18px;
}
h2 {
	font-weight:bold;
	font-size:16px;
}
h3 {
	font-weight:bold;
	font-size:15px;
}
h4 {
	font-weight:bold;
	font-size:13px;
}
h5 {
	font-weight:bold;
	font-size:12px;
}
h6 {
	font-weight:bold;
	font-size:11px;
}


/* Submenu */

.submenu {
	margin-left:10px;
	margin-right:1px;
	line-height:28px;
}

.submenu .firstlevel li {
	position:relative;
	font-weight:bold;
	font-size:14px;
}

.submenu .firstlevel li a {
	color:#002a5c;
}

.submenu .secondlevel li {
	position:relative;
	font-weight:bold;
	font-size:12px;
	list-style-type:square;
	list-style-position:inside;
}

.submenu .secondlevel li a {
	color:#000000;
}

.submenu .thirdlevel {
	margin-left:25px;
}

.submenu .thirdlevel .active {
	color:#002a5c;
}

.submenu .thirdlevel li {
	position:relative;
	background:url('../images/submenu.gif') no-repeat left 11px;
	list-style-image:url('../images/blank.gif');
}

.submenu .thirdlevel li a {
	color:#686868;
	padding-left:10px;
}

.submenu .thirdlevel .active a {
	color:#000000;
	padding-left:10px;
}

.submenu .fourthlevel {
	background:url('../images/submenu.gif') no-repeat left top;
	padding-left:10px;
}

.submenu a {
	color:#000000;
	text-decoration:none;
}

.submenu a:hover {
	text-decoration:underline;
}

/* related box */

.relatedbox {
	width:229px;
	float:left;
	margin-bottom:5px;
}

.relatedbox_caption {
	width:229px;
	height:20px;
	background:url(../images/relatedbg.gif) repeat-x;
	margin-bottom:1px;
}

.relatedbox_caption p {
	font-weight:bold;
	font-size:15px;
	color:#FFFFFF;
	padding:1px 0 0 10px;
	letter-spacing:1px;
}

.relatedbox_content {
	width:229px;
	color:#000000;
}

/* white box with shadow */

.whitebox {
	position:relative;
	width:215px;
	margin:9px 7px 5px 7px;
}

.whitebox_top {
	width:215px;
	height:3px;
	line-height:3px;
	background:url(../images/wb_top.gif) no-repeat;
	overflow:hidden;
}

.whitebox_content {
	background:url(../images/wb_content.gif) repeat-y;
	padding:5px 8px 9px 9px;
	font-weight:bold;
}

.whitebox_bottom {
	width:215px;
	height:3px;
	line-height:3px;
	overflow:hidden;
	background:url(../images/wb_bottom.gif) no-repeat;
}

.whitebox li {
	font-size:12px;
	list-style-type:square;
	list-style-position:inside;
	line-height:28px;
}

/* white box with image */

.imgwhitebox {
	position:relative;
	width:215px;
	margin:9px 7px 5px 7px;
}


.imgwhitebox img {
	position:absolute;
	top:-10px;
	left:133px;
}

.imgwhitebox_top {
	width:215px;
	height:3px;
	line-height:3px;
	background:url(../images/wb_top.gif) no-repeat;
	overflow:hidden;
}

.imgwhitebox_content {
	width:198px;
	background:url(../images/wb_content.gif) repeat-y;
	padding:5px 8px 9px 9px;
	font-weight:bold;
}

.imgwhitebox_text {
	width:118px;
}

.imgwhitebox_bottom {
	width:215px;
	height:3px;
	line-height:3px;
	overflow:hidden;
	background:url(../images/wb_bottom.gif) no-repeat;
}

/* Product Flex */

.productflex {
	font-size:12px;
	line-height:13px;
	margin-bottom:17px;
}

.productflex_image {
	float:left;
	height:73px;
	width:192px;
	background:url('../images/product_flexbg.gif') no-repeat;
	margin-right:15px;
}

.productflex img {
	margin-left:1px;
	margin-top:1px;
}

.productflex_content {
	float:left;
	padding:8px;
}

/* Mainpage column (actually wraps left_column and main_column) */

.large_main_column {
	display:inline;
	float:left;
	width:710px;
}

/* Front flex1 */

.front_flex1 {
	width:628px;
	height:108px;
/*	background:url('../images/bottom_flex.gif') no-repeat; */
}

.ff1_left img {
	position:absolute;
	margin-top:-6px;
	margin-left:-10px;
}

.ff1_left {
	float:left;
	width:391px;
	height:108px;
	margin-right:10px;
	background:#eff3f6;
}

.ff1_lefttxt {
	float:right;
	width:263px;
	margin:10px;
	height:88px;
}

.ff1_right {
	float:left;
	width:227px;
	background:#eff3f6;
}

.ff1_right img {
	display:inline;
	position:absolute;
	margin-top:-6px;
	margin-left:-10px;
}

.ff1_righttxt {
	float:right;
	width:110px;
	margin:10px;
	height:88px;
}

/* front_teaser */

.front_teaser {
	position:relative;
	float:left;
	width:710px;
	margin-bottom:20px;
}


.ft_left {
	position:relative;
	float:left;
	width:80px; /* 72px; */
	height:60px;
	background:url('../images/front_teaser_arrows.gif') no-repeat;
}

.ft_right {
	float:left;
	/*margin-left:8px;*/
	width:630px;
}

.ft_imgbox {
	display:inline;
	float:left;
	position:relative;
	width:111px;
	height:80px;
	background:url('../images/front_topimages_bg.gif') no-repeat;
	margin-left:8px;
}

.ft_imgbox a {
	text-decoration:none;
}

.ft_imgbox img {
	margin:0;
	padding:0;
}

.ft_blend {
	position:absolute;
	left:0;
	bottom:2px;
	width:109px;
	height:23px;
	overflow:hidden;
	background:#000000;
	z-index:10;
	opacity:0.70;
	filter:alpha(opacity=70);
}

.ft_imgbox p {
	position:absolute;
	left:0;
	bottom:2px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:105px;
	margin-left:2px;
	margin-right:2px;
	z-index:20;
	color:#FFFFFF;
	opacity:0.90;
	filter:alpha(opacity=90);
}


/* two column textblock */

.front_2textblock {
	display:inline;
	float:left;
	width:588px;
	margin-bottom:20px;
	/*margin-left:87px;*/
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #eff3f6;
	border-bottom:1px solid #eff3f6;
}

.front_2textleft {
	float:left;
	width:304px;
}

.front_2textright {
	float:right;
	width:273px;
	margin-left:10px;
}

.large_main_column .front_2textleft{
    background:url('../images/medium_arrows.gif') no-repeat 0 12px;
}

.large_main_column .front_2textleft p {
	padding:12px 10px 15px 28px;
}


.front_2textleft p {
	padding:12px 10px 15px 0px;
}

.front_2textright p {
	padding:12px 0 15px 0px;
}

.sub_arrowcontent {
	background:url('../images/medium_arrows.gif') no-repeat 20px 0;
	padding:2px 10px 15px 50px;
}


#content ul.sitemap li  {
	list-style-type:none;
	list-style-position:inside;
}

/* news */

.news-latest-container a {
	text-decoration:none;
	color:#000000;
}

.news-latest-container a:hover {
	text-decoration:underline;
	color:#000000;
}

/* Hidden Login Div */
#hiddenDiv
{
	position: absolute;
	z-index: 100;
	top: 64px;
	left: 600px;
	display: none;
}
