BODY {
  background-image: URL(../images/triple-in-background.png);
  background-repeat: no-repeat;
  background-color: white;
  height: 100%;
  margin:0px;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: #3F3F3F;
	margin-top:0px;
}

#left_ {
/*	background-image:url(../images/left-background.png);*/
	background-repeat: repeat-y;
}


a:link, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0000;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.rootline-cur a:link, .rootline-cur a:visited, .rootline-cur a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0000;
   text-decoration: underline;
}

.sub-nav-item {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 15px;
	width: 211px;
}

.content-frame {
	padding: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #3F3F3F;
}

.content-frame H1 {
	font-size: 14px;
   line-height: 21px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
}

.content-frame H2 {
	font-size: 20px;
   line-height: 28px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
}

img.content-line {
	margin-bottom:12px;
}

.rootline {
	font-size: 12px;
	color: #8E0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

div.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	/*text-align: justify;*/
}

.right_column {
	width:50%;
}

.left_column {
	padding-right: 8px;
}

.left_column div.bodytext, .right_column div.bodytext {
	text-align: left;
}

.right_column {
	padding-left: 8px;
}

table.csc-mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-form-labelcell {
	vertical-align: top;
	line-height: 200%;
	padding-right: 12px;
}

p.csc-form-label-req {
	font-style: italic;
}

SELECT {
	margin-bottom:5px;
	margin-top:3px;
}

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C5C6C6;
	background-color: transparent;
}

.bodytext a:link, .bodytext a:visited, .bodytext a:hover {
/*	background-image:url(../images/pfeil.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 10px;*/
}

div.tx-sgglossary-pi1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;		
}

.contenttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3F3F3F;
}

/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 10px; /* Customize me */
  font-style: italic;
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 1px solid #8E0000;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; margin-bottom:12px;}

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

DIV.csc-menu-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

DIV.csc-menu-2 P {
	margin:0px;
	line-height:16px;
}

P.csc-sitemap-level1 {
   padding-left:0px;
	font-weight:bold;
}
P.csc-sitemap-level2 {
   padding-left:20px;
}
P.csc-sitemap-level3 {
   padding-left:40px;
}
P.csc-sitemap-level4 {
   padding-left:60px;
}

.news-latest-date {
	margin: 6px 0px 6px 0px;
	font-style: italic;
	font-size:10px;
}

.news-latest-item H5 a:link, .news-latest-item H5 a:visited, .news-latest-item H5 a:hover {
	font-weight:bold;
}

.news-latest-morelink {
	margin-top:6px;
	margin-bottom:6px;
}

.news-list-item {
	margin:5px 10px 10px 0px;
	padding-bottom:10px;
	font-size:12px;
}

.news-list-date {
	margin: 0px 0px 6px 0px;
	font-style: italic;
	font-size:10px;
}

.news-list-item H1 a:link, .news-list-item H1 a:visited, .news-list-item H1 a:hover {
	font-weight:bold;
}

.news-list-item H1 {
	padding:6px 0px 0px 0px;;
	margin-bottom:0px;
	font-size:12px;
	line-height:18px;
}

.news-list-item H5 {
	padding:0px 0px 0px 0px;;
	margin:0px;
	font-size:10px;
	line-height:18px;
}

.news-list-morelink {
	margin-top:6px;
	margin-bottom:6px;
}
