/* Ergänzung zu Extensions */

.user-tpwald-pi1, .csc-bulletlist, .tx-ttproducts-pi1,.tx-seminars-pi1,.tx-newloginbox-pi1,.tx-srfeuserregister-pi1,.tx-thmailformplus-pi1,.user-market-pi1,.tx-jagd-pi1,.user-projects-pi1,.user-company-pi1, .user-erntezulassung-pi1,.tx-felogin-pi1 {
	font-size:1.18em;
	line-height: 130%;
}

.user-projects-pi1 h1 {
	font-size:0.8em;
	line-height: 100%;
}


/* 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 */
	
	/* 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; }

/* Ergänzungen */
/* Clearer in der Highlightspalte ausschalten*/
	#highlights DIV.csc-textpic-clear { 
	display:none;
}
	
/* default styles for extension "tt_news" */
	   .tx-ttnews-browsebox TD { font-size: 10px; border: none; } 
	   .tx-ttnews-browsebox table  { border: none; } 
	   .tx-ttnews-browsebox a { color: #000; } 
	   .tx-ttnews-browsebox-strong, 
	   .tx-ttnews-browsebox-SCell { font-weight: bold; } 
	   .tx-ttnews-browsebox-SCell { background-color: #EEE; } 
	   
.news h2 {
	font-size: 1.1em;
}

.news-list-morelink a {
	display:block;
	background-image: url(../media/linkpfeil.gif);
	background-repeat:no-repeat;
	background-position: 0em 0.4em;
	padding-left: 0.9em;
	margin-top:0.5em;
}

/* indexed_search */  
.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display:inline;
	margin-right:5px;
}

/* tt_products */

.theme_full .tx-ttproducts-pi1 label, .theme_full .tx-ttproducts-pi1 input, .theme_full .tx-ttproducts-pi1 select {
	width:20em;
}

.theme_content_wide .tx-ttproducts-pi1 label, .theme_content_wide .tx-ttproducts-pi1 input, .theme_content_wide .tx-ttproducts-pi1 select, .theme_full .tx-ttproducts-pi1 label, .theme_full .tx-ttproducts-pi1 input, .theme_full .tx-ttproducts-pi1 select {
	display:block;
	float:left;
	margin-bottom:0.6em;
	width:15em;
}

.tx-ttproducts-pi1 table {
	margin-bottom: 2em;
	border: 0px solid #b0b0b0;
	padding: 0;
	border-collapse: collapse;
}

.tx-ttproducts-pi1 th {
	border-bottom: 1px solid #b0b0b0;
	border-left: 0px solid #cfcfcf;
	text-align: left;
	padding:0.6em 1em 0.6em 0.5em;
}

.tx-ttproducts-pi1 td {
	padding:0.4em 1em 0.4em 0.5em;
	border-left: 0px solid #cfcfcf;
}

/* Login z.B. im Bildungsbereich */
.tx-newloginbox-pi1 table, .tx-newloginbox-pi1 th, .tx-newloginbox-pi1 td{
	border:none;
}

/* Waldbörse */
.user-market-pi1 table, .user-market-pi1 th, .user-market-pi1 td {
	border:none;
}

/* Registrierung FE-User bei Bildungsserver */
.tx-srfeuserregister-pi1 .checkboxes input{
	width: 1em;
}

.tx-srfeuserregister-pi1 .checkboxes label{
	width: auto;
}

/* Powermail */
.powermailform label{
	font-size:1em;
	line-height: 100%;
	width: 80%;
}

.powermailform  .check input {
	margin-left: 0em;
	width: 2em;
}

.tx-powermail-pi1  textarea {
	font-size: 1.18em;
    font-family: Arial, Helvetica,sans;
}

/* Weiche für IE 6 */
* html .content .powermailform .check input {
	margin-left: 1em;
}

/* Weiche für IE 7 */
*:first-child+html .content .powermailform .check input {
	margin-left: 1em;
}

.tx_powermail_pi1_fieldwrap_html {
	clear:both;
}

.tx-powermail-pi1 .butinput{
	background-color: #41A440;
	border: 1px double #fff;
	color: #fff;
}

/* Jagdveranstaltungen */
.tx-jagd-pi1 .checkbox{
	width: 1em;
}

.tx-jagd-pi1 .zeitraum select{
	width: auto;
}

/* Unternehmerdatenbank */
.user-company-pi1-browsebox table,  .user-company-pi1-browsebox td { 
	border: none; 
} 


.user-company-pi1 .advert_item {
	clear:both;
}
.user-company-pi1 .advert_header {
	font-weight:bold;
}
.user-company-pi1 .advert_field{
}

.user-company-pi1 .advert_item_left{
	float:left;
	width: 40em;
}

.user-company-pi1 .advert_item_small{
	float:left;
	width: 10em;
}

.user-company-pi1 .radio,.user-company-pi1 .checkbox{
	width: 1em;
	display:inline;
	float:none;
}

.user-company-pi1 td input.long {
	width: 20em;
	margin:0.5em 0;
}
.user-company-pi1 td input.small {
	width: 3em;
	margin:0.5em 0;
}

/* Erntezulassungsregister */

.user-erntezulassung-pi1 input.submit {
	margin-left:1em;
	float:left;
}


/* Mailformplus */
.tx-thmailformplus-pi1 span.but {
	display:block;
}

.tx-thmailformplus-pi1 .but .buts {
	background-color: #41A440;
	border: 1px double #fff;
	color: #fff;
}

.tx-thmailformplus-pi1 .rightButs{
	clear:both;
	margin-bottom:5em;
}

.tx-thmailformplus-pi1 label{
	width: 100%;
}

.tx-thmailformplus-pi1 .trenner {
	clear:both;
}

.tx-thmailformplus-pi1 #accept_agb {
	width: 1em;
	display:inline;
	float:none;
}

.user-tpwald-pi1 h2 {
margin:0;
padding:0;
}

.user-tpwald-pi1 p {
	font-size:1.18em;
	line-height: 130%;
}

/* Anpassung bgsound */

#sound {
        float: left;
        position: relative;
        visibility: hidden;
        left: 5px;
        top: 200px;
}