/**
 * @author Tom Blondeau <tom.blondeau@gmx.net>
 */
/* Basic definitions BEGIN */
.invisible {
	display: none;
}

body, td, input, textarea, select, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0359A8;
}

body {
	margin: 8px;
	background-color: #E8F0FD;
}
a {
	color: #0359A8;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
/* Basic definitions END */
/* Body layout BEGIN */
#main {
	position: relative;
}

/* Basic content definitions BEGIN */
#main .headline {
	position: relative;
	display: block;
/*	width: 514px; */
	padding: 0 0 5px 0;
	font-size: 9px;
	color: #F48003;
	background-image: url(/_img/_layout/headline_dashed.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	text-align: right;
}
#main .old .headline {
	position: relative;
	display: block;
/*	width: 514px; */
	padding: 0 0 5px 0;
	font-size: 9px;
	color: #0359A8;
	background-image: url(/_img/_layout/headline_dashed_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	text-align: right;
}
#main .headline a {
	color: #F48003;
	text-decoration: none;
}
#main .old .headline a {
	color: #0359A8;
}

#main .headline a:hover {
	text-decoration: none;
}

#main .headline a img {
	border: none;
}

#main h1 {
	color: #F48003;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

#main .headline h1 {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
#main .old .headline h1 {
	color: #0359A8;
}
#main .headline .print {
	position: relative;
	display: inline; 
}
#main .headline .print a {
	float: right;
	font-weight: normal;
}

#main h2 {
	color: #F48003;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}
#main h3 {
	color: #F48003;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding: 0;
	margin: 1em 0 0 0;
}

#main .indent {
	display: block;
	clear: both;
	padding-left: 16px;
	padding-right: 16px;
}
/* Basic content definitions END */
/* News Detail BEGIN */
.news_detail {
	position: relative;
	margin: 0;
}
.news_detail .news_head {
	position: relative;
	padding: 14px 16px 9px 16px;
	background-image: url(/_img/_layout/news_bg_red_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	font-size: 10px;
}

#main .news_detail .news_head h2 {
	font-size: 11px;
	display: inline;
	padding: 0;
	margin: 0;
}

.news_detail .news_head .back {
	position: absolute;
	top: 16px;
	left: 448px;
	display: block;
	width: 50px;
	text-align: right;
	white-space: nowrap;
}
* html .news_detail .news_head .back {
	left: 432px;
}

.news_detail .news_head .back a {
	color: #F48003;
	font-weight: normal;
}
.news_detail .news_body {
	width: 482px;
	padding: 9px 16px;
	background-image: url(/_img/_layout/news_bg_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
.news_detail .news_bottom {
	width: 514px;
	height: 32px;
	padding: 0;
	background-image: url(/_img/_layout/news_bg_blue_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* News Detail END */
