/*
	BEGIN specific website stuff
*/

/* Elemente, die eim normalen Layout nicht zu sehen sind */

.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:none;
	float: left;
	font-size: 0;
	line-height: 0;
}

.anchorHidden {
	font-size: 0px;
	line-height: 0px;
	/* fuer iei: bei dem gibt es kein font-size: 0 */
	text-decoration: none;
	color: #333;
}

/* Content-Kram */

#contentWrap {
	position: relative;
	float: left;
}

#contentLeftWrap {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 215px;
}

#contentRightWrap {
	margin-left: 220px;
	width: 215px;
}

#content {
	padding: 53px 29px 20px 29px;
}

#content li {
	font-size: 1.1em;
}

table.contenttable {
	border-spacing: 0;
	font-size: 1.1em;
}

table.contenttable td {
	text-align: left;
	vertical-align: top;
}

table.kontakt .td-0,
table.kontakt .td-1,
table.kontakt .td-2 {
	padding: .25em;
	margin: 0;
}

table.kontakt .td-2 {
	table-layout: fixed;
	white-space: nowrap;
}

table.kontakt .tr-even {
	background: #e9e9e9;
}

table.kontakt .tr-odd {
	background: #DEDEDE;
}

table.kontakt .td-0 {
	font-weight: 700;
}

table.kontakt caption {
	text-align: left;
	font-weight: 700;
}

table.fragebogen .td-0,
table.fragebogen .td-1,
table.fragebogen .td-2,
table.fragebogen .td-3{
	padding: .25em;
	margin: 0;
}

table.fragebogen .td-2,
table.fragebogen .td-3 {
	table-layout: fixed;
	white-space: nowrap;
}

table.fragebogen .tr-even {
	background: #e9e9e9;
}

table.fragebogen .tr-odd {
	background: #DEDEDE;
}

table.fragebogen .td-0,
table.fragebogen .td-2,
table.fragebogen .td-3 {
	font-weight: 700;
}
table.fragebogen .td-0 {
	text-align: right;
}
table.fragebogen .td-2 {
	background: #41ff2c;
}
table.fragebogen .td-3 {
	background: #ff5e4e;
}

table.fragebogen caption {
	text-align: left;
	font-weight: 700;
}

/*
	END specific website stuff
*/


/**
 **************************
 * Styles from Extensions *
 **************************
 */
 
/*
	BEGIN tt_news
*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
	clear:left;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
	}

.news-search-form FORM {
	margin:0px;
}
.news-latest-container H3 {
	padding: 3px;
	padding-bottom: 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #999;
	background: #eee;
}
.news-latest-container H3 A {
	color:#333;
	text-decoration: none;
}
.news-latest-container h3 a:hover {
	color:#F00;
}

.news-latest-container P {
	background: #f3f3f3;
	margin: 0;
	padding: 5px 2px 7px 2px;
}
.news-latest-date {
	float: right;
	color: #333;
	width: 100px;
	text-align: right;
	font-size: .9em;
	font-weight: 500;
	text-transform: none;
}
.news-latest-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-latest-container IMG {
	float: right;
	border:3px solid #999;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-latest-category {
	background: #f4f4f4;
	padding: 2px;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-morelink,.news-latest-category {
}
.news-latest-morelink  {
	padding-bottom:3px;
	background: #eee;
	text-align: right;
}
.news-latest-morelink a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
.news-latest-morelink a:hover {
	color: #F00;
}
.news-latest-browse {
	text-align: center;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	padding: 3px;
	padding-bottom: 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #999;
	background: #eee;
}
.news-list-container H3 A {
	color:#333;
	text-decoration: none;
}
.news-list-container h3 a:hover {
	color:#F00;
}

.news-list-container P {
	background: #f3f3f3;
	margin: 0;
	padding: 5px 2px 7px 2px;
}
.news-list-date {
	float: right;
	color: #333;
	width: 180px;
	text-align: right;
	margin-top: -2px;
	margin-right: 0px;
	font-size: .9em;
	font-weight: 500;
	text-transform: none;
}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:3px solid #999;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category {
	background: #f4f4f4;
	padding: 2px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-morelink,.news-list-category {
}
.news-list-morelink  {
	padding-bottom:3px;
	background: #eee;
	text-align: right;
}
.news-list-morelink a {
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
.news-list-morelink a:hover {
	color: #F00;
}
.news-list-browse {
	text-align: center;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	padding:3px;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell a{
	color: red;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
.tx-ttnews-browsebox TD a {
	text-decoration: none;
}

.tx-ttnews-browsebox TD a:hover {
	color: #F00;
	text-decoration: none;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom:5px;
}
.news-single-item H2 {
	margin-bottom: .5em;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-img img {
	border: 3px solid #999;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	float: left;
}
.news-single-backlink {
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-backlink a {
	color: #333;
	text-decoration: none;
	font-weight: 700;
}
.news-single-backlink a:hover {
	color: #F00;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-imgcaption {
	font-size: .9em;
}
.news-single-author {
	padding-bottom: .5em;
}
.news-single-author a {
	color: #333;
	text-decoration: none;
}
.news-single-additional-info {
	background-color: #FFF;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #999;
	padding:1px;
	padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #999;
	margin:0px;
	margin-bottom: 1px;
	padding:3px;
	background-color: #FFF;
}
.news-single-related a,
.news-single-files a,
.news-single-links a {
	color: #333;
} 
.news-single-related a:hover,
.news-single-files a:hover,
.news-single-links a:hover {
	color: #F00;
} 
.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;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  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;
}

/*
	END tt_news
*/

/*
	BEGIN css-styled-content
*/

/* 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 */

/*
	END css-styled-content
*/

/*
	BEGIN xp_sitemap
*/

.tx-xpsitemap-pi1 {
	width: 100%;
}

.tx-xpsitemap-pi1 .abstract {
	font-size: smaller;
	line-height: 1.2em;
	color: #666;
	margin-left: 1em;
}

.tx-xpsitemap-pi1 ul {
	margin-left: .5em;
	padding-left: 10px;
}

.tx-xpsitemap-pi1 ul li {
	font-size: 1.2em !important;
	margin-top: .5em;
	margin-bottom: 1.25em;
}

.tx-xpsitemap-pi1 ul li ul {
	margin-bottom: 1em;
}

.tx-xpsitemap-pi1 ul li ul li {
	font-size: .95em !important;
	margin-top: .5em;
	margin-bottom: .5em;
}

.tx-xpsitemap-pi1 ul li a {
	text-decoration: none !important;
	color: #333;
}

.tx-xpsitemap-pi1 ul li a:hover {
	text-decoration: underline !important;
	color: #F00;
}

.tx-xpsitemap-pi1 ul.xp_sitemap_navi {
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.tx-xpsitemap-pi1 ul.xp_sitemap_navi li {
	margin: 0 .5em 0 0;
	padding: 0 0 0 0;
	display: inline;
}


.tx-xpsitemap-pi1 ul.xp_sitemap_list {
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

.tx-xpsitemap-pi1 ul.xp_sitemap_list ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	list-style: none;
}

.tx-xpsitemap-pi1 ul.xp_sitemap_list li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 0;
}

/*
	END xp_sitemap
*/


/*
	BEGIN xp_form
*/

.tx-xpform-pi1 {
	float: left;
	margin-bottom: 2em;
	padding-bottom: 4em;
	width: 100%;
}

.tx-xpform-pi1 .division {
	float: left;
	width: 100%;
	margin-bottom: .75em;
	padding-bottom: 0;
	border-bottom: 1px dotted #999;
}

.tx-xpform-pi1 .item {
	float: left;
	clear: both;
	width: 13.1em;
	margin-bottom: .25em;
}

.tx-xpform-pi1 .value {
	float: left;
	margin-bottom: .25em;
	margin-right: 1em;
}

.tx-xpform-pi1 input {
	margin-bottom: .25em;
}

.tx-xpform-pi1 .flag,
.tx-xpform-pi1 .product,
.tx-xpform-pi1 .company,
.tx-xpform-pi1 .subject,
.tx-xpform-pi1 .name,
.tx-xpform-pi1 .surname,
.tx-xpform-pi1 .street,
.tx-xpform-pi1 .tel,
.tx-xpform-pi1 .fax,
.tx-xpform-pi1 .email,
.tx-xpform-pi1 .captcha {
	font-size: 1.1em;
	width: 12em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .dateStart,
.tx-xpform-pi1 .dateEnd,
.tx-xpform-pi1 .daytime,
.tx-xpform-pi1 .vehicle {
	font-size: 1.1em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .zip {
	font-size: 1.1em;
	width: 5em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .place {
	font-size: 1.1em;
	width: 12em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 27em;
	height: 8em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 img {
	border: 1px solid transparent;
	margin: .5em 0;
}

.tx-xpform-pi1 .errorFlag,
.tx-xpform-pi1 .errorCompany,
.tx-xpform-pi1 .errorSubject,
.tx-xpform-pi1 .errorProduct,
.tx-xpform-pi1 .errorName,
.tx-xpform-pi1 .errorSurname,
.tx-xpform-pi1 .errorStreet,
.tx-xpform-pi1 .errorTel,
.tx-xpform-pi1 .errorFax,
.tx-xpform-pi1 .errorEmail,
.tx-xpform-pi1 .captchaError {
	font-size: 1.1em;
	width: 12em;
	border: 1px solid #F00;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .errorDateStart,
.tx-xpform-pi1 .errorDateEnd,
.tx-xpform-pi1 .errorDaytime,
.tx-xpform-pi1 .errorVehicle {
	font-size: 1.1em;
	border: 1px solid #F00;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .errorZip {
	font-size: 1.1em;
	width: 5em;
	border: 1px solid #F00;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .errorPlace {
	font-size: 1.1em;
	width: 12em;
	border: 1px solid #F00;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 27em;
	height: 8em;
	border: 1px solid #F00;
	color: #333;
	background: #FFF;
	margin-bottom: .5em;
}

.tx-xpform-pi1 .inputSubmit {
	font-size: 1.1em;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
}

.tx-xpform-pi1 .inputSubmit:hover {
	color: #F00;
}

.tx-xpform-pi1 .showErrors {
	clear: both;
	padding: 1em 0 2em 0;
}

.tx-xpform-pi1 .showErrors h2 {
	color: #F00;
	font-size: 1em;
	margin-bottom: 1em;
}

.tx-xpform-pi1 .showErrors ul {
	color: #F00;
	margin-left: 1.5em;
}

/*
	END xp_form
*/


/*
	BEGIN indexed_search
*/

#searchbox {
	width: 237px;
	background: #ce000c url(../images/bgNaviMain.gif) bottom left no-repeat;
	text-align: left;
	padding-bottom: 25px;
}

#searchbox form {
	margin: 0;
	padding: 0;
}

#searchbox h3 {
	margin-left: 42px;
	color: #FFF;
}

#searchbox input.sfield {
	width: 120px;
	margin-left: 42px;
	border: 1px solid #eee;
	padding: 2px;
	background: #ce666c;
	font-size: 1em;
	color: #FFF;
}

#searchbox input.submit {
}

.tx-indexedsearch,
.tx-indexedsearch-res {
}

.tx-indexedsearch-percent,
.tx-indexedsearch-title {
	background: #FFF;
	padding: 3px;
}

.tx-indexedsearch-title a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.tx-indexedsearch-title a:hover {
	color: #F00;
	text-decoration: underline;
}

.tx-indexedsearch-descr {
	background: #FFF;
	padding: 3px;
}

.tx-indexedsearch-info {
	background: #F3F3F3;
	padding: 3px;
	font-size: smaller;
}
.tx-indexedsearch-redMarkup {
	color: #F00;
	font-weight: 700;
}

.tx-indexedsearch-searchbox {
	padding-bottom: 2em;
}

.tx-indexedsearch-searchbox-sword {
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #999;
	background: #FFF;
	font-size: 1em;
}

.tx-indexedsearch-searchbox-button {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	border: 1px solid #999;
	background: #FFF;
	font-size: 1em;
}

.tx-indexedsearch-path a {
	color: #333;
}

.tx-indexedsearch-path a:hover {
	color: #F00;
}

.tx-indexedsearch ul.browsebox {
	margin: 1em 0 1em 0;
	padding: 0 0 0 0;
	list-style: none;
}

.tx-indexedsearch ul.browsebox li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.tx-indexedsearch ul.browsebox li a {
	color: #F00;
	margin-right: 1em;
	text-decoration: none;
}

.tx-indexedsearch ul.browsebox li a:hover {
	color: #F00;
	margin-right: 1em;
	text-decoration: underline;
}

/*
	END indexed_search
*/

/*
	BEGIN a21glossary
*/

acronym, 
dfn, 
abbr, 
span.abbr { 
	border-bottom: 1px dotted #333; 
	cursor: help; 
}
#naviMain acronym, 
#naviMain dfn, 
#naviMain abbr, 
#naviMain span.abbr,
#footer acronym, 
#footer dfn, 
#footer abbr, 
#footer span.abbr { 
	border-bottom: 1px dotted white; 
	cursor: help; 
}
dl.glossary dt { 
	font-weight: bold; 
	margin: 0 0 3px 0;
	font-style: normal; 
}
dl.glossary dd {
	margin: 0 0 15px 20px; 
}
dl.glossary .description { 
	margin: 0; padding: 0; 
}
dl.glossary .type { 
	font-style: italic; 
	padding: 0 3px 0 0; 
}

/*
	END a21glossary
*/

