/*
================================
Skin styles for DotNetNuke
================================
*/
html, body {
	height: 100%;
	background-color:#FFFFFF;
}
body {
	margin: 0;
	padding: 0;
}
/* be nice to Opera */
html>body {
	margin: 0;
	padding: 0;
}
.pagemaster {
	background-color:#F5F5F5;
}

.footer_row {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	height: 24px;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #000000;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	text-decoration: underline;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
/* ---------------------------------------  */
/*      Panes                               */
/* ---------------------------------------  */
.leftpane {
	background-color: transparent;
	padding-right: 0px;
	padding-top: 6px;
}
.contentpane {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;

}
.spacepane {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
/* --------------------------------  */
/*      Link Basic                     */
/* --------------------------------  */
a:link, a:visited   {
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	color: #336699;
	text-decoration: underline;
}
a:focus {outline: none}
/* --------------------------------  */
/*      HEADER                       */
/* --------------------------------  */
.header_logo {
}
.header_line {
	background-color: White;
}
td.header_row {
	color: #666666;
	vertical-align: middle;
	border-top: 12px solid #f5f5f5;
	border-bottom: 4px solid #f5f5f5;
}
a.header_row:link, a.header_row:visited, a.header_row:hover, a.header_row:active {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
	text-decoration: none;
	height: 17px;
}
a.header_row:hover, a.header_row:active {
	text-decoration: underline;
}
a.header_row_active:link, a.header_row_active:visited, a.header_row_active:hover, a.header_row_active:active {
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	height: 16px;
	text-decoration: none;
	vertical-align: middle;
}
a.header_row_disable:link, a.header_row_disable:visited, a.header_row_disable:hover, a.header_row_disable:active {
	font-size: 11px;
	color: #F5F5F5;
	height: 16px;
	text-decoration: none;
	vertical-align: middle;
}
/* --------------------------------  */
/*      CONTENT                      */
/* --------------------------------  */
body, td, .Normal, .content {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #323232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
	vertical-align: top;
}
p
{
	margin-top: 0px;
}
ul
{
	margin-top: 8px;
   padding-top: 0px;
	margin-left: 0px;
	padding-left: 24px;
}
ul li   {
	list-style-type: disc;
}
li.mtop {
	margin-top: 3px;
}
.titeloben {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	line-height: 42px;
	color: #151515;
	text-transform: uppercase;
}
td.titelbox {
	background-color: F5f5f5;
	border-top: 1px solid #e5e5e5;
	height: 51px;
	vertical-align: bottom;
}
td.titelboxAction {
	background-color: F5f5f5;
	border-top: 1px solid #e5e5e5;
	height: 51px;
}
.prodTitel {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	vertical-align: top;
	color: #999999;
	padding-top: 8px;
	padding-bottom: 15px;
}
/* Firefox */
.prodOverview A, .prodOverview A:Active, .prodOverview A:Visited, .prodOverview A:Link {
	line-height: 20px;
	font-weight: bold;
}
a.prodOverview {
	line-height: 20px;
	font-weight: bold;
	padding-left: 19px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;

}
.subtitel {
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	line-height: 24px;
}
.titelmitte {
	font-weight: bold;
	line-height: 25px;
	border-top: 1px solid #323232;
	border-right: 1px none #0000CC;
	border-bottom: 1px solid #323232;
	border-left: 1px none #0000CC;
}
.titel_container {
	font-size: 11px;	
	font-weight: bold;
	line-height: 20px;
}
.titel_container_foto {
	font-size: 11px;	
	font-weight: bold;
	line-height: 20px;
	color: #5F5F5F;
}
.titel_container_border {
	border-top: 2px dotted #B3E1F1;
	border-bottom: 2px dotted #B3E1F1;
}
.produkte_FB {
	border-collapse: collapse;
}
.produkte_FB td {
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #e5e5e5;
	padding-top: 6px;
	padding-bottom: 6px;
}
.spedition {
	border-collapse: collapse;
}
.spedition td {
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #e5e5e5;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* --------------------------------  */
/*      Kontakt Formular             */
/* --------------------------------  */
.formMaster {
	width: 100%;
}
.formMainTable {
	width: 100%;
	margin-top: 24px;
}
.formLabel {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom:5px;
}
.formLabelbold {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom:5px;
}
.formTextbox {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	width: 250px;
	margin-bottom:5px;
}
.formTextboxML {
	font-size: 12px;
	width: 250px;
	margin-bottom:5px;
}
.formButton {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}
.formwarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EA0000;
	vertical-align: top;
}
/* --------------------------------  */
/*      Suchoptionen                 */
/* --------------------------------  */
.titel_container_suchoptionen {
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	padding-left : 20px;
}
.titel_container_suchoptionen_border {
}
 .suchoptionen {
  padding-left : 20px;
}
/* --------------------------------  */
/*      Open-SearchEngine Modul      */
/* --------------------------------  */
p.searchitem {
	margin-top: 18px;
	margin-bottom: 4px;
}
.xsImgSearch {
	vertical-align: middle;
	PADDING-LEFT: 3px;
	MARGIN-RIGHT: 0px;
}
.xsCmdSearch { BORDER-RIGHT: #c7cac9 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #c7cac9 1px solid; PADDING-LEFT: 3px; FONT-SIZE: 8pt; BORDER-LEFT: #c7cac9 1px solid; MARGIN-RIGHT: 2px; BORDER-BOTTOM: #c7cac9 1px solid; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #ffffff }
.xsTxtSearch {
	BORDER-RIGHT: #c7cac9 1px solid;
	BORDER-TOP: #c7cac9 1px solid;
	FONT-SIZE: 9pt;
	BORDER-LEFT: #c7cac9 1px solid;
	WIDTH: 110px;
	height: 17px;
	vertical-align: middle;
	MARGIN-RIGHT: 0px;
	BORDER-BOTTOM: #c7cac9 1px solid;
	BORDER-COLLAPSE: collapse;
	BACKGROUND-COLOR: #ffffff;
}
.xsQuerySyntax {
	border:1px solid #5F5F5F;
}
a.path:link, a.path:visited {
	margin-left: 10px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	text-align: left;
}
a.path:active, a.path:hover {
	text-decoration:underline;
}
/* -------------------------------------  */
/*   Announcements Modul                  */
/* -------------------------------------  */
.titel_announcement_container {
	color: #999999;
	font-size: 17px;	
	font-weight: bold;
	line-height: 28px;
}
td.titel_announcement_container{
}
.AnnouncementTitle, a.AnnouncementTitle:link, a.AnnouncementTitle:visited {
	font-family: Arial;
	font-weight: bold;
	color: #323232;
	line-height: 18px;
}
a.AnnouncementTitle:hover, a.AnnouncementTitle:active {
	color: #6699FF;
}
.AnnouncementDate {
	font-family: Arial;
	color: #323232;
	line-height: 18px;
}
.AnnouncementDescription {
	font-family: Arial;
	font-weight: normal;
	color: #323232;
	line-height: 18px;
}
.DNN_ANN_DesignTable {
	width: 100%;
	border-collapse: collapse;
}
.DNN_ANN_DesignTable td {
	border-style: none none none none;
	border-width: 1px;
	border-color: #999999;
	padding-top: 0px;
	padding-bottom: 12px;
}
/* ----------------------------------  */
/*      LINKS Modul                  */
/* ----------------------------------  */
.titel_link_container {
	color: #5F5F5F;
	font-size: 12px;	
	font-weight: bold;
	line-height: 28px;
	padding-left: 1px;
	text-transform : uppercase;
}
td.titel_link_container{
	border-bottom: 1px solid #5F5F5F;
}
.links_content, a.links_content:link, a.links_content:visited {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #336699;
}
a.links_content:hover, a.links_content:active {
	color: #336699;
	text-decoration: underline;
}
/* ------------------------------------------  */
/*      LINKS Image Modul                      */
/* ------------------------------------------  */
.titel_linkimage_container {
	color: #5F5F5F;
	font-size: 11px;	
	font-weight: bold;
	line-height: 28px;
	padding-left: 1px;
	text-transform : uppercase;
}
td.titel_linkimage_container{
	border-bottom: 1px solid #5F5F5F;
}
.linkimage_cell {
	vertical-align: middle;
	height: 80px;
	width: 40%;
	border-bottom: 1px solid #5F5F5F;
}
.link_cell {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #323232;
	vertical-align: middle;
	height: 80px;
	text-align: left;
	width: 60%;
	border-bottom: 1px solid #5F5F5F;
}
.link_desc_cell {
	font-size: 11px;
	line-height: 20px;
	color: #323232;
	vertical-align: middle;
	height: 80px;
	text-align: left;
	width: 0%;
	border-bottom: 1px solid #5F5F5F;
}
/* --------------------------------  */
/*      NEWS                            */
/* --------------------------------  */
.news_content, a.news_content:link, a.news_content:visited {
	font-size: 11px;	
	line-height: 20px;
	text-decoration:underline;
	color: #323232;
}
a.news_content:hover, a.news_content:active {
	color: #6699FF;
}
/* ------------------------------------------ */
/*   Sitemap (Inventura SideMenu Modul)       */
/* ------------------------------------------ */
.SMMenuHdr {
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 2px;
	background-color: #F5F5F5;
	padding-top: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #E1E1D1;
	cursor: default;
	text-transform : uppercase;
}
.SMMenuItem, .SMMenuItemMouseOver, .SMMenuItem HR {
	font-size: 11px;
	font-weight: normal;
	padding-left: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #E1E1D1;
}
.SMMenuHdr A, .SMMenuHdr A:Active, .SMMenuHdr A:Visited,
.SMMenuHdr A:Link {
	display: block;
	text-decoration: none;
	color: #336699;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: default;
	cursor: pointer;
}
.SMMenuHdr A:Hover {
	background-color: #EEF1E9;
}
.SMMenuItem A, .SMMenuItem A:Active, .SMMenuItem A:Hover, .SMMenuItem A:Visited,
.SMMenuItem A:Link, .SMMenuItemMouseOver A, .SMMenuItemMouseOver A:Active,
.SMMenuItemMouseOver A:Hover, .SMMenuItemMouseOver A:Visited, .SMMenuItemMouseOver A:Link {
	text-decoration: none;
	color: #336699;
	width: 60%;
	background-image : url(submenu_item.gif);
 	background-repeat : no-repeat;
	padding-left : 16px;
	cursor: default;
	cursor: pointer;
}
.SMMenuItemMouseOver {
	background-color: #EAF8FF!Important;
}
hr {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* --------------------------------------------  */
/*   Funktionale Einstell. in Text/HTML Modul    */
/* --------------------------------------------  */
.text_summary {
	display: none;
}
.nonedisplay {
	display: none;
}
div#expand {display: none;}

/* --------------------------------  */
/*   Snapsis NavMenu                 */
/* --------------------------------  */
.TabList {
}
.TabList ul {
	clear: both;
	margin: 0;
	list-style: none;
	display: inline;
}
.TabList li {
	float: left;
	margin: 0;
	display: inline;
	padding: 0 0 0 0;
}
.LinkIcon {
    border:0;
    padding-right:2px;
}
.TabList li li {
	padding: 0 0 0 0;
}
.TabList li li li{
	padding: 0 0 0 0;
}
.TabList li a {
	padding: 0 0 0 0;
	font-family: Arial, San-Serif;
	font-size: 11px;
	voice-family: "\";
}\""; voice-family:inherit;
   line-height:normal;
}


/* IE-PC doesn't see these child selectors but CSS2 compliant browsers can make use of them
#NavTabs > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#NavTabs a {float:none;}
/* End IE5-Mac hack */

#NavTabs a {
	color: #505050;
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

#NavTabs a:hover {
}

#NavTabs .Level0 {
	border-top: 1px solid #ffffff;
	background-color: #EDEDED;
}
#NavTabs .Level0 a {
	width: 230px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 20px;
	text-transform: uppercase;
}
#NavTabs .Level0 a:hover {
	color:#000;
}

#NavTabs .Level1 {
}
#NavTabs .Level1 a{
	width: 217px;
	color: #336699;
	margin-left: 20px;
	padding-left: 13px;
	background-image: url(gt.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;

}
#NavTabs .Level1 a:hover {
	color:#000;
}

#NavTabs .Level2 {
}
#NavTabs .Level2 a {
	width: 195px;
	color: #336699;
	margin-left: 55px;
}
#NavTabs .Level2 a:hover {
	color:#000;
}

#NavTabs .Level3 {
	width: 173px;
	margin-left:77px;
}
#NavTabs .Level3 a {
    color: #336699;
}
#NavTabs .Level3 a:hover {
	color:#000;
}

#NavTabs .SelectedTab {
	font-weight: bold;
	color: #000;
}


#NavTabs .DisabledTab {
    color:#000;
    font-weight:bold;
    padding-left:4px;
    width:165px;
}

