@charset 'utf-8';

/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

html {
height: 100%;
}

body {
height: 101%;
background-color: #fff;
}

.hideme {
position: absolute;
left: -9999em;
top: -9999em;
}

.color1 { color: #E2001A; }

label, 
input[type=button],
input[type=submit], 
button {
cursor: pointer;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Basic */

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #E2001A;
}

strong {
  font-weight: bold;  
}




body {
	background-color: #ccc;
	color: #000;
	text-align: center; /* for IE<7 */
	font-family: Arial, sans-serif;
}

#wrapper {
	position: relative;
	width: 910px;
	text-align: left; /* for IE<7 */
	margin: 10px auto 10px auto;
}

#logo {
	position: absolute;
	z-index: 100;
	left: 12px;
	top: 16px;
	width: 190px;
	height: 94px;
}

#header {
	background-image: url('../layout_images/bg_header.png');
	background-repeat: no-repeat;
	height: 120px;
	padding: 4px 4px 0 4px;
	position: relative;
	clear: both;
}

	#headerNaviTabs {
		position: absolute;
		left: 204px;
		top: 35px;
	}
		#headerNaviTabs li {
			float: left;
		}
		
		#headerNaviTabs li a {
			background-image: url('../layout_images/tabs_de.png');
			background-repeat: no-repeat;
			display: block;
			width: 111px;
			height: 37px;
		}
		
		#headerNaviTabs ul.en li a {
			background-image: url('../layout_images/tabs_en.png');
		}
		
		#headerNaviTabs li a span {
			display: none;
		}
		
		#naviTab1 a {
			background-position: 0px -74px;
		}
		#naviTab1 a:hover,
		#naviTab1 a:focus {
			background-position: 0px -37px;
		}
		#naviTab1 a.active {
			background-position: 0px 0px;
		}
		
		#naviTab2 a {
			background-position: -111px -74px;
		}
		#naviTab2 a:hover,
		#naviTab2 a:focus {
			background-position: -111px -37px;
		}
		#naviTab2 a.active {
			background-position: -111px 0px;
		}
		
		#naviTab3 a {
			background-position: -222px -74px;
		}
		#naviTab3 a:hover,
		#naviTab3 a:focus {
			background-position: -222px -37px;
		}
		#naviTab3 a.active {
			background-position: -222px 0px;
		}
		
		#naviTab4 a {
			background-position: -333px -74px;
		}
		#naviTab4 a:hover,
		#naviTab4 a:focus {
			background-position: -333px -37px;
		}
		#naviTab4 a.active {
			background-position: -333px 0px;
		}
		#naviTab4 {
			margin-left: 79px;
		}

	#headerSearchslot {
		position: absolute;
		right: 24px;
		top: 12px;
	}
		input#form_headerSearchslot_searchslot {
			font-size: 12px;
			width: 115px;
			height: 13px;
			position: relative;
			top: -3px;
		}
	
  #headerlangNavi {
		position: absolute;
		right: -65px;
		top: 5px;
		/* margin: -3px -50px 0 10px; */
	}
	
	  #headerlangNavi li {
  	  float: left;
  	}
	
	#headerMetaNavi {
    position: absolute;
		right: 190px;
		top: 12px;
		font-size: .6em;
	}

  #headerMetaNavi a {
			font-weight: normal;
		}

	
	#headerMailLink {
		position: absolute;
		left: 747px;
		top: 49px;
		width: 41px;
		background-image: url('../layout_images/bg_divider_envelope_fontsize.png');
		background-repeat: no-repeat;
		background-position: right;
	}
	
	#headerFontSizeSwitcher {
		display: none;
		position: absolute;
		left: 795px;
		top: 52px;
		/*width: 51px;
		height: 17px;
		background-image: url('../layout_images/icons_fontsize.png');
		background-repeat: no-repeat;*/
	}
		#headerFontSizeSwitcher span {
			display: block;
			float: left;
			width: 17px;
			height: 17px;
			background-image: url('../layout_images/icons_fontsize.png');
			background-repeat: no-repeat;
		}
		#smallFontSwitch {
			background-position: 0px -17px;
		}
		#smallFontSwitch:hover,
		#smallFontSwitch.active {
			background-position: 0px 0px;
		}
		#mediumFontSwitch {
			background-position: -17px -17px;
		}
		#mediumFontSwitch:hover,
		#mediumFontSwitch.active {
			background-position: -17px 0px;
		}
		#largeFontSwitch {
			background-position: -34px -17px;
		}
		#largeFontSwitch:hover,
		#largeFontSwitch.active {
			background-position: -34px 0px;
		}


#main {
	background-image: url('../layout_images/bg_main.png');
	background-repeat: repeat-y;
	padding: 0 5px 0 5px;
}

#footer {
	clear: both;
	height: 30px;
	background-image: url('../layout_images/bg_footer.png');
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
	font-size: .6em;
}
	#footer a {
		font-weight: normal;
	}
	
	#footer p { float: left; }
	#footer .community { float: right; }
	#footer .community li { float: left; margin-left: 5px; }


.hiddenfromview {
	visibility: hidden;
}

.clearer {
	clear: both;
}


/************ frontpage *************/
#frontpageSlideshow {
	position: relative;
	top: -32px;
	margin-bottom: -32px;
	float: left;
	z-index: 95;
}

  .frontpageCommunity {
    clear: both;
    padding: 5px 0;
    width: 600px;
	margin: 15px 0 0 15px !important; 
    position: relative;
  }
  .frontpageCommunity ul { list-style: none !important;}
  .frontpageCommunity li { float: left; margin: 0px 10px; line-height: 35px;}
  .frontpageCommunity .likebox {
	width: 270px;
	position: absolute;
	right: -270px;
	top: -20px;
  }

#frontpageContent {
	margin: 0 15px 0 615px;
	padding-top: 15px;
	font-size: .7em;
	line-height: 1.3em;
}
	#frontpageContent ul.navi {
		background-image: url('../layout_images/bg_underline.png');
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 6px;
		margin-bottom: 10px;
		display: none;
	}
	#frontpageContent ul.navi li {
		display: inline;
	}
	#frontpageContent ul.navi li a.active {
		color: #E2001A;
	}
	#frontpageContent p {
	}
	#frontpageContent ul.content {
		margin-left: 14px;
	}
	#frontpageContent ul.content li {
		margin-bottom: 1.5em;
		list-style-image: url('../layout_images/bullet_red_square.png');
	}
	

.threeboxes {
	clear: both;
}

	.teaserBox {
		float: left;
		background-image: url('../layout_images/bg_teaserbox.png');
		background-repeat: no-repeat;
		width: 251px;
		height: 131px;
		margin: 12px; /* check the IE stylesheet for a corresponding property */
		padding: 10px 15px 15px 10px;
	}
	.threeboxes .white {
		background-image: url('../layout_images/bg_teaserbox_white.png');
	}
	.teaserBox h2 {
		background-image: url('../layout_images/bg_underline.png');
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 3px;
		margin: 2px 0 8px 90px;
		
		font-size: 11px;
		font-weight: bold;
	}
	.teaserBox p {
		font-size: 10px;
	}
	.teaserBox ul {
		font-size: 10px;
		margin-left: 14px;
	}
	.teaserBox li {
		list-style-image: url('../layout_images/bullet_red_square.png');
		margin-bottom: 5px;
	}
	.teaserBox a {
		color: #000;
		text-decoration: none;
	}
	.teaserBox a:hover {
		color: #999;
	}

/************ subpages *************/
#breadcrumb {
	background-color: #e6e6e6;
	height: 1.3em;
	border-bottom: 1px solid #bfbfbf;
	margin-top: -0.2em;
}
	#breadcrumb p {
		margin-left: 220px;
		padding-top: .6em;
		font-size: .6em;
		color: #888;
	}
	#breadcrumb p a {
		color: #888;
		text-decoration: none;
		font-weight: normal;
	}
	#breadcrumb p a:hover {
		color: #000;
	}

#subNavi {
	width: 203px;
	min-height: 100px;
	margin: -13px 10px 0 5px;
	float: left;
}
	#subNavi h2 {
		margin-bottom: -3px;
	}
	#subNavi li.middle {
		background-image: url('../layout_images/bg_subnavi_li.png');
		background-position: bottom;
		padding: 3px 15px 7px 15px;
	}
	#subNavi li.last {
		background-image: url('../layout_images/bg_subnavi_bottom.png');
		background-position: bottom;
		padding: 3px 15px 23px 15px;
	}
	#subNavi li.active {
		background-image: url('../layout_images/bg_subnavi_li.png');
		background-position: top;
		padding: 3px 7px 0 7px;
	}
	#subNavi li.active ul {
		background-image: url('../layout_images/bg_subnavi_sub.png');
		background-position: top;
		padding: 4px 10px 8px 26px;
	}
	#subNavi li.active ul li {
		list-style-image: url('../layout_images/bullet_red_arrow.png');
		padding-bottom: 2px;
	}
	
	#subNavi a {
		font-size: .7em;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	#subNavi a:hover {
		text-decoration: underline;
	}
	#subNavi li.active span {
		display: block;
		padding: 0 8px 5px 8px;
	}
	#subNavi li.activeSub span {
    padding: 0;
  }
	#subNavi li.active span a{
    color: #E2001A;
    font-size: .9em;
  }
	#subNavi li.activeSub span a {
		font-size: .7em;
	}

h1.mainHeader,
#mainContent h1 {
	font-family: 'Times New Roman', serif;
	font-size: 1.7em;
	color: #E2001A;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
}
#mainContent h1 {
  /* clear: both; */
}
	
#extraBoxesRight {
	float: right;
	width: 180px;
	padding-left: 15px;
}
	.extraBox {
		border-bottom: 1px solid #bfbfbf;
		margin-bottom: 1.3em;
		padding-bottom: 0.8em;
		font-size: .6em;
		line-height: 1.5em;
		clear: right;
	}
	.extraBox h3 {
		color: #E2001A;
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: .3em;
	}
	.extraBox img {
		float: right;
		margin: .3em 1em 1em 1em;
	}
	.extraBox a {
		font-weight: normal
	}
	.extraBox a:hover {
	  color: #000;
    text-decoration: underline;
  }
	
#mainContent {
	margin-left: 220px;
	font-size: .75em;
}
	#mainContent.withMarginal {
		margin-right: 180px;
	}
	#mainContent.withoutMarginal {
		margin-right: 30px;
	}
	#mainContent h2,
	#mainContent h3 {
	  font-size: 1.2em;
		color: #E2001A;
		margin-top: 0.7em;
		margin-bottom: .9em;
		/* clear: both; */
		border-top: 2px dashed #e6e6e6;
		padding-top: .5em;
		font-weight: bold;
	}
	#mainContent h3 {
	  color: #000;
  }
  
	#mainContent .floatImageBoxRight,
	#mainContent .floatImageBoxLeft {
		border-bottom: 1px solid #bfbfbf;
		font-size: .7em;
		color: #999;
	}
	#mainContent .floatImageBoxRight {
		float: right;
		text-align: right;
		margin: 0 1em .3em 1em;
	}
	#mainContent .floatImageBoxLeft {
		float: left;
		text-align: left;
		margin: 0 1em .3em 0;
	}
	
 
	#mainContent p {
    line-height: 1.5em;
    padding-bottom: 1.3em;
  }
	
	#mainContent ol, #mainContent ul {
    list-style: inherit;
    margin: 0 0 1.3em 1em;
  }
  #mainContent li {
    padding: 0 0 0.3em 0;
    line-height: 1.5em;
  }
  #mainContent li ul {
    margin: 0.6em 0 0 1em;
  }
  
  #mainContent object {
    margin-bottom: 1.3em;
  }
  
  #mainContent td {
    padding: 2px 5px 2px 0;
  }



/************************************************************************/
/* css_styled_content
/************************************************************************/

  /* 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: 1px solid #e5e5e5;
  		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!important; 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 */

  	/* 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; height: 1%; }
  DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

/************************************************************************/
/* tt_news
/************************************************************************/

.news-list-item .news-subheader { padding-top: 0.3em }

.news-latest-gotoarchive { text-align: right;}


/* PageBrowser in single view */
.tx-ttnews-browsebox table{ margin: 5px 0; }
.tx-ttnews-browsebox table p { margin: 0;}

.tx-ttnews-browsebox { clear: both; margin: 5px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.tx-ttnews-browsebox a { padding:3px 7px; font-weight: normal; border: 1px solid #fff;}
.tx-ttnews-browsebox-SCell a { background-color: #ddd; border: 1px solid #ddd;}
.tx-ttnews-browsebox a:hover { border: 1px solid #ddd; }


/************************************************************************/
/* SEO-Sitemap
/************************************************************************/
#mainContent .tx-flseositemap-pi1 ul {
  padding: 5px 0 5px 20px;
  margin: 0;
  list-style: none;
}
#mainContent .tx-flseositemap-pi1 ul.deep0 {
  padding: 0;
}
#mainContent .tx-flseositemap-pi1 ul.deep1 {
  margin-bottom: 20px;
}
#mainContent .tx-flseositemap-pi1 li {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#mainContent .tx-flseositemap-pi1 li li {
  text-transform: none;
}
#mainContent .tx-flseositemap-pi1 ul a {
  font-weight: normal;
  color: #E2001A;
  font-size: 1.5em;
}
#mainContent .tx-flseositemap-pi1 ul.deep1 a{
  font-size: 1.1em;
  color: #000;
}
#mainContent .tx-flseositemap-pi1 ul.deep1 a:hover {
  color: #E2001A;
}

/************************************************************************/
/* Powermail
/************************************************************************/
/* Powermail */
  /* Form */
.tx-powermail-pi1_mandatory strong {
  font-size: 1.5em;
  padding: 1em 0 0.5em 0;
  color: #E2001A;
}
#mainContent .powermail_mandatory_listitem {
  padding: 0.5em 0;
}
.powermail_mandatory_listitem strong {
  font-size: 1.1em;
  padding: 0;
  color: #000;
}
.tx-powermail-pi1_mandatory_submit {
  margin-bottom: 2em
}
span.powermail_mandatory {
  /* Color of mandatory error message */
  color: #E2001A;
  font-weight: bold;
  position: absolute;
  padding-left: 3px;
  font-size: 120%;
}
input.validation-failed,
textarea.validation-failed {
  /* Background color if validation failed */ 
  background-color: #f6e5e6;
  /* 
  background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
  background-repeat: no-repeat;
  background-position: 98% 1px; */
}
div.powermail_mandatory_js {
  /* DIV container of errormessage */
  color: red;
  margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
  /* Fieldset */
}
fieldset.tx-powermail-pi1_fieldset legend {
  /* legend of Fieldset */
  font-weight: normal;
  display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
  /* label */
  display: block;
  width: 100px;
  float: left;
  text-align: right;
  clear: both;
  font-weight: normal;
  padding-right: 25px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
  /* Input and textarea */
  width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
  /* Radiobuttons */
  margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
  /* DIV container arround every field */
  margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  /* submit button */
  margin: 10px 0 20px 125px;
  font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
div.countryzone {
  margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
  /* Description */
  cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
  /* Description */
  display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
  /* Description on mouseover */
  display: block;
  position: absolute;
  width: 250px;
  padding: 5px;
  background-color: #ddd;
  border: 1px solid red;
  color: black;
  text-decoration: none;
  font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
  /* Description icon */
  padding: 2px 2px 0 2px;
}

.validation-advice {
  margin-left :125px;
  color: #E2001A;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title { 
  display: none 
}
#powermaildiv_uid10 label,
#powermaildiv_uid36 label {
  clear:both;
  font-weight:normal;
  padding-right:25px;
  padding-left: 125px;
  text-align:left;
  width: 260px;
}

#powermaildiv_uid12 { 
  clear: both;
  padding-top: 1em;
}


/************************************************************************/
/* search indexed_search
/************************************************************************/
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {  }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-weight:bold; }
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

.tx-indexedsearch .tx-indexedsearch-searchbox legend { display: none; }
.tx-indexedsearch .tx-indexedsearch-search-submit { padding: 0.8em 0 0 11em; }
.tx-indexedsearch .tx-indexedsearch-searchbox p { padding: 0.3em 0 0 11em; }

.tx-indexedsearch .tx-indexedsearch-searchbox{ border-bottom: 1px dotted #d8d9d9; padding-bottom: 1em; margin-bottom :1.3em}
.tx-indexedsearch .tx-indexedsearch-res .res { padding-top: 1.0em;}
.tx-indexedsearch .tx-indexedsearch-res h3 { line-height: inherit; }
.tx-indexedsearch .tx-indexedsearch-res .percent { font-size: 13px }
.tx-indexedsearch-res { padding-bottom: 0.8em }
.tx-indexedsearch-res p { padding-bottom: 0.5em }

#mainContent .tx-indexedsearch h3 { border: none; }

/* pmkslimbox */
#lbCloseLink {
	background: transparent url(../layout_images/sb_closelabel.gif) no-repeat center;
}

/***************************/
/* PBSURVEY                */
/***************************/
.tx-pbsurvey-pi1 .pagenumbering {
  font-size: 120%;
  font-weight: bold;
  padding:  0;
  margin: 0;
}
.tx-pbsurvey-pi1 div {margin-bottom: 10px;}
.tx-pbsurvey-pi1 .pagenumbering { position: relative; height: 15px;}
.tx-pbsurvey-pi1 .barcontainer {background-color: #FFFFFF; border: 1px solid #000000; width: 100px; height: 15px; position: absolute; z-index: 6; right: 0px;}
.tx-pbsurvey-pi1 .bar {background-color: #DEDEDD; height: 15px; z-index: 4; position: absolute; left: 0px;}
.tx-pbsurvey-pi1 .bartext {z-index: 5; text-align: center; position: absolute; left: 0px; width: 100px; height: 15px;}
.tx-pbsurvey-pi1 .pageHeader {font-size: 120%; font-weight: bold; margin: 20px 0 30px 0;}
.tx-pbsurvey-pi1 .pageIntroduction {}
.tx-pbsurvey-pi1 .survey_item { margin-bottom: 20px;}
.tx-pbsurvey-pi1 .itemform {}
.tx-pbsurvey-pi1 .question {font-size: 120%; font-weight: bold; color: #000000 }
.tx-pbsurvey-pi1 .questionNumber { padding: 5px;}
.tx-pbsurvey-pi1 .questionSubtext { padding-top: 15px; margin-bottom: -0.5em}
.tx-pbsurvey-pi1 .required {color: #E2001A; }
.tx-pbsurvey-pi1 .survey_error { color: #E2001A; margin-top: 10px}
.tx-pbsurvey-pi1 .additional_ver {margin-left: 20px;}
.tx-pbsurvey-pi1 .matrix { /* width: 100%; */}
.tx-pbsurvey-pi1 .matrix .surveyrow_even {background-color: #DEDEDD;}
.tx-pbsurvey-pi1 .matrix .columnFirst {font-weight: bold; text-align: left; padding: 5px; }
.tx-pbsurvey-pi1 .matrix .columnNext {text-align: left; padding: 5px; /* width: 100% */ }
.tx-pbsurvey-pi1 fieldset { border: 1px solid #ccc; padding: 0.5em } 
.tx-pbsurvey-pi1 legend {white-space: normal; }
/* IE6 fix */
* html .tx-pbsurvey-pi1 fieldset { margin-right: 20px;}
.tx-pbsurvey-pi1 .matrix td.columnFirst { white-space: nowrap; }
#mainContent .tx-pbsurvey-pi1 .matrix td { padding: 5px }

/* cd_immomanager */
#mainContent .tx-cdimmomanager-pi1 table td { padding: 5px 15px 5px 0px; border-top: 1px solid #ddd}
.tx-cdimmomanager-pi1 table tr { border-bottom: 1px solid #ddd }

/* styles from rte */
p.csc-frame-frame1 {background:#EDEBF1; border:1px solid #000; padding:5px;}
p.csc-frame-frame2 {background:#F5FFAA; border:1px solid #000; padding:5px;}
p.align-center {text-align:center;}
p.align-left {text-align:left;}
p.align-right {text-align:right;}
p.align-justify {text-align:justify;}
p.indent {margin-left:1.5em;}

span.underline {text-decoration:underline;}
span.strikethrough {text-decoration:line-through;}


