body {
	font:12px Arial,Tahoma, sans-serif;
	margin:0;
	padding:0;
	color:#004F88;
	background:#fff url(/images/layout/body-bg.gif) repeat-x;
}

.printonly {
	display:none;
}

.topnav-on
{
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#545454;
	
}
.topnav-off
{
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#004F88;	
	
}
.leftnav-on
{
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3px;
	padding-left:20px;
}
.leftnav-off
{
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#004F88;
	padding-top:3px;
	padding-left:20px;
}
.home-smalltitle
{
	text-decoration:none;
	font-size:12px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#004F88;
	padding-top:3px;
}
.teasertitle
{
	text-decoration:none;
	font-size:15px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#004F88;
	padding-top:2px;
	padding-left:2px;
}

img {
	border:none;
}
form {
	margin:0;
	padding:0;
}
h1 
{
	padding: 0 0 10px 0;
	margin: 0;
}
#all
{
	margin:0;
	padding:0;
	background:#fff url(/images/layout/body-bg.gif) repeat-x;
}
#page {
	margin:0 auto;
	width:968px;
	/*overflow:hidden;*/
	overflow:visible;
	height:100%;
	position:relative;
}

/*header start*/
#header {
	float:left;
	width:968px;
	position:absolute;
	left:0;
	top:0;
}

/*logo start*/
#header h1 {
	float:right;
	margin:5px 4px 0 0;
	display:inline;
}
#header h1 a {
	float:left;
	margin:0;
	display:block;
	text-indent:-9999px;
	height:37px;
	width:231px;
	overflow:hidden;
	background:url('/images/layout/logo.gif') no-repeat;
}
/*logo end*/

/*meta navi block start*/
.meta-navi {
	float:left;
}
.meta-navi .box {
	float:left;
	background:url(/images/layout/meta-navi-shadow.gif) repeat-x;
	z-index:100;
}
.meta-navi .ind {
	margin:0 0 0 -4px;
	display:inline;
}
.meta-navi .box .left-corners {
	float:left;
	background:url(/images/layout/meta-navi-left-shadow.gif) no-repeat;
}
.meta-navi .ind .left-corners {
	background:url(/images/layout/meta-navi-ind-left-shadow.gif) no-repeat;
}
.meta-navi .box .right-corners {
	float:left;
	padding:4px 10px 0;
	min-height:28px;
	background:url(/images/layout/meta-navi-right-shadow.gif) no-repeat right top;
}
.meta-navi .ind .right-corners {
	padding-left:8px;
}
* html .meta-navi .box .right-corners {
	height:28px;
}

/*search block start*/
.form {
	float:left;
	padding:0 4px;
}
.form label {
	float:left;
	font-size:11px;
	margin:2px 0 0 0;
}
.form .text {
	float:left;
	width:135px;
	padding:1px 0 0 5px;
	height:18px;
	margin:0 0 0 4px;
	display:inline;
	background:url(/images/layout/meta-navi-input-bg.gif) no-repeat;
	font-size:11px;
	line-height:17px;
}
.form .text input {
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
	height:16px;
	width:130px;
	border:none;
	background:#E5F1FF;
}
.form .submit {
	float:left;
	margin:0 0 0 5px;
}
/*searh block end*/

/*nav start*/
.nav {
	margin:0;
	padding:3px 0 0 0;
}
.nav li {
	list-style:none;
	background:url(/images/layout/nav-divider.gif) no-repeat 0 2px;
	line-height:12px;
	float:left;
	font-size:11px;
	padding:0 4px 0 6px;
}
.nav li a {
	text-decoration:none;
	color:#004f88;
}
.nav li a:hover {
	text-decoration:underline;
}
.nav li.first {
	background:none;
	padding-left:4px;
}
.nav li.last {
	padding-right:3px;
}
/*nav end*/

/*language block start*/
#language {
	float:left;
	display:inline;
	padding:0px 0px 0px 5px;
	position:relative;
}
.form .lan-text {
	float:left;
	width:141px;
	padding:1px 0 0 5px;
	height:18px;
	margin:0 0 0 4px;
	display:inline;
	background:url(/images/layout/meta-navi-language-bg.gif) no-repeat;
	font-size:11px;
	line-height:17px;
}
.form .lan-text img {
	float:left;
	margin:2px 6px 0;
}
#language.hover #language-popup {
	display:block;
}
#language #language-popup {
	position:absolute;
	left:-261px;
	width:294px;
	padding:8px 0 0 0;
	z-index:100;
	font-size:11px;
	display:none;
	background:#BDD0EB url(/images/layout/language-shadow.gif) no-repeat top;
	top:20px;
	/* needed for ie6 z-index hack */
	height:109px;   /*469px;*/
	overflow:hidden;
}
#language #language-popup .border {
	float:left;
	width:272px;
	padding:0 10px 7px;
	border:1px solid #fff;
	border-top:none;
}
#language #language-popup .block {
	float:left;
	width:272px;
	margin:7px 0 3px 0;
	background:#fff url(/images/layout/popup-top-corners.gif) no-repeat;
}
#language #language-popup .corners {
	float:left;
	width:242px;
	padding:0 15px 7px;
	background:url(/images/layout/popup-bottom-corners.gif) no-repeat bottom;
}
#language #language-popup h2 {
	margin:7px 0 0 0;
	font-size:11px;
	color:#000;
}
#language #language-popup ul {
	margin:0;
	float:left;
	width:100%;
	padding:3px 0 0 0;
}
#language #language-popup ul li {
	list-style:none;
	float:left;
	margin:6px 0 0 0;
	width:118px;
}
#language #language-popup ul.country {
	padding-bottom:8px;
}
#language #language-popup ul.country li {
	width:100%;
}
#language #language-popup ul li a {
	float:left;
	text-decoration:none;
	color:#000;
}
#language #language-popup ul li a:hover span,
#language #language-popup ul li a:hover {
	text-decoration:underline;
}
#language #language-popup ul li a img {
	float:left;
	margin:1px 0 0 0;
}
#language #language-popup ul li a span {
	float:left;
	margin:0 0 0 8px;
	cursor:pointer;
}
/*language block end*/
/*meta navi block end*/
/*header end*/

/*menu start*/
#menu {
	margin:0;
	padding:9px 0 0 8px;
	height:33px;
	position:absolute;
	left:0;
	top:42px;
}
#menu li {
	list-style:none;
	float:left;
	margin:0 0 0 -8px;
	display:inline;
}
#menu li a {
	float:left;
}
#menu li a.active {
	background:url(/images/layout/menu-top-shadow.gif) repeat-x;
	position:relative;
}
#menu li span {
	float:left;
}
#menu li span span {
	padding:9px 13px 0;
	height:17px;
}
#menu li a.active span {
	background:url(/images/layout/menu-left-shadow.gif) no-repeat;
}
#menu li a.active span span {
	background:url(/images/layout/menu-right-shadow.gif) no-repeat right top !important;
}
/*menu end*/

/*content start*/
#content {
	float:left;
	width:968px;
	margin:74px 0 0 0;
	background:url(/images/layout/content-shadow.gif) repeat-y;
}
#content .top-shadow {
	float:left;
	width:100%;
	background:url(/images/layout/content-top-shadow.gif) no-repeat;
}
#content .bottom-shadow {
	float:left;
	width:940px;
	padding:13px 14px 15px;
	background:url(/images/layout/content-bottom-shadow.gif) no-repeat bottom;
}
#content .image {
	display:block;
	height:95px;
}
#content .news {
	margin:14px 0 0 0;
	padding:0;
	float:left;
}
#content .page-nav {
	background:url(/images/layout/bg_titel.gif) no-repeat;
	height:39px;
	padding:10px 0 0 10px;
}
#content .news li {
	list-style:none;
	float:left;
	width:226px;
	margin:0 11px 0 0;
	display:inline;
	background:url(/images/layout/news-bottom-corners.gif) no-repeat bottom;
	/*min-height:217px;*/
}
* html #content .news li {
	/*height:217px;*/
}
#content .news li.latest-news {
	margin:0;
	width:229px;
	background-image:url(/images/layout/latest-news-bottom-corners.gif);
	background-color:#BFD3EF;
}
#content .news li span.image {
	display:block;
	border-bottom:1px solid #fff;
}
#content .news li div.middle {
	float:left;
	width:210px;
	padding:0 6px 7px 10px;
	min-height:94px;
	border-bottom:1px solid #fff;
	background:#C3D7F3 url(/images/layout/news-gradient.gif) repeat-x;
}
* html #content .news li div.middle {
	height:94px;
}
#content .news li div.new {
	float:left;
	width:210px;
	padding:4px 6px 10px 13px;
	min-height:0 !important;
	height:auto !important;
	border-top:1px solid #fff;
	border-bottom:none;
	background:#BFD3ED url(/images/layout/new-gradient1.gif) repeat-x;
}
#content .news li div.bottom {
	background:url(/images/layout/new-gradient2.gif) no-repeat;
}
#content .news li div.middle span {
	display:block;
	margin:7px 0 0 0;
}
#content .news li div.middle h2 {
	margin:0;
	height:40px;
}
#content .news li h2 {
	margin:0;
	height:30px;
}
#content .news li h2 img {
	display:block;
}
#content .news li div.middle p {
	padding:3px 0 0 0;
	margin:0;
	line-height:15px;
}
#content .more {
	display:block;
	padding:0 0 0 10px;
	line-height:19px;
}
#content .more-display{
	display:block;
	background: transparent url(/images/layout/news-bottom-corners.gif) no-repeat scroll center bottom;
	font-size:12px;
	padding:0 0 0 10px;
	line-height:19px;
	border-top: solid 1px white;
}
#content .footer-latestnews{
	display:block;
	background: transparent url(/images/layout/latestnews-bottom-corners.gif) no-repeat scroll center bottom;
	font-size:12px;
	padding:0 0 0 10px;
	line-height:19px;
	border-top: solid 1px white;
}
#content .news li a {
	text-decoration:none;
	color:#004F88;
	/*padding:0 0 0 12px;*/
	float:left;
	/*background:url(/images/layout/more-icon.gif) no-repeat 0 5px;*/
	/*background:url(/images/layout/arrow-blue-right.gif) no-repeat 0 4px;*/
}
#content .more a,
#content .more-display a,
#content .footer-latestnews a {
	text-decoration: none;
	color:#004F88;
	padding:0 0 0 12px;
	float:left;
	background:url(/images/layout/more-icon.gif) no-repeat 0 5px;
}
#content .more-white a {
	text-decoration:underline;
	color:#004F88;
	padding:0 0 0 12px;
	float:left;
	background:url(/images/layout/arrow-white-right.gif) no-repeat 0 4px;
}
#content .more-blue a {
	text-decoration:underline;
	color:#004F88;
	padding:0 0 0 12px;
	float:left;
	background:url(/images/layout/arrow-blue-right.gif) no-repeat 0 4px;
}
#content .back-white a {
	text-decoration:underline;
	color:#004F88;
	padding:0 0 0 12px;
	float:left;
	background:url(/images/layout/arrow-white-left.gif) no-repeat 0 4px;
}
#content .back-blue a {
	text-decoration:underline;
	color:#004F88;
	padding:0 0 0 12px;
	float:left;
	background:url(/images/layout/arrow-blue-left.gif) no-repeat 0 4px;
}
#content .more a:hover,
#content .more-display a:hover,
#content .footer-latestnews a:hover,
#content .more-white a:hover,
#content .more-blue a:hover,
#content .news li a:hover {
	text-decoration:underline;
}
#content .news li .new a {
	text-decoration:none;
}
#content .news li .new a:hover {
	text-decoration:underline;
}
#content .latestnews 
{
	width:229px;
	height:30px;
	background:url(/images/layout/latest-news-headline.gif) no-repeat 0 0px;
}
/*content end*/

/*footer start*/
#footer {
	float:left;
	padding:0 0 30px 0;
	width:100%;
}
#footer ul {
	margin:0 -6px 0 0;
	display:inline;
	padding:0;
	float:right;
}
#footer ul li {
	list-style:none;
	float:left;
	font-size:10px;
	line-height:12px;
	background:url(/images/layout/footer-divider.gif) no-repeat 0 2px;
	padding:0 9px 0 11px;
}
#footer ul li.first {
	background:none;
	padding-left:0;
}
#footer ul li a {
	text-decoration:none;
	color:#004A86;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/*footer end*/

/*inner page start*/
/*left navigation start*/
.left-nav {
	padding:0;
	float:left;
	width:200px;
}
.item
{
	margin:0;
	padding:0 0 0 13px;
	color:#fff;
}
.left-nav div {
}
.left-nav div.top {
	margin-top:1px;
	margin-bottom:1px;
}
/*.left-nav div.sub a 
{
	margin:0;
	padding:0 0 0 13px;
	height:20px;
	color:#fff;
	text-decoration:none;
}
.left-nav div.sub a.active,
.left-nav div.sub a:hover {
	background:url(/images/layout/left-nav-arrow.gif) no-repeat 0 4px;
	font-weight:bold;
	padding:0 0 0 13px;
}*/
.left-nav div.sub {
	background:#4D80B2;
	width:200px;
	padding-top:2px;
	padding-bottom:2px;
}

/*.left-nav li {
	list-style:none;
	margin:2px 0 0 0;
	float:left;
	width:100%;
	padding-top:2px;
}*/
/*
.left-nav li a {
	display:block;
}
.left-nav li img {
	display:block;
}
.left-nav li img.hover {
	display:none;
}
.left-nav li a.active img,
.left-nav li a:hover img {
	display:none;
}
.left-nav li a:hover img.hover,
.left-nav li a.active img.hover {
	display:block;
}*/
.left-nav ul {
	/*margin:1px 0 0 0;*/
	/*overflow:hidden;*/
	/*height:100%;*/
	/*width:177px;*/
	/*width:100%;*/
	/*padding:3px 0 3px 23px;*/
	/*background:#3780C7 url(/images/layout/left-nav-bottom-corners.gif) no-repeat bottom;*/
	/*background:#3780C7;*/
}
/*.left-nav ul li {
	margin:0px 0 0 0;
}*/
/*.left-nav ul li a {
	padding:0 0 0 13px;
	color:#fff;
	text-decoration:none;
}*/
/*.left-nav ul li a.active,
.left-nav ul li a:hover {
	background:url(/images/layout/left-nav-arrow.gif) no-repeat 0 2px;
	font-weight:bold;
}*/
/*.left-nav ul ul {
	background:none;
	padding:2px 0 2px 13px;
	margin:0;
}*/
/*left navigation end*/

/*center column start*/
#center-column {
	margin:0 0 0 20px;
	float:left;
	width:500px;
	display:inline;
	padding-bottom: 10px;
}
#center-column-wide {
	margin:0 0 0 20px;
	float:left;
	width:700px;
	display:inline;
	padding-bottom: 10px;
}
#center-column .image,
#center-column-wide .image {
	display:block;
}
#center-column h2,
#center-column-wide h2 {
	margin:11px 0 0 0;
	color:#004986;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#center-column h3,
#center-column-wide h3 {
	margin:19px 0 0 0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#center-column p,
#center-column-wide p {
	margin:9px 0 0 0;
}
#center-column p.ind,
#center-column-wide p.ind {
	margin:20px 0 0 0;
}
#center-column a,
#center-column-wide a {
	text-decoration:underline;
	color:#004F88;
}
#center-column a:hover,
#center-column-wide a:hover {
	color:#3780C7;
}
#center-column ul,
#center-column-wide ul {
	margin:0;
	padding:0;
}
#center-column ul li,
#center-column-wide ul li {
	list-style:none;
}
#center-column .contact,
#center-column-wide .contact {
	display:block;
	padding:0 0 0 11px;
	margin:13px 0 0 0;
	line-height:15px;
	background:url(/images/layout/contact-arrow.gif) no-repeat 0 3px;
}
/*center column end*/

/*right column start*/
#right-column {
	float:right;
	width:200px;
	margin:-10px 0 0 0;
}
#right-column .find-link {
	float:left;
	margin:10px 0 0 0;
}
#right-column .find-link img {
	display:block;
}
#right-column .block {
	float:left;
	width:200px;
	margin:10px 0 0 0;
	background:#BBCFEA url(/images/layout/right-column-bottom-corners.gif) no-repeat bottom;
}
#right-column .block div {
	padding:3px 8px 7px 10px;
	overflow:hidden;
	height:100%;
}
#right-column .block h2.title {
	margin:0;
	border-bottom:1px solid #fff;
	padding:8px 8px 8px 10px;
	height:14px;
	background:#ACCBF2 url(/images/layout/bg_teaser_title.gif) no-repeat top;

	text-decoration:none;
	font-size:12px;
	font-style:normal;
	font-family:arial;
	font-weight:bold;
	color:#004F88;

}
#right-column .block h2.titleLink{
	margin:0;
	border-bottom:1px solid #fff;
	padding:4px 8px 4px 8px;
	height:38px;
	background:#BBCFEA url(/images/layout/bg_teaser_link.gif) no-repeat top;
}
#right-column .block p {
	margin:4px 0 0 0;
}
#right-column .block p.right {
	text-align:right;
	margin-right:6px;
}
#right-column .block div.image 
{
	margin:0;
	padding:0;
	display:block;
	border-bottom:1px solid #fff;
}
#right-column .block div.text {
	display:block;
	border-bottom:1px solid #fff;
}
#right-column .block a {
	text-decoration:none;
	color:#004F88;
}
#right-column .block a:hover {
	text-decoration:underline;
}
#right-column .block h2 img {
	display:block;
}
#right-column .block .more {
	background:url(/images/layout/right-column-more-corners.gif) no-repeat;
}
/*right column end*/
/*inner page end*/


/*search dialog begin*/

.search-Title {
	font-family:Arial,Tahoma, sans-serif;
	font-size:14px;
	color:#00336C;
}
.search-Description {
	font-family:Arial,Tahoma, sans-serif;
}
.search-Metadata {
	font-family:Arial,Tahoma, sans-serif;
}
.search-stats {
	font-family:Arial,Tahoma, sans-serif;
	padding:4px 4px 4px 4px;
	background-color: #E9F1FB;
}

.search-URL {
	font-family:Arial,Tahoma, sans-serif;
}

/*search dialog end*/



/* color: #212121; statt #004F88; */
.SaiaStylesCustom-Saia-Text
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #212121;
}
.SaiaStylesCustom-SimSun-Text
{
	font-size: 12px;
	font-weight: normal;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #212121;
	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-Text-Blue
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #004F88;
}
.SaiaStylesCustom-SimSun-Text-Blue
{
	font-size: 12px;
	font-weight: normal;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #004F88;
	line-height: 1.4em;
}

/* color: #545454; statt #004F88; */
.SaiaStylesCustom-Saia-Text-Bold
{
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #545454;
}
.SaiaStylesCustom-SimSun-Text-Bold
{
	font-size: 12px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #545454;
	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-Text-Bold-Red
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E43C40;
}
.SaiaStylesCustom-SimSun-Text-Bold-Red
{
	font-size: 12px;
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif;
	color: #E43C40;
	line-height: 1.4em;
}

/* Verwendet fuer Listen-Unterpunkte: <SPAN class=SaiaStylesCustom-Saia-Text-Indent> */
.SaiaStylesCustom-Saia-Text-Indent
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #212121;
  margin-left: 17px;
}
.SaiaStylesCustom-SimSun-Text-Indent
{
	font-size: 12px;
	font-weight: normal;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #212121;
	margin-left: 17px;
	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-Lead
{
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
  	color: #004F88;
}
.SaiaStylesCustom-SimSun-Lead
{
	font-size: 12px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
  	color: #004F88;
  	line-height: 1.4em;
}

/* font-size: 17 statt 16, color: #236CB3; statt #004F88; */
.SaiaStylesCustom-Saia-Title
{
	font-size: 17px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #004F88;
}
.SaiaStylesCustom-SimSun-Title
{
	font-size: 17px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #004F88;
	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-PageTitle
{
	font-size: 17px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #004F88;
}
.SaiaStylesCustom-SimSun-PageTitle
{
	font-size: 17px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #004F88;
	line-height: 1.4em;
}


.SaiaStylesCustom-Saia-PageSubtitle
{
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
  	color: #004F88;
}
.SaiaStylesCustom-SimSun-PageSubtitle
{
	font-size: 12px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
  	color: #004F88;
  	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-ChapterHeading
{
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
  	color: #004F88;
}
.SaiaStylesCustom-SimSun-ChapterHeading
{
	font-size: 12px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
  	color: #004F88;
  	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-ParagraphHeading
{
	font-size: 12px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #545454;
}
.SaiaStylesCustom-SimSun-ParagraphHeading
{
	font-size: 12px; 
	font-weight: bold;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #545454;
	line-height: 1.4em;
}

/* color: #212121; statt #004F88; */
.SaiaStylesCustom-Saia-Legend
{
	font-size: 10px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #212121;
}
.SaiaStylesCustom-SimSun-Legend
{
	font-size: 10px; 
	font-weight: normal;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif; 
	color: #212121;
	line-height: 1.4em;
}

.SaiaStylesCustom-Saia-Rubric
{
	font-size: 12px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
  	font-variant: small-caps; 
	color: #212121;
}
.SaiaStylesCustom-SimSun-Rubric
{
	font-size: 12px; 
	font-weight: normal;
	font-family: SimSun-18030, Arial, Helvetica, sans-serif;
  	font-variant: small-caps; 
	color: #212121;
	line-height: 1.4em;
}

strong {
	color: #545454;
}


/* Verwendet fuer Links: <LI id=link> */
#link {
	list-style-type: square;
	list-style-position: inside;
	color: #004F88;
}

/* Verwendet fuer Listen: <LI id=saiasquare> */
#saiasquare {
	list-style-type: square;
	list-style-position: inside;
	color: #004F88;
}

table, table.technology-table {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #212121;
}

table td.hometeaser {
	width:226px;
	background-color:#c3d7f3;
}
table td.homelatestnews {
	width: 229px;
	background-color:#c3d7f3;
	position:relative;
}
div.latestnewstitle {
	background: transparent url(/images/layout/latest-news-headline.gif) no-repeat scroll 0pt 0px;
	padding-top: 3px;
}
div.text 
{
	background: #c3d7f3 url(/images/layout/news-gradient.gif) repeat-x;
	min-height: 94px;
	vertical-align: top;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color:#004f88;
	padding: 5px 6px 7px 10px;
}
div.latestnewstext
{
	background:#c3d7f3 url(/images/layout/new-gradient1.gif) repeat-x;
	border-top:1px solid #ffffff;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color:#004f88;
	padding: 8px 6px 6px 10px;
}
div.latestnewstext a {
	background:url(/images/layout/more-icon.gif) no-repeat 0 3px;
	text-decoration: none;
	color:#004F88;
	padding:0 0 0 12px;
	line-height: 20px;
}
div.latestnewstext a:hover {
	text-decoration: underline;
}
div.latestnewstext h2
{
	margin: 0px 0px 7px 0px;
	padding-top: 0px;
}
div.text span {
	display:block;
}
div.latestnewstitle h2 {
	height: 27px;
	margin: 0px;
	font-size: 15px;
	}
div.text h2 {
	height:37px;
	margin:0pt;
}


/* Verwendet fuer Punkte in technology-table: <span id=square ...  */
#square {
	background-image: url(http://saiamoss.netrics.ch/SiteCollectionImages/Basics/bluesquare.gif);
	background-repeat: no-repeat;
	background-position:0px 4px;
}


div raw 
{
	position: absolute;
	left: 0px;
	top: 0px;
	border: solid 1px red;
}
