﻿/*
// STYLE_ALL.CSS
//
// Concept, Design and Programming by
// stoll & fischbach eBusiness
// SF eBusiness GmbH,
// Herrenberg, Germany
//
// style_all.css contains Styles that are non Browser/Platform specific
*/

/* Begin Styles by Tag Name */
body {
 margin: 0px;
 background-color: #DFDCD8;
 background-image:url(http://www.stoma-belt.de/img/background_logo.gif);
 color: black;
 scrollbar-base-color:#006261;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-arrow-color:#DFDCD8;
 scrollbar-darkshadow-color:#006261;
 scrollbar-face-color:#006261;
 scrollbar-highlight-color:#006261;
 scrollbar-shadow-color:#FFFFFF;
 scrollbar-track-color:#C4BEB8;
}
div {
 position: absolute;
 z-Index: 10;
}
b {
 font-weight: bold;
}
a {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
/* End Styles by Tag Name */

/* Begin Styles by Class Name */
.metaNavigation {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 line-height: 18px;
 text-decoration: none;
}
.metaNavigation:hover {
 text-decoration: underline;
}
.metaNavigationActive {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 line-height: 18px;
 text-decoration: underline;
}
.metaNavigationActive:hover {
 text-decoration: underline;
}
.mainNavigation {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 line-height: 18px;
 text-decoration: none;
 background-color: #C4BEB8;
 height: 18px;
}
.mainNavigation:hover {
 color: #FFFFFF;
 background-color: #006261;
 text-decoration: none;
}
.mainNavigationActive {
 color: #FFFFFF;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 line-height: 18px;
 text-decoration: none;
 background-color: #006261;
 height: 18px;
}
.mainNavigationActive:hover {
 text-decoration: none;
}
.linkUnderline {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 text-decoration: underline;
}
.Gridline {
 background-color: #006261;
 height: 1px;
}
.Copytext {
 color: #000000;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
 text-decoration: none;
}
.CopytextGreen {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 12px;
}
.HeadGreen {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 14px;
}
.SmallCopytext {
 color: #000000;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 10px;
 text-decoration: none;
}
.SmallCopytextGreen {
 color: #006261;
 font-family: helvetica, arial, geneva, sans-serif;
 font-size: 10px;
 text-decoration: none;
}
.abstandoben{
 margin-top:4px;
}
/* End Styles by Class Name */

/* Begin Styles by ID */
#nonameDiv {
 left: 0px;
 top: 0px;
}
#altDiv {
 visibility:hidden;
}
#measurementTable {
 left: 20px;
 top: 148px;
}
#VelcroFastenerTable {
 left: 350px;
 top: 200px;
}
#HookFastenerTable {
 left: 350px;
 top: 300px;
}
/* End Styles by ID */
