/*=======================================================================*\
|| CSS written by Gernot Leitgab 29.09.2009                              ||
\*=======================================================================*/

/*************************************************************************
 * core
 ************************************************************************/
body, div, p, pre, blockquote, span, h1, h2, h3, h4, h5, h6, ul, ol, li, a, 
  acronym, td, th, dl, dt, dd, form, fieldset, label, img, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}
acronym {
	cursor: help;
}
label {
	cursor: pointer;
}
input,
textarea,
select,
option {
	font-size: 12px;
}
.semantic {
	display: none;
}
.error {
	color: #ff0000;
}

/* hyperlinks */
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #999;
}
a img {
	border: none;
}

/* alignment */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* float */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	clear: both;
}

/* headlines */
h1 {
	line-height: 33px;
	overflow: hidden;
	margin: 0;
	padding-left: 8px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
/*	text-indent: -9999px;*/
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	background: url(../images/content-headline.gif) left top no-repeat;
}
h2 {
	line-height: 18px;
	margin: 8px 0 0 0;
	padding: 0 8px;
	color: #000;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

/* global */
.grafical {
	text-indent: -9999px;
	overflow: hidden;
}
.grafical a {
	display: block;
}

/*************************************************************************
 * html
 ************************************************************************/
html {
	height: 100%;
}

/*************************************************************************
 * body
 ************************************************************************/
body {
	height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
	text-align: center;
	background: #f0f0f0 url(../images/body.gif);
}

/*************************************************************************
 * wrap
 ************************************************************************/
#wrap {
	overflow: hidden;
	width: 975px;
	margin: 30px auto;
	text-align: left;
	background: #fff url(../images/wrap-top.gif) left top no-repeat;
}

/*************************************************************************
 * header
 ************************************************************************/
#header {
	position: relative;
	height: 194px;
	margin: 0 12px;
	background: url(../images/header-bottom.gif) left bottom no-repeat;
}
#header .top {
	position: absolute;
	left: 0;
	top: 11px;
	width: 100%;
	height: 9px;
	background: url(../images/header-top.png) left top no-repeat;
}

/* logoHeader */
#logoHeader {
	position: relative;
	float: left;
	width: 229px;
	height: 145px;
	margin: 15px 0 2px 0;
}
#logoHeader a {
	display: block;
	position: absolute;
	left: 1px;
	top: 40px;
	width: 222px;
	height: 77px;
	text-indent: -9999px;
	background: url(../images/logo.gif) left top no-repeat;
}
#logoHeader a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

/* picsHeader */
#picsHeader {
	float: right;
	height: 145px;
	margin: 15px 0 2px 0;
}
#picsHeader p {
	margin: 0;
	padding: 0;
}
#picsHeader img {
	margin: 1px 0 0 1px;
}

/* menuHeader: 1st level */
#menuHeader {
	float: left;
}
#menuHeader ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuHeader ul li {
	float: left;
	background: url(../images/menuHeader-separator.gif) left center no-repeat;
}
#menuHeader ul li.first {
	background: none;
}
#menuHeader ul li a {
	display: block;
	line-height: 32px;
	margin: 0 0 0 1px;
	padding: 0 12px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#menuHeader ul li a:hover {
	text-decoration: underline;
}
#menuHeader ul li.first a {
	margin: 0;
}
#menuHeader ul li a:hover,
#menuHeader ul li a.mainMenuParentBtnFocused,
#menuHeader ul li a.active {
	background: url(../images/menuHeader-active.gif) left top repeat-x;
}
#menuHeader ul li.first a:hover,
#menuHeader ul li.first a.mainMenuParentBtnFocused,
#menuHeader ul li.first a.active {
	background: url(../images/menuHeader-first-active.gif) left top no-repeat;
}

/* menuHeader: 2nd level */
#subMenusContainer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow:visible;
	z-index:1000000000;
}
.smOW {
	display: none;
	position: absolute;
	overflow: hidden;
}
#menuHeader ul ul,
#subMenusContainer ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
	background: #2c6197;
}
#menuHeader ul ul {
	position: absolute;
	display: none;
	z-index: 9999;
}
#menuHeader li:hover ul {
	display: block;
}
#menuHeader ul ul li,
#subMenusContainer ul li {
	float: none;
	margin: 0;
	padding: 0;
	background: url(../images/menuHeader-2nd-separator.png) center top no-repeat;
}
#menuHeader ul ul li.first,
#subMenusContainer ul li.first {
	background: none;
}
#menuHeader ul ul li a,
#subMenusContainer ul li a {
	display: block;
	width: 150px;
	line-height: 25px;
	padding: 0 12px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-indent: 0;
	background: none;
}
#menuHeader ul ul li a:hover,
#subMenusContainer ul li a:hover {
	text-decoration: underline;
}

/* searchHeader */
#searchHeader {
	float: right;
	margin: 3px 7px 0 0;
}
#searchHeader form,
#searchHeader fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}
#searchHeader label {
	display: block;
	float: left;
	overflow: hidden;
	width: 64px;
	height: 26px;
	margin: 0 11px 0 0;
	text-indent: -9999px;
	background: url(../images/searchHeader-label.gif) left top no-repeat;
}
#searchHeader .input-text {
	display: block;
	float: left;
	width: 162px;
	height: 21px;
	padding: 5px 5px 0 5px;
	border: none;
	font-size: 14px;
	background: url(../images/searchHeader-input-text.gif) left top no-repeat;
}
#searchHeader .input-submit {
	display: block;
	float: left;
	width: 32px;
	height: 26px;
	margin: 0 0 0 8px;
	border: none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/searchHeader-input-submit.gif) left top no-repeat;
	cursor: pointer;
}

/*************************************************************************
 * main
 ************************************************************************/
#main {
	margin: 0 12px;
	font-size: 12px;
}

/* breadcrumb */
#breadcrumb {
	line-height: 23px;
	padding: 0 0 0 235px;
	white-space: nowrap;
}
#breadcrumb,
#breadcrumb a {
	color: #878686;
	font-size: 11px;
}
#breadcrumb a:hover {
	color: #000;
}

/* px221x494x221 */
.px221x494x221 .col1,
.px221x494x221 .col3 {
	float: left;
	width: 221px;
	background: url(../images/sidebar-center.png) left top repeat-y;
}
.px221x494x221 .col3 {
	float: right;
}
.px221x494x221 .col1 .bottom,
.px221x494x221 .col3 .bottom {
	padding: 0 0 9px 0;
	background: url(../images/sidebar-bottom.png) left bottom no-repeat;
}
.px221x494x221 .col2 {
	float: left;
	width: 494px;
	margin: 0 0 0 7px;
	background: #f0f0f0;
}
p {
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
}
.csc-uploads {
	margin: 8px;
}
.csc-uploads p {
	margin: 0;
}

/* sidebarLeft */
.px221x494x221 .col1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.px221x494x221 .col1 ul li a {
	display: block;
	line-height: 33px;
	padding: 0 0 0 14px;
	color: #de4f27;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/sidebarLeft-headline.gif) no-repeat;
}
/*.px221x494x221 .col1 ul li span {
	display: block;
	line-height: 31px;
	padding: 0 0 0 14px;
	overflow: hidden;
	text-indent: -9999px;
}*/
.px221x494x221 .col1 ul li a:hover {
	text-decoration: underline;
	background-position: left bottom;
}
.px221x494x221 .col1 ul li a.active {
	font-weight: bold;
}
.px221x494x221 .col1 ul ul {
	margin: 7px 0 26px 0;
}
.px221x494x221 .col1 ul ul li a {
	line-height: 19px;
	padding: 0 0 0 30px;
	color: #000;
	font-size: 13px;
	text-indent: 0;
	background: url(../images/menuMain.gif) 21px center no-repeat;
}
.px221x494x221 .col1 ul ul li a:hover {
	background-position: 21px center;
}
.px221x494x221 .col1 ul ul li a.active {
	background-image: url(../images/menuMain-active.gif);
}
.px221x494x221 .col1 ul ul ul {
	margin: 5px 0 13px 0;
}
.px221x494x221 .col1 ul ul ul li a {
	line-height: 17px;
	padding: 0 0 0 42px;
	color: #666;
	font-size: 12px;
	background: none;
}
.px221x494x221 .col1 ul ul ul li a.active {
	background: none;
}
.px221x494x221 .col1 ul ul ul ul {
	margin: 1px 0 9px 0;
}
.px221x494x221 .col1 ul ul ul ul li a {
	line-height: 15px;
	padding: 0 0 0 52px;
	color: #797979;
	font-size: 11px;
}

/* sidebarLeft */
.px221x494x221 .col3 p {
	margin: 0 18px 8px 18px;
}

/* p60x40 */
.p60x40 .col1 {
	width: 60%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
}
.p60x40 .col2 {
	width: 40%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
}

/* p75x25 */
.p75x25 .col1 {
	width: 75%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.p75x25 .col2 {
	width: 25%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* teaser, link */
.teaser,
.link {
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}
.teaser h2,
.link h2 {
	float: left;
	line-height: 22px;
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background: #fff;
	white-space: nowrap;
}
.link h2 {
	margin: 0 0 8px 0;
}
.teaser .image {
	float: right;
	padding: 0 8px 0 16px;
}
.link .image {
	float: left;
	padding: 0 16px 0 8px;
}
.teaser .content,
.teaser .morelink {
	clear: left;
/* 	width: 385px; */
	padding: 8px 8px 0 8px;
}
.link .content,
.link .morelink {
	clear: right;
	padding: 8px 8px 0 8px;
}
.teaser .morelink,
.link .morelink {
	text-align: right;
}
.teaser .morelink a,
.link .morelink a {
	color: #de4f27;
	font-weight: bold;
}
.teaser .morelink a:hover,
.link .morelink a:hover {
	color: #7b1801;
}

/* .px85x332 */
.px85x332 {
	border-bottom: 1px solid #fff;
}
.px85x332 .col1 {
	width: 85px;
	margin: 8px
}
.px85x332 .col2 {
	width: 332px;
	margin: 8px
}
.px85x332 .col2 h2 {
	float: left;
	line-height: 22px;
	margin: 0 0 0 -8px;
	padding: 0 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background: #fff;
	white-space: nowrap;
}
.px85x332 .col2 p {
	margin-left: 0;
	margin-right: 0;
}

/*************************************************************************
 * footer
 ************************************************************************/
#footer {
	height: 11px;
	background: url(../images/wrap-bottom.gif) left bottom no-repeat;
}

/*************************************************************************
 * cal
 ************************************************************************/
.tx-cal-controller {
	margin: 0 1px 27px 0;
	background: #f0f0f0;
}
.tx-cal-controller p {
	margin: 0;
	padding: 18px;
	color: #6b6b6b;
}
.cal-list-item {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.cal-list-item .cal-list-date {
	display: block;
	line-height: 18px;
	padding: 0 18px;
	color: #de4f27;
	font-weight: bold;
	background: #d4d4d4;
}
.cal-list-item h2 {
	line-height: 18px;
	margin: 0;
	padding: 0 18px;
	color: #2f649a;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.cal-list-item .cal-list-description,
.cal-list-item .cal-list-location,
.cal-list-item .cal-list-time {
	display: block;
	padding: 0 18px;
	color: #6b6b6b;
}
.tx-cal-controller .cal-list-item .csc-uploads {
	margin: 0 18px;
}
.tx-cal-controller .cal-list-item .csc-uploads p {
	margin: 0;
	padding: 0;
}
.tx-cal-controller .cal-list-item .csc-uploads p a {
	color: #6b6b6b;
}
.tx-cal-controller .cal-list-item .csc-uploads p a:hover {
	color: #000;
}
#month-header-prevnext {
	margin: 8px;
}
#month-header-prevnext .date {
	float: right;
	display: block;
	margin: 0 0 0 8px;
	line-height: 24px;
	font-weight: bold;
}
.month-large {
	border-collapse: collapse;
}
.month-large th,
.month-large td {
	border: #d4d4d4 1px solid;
	vertical-align: top;
	font-size: 11px;
}
.month-large .month-weeknums {
	height: 65px;
}
.month-large .monthCorner {
	height: auto;
}
.month-large .weekday {
	width: 65px;
	text-align: center;
}
.month-large .eventDay {
	background: #fff;
}
.month-large div.day {
	background: #d4d4d4;
	color: #de4f27;
	font-weight: bold;
	text-align: right;
}
.month-large .monthToday div.day {
	background: #de4f27;
	color: #fff;
}
.month-large .monthOff div.day {
	background: #e6e6e6;
	color: #999;
}
.month-large .cal-month-title {
	color: #2f649a;
	font-weight: bold;
}
.month-large .cal-month-time,
.month-large .cal-month-location {
	font-size: 10px;
	color: #6b6b6b;
}

/*************************************************************************
 * felogin
 ************************************************************************/
.tx-felogin-pi1 form,
.tx-felogin-pi1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.tx-felogin-pi1 fieldset {
	margin-bottom: 8px;
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #fff;
	background: #d4d4d4;
}
.tx-felogin-pi1 fieldset label {
	line-height: 21px;
}
.tx-felogin-pi1 dl {
	margin: 0;
	padding: 0;
}
.tx-felogin-pi1 dt,
.tx-felogin-pi1 dd {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
}
.tx-felogin-pi1 #user,
.tx-felogin-pi1 #pass {
	width: 100px;
}
.tx-felogin-pi1 .error {
	margin-bottom: 0;
}
.tx-felogin-pi1 .submit {
	float: right;
}

/*************************************************************************
 * chgallery, tt_news
 ************************************************************************/
.chgallery-list-item,
.news-latest-item,
.news-list-item {
	position: relative;
	width: 494px;
	height: 1;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.chgallery-list-item h2,
.news-latest-item h2,
.news-list-item h2 {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 28px;
	line-height: 20px;
	display: inline;
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: url(../images/news-headline.png);
}
.news-latest-item .news-latest-date,
.news-list-item .news-list-date,
.news-single-item .news-single-date {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 8px;
	display: block;
	width: 91px;
	line-height: 20px;
	padding: 0 8px;
	color: #fff;
	font-size: 14px;
	background: url(../images/news-date.png) left top no-repeat;
}
.news-latest-item .news-latest-image,
.news-list-item .news-list-image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.news-latest-item .news-latest-morelink a,
.news-list-item .news-list-morelink a {
	display: block;
	position: absolute;
	z-index: 21;
	left: 0;
	top: 0;
	width: 494px;
	height: 138px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity = 0);
}
.news-latest-item .news-latest-morelink a:hover,
.news-list-item .news-list-morelink a:hover {
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

/*************************************************************************
 * jk_poll
 ************************************************************************/
.tx-jkpoll-pi1 {
 	margin: 0 1px 27px 0;
	background: #f0f0f0;
}
.tx-jkpoll-pi1 .content p {
	margin: 0 18px;
	padding: 8px 0;
	text-align: left;
}
.tx-jkpoll-pi1 form,
.tx-jkpoll-pi1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.tx-jkpoll-pi1 fieldset {
	margin: 0 18px;
}
.tx-jkpoll-pi1 fieldset label {
	color: #6b6b6b;
}
.tx-jkpoll-pi1 fieldset p {
	margin: 0;
	padding: 8px 0;
}
.tx-jkpoll-pi1 .answer {
	margin: 0 18px;
	padding: 0 0 8px 0;
	color: #6b6b6b;
}
.tx-jkpoll-pi1 .answer span {
	color: #6b6b6b;
}

/*************************************************************************
 * macina_banners
 ************************************************************************/
.tx_macinabanners_pi1 div a {
	display: block;
	text-align: center;
}
.tx_macinabanners_pi1 div a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.px221x494x221 .col2 .tx_macinabanners_pi1 {
	padding: 0 0 30px 0;
}
.px221x494x221 .col2 .tx_macinabanners_pi1 div {
	float: left;
	padding: 30px 0 0 41px;
}
.px221x494x221 .col2 .tx_macinabanners_pi1 div img {
	border: 1px solid #d4d4d4;
}
.px221x494x221 .col1 .tx_macinabanners_pi1,
.px221x494x221 .col3 .tx_macinabanners_pi1 {
	margin: 8px 0 0 0;
	text-align: center;
}
.px221x494x221 .col1 .tx_macinabanners_pi1 div,
.px221x494x221 .col3 .tx_macinabanners_pi1 div {
	display: inline;
}

/*************************************************************************
 * mailform, sr_feuser_register
 ************************************************************************/
#mailform,
.tx-srfeuserregister-pi1 {
	padding: 8px;
}
#mailform form,
#mailform fieldset,
.tx-srfeuserregister-pi1 form,
.tx-srfeuserregister-pi1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#mailform dl,
.tx-srfeuserregister-pi1 dl {
	margin: 0;
	padding: 0;
}
#mailform dt,
#mailform dd,
.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 dd {
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
}
#mailform dt,
.tx-srfeuserregister-pi1 dt {
	clear: both;
	width: 144px;
	padding: 0 8px 0 0;
	text-align: right;
}
#mailform dd
.tx-srfeuserregister-pi1 dd {
	width: 325px;
}
.tx-srfeuserregister-pi1 a {
	text-decoration: underline;
}
#mailform span,
.tx-srfeuserregister-pi1 label span,
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	margin: 0;
	color: #ff0000;
	text-align: left;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	text-align: center;
}
.tx-srfeuserregister-pi1 .tx-srfreecap-pi2-cant-read {
	display: block;
	padding: 0 0 8px 0;
}

/*************************************************************************
 * chgallery
 ************************************************************************/
.chgallery-gallery-image {
	float: left;
	width: 164px;
/* 	height: 185px; */
	height: 164px;
	overflow: hidden;
	text-align: center;
	background: #d4d4d4;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.chgallery-gallery-image img {
/* 	display: block; */
/* 	margin: 0 0 3px 0; */
}
.chgallery-gallery-image-4,
.chgallery-gallery-image-7,
.chgallery-gallery-image-10,
.chgallery-gallery-image-13,
.chgallery-gallery-image-16,
.chgallery-gallery-image-19,
.chgallery-gallery-image-22,
.chgallery-gallery-image-25,
.chgallery-gallery-image-28,
.chgallery-gallery-image-31 {
	border-right: none;
}

/*************************************************************************
 * chgallery, tt_news
 ************************************************************************/
.chgallery-list-item,
.news-latest-item,
.news-list-item {
	position: relative;
	width: 494px;
	height: 138px;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.chgallery-list-item h2,
.news-latest-item h2,
.news-list-item h2 {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 28px;
	line-height: 20px;
	display: inline;
	margin: 0;
	padding: 0 8px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background: url(../images/news-headline.png);
}
.chgallery-list-item .chgallery-list-date,
.news-latest-item .news-latest-date,
.news-list-item .news-list-date,
.news-single-item .news-single-date {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 8px;
	display: block;
	width: 91px;
	line-height: 20px;
	padding: 0 8px;
	color: #fff;
	font-size: 14px;
	background: url(../images/news-date.png) left top no-repeat;
}
.chgallery-list-item .chgallery-list-image,
.news-latest-item .news-latest-image,
.news-list-item .news-list-image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.chgallery-list-item .chgallery-list-morelink a,
.news-latest-item .news-latest-morelink a,
.news-list-item .news-list-morelink a {
	display: block;
	position: absolute;
	z-index: 21;
	left: 0;
	top: 0;
	width: 494px;
	height: 138px;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity = 0);
}
.chgallery-list-item .chgallery-list-morelink a:hover,
.news-latest-item .news-latest-morelink a:hover,
.news-list-item .news-list-morelink a:hover {
	opacity: 0.2;
	filter: alpha(opacity = 20);
}
.chgallery-gallery-backlink,
.news-latest-gotoarchive,
.news-single-backlink {
	padding: 2px 0 10px 0;
	text-align: right;
}
.news-single-item {
	position: relative;
}
.news-single-item .news-single-image img {
	display: block;
	border-bottom: 1px solid #fff;
}
.news-single-item .news-single-date {
	top: 42px;
}
.news-single-item .news-single-additional-info dt {
	padding: 0 7px;
	font-weight: bold;
}
.news-single-item .news-single-additional-info p {
	margin: 0;
	padding: 0;
}
.news-single-item .news-single-additional-info .news-single-files img {
	margin: 0 3px 0 0;
}

/*************************************************************************
 * wec_discussion
 ************************************************************************/
.tx-wecdiscussion-pi1 {
	padding: 0 0 8px 0;
}
.tx-wecdiscussion-pi1 .tx-wecdiscussion-actionbar {
	margin: 0 8px;
}
.tx-wecdiscussion-pi1 .tx-wecdiscussion-actionbar select {
	float: right;
}
.tx-wecdiscussion-pi1 .subject {
	line-height: 18px;
	margin: 8px 0 0 0;
	padding: 0 8px;
	background: #d4d4d4;
	border-top: 1px solid #fff;
}
.tx-wecdiscussion-pi1 .subject h2 {
	float: left;
	margin: 0;
	padding: 0;
	color: #de4f27;
	font-size: 12px;
	font-style: normal;
}
.tx-wecdiscussion-pi1 .subject span {
	float: right;
}
.tx-wecdiscussion-pi1 .poster {
	line-height: 18px;
	padding: 0 8px;
}
.tx-wecdiscussion-pi1 .poster .floatleft {
	color: #2f649a;
	font-weight: bold;
}
.tx-wecdiscussion-pi1 .options,
.tx-wecdiscussion-pi1 .tx-wecdiscussion-forumMessage {
	padding: 0 8px;
}
.tx-wecdiscussion-pi1 .tx-wecdiscussion-reply {
	border-left: 2px solid #d4d4d4;
	margin-top: 8px;
}
.tx-wecdiscussion-pi1 #ReplyForm0 {
	margin: 18px 0 0 0;
}
.tx-wecdiscussion-pi1 #ReplyForm0 h1 {
	margin: 8px 0;
}
.tx-wecdiscussion-pi1 #ReplyForm0 form,
.tx-wecdiscussion-pi1 #ReplyForm0 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.tx-wecdiscussion-pi1 #ReplyForm0 dl {
	margin: 0;
	padding: 0;
}
.tx-wecdiscussion-pi1 #ReplyForm0 dt,
.tx-wecdiscussion-pi1 #ReplyForm0 dd {
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
}
.tx-wecdiscussion-pi1 #ReplyForm0 dt {
	clear: both;
	width: 130px;
	padding: 0 8px 0 0;
	text-align: right;
}
.tx-wecdiscussion-pi1 #ReplyForm0 dd {
	width: 325px;
}
.tx-wecdiscussion-pi1 #ReplyForm0 span,
.tx-wecdiscussion-pi1 #ReplyForm0 .error {
	margin: 0;
	color: #ff0000;
	text-align: left;
}
.tx-wecdiscussion-pi1 #ReplyForm0 .required {
	text-align: center;
}

/*************************************************************************
 * browsebox
 ************************************************************************/
.browsebox {
	list-style: none;
}
.browsebox a,
.browsebox .disabled {
	display: block;
	float: left;
	line-height: 20px;
	margin: 15px 1px 15px 0;
	padding: 0 7px;
	color: #666;
	text-decoration: none;
	background: #fff;
/* 	border: 1px solid #666; */
}
.browsebox a:hover,
.browsebox .active a:hover {
	color: #fff;
	text-decoration: none;
	background: #de4f27;
/* 	border: 1px solid #7b1801; */
	/*color: #000;
	background: #fff;
	border: 1px solid #000;*/
}
.browsebox .active a {
	color: #fff;
	font-weight: bold;
	background: #2c6197;
/* 	border: 1px solid #083d73; */
}
.browsebox .disabled {
	color: #ccc;
/* 	border: 1px solid #ccc; */
}

/*************************************************************************
 * HighSlide
 ************************************************************************/
a.highslide:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.highslide-wrapper,
.highslide-outline {
	background: #fff;
}
.highslide-container .highslide-caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.highslide img {
	border: none;
}
.highslide-dimming {
	background: #000;
}
.highslide-image {
	border: 2px solid #fff;
}
.highslide-loading {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	background-image: url(../js/highslide/graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 165px !important;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #d0d0d0;
	background: #ededed;
	margin: 2px;
}

