body {
	background-image: url(images/v2/bg_04.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.langmenu {
  text-align:right;
}

.center {
 	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
 }

.main_part {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
}

.header {
	background-image: url(images/v2/header_bg_02.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 119px;
	width: 100%;
}

.header_text {
	padding-top:80px;
	text-align:right;
	font-size: 11px;
	font-weight:bold;
	color: #3E3E3E;
}

.content {
	sfloat:left;
	margin-right:235px;
	xwidth:500px;

}

.right_col {
	width:230px;
	float:right;
	margin-left: 7px;
}

.article {
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}

.article-header {
	background-image: url(images/v2/article_header_bg_06.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding:7px 0px 0px 10px;
	font-size: 14px;

}

.article-title {
	margin-top:0px;
	font-size: 13px;
  color: #045491;
	font-size: 13px;
}

.header-title {
	background-image: url(images/v2/envelope_09.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 28px;
	background-position: left;

}

.article-text {
	background-color: #FBFBFB;
	padding: 5px 20px 10px 40px;
}

.article-footer {
	background-image: url(images/v2/article_footer_bg_06_29.gif);
	background-repeat: repeat-x;
	padding: 1px 0px 2px 40px;
	font-style: italic;
}

.box {
	border:1px solid black;
	padding: 5px 5px 5px 5px;
}

.feed-list {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 180px;
}

table.feeds {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
	border-collapse : collapse;
	/*width: 220px*/;
	font-size: 10px;
	}


/* inline elements */

.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

br.clear {
	clear: both;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

img { border: 0px;}

pre,samp {
  font-family: "Courier New", monospace;
  background-color: #ffffcc;
  padding:6px;
  border: 1px dotted black;
}





