/*----------------------------------------------------------------
	Author: Martin Alker, punkt.de GmbH
	Project: RUTRONIK EUROPE
----------------------------------------------------------------*/
/*----------------------------------------------------------------
	ELEMENT-SELECTORS
----------------------------------------------------------------*/
html, body { margin: 0; padding: 0; height: 100%; background-color:white;}
* { font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #333333;}
a:link, a:visited { color: #333333; }
a:hover, a:active { text-decoration: none; color: #398FD1; }
h1 { font-size: 16px; font-weight: bold; /*border-bottom: 1px solid #008BD0; color: #008BD0; padding-right: 6px;*/}
h2 { font-size: 14px; font-weight: bold;}
h3 { font-size: 12px; font-weight: bold; padding:0; margin: 10px 0 5px 0;}
b, strong { font-weight: bold; }
input, textarea, select { padding: 1px; background-color: #f3f3f3; color: #405d87; font-size: 11px;}
TEXTAREA:Focus, SELECT:Focus, INPUT:Focus {background-color:white; color:#000000;}
INPUT[disabled]:Active{border:1px outset black;}
a img, img { border: none;}
form { padding: 0; margin: 0; }
ul { padding: 0; margin: 0; }
li { margin: 5px 0 5px 20px; list-style: url(../img/icon_submenu.gif); }
.pfeil li { margin: 5px 0 5px 20px; padding: 0;list-style: url(../img/icon_pfeil2.gif); }
.pfeil li.blue, .pfeil li.blue a:link, .pfeil li.blue a:visited, .pfeil li.blue a:hover, .pfeil li.blue a:active { color: #398FD1;}

.backgroundcolor { background-color: #E1E2E4; }


sub, sup { line-height: 0px; font-size: 60%; }
//td {vertical-align:top;}
p { margin: 0; padding: 0 0 5px 0; }

/*----------------------------------------------------------------
    RTE Styles
----------------------------------------------------------------*/
@import url("http://www.rutronik.com/fileadmin/css/rte.css")

/*----------------------------------------------------------------
	CLASS- AND ID-SELECTORS
----------------------------------------------------------------*/
#doc { height: 100%; }
	/*
    #docHeader { padding: 0 25px 0 0; background: url(../img/bg_header.jpg) no-repeat; height: 106px; }
	#docHeaderDE { padding: 0 25px 0 0; background: url(../img/bg_headerDE.jpg) no-repeat; height: 106px; }
    */
    .header {float: left;}
    /*
    #docHeader {
        padding: 0 25px 0 0;
        background: url(../img/bg_header.jpg) no-repeat;
        height: 100px;
    }
    */
    #docHeader, #docHeaderDE {
        padding: 0 25px 0 0;
        /*background: url(../img/bg_headerDE.jpg) no-repeat;*/
        background-color: #ffffff;
        height: 100px;
        text-align: right;
        vertical-align: middle;
        padding: 0px 20px 0px 0px;
    }


	#docOCHeader { padding: 0 25px 0 0; background: url(../img/bgkopfoc.jpg) no-repeat; height: 106px; }
	#docMenu { background: url(../img/bg_mainmenu.gif) repeat-x; height: 34px; }
		#mainMenuLeft { height: 34px;  width:20%; white-space:nowrap}
			#mainMenuLeft span { margin: 0 10px 0 10px; }
				#mainMenuLeft a { margin: 0; padding: 0 0 0 13px; background: url(../img/icon_mainmenuleft.gif) no-repeat 0px 3px; color: #ffffff; font-size: 12px; text-decoration: none; }
				#mainMenuLeft a.act { font-weight: bold; }
				#mainMenuLeft a:hover { text-decoration: underline; }
		#mainMenuPlus { text-align: left; width:40%; height: 34px; padding-left:20px; white-space:nowrap}
			#mainMenuPlus span { margin: 0 5px 0 20px; }
				#mainMenuPlus a { margin: 0; padding: 0 0 0 17px; background: url(../img/icon_mainmenuplus.gif) no-repeat 0px 3px; color: #ffffff; font-size: 12px; text-decoration: none; }
				#mainMenuPlus a.act { font-weight: bold; }
				#mainMenuPlus a:hover { text-decoration: underline; }
		#mainMenuRight { text-align: right; width:40%; height: 34px; padding-right:20px;white-space:nowrap}
			#mainMenuRight span { margin: 0 5px 0 10px; }
				#mainMenuRight a { margin: 0; padding: 0; color: #ffffff; font-size: 12px; text-decoration: none; }
				#mainMenuRight a.act { font-weight: bold; }
				#mainMenuRight a:hover { text-decoration: underline; }
	#docCols { }
		#docCols .colsTable { height: 100%; }
			#colLeft { background: #e1e2e4; }
				#subMenu { }
					#subMenu ul { padding: 0; margin: 0; }
						#subMenu li { margin: 10px 0 10px 25px; list-style: url(../img/icon_submenu.gif); }
							#subMenu a { text-decoration: none; }
							#subMenu a:hover { text-decoration: underline; }
							#subMenu a.act { font-weight: bold; }
					#subMenu .e2 li { margin: 5px 0; list-style: none none; }
						#subMenu .e2 a { font-size: 10px; }
					#subMenu .e3 li { margin: 2px 0 5px 10px; list-style: none none; padding:0;}
						#subMenu .e3 a { font-size: 10px; }
                    #subMenu .e4 li { margin: 2px 0 5px 20px; list-style: none none; }
                        #subMenu .e4 a { font-size: 10px; }
                    #subMenu .e5 li { margin: 2px 0 5px 30px; list-style: none none; }
                        #subMenu .e5 a { font-size: 10px; }
				#committed{
					 background: #e1e2e4;
					text-align: center;
                    padding-bottom:5px;
				}
			#colMiddle { padding: 0 5px 5px 5px; }
			#colRight { }
	#docFooter { padding: 5px 15px 5px 5px; }
		#docFooter a { color: #000000; text-decoration: none; }
		#footerTable { border-bottom: 1px solid #939598; }
			#footerLeft { }
			#footerLeft span, #footerRight span { margin: 0 15px 0 0; }
			#footerRight { width: 350px; }
			#footerRight td { white-space:nowrap; }
				#printLink a { padding: 4px; display: block; background: #939598; color: #ffffff; font-weight: bold; }
	#docPrint { margin: 10px; }
		#printLogo { padding: 10px 0; border-bottom: 1px solid #808080; text-align: right; }
		#printContent { padding: 10px 0; }
		#printFooter { border-top: 1px solid #808080; padding: 10px 0; }

	#contentSubmenu { width:100%; margin-bottom: 20px; padding-bottom: 20px; }
		#contentSubmenuTitel { font-size: 16px; font-weight: bold;}
		#contentSubmenuMenu li { float: left; margin: 10px 20px 20px 20px;}
		#contentSubmenuMenu li a { display: block;}
		#contentSubmenuMenu a.act { font-weight: bold; }

/*----------------------------------------------------------------
	OTHER-SELECTORS
----------------------------------------------------------------*/
.clear { clear: both; }
/*----------------------------------------------------------------
	BOXES
----------------------------------------------------------------*/
/*--------------------------------
	General
--------------------------------*/
.box { border: 1px solid #939598; margin: 0 0 10px 0; }
	.box .boxHeader { background: url(../img/bg_boxheader.gif) repeat-x; height: 26px; }
		.boxHeader h1 { margin: 0; padding: 4px 0 0 8px; color: #6c6e71; background: transparent; font-size: 13px; font-weight: bold; }
	.box .boxContent { padding: 8px; background: #ffffff; }
/*--------------------------------
	Standard #2
--------------------------------*/
#std2 { border: none; }
	#std2 .csc-firstHeader { margin: 0; padding: 0; }
	#std2 .colLeft { float: left; width: 25%; }
	#std2 .colRight { float: left; width: 75%; }
/*--------------------------------
	Box mit 2 Spalten
--------------------------------*/
#box2col {  border: 1px solid #939598; margin: 0 0 10px 0;  }
	#box2col .csc-firstHeader { margin: 0; padding: 0; }
	#box2col .colLeft { position: relative; left: 0px; top: 0px; float: left;}
	#box2col .colRight { position: relative; top: 0px; }
/*--------------------------------
	Tabelle mit 2 Spalten
--------------------------------*/
.table2col {  margin: 0 0 0 0; padding:0; border-spacing: 0; border-collapse: collapse;}
	.table2col .csc-firstHeader {}
	.table2col .colleft { padding-right:5px; vertical-align:top;}
	.table2col .colright { padding-left:5px; vertical-align:top; }
/*--------------------------------
	News, Product of the week...
--------------------------------*/
#boxNewsProduct { }
	#boxNewsProduct .boxContent { padding: 0; }
		.newsProductLeft { padding: 8px; border-right: 1px dotted #bcbdc0; height: 100%; }
		.newsProductRight { padding: 8px; }
#boxNewsPCN { }
#boxNewsUptodate {
 }
#boxProductWeek { }
	#boxProductWeek .boxContent { background: #e1e2e4; }
/*--------------------------------
	Online Catalog, Search, Login
--------------------------------*/
#boxSearch { }
	#boxSearch .boxContent { padding: 2px; background: #e1e2e4;}
		#search { padding: 8px 8px 0 8px; }
			#searchSections { margin: 5px 0 0 0; }
			#searchSections input { background: transparent; }
			#searchSections * { padding: 0; margin: 0; }
			#searchSections td.label { padding: 0 0 0 3px; }
			#searchSections td.components { padding: 0 8px 0 3px; }
			#search .inputText { width: 100px; margin: 0 8px 0 0; }
			#search .inputBtn { }
/*
*/
#boxOnlineCatalog { }
	#boxOnlineCatalog .boxContent { padding: 2px; }
		#login { padding: 8px 8px 0 8px; }
			#loginHeader { font-weight: bold; }
			#login td { padding: 0 8px 5px 0; }
			#login .inputUser, #login .inputPwd { width: 100px; }
			#login .inputChk { background: #ffffff; }
			.spanLoggedInUser { font-weight: bold; }
/*----------------------------------------------------------------
	CSS Styled Content
----------------------------------------------------------------*/
/*--------------------------------
	Header
--------------------------------*/
.csc-firstHeader { }
.csc-header h1, .csc-header h1 a { clear:both; margin-top:10px; margin-bottom: 10px;}
.csc-header h2, .csc-header h2 a { }
.csc-header h3, .csc-header h3 a { }
.csc-header h4, .csc-header h4 a { }
.csc-header h5, .csc-header h5 a { }
/*--------------------------------
	Image with Text
--------------------------------*/
.csc-caption {}
.imgtext-table{clear:both; }

.csi-textpic {
	padding: 5px;
	background: #FFFFFF;
	color:#000000;
	/*XXX demo only*/
	border: 0;  /*XXX demo only*/
}
.csi-textpic img {
	border: 0px solid black;
	/*XXX demo only*/
	margin: 4px;
}
.csc-textpicHeader {
	margin: 5px 0 0 0;
}
.csc-textpicHeader h1 {
	margin: 5px 0 5px 0;
}

.csi-textpic .csi-caption {
	text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	font-style: italic;  /*XXX demo only*/
}
.csi-textpic .csi-image {
	border: 0;  /*XXX demo only*/
	margin: 0 0 3px 0;  /*XXX demo only*/
	background: #FFF;  /*XXX demo only*/
/*	width: 150px; /*will have to be an inline style - controlled by TS*/

}
.csi-textpic .csi-imagewrap {
	border: 0; /*XXX demo only*/
	text-align: center;		/* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */
}
.csi-textpic .csi-text {
	border: 0; /*XXX demo only*/
	text-align: left; /*will have to be an inline style - controlled by TS*/
}
.csi-text p {
	margin-top: 0;
}
/* CENTER */
.csi-center .csi-image {
	margin: 0 auto 3px;
}
/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}
.csi-right div.csi-text {
	clear: right;
}
/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
}
.csi-left div.csi-text {
	clear: left;
}

/* BW Test */
.csi-textpic .csi-intext-left {
	float: right;
	clear: both;
	color:#000000;
}

/* BW Test */
.csi-textpic .csi-intext-right {
	float: left;
	clear: both;
	color:#000000;
}

/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}
/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 5px;
}
/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
/*	margin-right: 215px; /*will have to be an inline style - controlled by TS*/
}
.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}
/* INTEXT LEFT NOWRAP*/
.csi-intext-left-nowrap .csi-text {
/*	margin-left: 215px; /*will have to be an inline style - controlled by TS*/
}
.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}


/*--------------------------------
	Bulletlist
--------------------------------*/
.csc-bulletlist { }
.csc-bulletlist-1, .csc-bulletlist-2, .csc-bulletlist-3 { }
	.csc-bulletlist-1 li { }
	.csc-bulletlist-2 li { }
	.csc-bulletlist-3 li { }
/*--------------------------------
	Link to top
--------------------------------*/
.csc-linkToTop a { }
/*--------------------------------
	Uploads
--------------------------------*/
.csc-uploads p { }
/*--------------------------------
	Content - Menü
--------------------------------*/
li.csc-menu {
	margin: 15px 0 5px 15px;
}
.csc-menu p {
	margin: 5px 0 5px 5px;
}
/*--------------------------------
	Sitemap
--------------------------------*/
div.csc-menu-2 { }
	div.csc-menu-2 p.csc-sitemap { }
	div.csc-menu-2 p.csc-sitemap-level1 { }
	div.csc-menu-2 p.csc-sitemap-level2 { }
	div.csc-menu-2 p.csc-sitemap-level3 { }
	div.csc-menu-2 p.csc-sitemap-level4 { }
/*--------------------------------
	Tables, generally
--------------------------------*/
table.contenttable p { }
table.contenttable tr td {vertical-align:top; }
/*--------------------------------
	Tables, specifically
--------------------------------*/
table.contenttable-0 p { }
table.contenttable-1 { border: 1px solid #d4d4d4; border-collapse: collapse; }
	table.contenttable-1 p { }
	table.contenttable-1 td { padding: 3px; border: 1px solid #d4d4d4; }
	table.contenttable-1 tr.tr-0 td { }
	table.contenttable-1 tr.tr-0 td p { }
table.contenttable-2 { border: 1px solid #d4d4d4; border-collapse: collapse; }
	table.contenttable-2 p { }
	table.contenttable-2 td { padding: 3px; border: 1px solid #d4d4d4; }
	table.contenttable-2 tr td.td-0 { }
	table.contenttable-2 tr td.td-0 p { }
	table.contenttable-2 tr.tr-0 td { background: #f6f6f6; }
	table.contenttable-2 tr.tr-0 td p { font-weight: bold; }
table.contenttable-3 { border: 1px solid #d4d4d4; border-collapse: collapse; }
	table.contenttable-3 p { }
	table.contenttable-3 td { padding: 3px; border: 1px solid #d4d4d4; }
	table.contenttable-3 tr td.td-0 { background: #f6f6f6; }
	table.contenttable-3 tr td.td-0 p { font-weight: bold; }
	table.contenttable-3 tr td.td-0, table.contenttable-3 tr.tr-0 td { }
	table.contenttable-3 tr td.td-0 p, table.contenttable-3 tr.tr-0 td p { }


/*--------------------------------
	Adminpanel
--------------------------------*/
table.typo3-adminPanel * { font-size: 11px; }
table.typo3-adminPanel a { text-decoration: none; }
/*----------------------------------------------------------------
	EXT: NEWS
----------------------------------------------------------------*/
#boxProductWeek .newsLatestItem { border: none; padding: 0 0 0px 0; margin: 0 0 0px 0;}
.newsProductRight .newsLatestItem {  }

.newsLatestItem { border-bottom: 1px dotted #bcbdc0; padding: 0 0 8px 0; margin: 0 0 8px 0; }
	.newsLatestItemContent a { font-weight: bold; }
	p.image { margin: 0; padding: 0 5px 3px 5px; }
    .newsLatestItemContent img, .news-single-img img { border: 1px solid #7C7C7C;}

.newsList { margin: 0; padding: 0; list-style: none; }

.PdW {
    background-color: #fff;
}

.newsLatestItem a:link, .newsLatestItem a:active, .newsLatestItem a:visited, .newsLatestItem a:hover  {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.newsLatestItem a:hover {
    text-decoration: underline;
    color: #0080c0;
}

.news-catmenu img {
    padding-right: 0.5em;
    padding-top: 0.8em;
    vertical-align: text-bottom;
}
.news-catmenu-ACT a {
    font-weight: bold;
    text-decoration: none;
}

.newsListItem a {
    font-weight: bold;
}

li.newsListItem {
	border-bottom: 1px dotted #bcbdc0; margin: 0 0 8px 0; padding: 0 0 8px 0;
	list-style-type: none;
	list-style-image: none;
}
.newsSingle .newsSingleHeader {
	margin: 0;
	padding: 5px 0 5px 0;
}
.newsSingleAuthor table {
	width: 98%;
    border-bottom: 1px dotted #bcbdc0;
}
.newsSingleAuthor span {
	float: right;
	font-size: 11px;
	padding-right:10px;
	white-space:nowrap;
}

.newsSingle .newsSingleContent {
}
.newsSingle .subheader {
}
.newsSingle .news-single-img {
	float: right;
	padding: 0 0 10px 10px;
}

.newsSingle	.news-single-files img {
	margin: 0 5px 0 0;
}

.newsSingle	.newsimage {
	text-align:left;
}
.newsSingle	.newsimage_caption {
	text-align:left;
	font-size: 9px;
	padding-left:5px;
}
.newsSingle	.news-single-webgate {
	padding: 15px 0px 10px 0px;
}

.newsArchiv	{
	margin: 30px 0 10px 10px; padding: 0;
}
li.news-amenu-item-year {
	margin: 0 0 0 5px; padding: 3px 0 3px 2px;
}
li.news-amenu-item-year dd {
	margin: 0; padding: 0;
}
.archivList {
	margin: 0 0 0 30px; padding: 3px 0 3px 2px;
}

.news-search-form {
	margin: 10px 0 10px 0;
}

.news-search-emptyMsg {
	margin-bottom: 20px;
}

/*
.news-single-img { float: right; }
*/
/*----------------------------------------------------------------
	EXT: INDEXED SEARCH
----------------------------------------------------------------*/
.tx-indexedsearch { width: 100%; }
.tx-indexedsearch p { margin: 0; }
.tx-indexedsearch-res p { margin: 0; }
	.tx-indexedsearch-searchbox *, .tx-indexedsearch-whatis *, .tx-indexedsearch-browsebox *, .tx-indexedsearch-descr *, .tx-indexedsearch-info * { font-size: 11px; }
	.tx-indexedsearch-redMarkup { color: #ff0000 !important; font-size: 11px; }
	.tx-indexedsearch-info { border-bottom: 1px dotted #d4d4d4; }
/*----------------------------------------------------------------
	FEUser -> BELogin
----------------------------------------------------------------*/
.tx-dkdfeuserbelogin-pi1 { padding: 0 0 8px 0; }


.imgtext-nowrap {
	padding-top : 10px;
}

/*----------------------------------------------------------------
	HerstellerLinks
----------------------------------------------------------------*/
#boxManufacturerLink {
	width: 100%;
}
.ManufacturerEintrag {
}
.ManufacturerLogo {
    border-top: 1px dotted #d4d4d4;
    border-bottom: 1px dotted #d4d4d4;
    border-left: 1px dotted #d4d4d4;
    width: 250px;
    height: 70px;
    padding-left: 10px;
    vertical-align: middle;
}
.ManufacturerLogo a {
}

.ManufacturerText {
    border-top: 1px dotted #d4d4d4;
    border-bottom: 1px dotted #d4d4d4;
    border-right: 1px dotted #d4d4d4;
	padding-left: 10px;
}
.ManufacturerName {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.ManufacturerLink {
	padding: 0 0 2px 0;
}

/*----------------------------------------------------------------
	PartnerLinks
----------------------------------------------------------------*/
#boxPartnerLink { }
.PartnerName {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.PartnerLink {
	padding: 0 0 5px 0;
}
.PartnerLogo {
	padding: 0 20px 0 10px;
}
.PartnerLabel {
	width: 100px;
	padding: 0 5px 0 10px;
}

/*----------------------------------------------------------------
	Linklisten
----------------------------------------------------------------*/
#Linklisten { }
.LinklistenTitel {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 5px;
}
.LinklistenEintrag {
	padding: 0 0 5px 5px;
}

/*----------------------------------------------------------------
	mailform_plus
----------------------------------------------------------------*/
.formfield_required {
 color: #008BD0;
}
.formfield_optional {
 color: #000000;
}


/*--------------------------------
	Formular
--------------------------------*/
.csc-mailform {
}
.csc-form-labelcell { vertical-align:top; background-color:#d3d3d3}
.csc-form-label {}
.csc-form-fieldcell { background-color: #f3f3f3; }
.csc-form-radio {}


/*----------------------------------------------------------------
	RTE-Klassen
----------------------------------------------------------------*/
.Highlight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.DarkGrey {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #808080;
	padding: 5px;
}
.LightGrey {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #d3d3d3;
	padding: 5px;
}
.Title1 { font-size: 16px; font-weight: bold;}
.Title2 { font-size: 14px; font-weight: bold;}
.Title3 { font-size: 12px; font-weight: bold;}

table .contenttable .Title1 p { font-size: 16px; font-weight: bold; color: #808080; padding: 5px 0 10px 0px;}
table .contenttable .Title2 p { font-size: 13px; font-weight: normal; color: #606060; padding: 0 15px 0 15px; margin: 0;}
table .contenttable .Title3 p { font-size: 12px; font-weight: bold; color: #808080; padding-left: 5px;}

table td .contenttable .Title1 { background-color: #e1e2e4; text-align: left; vertical-align: middle;}
table td .contenttable .Title2 { background-color: #fff; text-align: left; vertical-align: middle; padding: 0;margin:0;}
table td .contenttable p { padding: 0;margin:0;}

.committedhome { width: 100%; padding: 0 0 0 10px;}
.committedhome .Title1 { font-size: 14px; font-weight: bold; padding: 0px 0 3px 0;}
.committedhome .Title2 { font-size: 12px; font-weight: bold; padding: 3px 0 1px 0; margin: 0;}
.committedhome .Title3 { font-size: 12px; font-weight: bold; padding: 2px 0 2px 0; color: #0080c0;}

.committedhome a:link, .committedhome  a:visited, .committedhome  a:hover, .committedhome  a:active
{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.committedhome a:hover
{
    color: #0080c0;
    text-decoration: underline;
}

#integrated a:link, #integrated a:visited, #integrated a:hover, #integrated a:active
{
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: #606060;
}
#integrated a:hover {
    color: #0080c0;
    text-decoration: underline;
}

dt {
	margin:0 0 5px 0;
	padding: 0;
}
dd {
	margin:0;
	padding-left: 10px;
}
.internal-link img {
	border:0;
	margin-right: 5px;
}

.RutQuellcode {
    font-family: Courier;
    font-size: 11px;
    color: #000000;
    background: #d3d3d3;
    padding: 5px;
    border: 1px dotted black;
    margin: 3px;
}

/*----------------------------------------------------------------
	Offices
----------------------------------------------------------------*/
.tx-clcompanydatabase-pi1 {
	padding-bottom: 30px;
}
.tx-clcompanydatabase-pi1-listrow th {
	background: #d3d3d3;
	padding: 4px;
	width: 33%;
}

.tx-clcompanydatabase-pi1-listrow td {
	border-bottom: 1px dotted #bcbdc0;
	padding: 2px;
}

/*----------------------------------------------------------------
	Joboffers
----------------------------------------------------------------*/
#tx-cljoboffers_pi1 {
}
.tx-cljoboffers-pi1-listrow th {
	background: #d3d3d3;
	padding: 4px;
	text-align:left;
}

.tx-cljoboffers-pi1-listrow td {
	background: #ffffff;
	border-bottom: 1px dotted #bcbdc0;
	padding: 2px;
}
.tx-cljoboffers-pi1-position {
	width: 50%;
	font-weight: bold;
}
.tx-cljoboffers-pi1-company {
	white-space:nowrap;
}
.tx-cljoboffers-pi1-city {
	white-space:nowrap;
}
.tx-cljoboffers-pi1-link {
	white-space:nowrap;
}

.tx-cljoboffers-pi1-jobtitle {
	background: #808080;
	color: #ffffff;
	padding:5px;
	font-size: 14px;
	font-weight: bold;
}

/*----------------------------------------------------------------
	extended Calendar
----------------------------------------------------------------*/
.calendar_upcoming {
}

.calendar_upcoming_home {
    padding-left: 0px;
}

.calendar_upcoming .upcoming_title {
	clear:both;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
}

.calendar_upcoming table {
	border-spacing: 0;
	border-collapse: collapse;
}
.calendar_upcoming th {
	text-align: left;
	background: #d3d3d3;
	padding: 4px;
}
.calendar_upcoming td {
	text-align: left;
	border-bottom: 1px dotted #bcbdc0;
	padding: 4px;
}

.calendar_upcoming start_date, .calendar_upcoming end_date {
	white-space:nowrap;
}

.calendar_upcoming .single_event {
	font-size: 11px;
	margin: 5px;
}

.calendar_upcoming .single_event .event_title A {
	text-decoration: none;
}

.calendar_upcoming .single_event .event_time {
}
.calendar_upcoming .single_event .event_series {
}

.calendar_upcoming .single_event .event_teaser {
	padding-left: 25px;
}

.single_event {
	clear:both;
}

.single_event .event_title {
	clear:both;
	font-size: 16px; font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
.single_event .event_data {
	color: #000000;
	background: #d3d3d3;
	padding: 10px;
	margin-bottom:20px;
}

.single_event .event_time {
	padding-bottom: 5px;
}
.single_event .event_address {
}
.single_event .event_image {
	float: right;
	margin: 10px;
}

.single_event .event_teaser {
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
}
.single_event .event_description {
}
.single_event .event_moreinfo{
}
.single_event .event_url {
	margin-top:10px;
}
.single_event .event_url a {
	font-weight: bold;
	font-size: 14px;
}

.single_event h2 {
	margin: 0px;
}
.single_event .event_organizer {
	color: #000000;
	background: #d3d3d3;
	padding: 5px;
	margin-top: 10px;
}
.single_event .event_organizer_name {
	margin-top: 10px;
	font-weight: bold;
}
.single_event .event_organizer_image {
	float: left;
}
.single_event .event_category {
	text-align: center;
}
.single_event .event_targetgroup {
	text-align: center;
}

.single_event .question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #288EBD;
	font-weight: bold;
	margin-top: 10px;
}

/*----------------------------------------------------------------
	extended Tables
----------------------------------------------------------------*/
.tx-thexttable-pi1 {
	width: 600px;
	max-width: 600px;
	overflow: auto;
}
.tx-thexttable-pi1 table {
	border-spacing: 0;
	border-collapse: collapse;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-thexttable-pi1 td {
	vertical-align:top;
	font-size: 11px;
	padding:3px;
}
.TableBody {
	border-spacing: 0;
	border-collapse: collapse;
}
.TableHead {
	font-weight: bold;
	color: #ffffff;
	background: #808080;
	padding: 3px;
	border: 1px solid black;
}
.TableCellGrey {
	color: #000000;
	background: #d3d3d3;
	padding: 3px;
	border: 1px solid black;
}
.TableCellWhite {
	color: #000000;
	background: #ffffff;
	padding: 3px;
	border: 1px solid black;
}
.TableCellFocus {
	color: #000000;
	background: #000099;
	padding: 3px;
	border: 1px solid black;
}
.TableCellHighlight {
	color: #000000;
	background: #0099FF;
	padding: 3px;
	border: 1px solid black;
}
.TableCellSelected {
	color: #000000;
	background: #606060;
	padding: 3px;
	border: 1px solid black;
}
.TableCellBlue {
    color: #000000;
    background: #dfedfa;
    padding: 3px;
    border: 1px solid #ffffff;
}
.TableCellDarkBlue {
    color: #000000;
    background: #d3e7f8;
    padding: 3px;
    border: 1px solid #ffffff;
}
.TableCellHeadBlue {
    color: #ffffff;
    background: #63b6e7;
    padding: 3px;
    border: 1px solid #ffffff;
}

LeftContent {
	width: 300px;
}
RightContent {
	width: 50%;
}

.align-justify {
    text-align: justify;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

/*----------------------------------------------------------------
	DISCOMP RMA-Schein
----------------------------------------------------------------*/
.rmafehler {
	font-weight : bold;
	color : Red;
	text-align : center;
}

.rmazeit {
	color : Black;
	background-color : #ffcc00;
	font-weight : bold;
}

.rmabeschreibung {
	color : Black;
	background-color : #FFFFC2;
}
.rmaSPlinks {
	color : Black;
	background-color : #ffcc00;
	font-weight : bold;
}

.rmaSPrechts {
	color : Black;
	background-color : #FFFFC2;
}

.rmaPflicht {
	font-size : 9px;
	color : Black;

}
.newsletterTitelRubrik {
	border-top: 1px dotted #bcbdc0;
	font-size : 16px;
	font-weight: bold;
}
.newsletterTitelArtikel {
	font-size : 14px;
	font-weight: bold;
}

/* Default stylesheet for the html mails of tx_feuser_register extension */
.tx-srfeuserregister-pi1 p { font-family:Verdana, sans-serif; font-size:12px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px; }
.tx-srfeuserregister-pi1 a:link { background-color:transparent; color:navy; text-decoration:none; font-weight:bold;}
.tx-srfeuserregister-pi1 a:visited { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
.tx-srfeuserregister-pi1 a:hover { background-color:transparent; color:#333333; text-decoration:none; }
.tx-srfeuserregister-pi1 a:active { background-color:transparent; color:navy; font-weight:bold; text-decoration:none; }
.tx-srfeuserregister-pi1 td { vertical-align:top;  font-family:Verdana, sans-serif; font-size:12px; line-height:125%; color:#35006d; margin-top:8px; margin-bottom:0px; padding-top:0px; padding-bottom:0px; padding-right:3px; padding-left:3px; text-indent:0px;}
.tx-srfeuserregister-pi1 td.tx-srfeuserregister-pi1-frame { padding-right:0px; padding-left:0px; }
.tx-srfeuserregister-pi1-notice {}

/* Tool-Katalog */
.tooltab{
	font-size : 12px;
	background-color : #d3d3d3;
	color : #000000;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;

}


/*----------------------------------------------------------------
	zitat Helmut und Thomas Rudel in Company
----------------------------------------------------------------*/
.unternehmensbild {
	width:150px;
}
.unternehmenszitat {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	line-height:130%;
	color: #000000;
	padding:20px 5px 5px 5px;

	text-align: left;
	vertical-align: middle;
	width:440px;
}

/*----------------------------------------------------------------
	Discomp Contact
----------------------------------------------------------------*/
#box1 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:40px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
#box2 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:40px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
#box3 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:40px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
#box4 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:40px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
#box5 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:40px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
#box6 {
	top:280px;
	left:200px;
	position:absolute;width:200px;height:70px;z-index:1;background:#efefef;border:solid 1px black;font-family:Arial;font-size:10pt;overflow: hidden;padding:3px;}
}

/*----------------------------------------------------------------
    Plugin FAE FAQ
----------------------------------------------------------------*/
.user-faefaq-pi1 {
}
.user-faefaq-select {
    margin-bottom:10px;
}
.user-faefaq-category, .user-faefaq-supplier {
    padding-left: 10px;
}
.user-faefaq-eintrag {
    margin:8px;
    padding:3px;
}
.user-faefaq-eintrag-frage {
    padding: 10px 0 3px 10px;
}
.user-faefaq-eintrag-frage a {
    font-weight:bold;
    font-size: 12px;
}
.user-faefaq-eintrag-link {
    font-size: 12px;
    padding: 5px 0 15px 10px;
}
.user-faefaq-single {
    margin:8px;
    padding:3px;
}
.user-faefaq-single-frage {
    padding:3px;
    font-size: 12px;
    font-weight:bold;
}
.user-faefaq-single-link {
    padding:5px;
}
.user-faefaq-single-antwort {
    padding:5px;
}
.user-faefaq-single-link {
    padding:5px;
}


/*----------------------------------------------------------------
    Components Inhaltsverzeichnis
----------------------------------------------------------------*/
.HighlightContentActive .TableHead {
    background: #C40C42;
    padding: 5px;
    border: 0;
}
.HighlightContentActive .TableHead p {
    color: #fff;
    font-weight: bold;
}
.HighlightContentActive li { margin: 5px 0 5px 20px; list-style: url(../img/icon_submenu_active.gif); }

.HighlightContentPassive .TableHead {
    color: #fff;
    background: #00548E;
    padding: 5px;
    border: 0;
    font-weight: bold;
}
.HighlightContentPassive .TableHead p {
    color: #fff;
    font-weight: bold;
}
.HighlightContentPassive li { margin: 5px 0 5px 20px; list-style: url(../img/icon_submenu_passive.gif); }

.HighlightContentEmech .TableHead {
    background: #DD6E1D;
    padding: 5px;
    border: 0;
}
.HighlightContentEmech .TableHead p {
    color: #fff;
    font-weight: bold;
}
.HighlightContentEmech .TableHead a, .HighlightContentPassive .TableHead a, .HighlightContentActive .TableHead a {
    color: #fff;
    font-weight: bold;
}
.HighlightContentEmech li { margin: 5px 0 5px 20px; list-style: url(../img/icon_submenu_emech.gif); }

.HighlightContentWireless .TableHead {
    background: #422681;
    padding: 5px;
    border: 0;
}
.HighlightContentWireless .TableHead p {
    color: #fff;
    font-weight: bold;
}
.HighlightContentWireless .TableHead a {
    color: #fff;
    font-weight: bold;
}
.HighlightContentWireless li { margin: 5px 0 5px 20px; list-style: url(../img/icon_submenu_wireless.gif); }


/*----------------------------------------------------------------
    Plugin macina_banner
----------------------------------------------------------------*/
.banner {
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
.banner_bottom {
    padding: 10px 0 10px 0;
    margin:0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px dashed silver;
}

/*--------------------------------
    Sitemap
--------------------------------*/
.sitemap_divisionimage {

}

.sitemap_divisionname {
    font-size: 12px;
    color: #585858;
    padding: 5px;
}

.sitemap_gruppe1 .sitemap_gruppenname {
    font-weight: bold;
    padding: 6px 0 2px 1px;
}
.sitemap_gruppe2 {
    color: #585858;
    padding: 2px;
}
.sitemap_gruppe2 a {
    text-decoration: underline;
    color: #585858;
    cursor: pointer;
}
.sitemap_gruppenimage {
    padding-right: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.bereich_01A {
    color: #D3242B;
}
.bereich_01P {
    color: #005D9D;
}
.bereich_01E {
    color: #FCB740;
}
.bereich_01D {
    color: #00B0A0;
}
.bereich_01T {
    color: #6BB75F;
}
.bereich_01W {
    color: #4D499D;
}
.linkselector {
    padding: 5px 0 5px 15px;
}
.linkselector p {
    line-height: 150%;
}

.webgatebanner {
    background-color: #fff;
}

.webgatebanner ul {
padding: 0 0 10px 5px ;
color: #0080c0;
}

.webgatebanner ul li {    color: #0080c0;    font-weight: bold;}
.webgatebannerloginform {    padding-top: 5px;    padding-left: 5px;}

.seminars_image {
    float: right;
}

.tx-onetimeaccount-pi1-first_name input, .tx-onetimeaccount-pi1-last_name input,
.tx-onetimeaccount-pi1-zip input, .tx-onetimeaccount-pi1-city input {
    width: 20em !important;
}

.tx-onetimeaccount-pi1 .tx-onetimeaccount-pi1-submit {
    float: none !important;
}


fieldset.tx-powermail-pi1_fieldset  {
    background-color:#FFF !important;
}
fieldset.tx-powermail-pi1_fieldset div.even {
    background-color:#FFF !important;
}




div.filelinks {
    margin-bottom: 2em;
}
.filelinks div {
    padding-left:25px;
    background: none;
    margin-bottom:10px;
    /*border-bottom: 1px dashed grey;*/
}
.filelinks .pdf {
    background: none !important;
}
.filelinks .doc {
    background: none !important;
}
.filelinks .exe {
    background: none !important;
}
.filelinks span{
    display: inline;
}
.filelinks .filecount{
    margin-bottom:5px;
}
.filelinks .fileicon {
    padding-right: 5px;
}
.filelinks .fileicon img {
    vertical-align: middle;
}
.filelinks a{color:#000;text-decoration:none; }
.filelinks a:hover{text-decoration:underline;}
.filelinks .filename {
    font-family: courier;
    padding-left:20px;
    font-size: 8px;
    text-align: right;
}
.filelinks .filetitle {
    font-weight: bold;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.filelinks .filedescription {
    font-weight: normal;
}


/*--------------------------------
    Seminars
--------------------------------*/
.tx-seminars-pi1-listrow th a:link,.tx-seminars-pi1-listrow th a:visited {
    font-weight: bold;
    text-decoration: none;
}
.tx-seminars-pi1-title a:link,.tx-seminars-pi1-title a:visited {
    text-decoration: none;
}
.tx-seminars-pi1-title a:hover {
    text-decoration: underline;
}

.tx-seminars-registration {
    margin-top: 1em;
}
.tx-seminars-registration a:link, .tx-seminars-registration a:hover {
    padding: .5em 2em .5em;
    color: #fff;
    text-decoration: none;
}
.tx-seminars-registration a:link {
    background-color: #0080c0;
}

.tx-seminars-registration a:hover {
    background-color: #585858;
}

.linecard th {
    height: 200px;
    width: 20px !important;
    vertical-align: bottom;
    text-align:center;
    background-color: white;
    border: 1px solid #ccc;
}
.linecard .head {
    height: 20px;
    width: 200px;
    text-align: left;
    border: 1px solid red;
    white-space:nowrap;
    writing-mode: tb-rl;
    filter: flipv fliph;

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* CSS-Tranformation für die Internet Explorer */
  -moz-transform: rotate(-90deg); /* CSS-Transformation für Mozilla Firefox */
  -webkit-transform: rotate(-90deg); /* CSS-Transformation für Google Chrome und Safari */
  -o-transform: rotate(-90deg); /* CSS-Transformation für ältere Opera-Versionen */
  transform: rotate(-90deg) /* Eigentliche CSS3-Transformation, bislang nur für neuere Opera-Versionen */
}
.linecard td {
    padding: 0;
    margin: 0;
    vertical-align:bottom;
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 18px;
    height: 18px;
    background-color: white;
}
.linecard td.produktname {
    vertical-align: middle;
    width: 200px;
}

.linecard td.ok {
    background-color: green;
}