
/* copyright (c) 2007 pixelution.at */

/*** GENERAL ***/

html, body, h1, h2, h3, h4, h5, h6, p, a, table, input, select, textarea, legend {
	font: 10px/130% Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 938px;
	margin: auto;
}
*+html { /* IE7 only */
  width: 100%;
	margin: 0; 
}

body {
	background: #fff url(images/bg-body.gif) 50% 0 repeat-y;
	text-align: center;
}
hr {
  border: 0;
  width: 100%;
	color: #000;
  background-color: #000;
  height: 1px;
	margin: 10px 0;
}


/* Links */
a {	
	color: #000;
	text-decoration: underline;
	font-size: 1.0em;
}
strong a, h3 a {
  font-weight: bold;
}

a:hover {
	text-decoration: none;
}
#utilities a, #infocenter a, #langs a {
	text-decoration: none;
}
#utilities a:hover, #infocenter a:hover {
  text-decoration: underline;
}
#infocenter a, #langs a {
	color: #0067ac;
}

#infocenter div.news-latest-morelink a {
	text-decoration: underline;
}
#infocenter a:hover, #langs a:hover, #langs a.active {
	color: #000;
}
#langs a.na {
  color: #999;
}
.news-single-backlink a {
  font-size: 1.2em;
}


/* Classes */

.inv, #intro, #credits {
	display: none;
}
.highlight, .txtRed {
  color: #006ab3;
}

#maincontent p.nospace, #maincontent ul.nospace, .nospace {
  padding: 0;
	margin: 0;
}
#maincontent .smallgap, .smallgap {
  margin-bottom: 0.7em;
	padding: 0;
}
#maincontent .biggap, .biggap {
  margin-bottom: 2.5em;
	padding: 0;
}
#maincontent .bigbiggap, .bigbiggap {
  margin-bottom: 5.2em;
	padding: 0;
}

/*** MAIN LAYOUT ***/

#container {
  position: relative;
  width: 938px;
	height: 232px; 
	top: 0;
	left: 0;
	text-align: left;
	margin: auto;
	background: #fff url(images/bg-container.gif) 0 0 no-repeat;
}
#leftpanel, #rightpanel {
  position: absolute;
	left: 0;
	top: 232px;
	width: 198px;
	z-index: 5;
}
#rightpanel {
	left: 740px;
}
#contentarea {
  position: absolute;  
  top: 257px;
	left: 219px;
	width: 500px;
	padding: 0;
}


/*** TOP ***/

#logo {
	position: absolute;
	top: 23px;
	right: -7px;
	width: 231px;
	height: 49px;
	z-index: 10;
}
#logo a {
	width: 231px;
	height: 49px;
	display: block;
	background: url(images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
#topimage {
  position: absolute;
	top: 84px;
	right: 0;
	width: 734px;
	height: 142px;
	z-index: 5;
}
#langs {
		
	position: relative;
	left: 0;
	width: 183px;
	z-index: 5;
	padding: 0px 0 0 15px;
	
	font-size: 1.1em;
	line-height: 150%;
	
}


/*** CONTENT AREA ***/

/* MainContent */

#maincontent ul, #maincontent dl, #maincontent p, p {
  font-size: 1.2em;
	line-height: 140%;
	margin: 0 0 1.4em 0;
	padding: 0;
}
#maincontent ul p, #maincontent ul ul, #maincontent dl p {
  font-size: 1.0em;
	margin-bottom: 0;
}

#maincontent ul li {
  background: url(images/li.gif) no-repeat 0 8px;
	padding: 3px 0 0 14px;
	line-height: 16px;
	list-style-type: none;
	display: block; 
}
#maincontent ul ul li {
  background: url(images/li.gif) no-repeat 0 8px;
	padding: 3px 0 0 14px;
}

#maincontent ol li {
  padding: 3px 0 0 0;
  line-height: 16px;
}

#maincontent {
  position: relative;
	padding-bottom: 30px;
}
#maincontent h1, #maincontent h2, #maincontent h1 a {
	font-size: 1.4em;
	color: #006ab3;
	font-weight: bold;
	margin-bottom: 1.4em;
}
#maincontent h1 a {
  font-size: 1.0em;
}

#maincontent h3 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.7em;
}
#maincontent h4 {}

dl.csc-textpic-image {
  margin: auto;
}
dd.csc-textpic-caption {
  text-align: center;
	font-size: 10px;
}

/* Aktuelles */

#maincontent .news-list-container h3 {
	font-size: 1.3em;
	text-transform: none;
  color: #0067ac;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
#maincontent .news-list-container p {
  margin-bottom: 0.4em;
}
#maincontent .news-list-container h3 span.news-list-date,
#maincontent .news-single-item h2 span.news-single-timedata {
	font-size: 0.8em;
}
#maincontent .news-list-container div.news-list-morelink {
	text-align: right;
	font-size: 1.1em;
}

.tx-ttnews-browsebox p {
  margin: 4px 0;
}
.tx-ttnews-browsebox a { 
  margin: 20px 15px 0 0;
}
.tx-ttnews-browsebox a:hover {
	color: #006ab3;
	text-decoration: underline;
}
.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-strong { 
  font-weight: bold; 
}
.tx-ttnews-browsebox-SCell a {
  color: #006ab3;
}

/* Loginform */

#maincontent .tx-newloginbox-pi1 h3 {
	font-size: 1.4em;
	color: #006ab3;
	font-weight: bold;
	margin-bottom: 1.4em;
}
label, input {
  font-size: 1.2em;
}
input, select {
  width: 150px;
  border: 1px solid #006ab3;
	margin-left: 0px;
}
input.submit {
	background: #e5f0f7;
	border: 1px solid #006ab3;
	margin-bottom: 20px;
	font-size: 1.0em;
	color: #006ab3;
	font-weight: bold;
	width: 152px;
}

/* Indexed Search */

.tx-indexedsearch-searchbox td, .tx-indexedsearch-sectionlinks td {
  font-size: 1.2em;
	padding: 2px 0;
	vertical-align: top;
}
.tx-indexedsearch-searchbox select {
  font-size: 1.0em;
	width: 152px; 
}
.tx-indexedsearch-searchbox table {
  margin-bottom: 5px;
}
.tx-indexedsearch-searchbox td label, .tx-indexedsearch-searchbox td input  {
  font-size: 1.0em;
} 
#tx_indexedsearch_extResume {
  border: 0;
	width: 20px;
	margin-top: 5px;
}

.tx-indexedsearch-whatis {
  font-size: 1.2em;
}
.tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch-browsebox {
  margin: 10px 0;
}
.tx-indexedsearch-sectionlinks {
  padding-bottom: 20px;
}


.tx-indexedsearch-browsebox a {}
.tx-indexedsearch-browsebox a:hover {
	color: #006ab3;
	text-decoration: underline;
}

#maincontent .tx-indexedsearch-browsebox ul.browsebox {
  list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}
#maincontent .tx-indexedsearch-browsebox ul.browsebox li {
  display: inline;
	margin-right: 15px;
	padding: 0;
	background: none;
}

.tx-indexedsearch-browselist-currentPage a, .tx-indexedsearch-title-caption, .tx-indexedsearch-browsebox-strong  {
  font-weight: bold; 
}
.tx-indexedsearch-browselist-currentPage a {
  color: #006ab3;
}

td.tx-indexedsearch-title {
  padding-bottom: 6px;
}
.tx-indexedsearch-secHead td.tx-indexedsearch-title {
 	padding-bottom: 12px; 
}
td.tx-indexedsearch-title a {
  font-size: 1.3em;
	font-weight: bold;
	color: #000;
}
.tx-indexedsearch-secHead td.tx-indexedsearch-title a {
 	color: #006ab3; 
	text-transform: uppercase;
}

td.tx-indexedsearch-descr {
  font-size: 1.2em;
	line-height: 140%;
}
td.tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #006ab3;
}
td.tx-indexedsearch-info, td.tx-indexedsearch-info span.tx-indexedsearch-path a {
  padding-top: 2px;
	color: #666;
}



/*** LEFT PANEL ***/

#eyecatcher {
  position: relative;
	top: 0;
	left: 0;
	padding: 50px 0 30px 0;
	text-align: center;
}
#eyecatcher.bg {
	background-repeat: no-repeat;
	background-position: 50% 50px;
	padding-bottom: 45px;
}
#eyecatcher p {
  font-weight: bold;
	text-align: left;
	padding: 172px 0 0 20px;
	line-height: 150%;
}

#eyecatcher .csc-textpic-above .csc-textpic-image {
  padding-bottom: 20px;
}
#eyecatcher .csc-textpic-text {
  position: absolute;
	top: 225px;
	left: 0;
}
#eyecatcher .csc-textpic-text p {
  padding-top: 0;
	margin: 0;
}

#utilities {
	position: relative;
	left: 0;
	width: 183px;
	z-index: 5;
	padding: 13px 0 0 15px;
	border-top: 2px solid #fff;
	font-size: 1.1em;
	line-height: 150%;
}

/*** RIGHT PANEL ***/

#infocenter {
  position: relative;
	top: 0;
	left: 0;
	padding: 20px 20px 0 20px;
}
#infocenter img {
  display: none;
}

#infocenter h1, #infocenter h2, #infocenter h3 {
  font-size: 1.2em;
	text-transform: uppercase;
	color: #0067ac;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

div.news-latest-container {
  margin-top: 1.5em;
}
div.news-latest-item {
  margin-bottom: 0;
}
#infocenter p, #infocenter ul, #infocenter div.news-latest-item h3  {
  font-size: 1.1em;
	text-transform: none;
  color: #0067ac;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}
#infocenter ul {
	margin: 0 0 0.3em 0;
	padding: 0 0 0 15px;
}
#infocenter h3 span.news-latest-date {
	font-size: 0.9em;
}
#infocenter div.news-latest-morelink {
	text-align: right;
	font-size: 1.1em;
}
#infocenter ul li {
	padding: 0;
	margin: 0;
	line-height: 150%;
	list-style-type: none;
	display: block; 
}