/* template.html */
html{
	margin-bottom; 1px;
	height:100.05%;
	min-height:100%;
}
body {
	height:100%;
	min-height:100%;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	marginwidth:0;
	marginheight:0;
	border:0px;
	margin-top: 0px;
	padding:0px;
	background-color: #FFFFFF;
	scrollbar-face-color: #EDF5ED;
	scrollbar-highlight-color: #FFFFFF ;
	scrollbar-3dlight-color: #999999 ;
	scrollbar-darkshadow-color: black ;
	scrollbar-shadow-color: #000080 ;
	scrollbar-arrow-color: #FFFFFF ;
	scrollbar-track-color: grey ;
	margin-bottom:1px;
}
/* template.html: Gesamtbereich Inhalt, blauer Hintergrund */
#container { 
	margin-top:0px;
	bottom:0px;
	margin-left: auto;
	margin-right:auto;
	width: 930px; 
	text-align:left;
	background: url(systransis_FILES/hg.gif);
	background-position:top center;
	background-repeat: repeat-y;
	min-height:100%;
	height:100%;
}
/* template.html: Position Kopfbereich */
#header {
	position: relative;
	margin-top:0px;
	width: 930px; 
}
/* template.html: Position linker Bereich */
#left {
	float: left;
	width: 168px;
	z-index:3;
}
/* template.html: Position rechter Bereich */
#right {
	float: left;
	width: 160px;
}
/* template.html: Position Hauptinhalt */
#inhalt{
	float:left;
	width: 602px;
}
/* template.html: Textbereich Hauptinhalt */
#content {
	margin-left:25px;
	margin-right:25px;
	margin-top:15px;
}
body>#container{min-height:100%; height:auto;}
/* template.html: Position Navigation */	
#nav {
	margin-top:15px;
	margin-left:15px;
	z-index:4;
}
/* template.html: Position Isografik */
#iso {
	position:absolute;
	top:400px;
	padding-left:20px;
	z-index:3;
}
/* template.html: Position Inhalt Latest News */
#news, #upcoming {
	
	padding-left:5px;
	padding-right:5px;
	z-index:4;
}
/* template.html: Position und Style Titel LATEST NEWS und UPCOMING EVENTS */
#gelb, #gelb1 {
	background: url(systransis_FILES/hgNews.gif);
	background-position:top center;
	color: #FFFF33;
	margin-top:11px;
	padding:3px 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
}
/* template.html: Position und Style ADRESSE */
#adr {
	position:absolute;
	right:5px;
	top:3px;
	background-color:black;
	font-weight: normal;
	font-size: 9px;
	color: #E82E48;
	text-align: left;
	line-height:1.2;
}
/* template.html: Position und Style SPRACHE */
#sprache {
	position:absolute;
	left:794px;
	top:98px;
	font-weight: bold;
	font-size: 10px;
}
/* template.html: Position und Style TITEL */
#titel {
	position:absolute;
	left:260px;
	top:95px;
	font-weight: bold;
	font-size: 14px;
	color: #e82e48;	
}
/* template.html: Style COPY */
.copy {
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
/* TS-Template Style Navigation: nichtaktives Hauptmenu */
.link1 A:LINK, .link1 A:Visited {
	color: #007400;
	text-decoration : none;
}
.link1 A:HOVER, .link1 A:ACTIVE {
	color: #e82e48;
	text-decoration : none;
}
/* TS-Template Style Navigation: act-Hauptmenu */
.menu-act1 {
	color: #e82e48;	
	}
.menu-act1  A:LINK, .menu-act1  A:Visited, .menu-act1  A:Hover, .menu-act1  A:active{
	color: #e82e48;
	}
/* TS-Template Style Navigation: aktives Hauptmenu */
.menu-cur1 {
	color: #e82e48;	
}
.menu-cur1  A:LINK, .menu-cur1  A:Visited, .menu-cur1  A:Hover, .menu-cur1  A:active  {
	color: #e82e48;
}
/* TS-Template Style Navigation: nichtaktives Untermenu von Cur-Hauptmenu */
.link3 {
	font-weight: normal;
}
.menu-cur1 .link3 A:LINK, .menu-cur1 .link3 A:Visited {
	color: #007400;
	text-decoration : none;
	font-weight: normal;
}
.menu-cur1 .link3 A:HOVER, .menu-cur1 .link3 A:ACTIVE {
	color: #e82e48;
	text-decoration : none;
	font-weight: normal;
}
/* TS-Template Style Navigation: aktives Untermenu */
.menu-cur2 {
	color: #e82e48;	
}
.menu-cur2  A:LINK, .menu-cur2  A:Visited, .menu-cur2  A:Hover, .menu-cur2  A:active {
	color: #e82e48;
	font-weight: normal;	
}
/* TS-Template Style Navigation: nichtaktives Untermenu von Act-Hauptmenu */
.menu-act1 .link3 A:LINK, .menu-act1 .link3 A:Visited {
	color: #007400;
	text-decoration : none;
	font-weight: normal;
}
.menu-act1 .link3 A:HOVER, .menu-act1 .link3 A:ACTIVE {
	color: #e82e48;
	text-decoration : none;
	font-weight: normal;
}
/* TS-Template Style Navigation: Act-Untermenu */
.menu-act2 {
	color: #e82e48;
}
.menu-act2 A:LINK, .menu-act2 A:visited, .menu-act2 A:hover, .menu-act2 A:active {
	color: #e82e48;
	text-decoration : none;
	font-weight: normal;
}
/* TS-Template Style Navigation: Hauptmenu Zeilenhhe, Position */
ul.liststyle1 {
	list-style: none;
	margin-left:9px;
	line-height:1.9;
}
/* TS-Template Style Navigation: Untermenu Zeilenhhe, Position */
ul.liststyle2 {
	list-style: none;
	margin-left:10px;
	font-weight: normal;
	line-height:1.6;
}
/* TS-Template Style Navigation: Position bullet */
.bullet{
	margin-left:-9px;
}
/* pagecontent: Style normaler Text */
.bodytext {
	line-height: 1.5;
	color: #000000;
	padding: 0 ;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body,input,select,option,textarea,tr,td,p,div,button,ul {
font-size: 10px;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* pagecontent: Korrektur Zeilenabstand hochgestellte Zeichen */
	sup {
	line-height: 0px;
}
/* pagecontent: Style Link */
A:LINK, A:Visited {
	color: #007400;
	text-decoration : none;
	font-weight: bold;
}
A:HOVER, A:ACTIVE {
	color: #e82e48;
	text-decoration : none;
	font-weight: bold;
}
/* pagecontent Tabellen: Inhalt Tabellenzeilen */
td {
	vertical-align: top;
	align: left;
}
/* pagecontent Tabellen: Klasse "quer" fr Tabelle mit fetter 1. Spalte/135px */
table.quer td.td-0 {
	font-weight: bold;
	vertical-align: top;
	width:135px;
}
/* pagecontent Tabellen: Klasse "hoch" fr Tabelle mit fetter 1. Reihe */
table.hoch tr.tr-0 td {
	font-weight: bold;
}
/* pagecontent Tabellen: Klasse "partner" fr Tabelle mit zentriertem Zelleninhalt/200px */
table.partner td {
	vertical-align: middle;
	text-align: center;
	width:200px;
}
/* pagecontent Tabellen: Klasse fr Tabelle mit 120px */
td.align-left {
	font-weight: bold;
	width:120px;
	padding-left:0px;
	margin-left:0px;
}
/* pagecontent Listen: Style Listen */
ul {
	list-style-type: bullet;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-left:5px;
	padding-left:10px;
	line-height:1.3;
}
/* pagecontent Ueberschriften: Layout 1 und default */
h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5;
	margin-top:0px;
}
/* pagecontent Ueberschriften: Layout 2 */
h2 {
	font-weight: bold;
	font-size: 11px;	
	margin-bottom:6px;
	}
/* pagecontent Ueberschriften Layout 3, keine Ueberschrift */
.ohne {
	font-size: 0px;
}
/* pagecontent Formular: submit-button*/
.submit {
	margin-left:130px;
	width:100px;
	background-color: #007400;
	color: #FFFFFF;
	font-size: 12px;
}
/* pagecontent Formular: ohne Rahmen */
.formborder { 
border:0px;
}
/* pagecontent Formular: Hintergrund input */
.formular {
	background-color: #D9D9D9;
	font-size: 11px;
} 
/* pagecontent Formular: position, style tag label */
label {
	float:left;
	display:block;
	width:80px;
	margin-bottom:8px;
	font-weight: bold;
}
/* pagecontent "home": Adresse (reines html) */
.adr {
	font-weight: bold;
	font-size: 10px;
	color: #E82E48;
	text-align:center;
}
/* pagecontent "contact": Position jpg */
#contact {
	position:absolute;
	top:220px;
	z-index:3;
}
/* pagecontent "find us": Fahrplan (reines html): submit-button */
.submit1 {
	margin-left:100px;
	width:160px;
	background-color: #007400;
	color: #FFFFFF;
	font-size: 12px;
}
/* pagecontent "find us": Fahrplan (reines html): Hintergrund input */
input.form_data {
	font-size: 10px;
	background-Color: #D9D9D9;
	padding-left: 2px;
	color: #000000;  
}
/* pagecontent "automatic function" */
.detail {
	font-size: 9px;
	color: grey;
}
/* News-vorlage: Link */
h3 {
	font-weight: bold;
	font-size: 10px;
	margin:0px;
}
h3  A:LINK, h3  A:Visited, h3  A:HOVER, h3  A:ACTIVE {
	font-size: 10px;
	font-weight: bold;	
}
/* News-vorlage: Style Datum */
.news-list-date {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* News-vorlage single: Zeilenabstand */
div.news-list-item p {
	font-size: 9px;
	line-height: 1.5;
}
/* News-vorlage list, single: News Date */
.news-date, .news-single-timedata{
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* News-vorlage: Subheader */
.subheader{
	padding-bottom:11px;
	font-weight: bold;
}
/* News-vorlage single: browse style */
.tx-ttnews-browsebox-SCell A:link, .tx-ttnews-browsebox-SCell A:visited, .tx-ttnews-browsebox-SCell A:hover, .tx-ttnews-browsebox-SCell A:active{
font-weight: normal;
color:grey;

}
/* News-vorlage latest: text styles */
.news-latest-morelink A:link, .news-latest-morelink A:visited, .news-latest-morelink A:hover, .news-latest-morelink A:active{
	font-size: 10px;
	line-height: 1.1;
	margin-top:7px;
}
.bodynews .bodytext {
	font-size: 9px;
	margin-top:2px;
	margin-bottom:2px;
	line-height: 1.4;
}
.news-latest-item, .news-latest-container{
	padding-top:0px;
	margin-top:6px;
}
