html, body, img {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font-size: 100.1%;
}

body {
	background-color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

table {
	border-collapse: collapse;
}

/*
 *	Rubrikfarben
 */
.overview, a.overview:hover {
	background-color: #3360AA;
}

.specification, a.specification:hover {
	background-color: #0BB288;
}

.publications, a.publications:hover {
	background-color: #96C53C;
}

.compliance, a.compliance:hover {
	background-color: #D3B522;
}

.products, a.products:hover {
	background-color: #F7941D;
}

.consortium, a.consortium:hover {
	background-color: #CF2326;
}

.faq, a.faq:hover {
	background-color: #643092;
}

a.overview, a.specification, a.publications, a.compliance, a.products, a.consortium, a.faq {
	background: transparent;
}

.service {
	background-color: #B0B0B0;
}

/*
 * Zentrierung und horizontale Ausdehnung der Container regeln
 */
#headContainer, #navContainer, #categoryColorContainer,  #mainContainer, #footerContainer {
	display: block;
	text-align: center;
}

#headContentContainer, #navContentContainer, #mainContentContainer, #footerContentContainer {
	width: 936px;			/* Inhaltsbreite hier zentral regeln */
	margin: 0px auto;
	text-align: left;
}

/*
 * Gestaltung: äußere Container
 */
#headContainer {
	overflow: hidden;
	height: 148px;
	background-color: #FFFFFF;
	background-image: url('../img/bg_head.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 2px solid #FFFFFF;
}

#navContainer {
	height: 44px;
	overflow: hidden;
	background-color: #343434;
	background-image: url('../img/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#categoryColorContainer {
	height: 5px;
	overflow: hidden;
}

#mainContainer {
	background-color: #FFFFFF;
	background-image: url('../img/bg_main.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 36px 0px 60px 0px;
}

#footerContainer {

}


/*
 * Gestaltung: innere Container
 */
#headContentContainer {
	position: relative;
}

#mainContentContainer {
	background-image: url('../img/bg_main_content.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#footerContentContainer {
	margin-top: 12px;
	margin-bottom: 24px;
}

/*
 * Gestaltung: Content-/ Spalten-Container
 */
#mainContentLeftContainer {
	float: left;
	width: 600px;
}

#mainContentRightContainer {
	float: right;
	width: 292px;
}

/*
 * Gestaltung: Layoutelemente
 */
/* Header-Bereich */
#headContentLogoContainer {
	position: absolute;
	top: 16px;
	left: 0px;
}

#headContentTeaserContainer {
	position: absolute;
	top: 80px;
	right: 0px;
}

#mainContentRightRefLink {
	margin: 16px 0px 0px 0px;
}

/* Navigation */
.navTab, .navTabSelected {
	height: 27px;
	width: 100px;
	float: left;
	overflow: hidden;
	text-align: center;
/*	border: 1px solid #FF0000;*/
}

.navTab a, .navTabSelected a {
	display: block;
}

.navTab a {
	padding-bottom: 2px;
}

.navTabSelected a {
	padding-bottom: 4px;
}

.navTab {
	margin: 17px 0px 0px 0px;
}

.navTabSelected {
	margin: 17px 0px 0px 0px;
	background-image: url('../img/bg_navtab_selected.png');
	background-repeat: repeat-x;
	background-position: bottom left;	
}

.navTab a:hover {
	background-image: url('../img/bg_navtab_selected.png');
	background-repeat: repeat-x;
	background-position: bottom left;	
}

.navTabImage {
	margin: 6px 0px 0px 0px;
}

.navTabBorder {
	float: left;
	margin: 23px 0px 0px 0px;
}

/* seitliche Navigation */
.categoryNavElement {
	margin: 0px 0px 2px 0px;
}

#mainContentRightContainer a.categorySelected {
	color: #989898;
	background-image: url('../img/bg_link_selected.gif');
}

/* Footer */
.footerServiceContainer {
	float: right;
	margin: 0px 24px 0px 0px;
}

.footerServiceContainer a, .footerServiceContainer img  {
	display: block;		/* Löst das "unerwünschter Abstand vor und nach Grafik"-Problem im Firefox */
}

#footerSearchContainer {
	float: right;
}

#footerSearchContainer .formButton {
	margin: 0px 8px 0px 0px;
	vertical-align: top;
}

#footerSearchForm {

}

#footerSearchContainer .formTextField {
	width: 160px;
	padding: 0px 2px;
	border: 1px solid #808080;
	font-size: 80%;
}

/*
 *	rechte Inhaltsspalte
 */

/*
 * Tags direkt formatiert
 */
/* Überschriften */
h1, h2 {
	color: #B0B0B0;
	font-size: 170%;
/*	letter-spacing: -0.04px; */
	font-weight: normal;
	margin: 0px 0px 24px 0px;
	padding: 0px;
}

h2 {
	margin: 0;
	padding: 0px 0px 8px 0px;
	font-size: 150%;
/*	font-size: 140%;
	font-weight: bold; */
	clear: both;
	display: block;
}

#mainContentRightContainer h1 {
	font-size: 150%;
	margin: 0px 0px 16px 0px;
}

ul, ol {
	margin: 8px 0px 16px 0px;
	padding: 0px 0px 0px 32px;
}

li {
	margin: 0px 0px 4px 0px;
}

/* Links */
#mainContainer a {
	color: #BF1238;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background-image: url('../img/bg_link.gif');
	background-repeat: no-repeat;
	background-position: top left;		
}

#mainContainer a:hover {
	text-decoration: underline;
}

a.notMarked {
	background: transparent !important;
	background-image: none !important;
	padding: 0px !important;
}

/*
 * Helfer
 */
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

.spacerNormal {
	height: 16px;
	overflow: hidden;
	clear: both;
	display: block
}

.spacerBig {
	height: 32px;
	overflow: hidden;
	clear: both;
	display: block
}

/*
 * Layout-Elemente: Allgemein
 */
.paragraphContainer {
	clear: both;
	display: block;
	margin: 0px 0px 32px 0px;
}

.pdfContainer {
	position: relative;
	min-height: 32px;
	display: block;
	width: 100%;
}

.pdfContainerLayout {
	background-image: url('../img/icon_pdf.gif');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 32px;
	margin: 0px 0px 6px 0px;
}

.pdfContainerIcon {
	position: absolute;
	top: 0px;
	left: 0px;
}

.pdfContainerText {
	margin: 0px 0px 0px 42px;
}

.errorMessageContainer {
	border-color: #8E0D29;
	border-width: 0px 0px 0px 6px;
	border-style: solid;
	background-color: #BF1238;
	color: #FFFFFF;
	margin: 12px 0px 16px 0px;
	padding: 4px 8px;
}

/*
 * Formulare
 */

.formHead {
	width: 100px;
	float: left;
	color: #989898;
}

.formField {
	float: left;
}

.formAsterix {
	color: #BF1238;
	font-weight: bold;
	font-size: 130%;
	padding: 0px 2px 0px 0px;
}

.formField input {
	width: 300px;
}

.formFieldSet {
	margin: 16px 0px 0px 0px;
}

.formFieldSetElement {
	float: left;
	margin: 0px 16px 0px 0px;
}

.formRadio {
	margin: 0px 8px 0px 0px;
}

#formButtons {
	margin: 16px 0px 0px 0px;
}

/*
 * Rubrik: Publikationen
 */
.publicationsContainer {
	margin: 0px 0px 16px 0px;
}

/*
 * Rubrik: FAQ
 */
.faqContainer {
	margin: 0px 0px 24px 0px;
}

.faqContainerQuestion {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

.faqContainerAnswer {

}

/*
 * Rubrik: Consortium
 */

.linTable{

}

.linTable thead{
	color: #B0B0B0;	
}

.linTable thead td{
	padding: 2px 4px;
	border: 1px solid #A0A0A0;
	border-width: 0px 0px 1px 0px;
}

.cellMembersCompany{
	vertical-align: top;
	width: 50%;
	/*padding-right: 30px;*/

}

.cellSupplierCodesCodes{
	width: 20%;
}

.cellMembersContact{
	vertical-align: top;
}

.tableCell0, .tableCell1{
	padding: 2px 4px;
}

.tableCell0{
	background-color: #EEEEEE;
}

.tableCell1{

}

.cellMembersCompany a, .cellMembersContact a{
	background-image: none !important;
	padding: 0px !important;
}

/*
 * Rubrik: Sitemap
 */
.sitemapCategoryContainer {
	margin: 0px 0px 32px 0px;
}

.sitemapCategoryContainer h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

.sitemapCategoryLine {
	height: 3px;
	margin: 0px 0px 12px 0px;
	overflow: hidden;
}

/*
 * Rubrik: Suche
 */
.searchMessage {
	margin: 0px 0px 32px 0px;
}

.searchEntry {
	margin: 0px 0px 16px 0px;
}

.searchCategory {
	color: #909090;
}

.searchEntryTitle {
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}

.searchEntryDetails {

}

/* Suchtreffer-Links */
.selectPagesSeparator {
	padding: 0px 4px;
	color: #B0B0B0;
}

a.selectPages {
	background: none !important;
	padding: 0px !important;
}

.selectPagesMarked {
	color: #B0B0B0;
	padding: 0px;
}

/*
 * File-Exchange
 */
#fexUserstatus {
	margin: 0px 0px 16px 0px;
	color: #888888;
	text-align: right;
}

#fexBreadcrump, #fexSubdirectories, #fexFiles {
	margin: 0px 0px 32px 0px;
}

h4 {
	padding: 0;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 118%;
	color: #A0A0A0;
	border-bottom: 1px dotted #333333;
}

#fexBreadcrump a, #fexSubdirectories a {
	padding: 0px 2px 0px 28px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 16px;
}

#fexBreadcrump a {
	background-image: url('/img/fex/subdirectory.gif');
}

#fexSubdirectories a, #fexBreadcrump a.firstDirectory {
	background-image: url('/img/fex/directory.gif');
}

#fexBreadcrump a.firstDirectory {
	padding: 0px 2px 0px 20px;
}

#fexBreadcrump ul, #fexSubdirectories ul {
	margin: 0;
	padding: 0;
}

#fexBreadcrump ul li {
	display: inline;
	list-style-type: none;
}

#fexSubdirectories ul li {
	list-style-type: none;
}

#fexBreadcrump a.adminLink, #fexSubdirectories a.adminLink, #fexFiles a, #fexNavigation a {
	background: none;
	padding: 0px;
}

#fexNavigation {

}

#fexFileTable {
	border-collapse: collapse;
	width: 100%;
}

.fexFileTableType, .fexFileTableSize, .fexFileTableDate, .fexFileTableOwner, .fexFileTableActions {
	padding: 2px 4px;
	height: 28px;
}

.fexFileTableHead {
	padding: 2px 4px;
/*	background: #343434;
	color: #FFFFFF;
	font-weight: bold; */
	color: #A0A0A0;
	border-bottom: 1px solid #D0D0D0;
	font-weight: normal;
}


.fexFileTableFile {
	overflow: hidden;
	padding: 2px 4px 2px 32px;
	background-image: url('/img/fex/filetypes/default.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.fexFileTableType {

}

.fexFileTableSize {

}

.fexFileTableDate {

}

.fexFileTableOwner {

}
.fexFileTableActions {
	white-space: nowrap;
}

.row0 {

}

.row1 {
	background-color: #F8F8F8;
}

#editFolder label {
	font-weight: bold;
	margin: 0px 4px 0px 4px;
}

#editFolder {
	margin: 12px 0px 0px 0px;
}

#editFolder fieldset legend {
	color: #888888;
}

#editFolder fieldset {
	margin: 24px 0px 0px 0px;
	border: 1px dotted #888888;
	padding: 12px;
}
/*
 * Dateitypen
 */
.jpg, .png, .gif {
	background-image: url('/img/fex/filetypes/jpg.png');
}

.doc, .rtf {
	background-image: url('/img/fex/filetypes/doc.png');
}

.txt {
	background-image: url('/img/fex/filetypes/txt.png');
}

.ppt, .pps {
	background-image: url('/img/fex/filetypes/ppt.png');
}

.xls, .cvs {
	background-image: url('/img/fex/filetypes/xls.png');
}

.pdf {
	background-image: url('/img/fex/filetypes/pdf.png');
}