/* 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, DIV.csc-textpic-border DIV.csc-textpic-single-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; vertical-align:bottom; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px; }

	/* IE7 hack for margin between image rows */
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

	/* 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,
	* html .csc-textpic-intext-left ol,
	* html .csc-textpic-intext-left ul { height: 1%; }
	/* End hide from IE5/mac */

	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
/* default styles for extension "tt_news" */



.news-single-rightbox,
.news-single-imgcaption,
.news-latest-date,
.news-latest-morelink,
.news-latest-category,
.news-list-category,
.news-list-author,
.news-list-imgcaption,
.news-list-date,
.news-list-browse,
.news-amenu-container,
.news-catmenu  {
	font-size:10px;
}



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
	clear:right;
	height:1px;
	border:none;
	padding:0;
	margin:0;
}
.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
	clear:both;
}

.news-single-item HR.cl-left {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	padding:10px;
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	background-color:#f3f3f3;
}


.news-latest-container H2 {
  padding: 0 0 2px 0;
  margin:0;
}

.news-latest-item {
	padding:3px;
	margin:0;
}

.news-latest-item IMG {

	margin: 0 5px 5px 0;
	float:left;
	border: none;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}




.news-latest-item > p {
	margin:0;
	padding:0;
}




/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 10px 0;

}
.news-list-item {
	padding: 0 0 10px 0;
}

.news-list-container H2 {
	margin: 0px;
}

.news-list-date {
	float: right;
	display:block;
	padding-left:10px;
}

.news-list-imgcaption {
	padding:3px 3px 0 0;

}

.news-list-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink  {
	padding-left:5px;
}



	/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
	padding: 0 0 10px 0;
}


.news-list2-container,
.news-list3-container {
	background:#e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
	background:#f1f1f1;
}
.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
	width:48%;
	float:left;
	padding:5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
	width:31%;
	float:left;
	padding:5px;
}

.news-list3-item {
	padding:5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
	border-top:5px solid #fff;
}


.news-list2-container IMG {
	float: right;
	margin:0 2px 5px 5px;
	border: none;

}
.news-list3-container IMG {
	float: left;
	margin:0 5px 5px 2px;
	border: none;

}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
	text-align:center;
	margin-bottom:20px;
}

.activeLinkWrap {
	font-weight:bold;
}
.disabledLinkWrap {
	color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
	padding:0 1px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	padding:5px;
	margin-bottom:5px;


}

.news-single-img {
	float: right;
	margin:10px 0 0 10px;
	padding:0;
}

.news-single-img img {
	border:none;
}

.news-single-imgcaption {
	padding: 1px 0 3px 0;
	margin:0;
}

.news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;
}
.news-single-backlink {
	padding: 10px;
}



.news-single-additional-info {
	margin-top: 15px;
	padding:3px;
	clear:both;
}

.news-single-related,
.news-single-files,
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-files DD A {
	padding:0 3px;
}


	/*--------------------------------- SINGLE2  ---------------------------------*/


.sv-img-big img,
.sv-img-small img {
	border:none;
}

.sv-img-big {
	float: right;
	padding: 10px 0 2px 10px;
}
.sv-img-small-wrapper {
	padding:15px 0;
}
.sv-img-small {
	float: left;
	padding: 0 10px 10px 0;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	width:165px;
    padding:0;
    margin-left:10px;
}
.news-amenu-container LI {
	padding-bottom:1px;

}
.news-amenu-container LI:hover {
	background-color: #f3f3f3;

}

.news-amenu-container UL {
    padding:0;
    margin:0;
	margin-top:5px;

	list-style-type: none;
}

.news-amenu-item-year {
	font-weight: bold;
    margin-top:10px;
	padding: 2px;
	background-color: #f3f3f3;

}


.amenu-act {
	background:#fff;
	font-weight:bold;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:10px;

}

ul.tree {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.tree A {
	text-decoration: none;
}

ul.tree A.pm {
	cursor: pointer;
}

ul.tree img {
	vertical-align: middle;
}

ul.tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 17px;
}

ul.tree ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	white-space: nowrap;
}

ul.tree ul li.expanded ul {
	background: transparent url('/typo3temp/../typo3/gfx/ol/line.gif') repeat-y top left;
}

ul.tree ul li.last > ul {
	background: none;
}

ul.tree li.active, ul.tree ul li.active {
	background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
	background-color: #f7f3ef;
}






/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

html, body {
	background: 			#FFF;
	color: 					#444;
	font:	 				12px/20px Helvetica, Arial, sans-serif;
    min-width: 				960px;
	padding:				0;
	margin:					0;
}
article, aside, header, section, figure, footer, nav {
	display: 				block;
}
@font-face 
{	font-family: 			'NimbusSanNovConD-Bla';
	src: 					url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/213AE6_0_0.eot);
	src: 					url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/213AE6_0_0.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/213AE6_0_0.woff) format('woff'),url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/213AE6_0_0.ttf) format('truetype');
}
.clear {
	clear: 					both;
}
.clearleft {
	clear: 					left;
}
.clearright {
	clear: 					right;
}
.left {
	float: 					left;
}
.right {
	float: 					right;
}
a img {
	border: 				0;
}
a, a:active, a:link, a:visited, a:hover {
    text-decoration: 		none;
}
a:hover {
	color:					#008AC9;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 				12px;
}
h1 {
    font-size: 				24px;
    margin-bottom: 			30px;
}
h2 {
    font-size: 				19px;
    margin-bottom: 			5px;
}
h3 {
    font-size: 				14px;
    line-height: 			150%;
    margin-bottom: 			2px;
}
p {
}
ul {
    list-style: 			disc outside none;
    margin-left: 			20px;
}
.detail
{
	font-weight:			bold;
	font-size:				13px;
	line-height:			20px;
}
#container
 {
    margin-left: 			auto;
    margin-right: 			auto;
    width: 					960px;
	position:				relative;
}
header
{
	margin-top:				25px;
	height:					40px;
}
nav.main-menu,
.language-menu,
.search
{
	height:					40px;
}
nav.main-menu
{
	float:					right;
}
nav.main-menu ul
{
	margin-top:				5px;
	padding:				0 0 0 5px;
}
nav.main-menu li
{
	padding-right:			32px;
	list-style:				none outside none;
	display: 				block;
	float:					left;
}
nav.main-menu a,
nav.main-menu a:active,
nav.main-menu a:link,
nav.main-menu a:visited,
nav.main-menu a:hover
{
	text-transform: 		uppercase;
	font-weight:			bold;
	color:					#444;
	-webkit-transition: 	all 0.2s ease-in; 
	-moz-transition: 		all 0.2s ease-in; 
	-o-transition: 			all 0.2s ease-in; 
	-ms-transition: 		all 0.2s ease-in;

}
nav.main-menu a:hover
{
	color:					#008AC9;
}
nav.main-menu .current
{
	padding-left:			10px;
	background:				url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -392px no-repeat;				
}

.language-menu
{
	width:					185px;
	float:					right;
}

	.sprite {
		display: inline-block;
		margin: 9px 16px 0 0;
	}
		.sprite a {
			background: url('/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/flag-sprite.png') no-repeat;
			float: left;
			height: 11px;
			width: 16px;
			
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
		.nl a {
			background-position: 0 0;
		}
		.en a {
			background-position: 0 -11px;
		}
		.de a {
			background-position: 0 -22px;
		}
		.fr a {
			background-position: 0 -33px;
		}
		.es a {
			background-position: 0 -44px;
		}

.search
{
	width:					160px;
	float:					right;
}
#tx-solr-search-form-pi-results
{
	width:					160px;
}
.menu-spacer
{
	padding:				0 10px;
}
.home .content
{
	background:				url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/bgrnd.jpg) 0 0 no-repeat;
	width:					960px;
	height:					480px;
}
.home .content li
{
	color:					white;
	display:				block;
	position:				absolute;
}
.content
{	
	height:					480px;
}
.contentpage .block
{
	position:				absolute;	
}
.block-bgrnd
{	
	position:				absolute;
}
.block-content
{
	text-align:				right;
	overflow:				hidden;
	border:					1px solid white;
	position:				absolute;
	z-index:				5;
}
.contentpage .block-content
{
	text-align:				left;
}
.w-sgl,
.w-sgl .block-bgrnd
{
	width:					160px
}
.w-sgl .block-content
{
	width:					158px;
}
.w-dbl,
.w-dbl .block-bgrnd
{
	width:					320px;
}
.w-dbl .block-content
{
	width:					318px;
}
.w-trp,
.w-trp .block-bgrnd
{
	width:					480px;
}
.w-trp .block-content
{
	width:					478px;
}
.h-sgl,
.h-sgl .block-bgrnd
{
	height:					160px;
}
.h-sgl .block-content
{
	height:					158px;
}
.h-dbl,
.h-dbl .block-bgrnd
{
	height:					320px;
}
.h-dbl .block-content
{
	height:					318px;
}
.h-trp,
.h-trp .block-bgrnd
{
	height:					480px;
}
.h-trp .block-content
{
	height:					478px;
}
.r1
{
	top:					40px;
}
.r2
{
	top:					200px;
}
.r3 
{
	top:					360px;
}
.c1
{
	left:					0;
}
.c2
{
	left:					160px;
}
.c3
{
	left:					320px;
}
.c4
{
	left:					480px;
}
.c5
{
	left:					640px;
}
.c6
{
	left:					800px;
}
#block1 .block-content a
{
	background:				url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -458px no-repeat;				
	display:				block;
	padding-top:			160px;
}
.clr1
{
	background:				#008AC9;
}
#cblock1 {
}
#cblock1,
#cblock1 .block-bgrnd
{
	width:					560px;					
}
#cblock1 .block-content
{
	padding:				20px 20px;
	width:					518px;					
	overflow:				auto;
}
#cblock1 .block-bgrnd
{
	background:				#E9F3FA;
}
#cblock1 .block-content
{
	height:					440px;
}
#cblock1 h2
{	
	font-size:				27px;
	text-transform: 		uppercase;
	line-height:			27px;
	margin:					10px 0 20px 0;
}
#cblock2
{
	left: 					720px;
	width:					240px;
}
#cblock2 h2
{
	font-size:				34px;
	line-height:			40px;
}
#cblock2 h2,
#cblock2 .cta-text
{
	text-align:				right;
}
#cblock2 .cta
{
	margin-right:			12px;
}
#cblock2 .block-bg2
{
	left:					2px;
	width:					238px;
	height:					239px;
	position:				absolute;
	top:					239px;
}
#cblock2 .block-content
{
	color:					white;
	margin-top:				239px;
	height:					238px;
	width:					240px;
	border:					0;
	border-top:				2px solid white;
	border-bottom:			1px solid white;
	z-index:				10;

}
#cblock1 a, #cblock1 a:active, #cblock1 a:link, #cblock1 a:visited
{
	color:					#00415e;
}
#cblock3 .block-bgrnd
{
	background:				#C5E1F1;
}
#block2 .block-bgrnd,
.clr2
{
	background:				#DBDFBD;
}
#block3 .block-bgrnd,
.clr3
{
	background:				#C1C8D5;
}
#block4 .block-bgrnd,
.clr4
{
	background:				#B4C6B6;
}
#block5 .block-bgrnd,
.clr5
{
	background:				#89BDC4;
}
#block6 .block-bgrnd,
.clr6
{
	background:				#A3C6D8;
}
#block7 .block-bgrnd,
.clr7
{
	background:				#B9C9CD;
}
#block8 .block-bgrnd,
.clr8
{
	background:				#C3C6D3;
}
#block9 .block-bgrnd,
.clr9
{
	background:				#81C2E3;
}
.f23
{
	font-size:				23px;
	line-height:			23px;
}
.f30
{
	font-size:				30px;
	line-height:			30px;
}
.f40
{
	font-size:				40px;
	line-height:			40px;
}
.f45
{
	font-size:				45px;
	line-height:			45px;
}
.f50
{
	font-size:				50px;
	line-height:			50px;
}
.f60
{
	font-size:				60px;
	line-height:			60px;
}
.semi
{
	opacity:				0.5;
}
.home .block-content
{
	cursor:					pointer;
}
.block-content h2,
.block-bg2 h2
{
	font-family: 			'NimbusSanNovConD-Bla', sans-serif;
	font-weight:			normal;
	margin:					15px 12px 0 0;
	text-transform: 		uppercase;
}
.home .block-content h3,
.home .block-content .bodytext,
.home .block-content .cta,
.home .block-content ul
{
	display:				none;
}
#overlay
{
	opacity: 				0;
	display:				none;
	position:				absolute;
	z-index:				10;
}
#overlay .close
{
	float:					right;
	margin:					12px 12px 0 0; 
}
#overlay h2
{
	font-family: 			'NimbusSanNovConD-Bla', sans-serif;
	font-weight:			normal;
	text-transform: 		uppercase;
	margin:					22px;
	font-size:				33px;
	line-height:			35px;
}
#overlay h3
{
	text-transform: 		uppercase;
	margin:					16px 22px 0 22px;	
}
#overlay .bodytext
{
	font-size:				13px;
	line-height:			19px;
	margin:					0 22px 5px 22px;
}
#overlay ul,
#cblock1 ul
{
	padding-left:			0px;
	list-style:				none outside none;
}
#overlay li,
#cblock1 li
{
	background: 			url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -258px  no-repeat;
	padding-left: 			40px;
	display:				list-item;
	position:				static;
	font:					16px/26px Helvetica, Arial, sans-serif;	
	color:					#444;
}
#cblock1 li
{
	font:					14px/30px Helvetica, Arial, sans-serif;	
}
#cblock1 li.results-entry
{
	padding:				0;
	background-image:		none;
	font:					12px/18px Helvetica, Arial, sans-serif;	
}
#cblock1 .cta,
#cblock1 .cta-right

{
	float:					left;
}
.close
{
	background:				url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -327px no-repeat;
	width:					20px;
	height:					20px;
}
.cta
{
	cursor:					pointer;
	height:					36px;
	float:					right;
	margin:					10px 22px 0 0;
	-webkit-transition: 	all 0.2s ease-in; 
	-moz-transition: 		all 0.2s ease-in; 
	-o-transition: 			all 0.2s ease-in; 
	-ms-transition: 		all 0.2s ease-in;
}
.cta-text
{
	margin:					12px;
}
.cta-text .bodytext
{
	margin:					0;
}
.cta-fce .cta
{
	margin-right:			12px;
}
.cta:hover
{
	-webkit-transform: 		translate(-1px, 1px); 
	-moz-transform: 		translate(-1px, 1px); 
	-o-transform: 			translate(-1px, 1px); 
	-ms-transform: 			translate(-1px, 1px);
}
.cta-left
{
	background:             url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 0  no-repeat;
	height:					36px;
	width:					15px;
	float:					left;
}
.cta-right
{
	background:             url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -172px  no-repeat;
	height:					36px;
	width:					37px;
	float:					right;
}
a.cta-link,
a.cta-link:hover,
a.cta-link:visited,
a.cta-link:link,
a.cta-link:active
{
	background:             url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/css/../resources/sprite.png) 0 -86px  repeat-x;
	font:					16px/22px Helvetica, Arial, sans-serif;	
	font-weight:			bold;
	text-transform: 		uppercase;
	color:					white!important;
	display:				block;
	float:					left;
	padding:				7px 7px 0;
	-webkit-transition: 	all 0.2s ease-in; 
	-moz-transition: 		all 0.2s ease-in; 
	-o-transition: 			all 0.2s ease-in; 
	-ms-transition: 		all 0.2s ease-in;
	height:					36px;
}
a.cta-link:hover
{
	text-shadow: 			-1px -1px 2px #00618D;
}
footer 
{
	color:					#CECECE;
	text-align:				center;
	margin-top:				15px;
	border-top:				1px solid #CECECE;
}
.news-list-item img
{
	float:					left;
}
.news-list-item h3,
.news-list-item p
{
	margin-top:				0;
	float:					right;
	width:					400px;
}
.news-list-item
{
	border-bottom:			1px solid #C5E1F1;
	margin-bottom:			5px;
	padding:				5px 0;
}
.news-single-backlink
{
	padding-left:			0px;
}
fieldset.tx-powermail-pi1_fieldset
{
	background:				none!important;
	border:					none!important;
	margin:					0;
	padding:				0!important;
}
fieldset.tx-powermail-pi1_fieldset legend
{
	display:				none;
}
fieldset.tx-powermail-pi1_fieldset label, 
fieldset.tx-powermail-pi1_fieldset fieldset legend 
{
    display: 				block;
    float: 					left;
	clear:					both;
    font-weight: 			bold;
    white-space: 			normal;
    width: 					195px;
}
.tx_powermail_pi1_fieldwrap_html
{
	padding:				10px 0;
}
div.powermail_radio_inner 
{
    float: 					right !important;
    margin-left: 			0 !important;
	clear:					none!important;
	padding:				0 97px 0 0;
}
.powermail_radio {
	margin:					-3px!important;
}
legend.tx_powermail_pi1_fieldwrap_html_radio_title, 
.landing div.powermail_radio_inner 
{
    margin-bottom: 			0;
}
div.tx_powermail_pi1_fieldwrap_html
{
	margin:					0!important;
}
input,
textarea
{
	font:	 				12px/20px Helvetica, Arial, sans-serif;
	color:					#444;
   	border: 				1px solid #D6D7DB!important;
    padding: 				0 10px!important;
	height:					27px;
	background:				#FFF;
	-moz-box-shadow: 		inset 0 1px 2px #EEEFF2!important;
	-webkit-box-shadow: 	inset 0 1px 2px #EEEFF2!important;
	box-shadow: 			inset 0 1px 2px #EEEFF2!important;
}
textarea
{
	height:					50px;
}
input[type="submit"],
.submitBtn
{
	margin: 				0!important;
	color:					white!important;
	height:					30px;
	width:					auto!important;
	border:					1px solid #00496B;
	border:					1px ridge #157EAE!important;
	padding:				0 10px  !important;
	background:				#0089C8;
	background-image: 		linear-gradient(bottom, rgb(0,103,151) 2%, rgb(0,137,200) 76%);
	background-image: 		-o-linear-gradient(bottom, rgb(0,103,151) 2%, rgb(0,137,200) 76%);
	background-image: 		-moz-linear-gradient(bottom, rgb(0,103,151) 2%, rgb(0,137,200) 76%);
	background-image: 		-webkit-linear-gradient(bottom, rgb(0,103,151) 2%, rgb(0,137,200) 76%);
	background-image: 		-ms-linear-gradient(bottom, rgb(0,103,151) 2%, rgb(0,137,200) 76%);
	background-image: 		-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.02, rgb(0,103,151)),
		color-stop(0.76, rgb(0,137,200))
	);
	text-shadow: 			#444 1px 1px 1px;
	cursor:					pointer;
}

.tx-powermail-pi1 .submitBtn
{
	float:					right;
}
.tx-solr-q
{
	border-right:			none!important;
	height:					25px;
	width:					111px;
	display:				block;
	float:					left;
	clear:					none;
	position: 				relative;
}
.tx-solr-q:focus
{
	outline: 				none;
}
.tx-solr input[type="submit"]
{
	text-indent:			-999px;
	text-shadow:			none;
	background:				#fff url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/resources/search.png) 0 3px no-repeat;
   	border: 				1px solid #D6D7DB!important;
	border-left:			none!important;
	margin:					0;
	height:					27px;
	width:					28px !important;	
	-moz-box-shadow: 		inset 0 1px 2px #EEEFF2!important;
	-webkit-box-shadow: 	inset 0 1px 2px #EEEFF2!important;
	box-shadow: 			inset 0 1px 2px #EEEFF2!important;
	display:				block;
	float:					right;
	clear:					none; 	
}
#tx-solr-search
{
	width:					100%;
}
.results-list
{
	margin-bottom: 			0;
	padding-left:			17px;
}

/* Edit Roland... 20120509 */
#cblock1 .tx-solr-relevance{
	background-color:#C5E1F1;
}

#cblock1 .tx-pagebrowse-pi1 ul{
	text-align:center;
	list-style:none inside none;
	width:100%;
	margin:0;
	padding:0;
}
	#cblock1 .tx-pagebrowse-pi1 ul li{
		background:none;
		display:inline;
		font-size:12px;
		line-height:18px;
		list-style:none;
		margin:0;
		padding:0 5px 0 0;
	}
	#cblock1 .tx-pagebrowse-pi1 ul li.tx-pagebrowse-pages{
		width: 80%;
	}

.results-topic
{
	margin:					0;
}
.tx_powermail_pi1_fieldwrap_html_submitgraphic .formInput {
	border:					0 !important;
	background:				transparent!important;
	float:					right;
	margin-right:			13px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset input.powermail_date, fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
	width:					280px!important;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.tx-solr-q {width: 111px !important;}
	.tx-solr input[type="submit"] { #fff url(/typo3conf/ext/lwtpl_pitpit_2012/tpl/resources/search.png)-5px 2px no-repeat!important; }
}