/* CSS Document */
/* base
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	font: 12px Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}
blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}
blockquote {
	margin-right: 0;
	margin-left: 20px;
}
h1, h2, h3 {
	font-weight: normal;
}
h1, h2 {
	font-family: Arial, Verdana, Georgia, Times, serif;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1em;
	font-style: italic;
}
h3, h4, h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
}
h4, h5, h6{
	margin-left: 12px;
}
h5 {
	font-size: 0.9em;
	color: #ff8c00;
}
h6 {
         font-style: italic;
	font-size: 1.0em;
	color: #184095;

}
h7 {
	font-size: 14px;
        font-weight: bold;
	color: #ff8c00;
}
small, .small {
         font-size: 0.9em;
}
/* links
----------------------------------------------- */
a {
	border-bottom: 0px #000000 solid;
	color: #000000;
	text-decoration: none;
}
h1 a, h2 a, h3 a {
	border: none;
}
h3 a {
	color:#184095;
	font: 1.8em Arial, Verdana, sans-serif bold;
}
#sidebar-2 a, #sidebarShow a, #sidebar-1 a {
	border: none;
	color: #CC0000; /*
	background-color: inherit;*/
}
div.masterMenu {
	text-align: center;
}
div.masterMenu a {
	text-decoration: none;
}
/* overrides
----------------------------------------------- */
#sidebar-2 p, #sidebarShow p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}
#sidebar-1 p {
	text-align: left;
}
#content hr {
	margin: 2em 0;
	width: 66%;
	color: #CCCCCC; /*
	background-color: inherit;*/
}
.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
img.divider {
	margin: 0em 0;
	text-align: center;
}
/* global layout
----------------------------------------------- */
#accessibility {
	position: absolute;
	top: -10000px;
}
#container {
	margin: 0;/*10px*/
	padding: 0;
	width: 780px;
	background: url(../source/images/newsback.gif) repeat-y 1px;
}
#head {
	background: url(../source/images/header.gif) no-repeat left;
        height:70px;
}
#head h1, #head h2 {
	margin: 0;
	display: none;
	font: Arial, Helvetica, sans-serif 1px;
	visibility: hidden;
}
#head #accessibility {
	width: 250px;
	position: absolute;
	top: 10px;
	left: 550px;
	height: 0px;
}
#head #homelink {
	width: 177px;
	border: none 0;
	display: block;
	position: absolute;
        height: 50px;
	top: 25px;
	left: 22px;
}
#head #homelink span {
	display: none;
	visibility: hidden;
}
#sidebar-1 {
	margin: 40px 0px 0px 0;
	padding-top: 0px; /*1*/
	float: left;
	width: 215px;
}
#sidebar-2 {
	margin-left: 5px;
	padding-top: 100px;
	float: right;
	width: 150px;
	display: none;
	visibility: hidden;
}
#sidebarShow {
	margin: 40px 0 0 5px;
	padding: 0;
	float: right;
	width: 150px;
	border: solid 1px #FFFFFF;
	display: block;
	background: #EEEEEE;
	visibility: visible;
}
#content {
	margin: 0 0 0 215px;
	padding-top: 10px;
}
#content h3 a {
	padding: 0;
	border: none 0;
	text-decoration: none;
	color: #184095;
	background-color: transparent;
}
#content h3 a:hover {
	color: #184095;
	background-color: transparent;
}
#content a {
	padding: 0 3px;
	border: none 0;
	text-decoration: none;
	color: #184095;
	background-color: transparent;
}
#content a:hover {
	color:#184095;
	background-color#ff8c00;
}
#foot {
	margin: 0px;
	padding: 0;
	clear: both;
	border: solid 1px #FFFFFF;
	background: #FFFFFF url(../source/images/footer.gif) top left;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 48px;
}
#foot div#footA, #foot div#footB, #foot div#footC {
	margin: 6px 6px 0 0;
	text-align: right;
}
#foot div#footC {
	margin: 10px 0px 10px 10px;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 2px;
	word-spacing: 1px;
	background-color: #fff;
font: 11px Arial, Helvetica, sans-serif;
}
#foot div#footC a {
	color: #184095;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
#foot div#footC a:hover {
	color: #CC0000;
}
#foot #footA, #foot #footA a {
	color: #184095;
}
#foot #footB, #foot #footB a {
	color: #FFFFFF;
}
#foot a {
	border: none 0;
	font-size: 10px;
	text-decoration: none;
}
/* comments
----------------------------------------------- */
.comments_error {
	color: #000000;
	background: #FFdddd;
}
ul.comments_error {
	padding: 0.3em;
	border: 2px solid #FFDDDD;
	list-style-type: circle;
	list-style-position: inside;
}
div#cpreview {
	border: 2px solid #DDDDDD;
	color: #000000;
	background: #F1F1F1;
}
form#txpCommentInputForm td {
	vertical-align: top;
}
/* custom styles */
div#browse, div#browse * {
	display: none;
	visibility: hidden;
}
#flashIntro {
	margin: 0;
	padding: 0; /*width: 589px;*/
	background: #FFFFFF url(../source/images/trinity.jpg) no-repeat center;
	height: 202px;
}
#flashIntro span {
	display: none;
	visibility: hidden;
}
#menuSection {
	color: #FFFFFF;
	font-size: 9px;
	text-align: left;
	letter-spacing: 1px;
	vertical-align: middle; /*	padding: 0 0 0 8px;
	margin: 94px 0 0 0;*/
	position: absolute;
	top: 94px;
	left: 20px;
}
#menuSection a {
	border: none 0;
	color: #FFFFFF;
	font: bold 10px 'Arial Narrow', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.newsImg {
	width: 215px;
	display: block;
	background: url(../source/images/leftimg.gif) no-repeat;
	height: 185px;
	position: absolute;
	top: 65px;
}
/*.newsImg a {
}*/
.linklist {
	margin: 0px;
	padding: 0px;
	display:block;
	border: none 0px #000;
}
#sidebar-1 .linklist br, #sidebarShow .linklist br {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#sidebar-1 .linklist a, #sidebarShow .linklist a {
	width: 147px;
	padding: 6px 26px 6px 38px;
	margin: 0px;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	color: #184095;
	background: #FFFFFF url(../source/images/bullet.gif) no-repeat 24px 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: left;
}
 #sidebarShow .linklist a {
	width: 126px;
	padding: 6px 6px 6px 18px;
	background: transparent 4px 10px;
}
#sidebar-1 .linklist a:hover, #sidebarShow .linklist a:hover {
	color: #000000;
	background: #DDDDDD;
}
#sidebar-1 .linklist b {
	font-weight: bold;
}
#sidebar-1 span, #sidebarShow span {
	padding: 5px 0 6px 0;
	margin: 0 0 5px 0;
	border-top: none 0px #FFFFFF;
	display: block;
	color: #FFFFFF;
	background: #184095;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-transform: capitalize;
	background-image: url(../source/images/ttl.gif);
}
#sidebar-1 .newsImg a#int {
	width: 210px;
	border: none 0;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	display: block;
	background: transparent none;
	height: 185px;
}
#sidebar-1 img.imB {
	width: 208px;
	border: none 0;
	margin: -20px 0 0px 2px;
	padding: 0px;
        height: 185px;
	top: 100px;
}
#sidebar-1 .newsImg a#int span {
	display: none;
}
#sidebar-1 .newsImg .ttl {
	height: 22px;
	margin: 226px auto 0 auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
.prevNext a {
	margin: 3px;
	border: none 0;
	color: #184095;
	text-decoration: underline;
}
.prevNext a:hover {
	text-decoration: none;
}
.rsrcCenter {
	display: none;
}
td.adress a {
	padding: 0px;
	border: none 0;
}
td.adress a:hover {
	background-color: transparent;
}
td.adress a img {
	border: none 0;
}
table.lnks tr td, table.lnks tr th  {
	width: 33%;
	white-space: nowrap;
	text-align: center;
}
table.lnks tr td a {
	width: 0px;
	font-size: 11px;
}
.speclink {
width: 85%;
/*	margin: 10px 20%;*/
	margin: 10px auto;
	border: solid 1px #000;
	padding: 7px;
	display: block;
	color: #999;
}
.speclink1 {
width: 200px;
w\idth: 185px;
	margin: 10px 0px 10px 10px;
	m\argin: 10px auto;
	border: solid 1px #000;
	padding: 7px;
	display: block;
	color: #666;
}
.speclink2 {
width: 150px;
width: 60%;
	margin: 10px 0px;
	border: solid 1px #000;
	padding: 7px;
	display: block;
	font-weight: bold;
color: #666;
.navarrow {
width: 32%; 
padding: 3px; 
border-right: solid 5px #FC1921; 
font: bold 11px verdana; 
color: #999;
text-align: center;
}
}

#---sat it
.emailimg{
	border: none 0;
}
.emailimg a {
	border: none 0;
}
.emailimg a img {
	border: none 0;
}



/************    Start Drop-down Menu    *********/
#xxlNav, #xxlNav ul {
	float: left;
	width: 770px;
	list-style: none;
	padding: 55px 3px 0px 5px;
	margin: 0px;
        z-index: 90;
  /*border-left: 0px solid #E9E1D8;*/
        text-decoration:none;
}
#xxlNav a {
	display: block;
	text-decoration: none;
}
#xxlNav li, #xxlNav li.rootSelected{
  position: relative;
  z-index: 95;
  float: left;
  padding: 0px;
  margin: 0px;
  background-position: left top;
  background-repeat: no-repeat;
}
#xxlNav li.rootSelected{
  background-position: left bottom;
  background-repeat: no-repeat;
}
#xxlNav li.root a, #xxlNav li.rootSelected a{
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font: bold 10px 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}
#xxlNav li.rootSelected a{
  color: #939DC3;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#xxlNav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  font-weight: bold;
  padding: 5px 1px 0px 1px;
  margin: -1px 0px 0px -1px;
  width: 157px;
  background: #2D4192;
  /*border-top: 1px solid #816C59;*/
}
#xxlNav li.rootSelected ul {
	margin: -1px 0px 0px 0px;
}

#xxlNav li.root li, #xxlNav li.rootSelected li{
  width: 155px;
  border: 1px solid #F4F4F4;
  border-top: 0px;
}

#xxlNav li.root ul a, #xxlNav li.rootSelected ul a {
  width: 135px;
  padding: 3px 15px 3px 5px;
  font-weight: normal;
  background: #2D4192;
}

#xxlNav li ul ul {
	margin: -21px 0px 0px 180px;
}

#xxlNav li:hover ul ul, #xxlNav li:hover ul ul ul, #xxlNav li.sfhover ul ul, #xxlNav li.sfhover ul ul ul {
	left: -999em;
}

#xxlNav li:hover ul, #xxlNav li li:hover ul, #xxlNav li li li:hover ul, #xxlNav li.sfhover ul, #xxlNav li li.sfhover ul, #xxlNav li li li.sfhover ul {
	left: auto;
}

#xxlNav li:hover, #xxlNav li a:hover, #xxlNav li.sfhover {
	background-color: transparent;
        color: #939DC3;
}
#xxlNav li li:hover, #xxlNav li li a:hover, #xxlNav li li.sfhover {
	background-color: #939DC3;
        color: #FFFFFF;
}

/**{**********    HauptmenÃ¼leiste   *****    START    *********/


/** Support for the "iehover-fix" **/
#xxlNav iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end drop-down menu**/