
/* ----------------------------------------------------------------
	CSS: BTB Group
	Version: 1.2
	Date:14.7.2008
---------------------------------------------------------------- */

/*  Global definitions */

* { margin:0px; padding:0px; }
html { margin:0px; padding:0px; height: 100%;}

body {
	margin:0px; 
	padding:0px;
      height: 100%;
	color:#696969;
	font-size:101%;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	background:#fffdf6 url("images/bg-site.jpg") bottom left repeat-y;
}



/* footer immer am Seitenende */

.wrapper0 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -58px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 58px;
	margin:0px auto/* .push must be the same height as .footer */
}


#footer {
	float:left;
	width:700px;
	margin-top:0px;
	margin-left:150px;
	font-size:60%;
	border-top:10px solid #90beff;
	color:#666666;
	background:white;
}

#footer a {
	text-decoration:none;
	color:#666666;
	padding-right:5px;
	padding-left:5px
}

#footer a:hover {
	color:#bd002a
}

#service {line-height:30px;padding-left:40px;padding-right:40px;}


table  { margin:1em 0px 2em 0px; }
td  { vertical-align:top; }

hr {color:#999999;height:1px;border-top:0px solid #999999}

ul { margin:0px 0px 1em 4em; }


a {
	color:#005f9b;
	text-decoration:underline;
}
strong {
	color:#676767;
	font-weight:bold;
}
img { border:0px solid white; }
select,textarea,input,submit {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica;
	color:#666666;
	background:white;
	border:1px solid #999999;
}
blockquote { margin-left:2em; }

/*  positioning-layers */

#overall {
	width:850px; 
	height:auto;
	margin:0px; 
	float:left;
	padding:0px;
	border:1px solid black
/* footer */
          position: relative;
          min-height: 100%;
	background:transparent;

}

#kopf {
	width:850px; 
	float:left;
	border-bottom:1px solid white;
	height:35px;
	background:transparent url("images/bg-kopf.jpg");
}

#spacer {
	float:left;
	width:150px;
	height:35px;
	background:transparent url("images/spacer.jpg") no-repeat;
}

#mainbox {
	width:850px; 
	margin:0px;
	float:left;
	height:auto;
	padding:0px;
	text-align:left;
	background:transparent ;
}


#content-head-left {
	float:left;
	height:139px;
	border:0px solid green
	width:640px;
}

#content-head-right {
	float:right;
	background:white;
	color:white;
	margin:0px;
	color:#676767;
	height:139px;
	width:188px;
	padding-right:10px;
	border:0px solid red;
}

#content-head-right h1 {
	color:white;
	font-family: Verdana;
	font-style:italic;
	font-weight:normal;
	color:#676767;
	font-size:14px;
	line-height:28px;
	padding-left:20px;
	height:28px;
} 


#content-head-right h2 {
	font-size:11px;
	color:#293f6f;
	margin:0px;	
	margin-top:5px;
	padding-left:20px;
	padding-right:10px;
}

#content-head-right h3 {font-size:11px;color:white;text-transform:uppercase;margin:0px;
	padding-left:20px;
	padding-right:10px;
}

#content-head-right p {
	color:#676767;
	font-family:times;
	font-style:italic;
	font-size:11px;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	background:white url("images/bg-headline-t.jpg") top left no-repeat;

} 

#content-head-right p a {color:#a67100;text-decoration:none}
#content-head-right p a:hover {color:#a67100;text-decoration:underline}

/*  content-layer */

#print {
	position:absolute;top:10px;
	left:155px;
}

#logo img {
	float:left;
	border:0px solid white;
}

#kontakt {
	position:absolute; top:8px; right:0px; z-index:1;
	width:275px;
	height:20px;
	float:right;
	white-space: nowrap;
	color:#666666;
	font-size:9px;
	text-align:right;
}

#kontakt a {
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	padding-right:10px;
	border:0px solid green;
}

#kontakt a:hover {
	color:#bd002a;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
}


/* suche */
#suche {
	float:right;
	margin-top:0px;
	width:201px; 
	height:35px;
	color:#fff;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	background:transparent url("images/bg-search.jpg") bottom left no-repeat;
}

*+html div#suche {
	margin-top:3px;
	height:32px;	
}

/*
#suche .textbox  {
	width:114px; 
	height:20px;
	margin:0px; 
	margin-left:50px; 
	margin-top:-4px;
	padding:0px;
	padding-top:0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#ffffff;
	border:0px solid #666666;
}
*/


#suche .textbox  {
	width:114px; 
	height:17px;
	margin:0px; 
	margin-left:50px; 
	margin-top:-4px;
	padding:0px;
	padding-top:0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#666666;
	background-color:#ffffff;
	border-top:4px solid #0099f9;
}


#suche .submit {
	position:relative; top:8px; left:5px;
	margin:0px; padding:0px;
	border:0px solid red;
}


*+html #suche .submit {	/* Tan-Hack for Internet Explorer above 7 */
	position:relative; top:4px;
}


h3.csc-searchResultHeader {
	color:#676767;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
	width:522px;
	background:transparent;
}

h3.csc-searchResultHeader a,a:link,a:visited,a:active {text-decoration:none;color:#a67100;}

h3.csc-searchResultHeader a:hover {text-decoration:underline;}

p.csc-searchResult {border-bottom:1px solid #afafaf;padding-bottom:20px}

/* navigation */


#topnav {
	float:left;
	height:24px;
	margin:0px; 
	margin-left:0px;
	padding:0px; 
	padding-left:40px;
	padding-top:10px;
	font-size:65%;
	color:#ffffff;
	border:0px solid red;
}

#topnav a {
	padding-left:6px;
	padding-right:6px;
	display:block;
	height:24px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	background:transparent url("images/topnav-bg.jpg") bottom left no-repeat;
}

#topnav a:hover {
	color:#ffffff;
	text-decoration:none
}

#topnav a.act {
	color:#ffffff;
	text-decoration:none
}


#sprache {
	background:transparent; 
	float:left;
      left:0px;
	height:24px;
      border:0px solid black;
	margin-top: 0px;
	background:transparent url("images/topnav-bg.jpg") bottom left no-repeat;
}


#sprache  form {width:135px;margin:0px;float:left;border:0px;}
#sprache  select {
      margin:0px;
      color:#ffffff;
      margin-left:8px;
      width:135px;
      font-size:10px;
	background:#2ca7f4
}


#left {
	width:150px;
	margin:0px; 
	margin-top:0px; 
	padding:0px;
	float:left;
	font-family:Arial;
	font-style:bold;
	background:transparent;
}


#menu1 {
	margin:0px; padding:0px;
	width:150px;
	list-style:none;
	background:transparent;
}

#menu1 ul {
	position:relative;
	margin:0px;
	padding:0;
	list-style:none;
	background-color:transparent;
	border-bottom:0px solid red;
	font-family:Arial;
}

#menu1 li {

	padding:7px 0px 7px 0px;
	/* height:25px; */ /* cause an Firefox display error */
	background:transparent url("images/nav-passiv.jpg") bottom right no-repeat;
	display:block;
	font-style:bold;
	font-size:14px;	
	border-left:1px solid white;
}

#menu1 a {
	margin:0px; 
	padding:0px 0px 0px 10px;
	color:#2F2F2F;
	display:block;
}

#menu1 a:hover {}

#menu1 li:hover {
	background:transparent url("images/nav-aktiv.jpg") bottom right no-repeat;
	display:block;
}

#menu1 li.act {
	background:transparent url("images/nav-aktiv.jpg") bottom right no-repeat;
	display:block;
	border-left:1px solid white;
}

#menu1 li.act a {border-bottom:0px solid #62635b;}

#menu1 li.act ul li {
	padding:3px 0px 3px 0px;
	display:block;
	border-bottom:0px solid #cdcdcd;
	border:0px solid green;
	font-size:11px;
	line-height:16px;
	font-style:normal;
	margin-left:10px;
	background:transparent;
}



#inhalt {
	width:678px;
	float:left;
	border:11px solid #90beff;
	border-bottom:0px;
	padding-bottom:20px;
}

#content {
	padding:0px;
	padding-left:30px;
	padding-right:30px;
	float:left;
	overflow:no;
	font-size:70%;
	line-height:170%;
	background:white;
}

#content A.hide { width:0px; height:0px; border:0px solid red; }
#content A.hide IMG.hide { width:0px; height:0px; }
#content h1 {
	font-family: times;
	font-weight:normal;
	font-style:italic;
	font-size:22px;
	margin:0px;
	width:618px;
	padding-left:0px;
	margin-bottom:10px;
	color:#a67100;
	line-height:35px;
	background:#ffffff url("images/bg-headline.jpg") bottom left no-repeat;	
}

#content h2 {
	line-height:150%;
	color:#676767;
	font-size:11px;
}

#content h3 {
	line-height:150%;
	color:#676767;
	font-size:11px;
}

#content ul {margin-left: 15px;color:#676767}
#content li { list-style:none;color:#676767 }
#content li li { list-style-image:url("images/li-right.gif"); }

#content p.bodytext { margin-bottom:1em; }


#content table.home td {
	width:220px;
	background:#fff url("images/hometable-bg.jpg") top left no-repeat;	
	vertical-align:middle;
}

#content table.home td h4 {
	margin:0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#00416a;
	font-family:times;
}

#content table.home td h4  a {
	color:#00416a;
	text-decoration:none
}

#content table.home td.white {background:white} 
#content table.home td.white-r {background:white;width:12px;} 

#content p.bodytext hr { margin:5px 0px;  color:#999999;height:1px;border-top:0px solid #999999} 
* html #content p.bodytext hr { margin:0px 0px; }	/* Tan-Hack for Internet Explorer below 7 */

#content .imgtext-nowrap p.bodytext { margin-left:1em; }
#content .imgtext-table {
	margin:0px 0px 10px 0px; padding:0px;
}
/* left space at left images, right space at right images */
#content table[align=left][class=imgtext-table] {
	margin-right:10px;
}
#content table[align=right][class=imgtext-table] {
	margin-left:5px;
}
/* Special for CVs */
#content table.contenttable.contenttable-0 td.td-0 {
	width:100px;
}

#content .csc-sitemap {}
#content .csc-sitemap ul {
	margin-left:0px;
	list-style:none
}

#content .csc-sitemap a  {
	color:#676767;
}
#content .csc-sitemap b,strong a {
	color:#676767;
}

#content .csc-sitemap  ul li {
	font-weight:bold;
	color:#676767;
}

#content .csc-sitemap  ul li a:hover {
	text-decoration:underline;
}

#content .csc-sitemap ul li ul {
	margin-left:15px;
}

#content .csc-sitemap  ul li ul li a {
	font-weight:normal;
	color:#676767;
}


#content .csc-sitemap  ul li ul li a:hover {
	font-weight:normal;
	color:#676767;
	text-decoration:underline;
}



/* Newsletter */
fieldset { padding:5px 5px 5px 5px; border:1px solid #EEEEEE; }
input.checkbox { border:0px solid #999999; background:transparent; }
input.submit {}


.printonly {
	display:none;
}


/* Typo3 start */

.csc-form-label-req {border:0px solid black;width:100px;}

/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap { padding: 0; }

DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */


/* Search form */
.csc-searchform {}
.csc-form-labelcell {}
.csc-form-label {}
.csc-form-fieldcell {}
.csc-searchResultInfo {}
.csc-searchResultRange {}
.csc-searchResultPrevNext{}
.csc-searchResultHeader { margin-bottom:0px; }
.csc-searchResult { margin:0px; }

/* Sitemap old */
.csc-menu.csc-menu-4 {}
.csc-menu.csc-menu-4 UL {}
.csc-menu.csc-menu-4 LI { margin-bottom:5px; }

/* Sitemap new */
/*
#content DL.csc-menu.csc-menu-4 { margin:0px; padding-left:2.5em; }
#content DL.csc-menu.csc-menu-4 DT { padding-left:1.5em; background:white url("images/list-link.gif") 0px 6px no-repeat; border:1px solid red; }
#content DL.csc-menu.csc-menu-4 DD { padding-left:1.5em; padding-bottom:4px; }
*/

/* Mail form old */
table.csc-mailform {}
td.csc-form-commentcell {}
td.csc-form-commentcell p.csc-form-label {}
td.csc-form-labelcell p.csc-form-label {}
td.csc-form-labelcell p.csc-form-label-req {}
td.csc-form-fieldcell input {}
td.csc-form-fieldcell select { width:200px; }
td.csc-form-fieldcell textarea { width:200px; }
td.csc-form-fieldcell .csc-form-radio { margin-left:3px; }

/* Mailform new */

.csc-mailform { width:525px; margin-top:10px;padding-top:10px; border:0px solid #EEEEEE; }
.csc-mailform .csc-mailform-label { float:left; clear:left; }
.csc-mailform .csc-mailform-label HR { width:410px; }
.csc-mailform .csc-mailform-check {}
.csc-mailform .csc-mailform-field { width:410px; }
.csc-mailform .csc-mailform-field LABEL{ float:left; clear:left; width:30%; padding-right:4px; }
.csc-mailform .csc-mailform-field INPUT{ position:relative; top:0px; left:0px; float:left; }
.csc-mailform .csc-mailform-field TEXTAREA { display:block;width:250px; margin-top:3px; margin-bottom:3px; overflow:auto; }
.csc-mailform .csc-mailform-field TEXTAREA { float:left; width:250px; }
.csc-mailform .csc-mailform-submit { margin-left:198px; }
.csc-mailform .csc-mailform-radio {margin-top:0px;border:0px solid black}
.csc-mailform .csc-mailform-radio fieldset {
	border:1px solid white;
	display:block;
	width:202px;
	clear:both;
	float:right;
	margin-top:-17px !important;
	margin-top:0px;
}
.csc-mailform .csc-mailform-radio fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-top:3px !important;
	margin-top:0px;
}
.csc-mailform .csc-mailform-radio fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:20px;
	white-space:nowrap;
}
.csc-mailform .csc-mailform-radio input {
	float:left;
	display:block;
	border:0px solid #000;
	padding:0px;
}
.csc-mailform .csc-mailform-radio label {
	float:left;
	clear:both;
	display:block;
}


/* Filelinks */
.csc-uploads.csc-uploads-1 { margin-left:16px; }
.csc-uploads.csc-uploads-1 .tr-even {}
.csc-uploads.csc-uploads-1 .tr-odd {}
.csc-uploads.csc-uploads-1 .csc-uploads-icon {}
.csc-uploads.csc-uploads-1 .csc-uploads-fileName {}

/* extension tx_irfaq_pi1 */
.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 10px; }
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 dt p { font-weight: bold; margin: 0px; display: inline; }
.tx-irfaq-pi1 dd { margin-left: 0px; }
.tx-irfaq-pi1 dd p { margin-top: 0px;	}
.tx-irfaq-pi1 .additional-info { border-top: 2px solid #e6e6e6; margin-bottom: 10px; }
/* Overwrite with our own values */
.tx-irfaq-pi1 {}
.tx-irfaq-pi1 dl { margin-top:5px; }
.tx-irfaq-pi1 dl dt { margin-top:3px; font-weight:bold; color:#003366; }
* html .tx-irfaq-pi1 dl dt { padding-bottom:5px; }		/* Tan-Hack for Internet Explorer below 7 */
.tx-irfaq-pi1 dl dd { margin-bottom:0px; border:0px solid red; }
.tx-irfaq-pi1 dl.additional-info { margin-bottom:5px; }

/* extension "tt_news" */

#news-list-container {margin-top:0px}

.news-latest-container h2 {
	margin:1em 0px 1em 0px; padding:0px;
	color:#003366;
	font-size:130%;
	font-weight:bold;
	display:none;
}

.news-latest-item h3 {
	margin-left:0px
}
.news-latest-item p.bodytext {	
	line-height:150%;
	padding-right:0px;
	border:0px solid blue;
}

.news-latest-date  {display:none}
.news-latest-item hr {display:none}
.news-latest-morelink {
	background:transparent;
	border:0px solid green;
	padding-left:14px;
	width:239px;
	display:block;
	background:white url("images/box-right-bg.jpg") repeat-y 0px 23px;
}

.news-latest-gotoarchive {
	display:none
}

.news-list-item h3 {
	color:#bd002a;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:22px;
	margin-top:0px;
	width:522px;
	border:0px solid green;
	background:transparent
}

.news-list-date {
	color:#666666;
	font-size:90%;
	width:522px;
	border:0px solid blue;
	display:block;
}


.news-list-item p.bodytext {
}

.news-list-morelink {text-align:right}

.news-single-item h2 {
	color:#bd002a;
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:11px;
	width:522px;
	border:0px solid green;
	background:transparent
}

p.news-single-author {display:none}

.news-single-item h3 {
	color:#666666;
	font-size:100%;
	font-weight:normal;
	text-transform:none;
	margin:0px;
	padding:0px;
	margin-bottom:11px;
	display:block;
	width:522px;
	border:0px solid green;
	background:transparent;
	clear:both;
	display:none;
}

.news-single-item p.bodytext {
	border:0px solid green;
	margin-top:11px;
}

.news-single-backlink {text-align:right}

.tx-flashpageheader-pi1 {float:left}