/****************************************************/
/*    1. CSS-Modul: COLORS                          */
/****************************************************/
/* --- neutralColorWhite -- White --- */
/* --- neutralColorLight -- Medium-Light Grey --- */
/* --- neutralColorMedium - Primary Text --- */
/* --- neutralColorStrong - Dark Grey --- */
/* --- neutralColorBlack -- Black --- */
/* --- teaserColor -------- Macronav - Teaser BG --- */
/* --- secondColorStrong -- Dark Secondary Color --- */
/* --- secondColorMedium -- Medium Secondary Color --- */
/* --- secondColorLight --- Light Secondary Color --- */
/* --- primColorStrong ---- Dark Primary Color --- */
/* --- primColorMedium ---- Medium Primary Color --- */
/* --- primColorLight ----- Light Primary Color --- */
/****************************************************/
/*    2.  CSS-Modul: LAYOUT (PAGE REGIONS)          */
/****************************************************/

/* -- BODY ----------------------------------------------*/
html, body, #container {
  height: 100%;
}
body > #container {
  height: auto;
  min-height: 100%;
}
body#web {
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:#E4E4DB;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:15px;
  height:100%;
}
#container {
  position:relative;
  width:953px;
  min-height: 100%;
  margin:0 auto;
  overflow:auto;
  background:url(http://www.pulpnet.ch/common/content_BG.png) top center repeat-y;
}
* html #container {
  overflow:visible;
  height:100%;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/content_BG.png', sizingMethod='scale');
}
/* -- TOP HG --------------------------------------------*/
#barTop1 {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin:0;
  padding:0;
  border:0;
  background:#005CBF url(http://www.pulpnet.ch/common/PRT_BG.png) top left repeat-x;
}
* html #barTop1 {
  background:none;
  background-color:#005CBF;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/PRT_BG.png', sizingMethod='scale');
}
#barTop2 {
  position:absolute;
  left:0;
  width:100%;
  height:30px;
  background:#005CBF url(http://www.pulpnet.ch/common/header2_BG.png) top left repeat-x;
}
* html #barTop2 {
  background:none;
  background-color:#005CBF;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/header2_BG.png', sizingMethod='scale');
}
#barTop3 {
  position:absolute;
  left:0;
  width:100%;
  height:30px;
  background:#D1D1C3 url(http://www.pulpnet.ch/common/header3_BG.png) top left repeat-x;
}
* html #barTop3 {
  background:none;
  background-color:#D1D1C3;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/header3_BG.png', sizingMethod='scale');
}
/* -- TOP -----------------------------------------------*/
#top {
  position:relative;
  width:900px;
  margin:0;
  padding:0 27px 0 26px;
  background:transparent url(http://www.pulpnet.ch/common/headerIMG_BG.png) top center no-repeat;
}
* html #top {
  background:none;
}
#header {
  position:relative;
  float:left;
  width:900px;
  padding:0;
}
#logo {
  position:absolute;
}
#logo a, #logo a:link, #logo a:visited {
  display:block;
  text-decoration:none;
}
/* --- removes BG img and replaces with filter in IE6 --- */
* html #logo a, * html #logo a:link, * html #logo a:visited {
  background:none !important;
}
#barNav {
  position:absolute;
  width:870px;
  height:20px;
  bottom:0;
  left:0;
  padding:5px 15px;
  background:#003366;
  opacity: .3;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
#topNav {
  position:absolute;
  width:884px;
  height:30px;
  bottom:0;
  left:0;
  padding:0 8px;
  background: url(http://www.pulpnet.ch/common/topNav_BG.png) top left repeat-x;
}
* html #topNav {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/topNav_BG.png', sizingMethod='scale');
}
/* -- MIDDLE --------------------------------------------*/
#middle {
  position:relative;
  float:left;
  width:900px;
  padding:0 27px 120px 26px;
}
#aboveContent {
  float:left;
  width:860px;
  height:30px;
  padding:0 20px;
  background:#ECEDE7 url(http://www.pulpnet.ch/common/header3_BG.png) top left repeat-x;
}
* html #aboveContent {
  background:none;
  background-color:#ECEDE7;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/header3_BG.png', sizingMethod='scale');
}
#left {}
#content {
  float:left;
  width:645px;
  margin:0px;
  padding:10px 15px 0 20px;
  border:0;
  overflow:hidden;
}
#contentW {
  float:left;
  width:860px;
  margin:0px;
  padding:10px 20px 0;
  border:0;
  overflow:hidden;
}
/* BG-color compensates BG-bug of IE */
#sidebar {
  float:right;
  width:200px;
  margin:0px;
  padding:25px 20px 0 0;
  background-color:transparent; 
  overflow:hidden;
}
#contentImage {
  position:absolute;
  bottom:115px;
  right:32px;
  z-index:50;
  background:transparent;
}
/* -- BOTTOM --------------------------------------------*/
#barBottom1 {
  position:relative;
  width:100%;
  height:113px;
  margin-top: -113px;
  padding:0;
  border:0;
  background:url(http://www.pulpnet.ch/common/footer3_BG.png) top left repeat-x;
}
* html #barBottom1 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/footer3_BG.png', sizingMethod='scale');
}
#barBottom2 {
  position:absolute;
  top:13px;
  left:0;
  width:100%;
  height:100px;
  background:#005CBF url(http://www.pulpnet.ch/common/PRB_BG.png) top left repeat-x;
  z-index:500;
}
* html #barBottom2 {
  background:none;
  background-color:#005CBF;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/PRB_BG.png', sizingMethod='scale');
}
#bottom {
  position:relative;
  width:953px;
  height: 100px;
  margin:0 auto;
  background:transparent;
}
#footer {
  position:relative;
  float:left;
  width:860px;
  height:100px;
  margin:0;
  padding:0 47px 0 46px;
  background:url(http://www.pulpnet.ch/common/footerIMG_BG.png) top center no-repeat;
  color:#FFFFFF;
  opacity: .8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
* html #footer {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.pulpnet.ch/common/footerIMG_BG.png', sizingMethod='scale');
}
#footerL {
  position:relative;
  float:left;
  width:500px;
  height:100px;
}
#footerR {
  position:relative;
  float:right;
  width:350px;
  height:100px;
  text-align:right;
}
#footerL span, #footerR span {
  position:relative;
  display:block;
  margin:0;
  padding:12px 0 15px 0;
  font-weight:bold;
}
#footerL span {
  font-size:14px;
  line-height:16px;
}
#footer a, #footer a:link, #footer a:visited {
  font-weight:bold;
  font-size:10px;
  color:#FFFFFF;
}
#footer a:hover, #footer a:active {
  color:#FFFFFF;
  text-decoration:underline;
}
#footerR span, #footer span a, #footer span a:link, #footer span a:visited {
  font-style:italic;
  font-weight:bold;
  font-size:12px;
}
#footer p {
  margin:0;
  padding:0;
  color:#FFFFFF;
  font-weight:bold;
  font-size:10px;
}

/*-- FLOATING ---------------*/
.clearing {
  clear:both;
  height:0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
.floatRight {
  float:right;
}
.floatLeft {
  float:left;
}
img.imgNoborder {
  border:0px;
}

/****************************************************/
/*    3.  CSS-Modul: LAYOUT (PAGE ELEMENTS)         */
/****************************************************/

/* -- SITEMAP --------------------------------------*/
td.sitemapTitle0 {
  background-color:#E4E4DB;
  border-right:1px solid #003366;
}
td.sitemapTitle1 {
  background-color:#ECEDE7;
  border-right:1px solid #000000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
  font-weight:bold;
  color:#333333;
  text-decoration:none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
  font-weight:bold;
  color:#000000;
  text-decoration:none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color:#333333;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
  color:#000000;
  font-weight:bold;
  text-decoration:none;
  font-size:12px !important;font-size:small;
}

/* -- (Input) -- */
/* -- SEARCH --------------------------------------------*/
#search {
  float:right;
  width:200px;
  margin:0;
  border:0;
  padding:5px 0 0 0;
  opacity: .6;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
#search form {
  margin:0;
  border:0;
  padding:0;
}
#search input#raw {
  float:left;
  width:175px;
  height:18px;
  margin:0;
  border:0;
  padding:2px 0 0 5px;
  background:#FFFFFF;
  vertical-align:middle;
  color:#333333;
  font-size:11px;
}
#search input#btnSearch {
  float:left;
  width:20px;
  height:20px;
  margin:0;
  border:0;
  padding:2px;
  background:#FFFFFF url(http://www.pulpnet.ch/common/search_arrow.gif) top left no-repeat;
  font-size:12px;
  cursor:pointer;
}
/* -- (Results) -- */
#searchresults {
  width:530px;
  padding:0 15px;
}
#searchresults dl {
  margin:0;
  padding:0;
}
#searchresults dt {
  padding:10px 0 3px 0;
}
#searchresults dd {
  margin:0 0 10px 0;
  color:#32649A;
}

/* -- NEWS -----------------------------------------*/
#Newsindex {
  float:left;
  width:180px;
  padding-top:25px;
}
#Newsindex ul {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  list-style-type:none;
}
#Newsindex li {
  float:left;
  width:180px;
  margin:0;
  border-top:1px solid #666666;
  padding:15px 0;
  cursor:pointer;
}
#Newsindex li.start {
  float:left;
  width:180px;
  margin:0;
  border:0;
  padding:0 0 5px 0;
  color:#003366;
  font-size:14px;
  font-weight:bold;
  cursor:auto;
}
#Newsindex a, #Newsindex a:link, #Newsindex a:visited {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  background:none;
  text-decoration:none;
}
#Newsindex a:hover, #Newsindex a:active {
  text-decoration:none;
}
#Newsindex a:hover span.title, #Newsindex a:active span.title {
  text-decoration:none;
  color:#003366;
}
#Newsindex a:hover span.desc, #Newsindex a:active span.desc {
  text-decoration:none;
  color:#003366;
}
#Newsindex span.title {
  float:left;
  width:180px;
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:bold;
  color:#003366;
  cursor:pointer;
}
#Newsindex span.desc {
  float:left;
  width:180px;
  margin:0;
  padding:5px 0 0 0;
  font-size:12px;
  font-weight:normal;
  color:#003366;
  cursor:pointer;
}

/* -- FORM -----------------------------------------*/
.form {
  color:#000000;
  border:1px solid #666666;
  padding:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size:x-small;
}
html>.form {
  font-size:x-small;
} 
	
.form-button {
  color:#000000;
  background-color:#FFFFFF;
  border:1px solid #666666;
  font-weight:bold;
  padding-left:1px;
  padding-right:1px;
  margin:0;
  font-size:10px !important; font-size: xx-small;
}

/****************************************************/
/*    4.  CSS-Modul: NAVIGATION                     */
/****************************************************/

/* -- CHANNEL MENU ---------------------------------*/
#menu {
  float:left;
  position:relative;
  width:884px;
  padding:0;
  background: transparent;
  overflow: hidden;
}
#menu ul {
  position:relative;
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
}
#menu ul li {
  position:relative;
  float: left;
  height:30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background:transparent url(http://www.pulpnet.ch/common/menu_line.gif) 0px 7px no-repeat;
  z-index:50;
}
#menu ul li:first-child {
  background:none;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  display:inline;
  float:left;
  height:20px;
  margin: 0;
  padding:5px 12px;
  color: #FFFFFF;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
  background:transparent url(http://www.pulpnet.ch/common/menu_current.gif) center bottom no-repeat;
  text-decoration:none;
}
#menu ul li a.active, #menu ul li a.active:link, #menu ul li a.active:visited,
#menu ul li a.current, #menu ul li a.current:link, #menu ul li a.current:visited {
  background:transparent url(http://www.pulpnet.ch/common/menu_current.gif) center bottom no-repeat;
  color:#FFFFFF;
}

/* -- MACRONAVIGATION ------------------------------*/
#macronav {
  float:left;
  width:200px;
  margin:0 0 20px 0;
  border-top:2px solid #D1D1C3;
  border-bottom:1px solid #D1D1C3;
  padding:0;
  background:transparent;
  overflow:hidden;
}
#macronav ul {
  margin:0;
  padding:0;
  list-style:none;
  list-style-image:none;
  overflow:hidden;
}
#macronav ul li {
  width:200px;
  margin:0;
  background:transparent;
  list-style:none;
  overflow:hidden;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited  {
  display:block;
  width:190px;
  border-bottom:1px solid #D1D1C3;
  padding:5px 0 5px 10px;
  color:#003366;
  text-decoration:none;
}
#macronav ul li a:hover, #macronav ul li a:active {
  background:#F1F1E7;
  text-decoration:none;
}
#macronav ul li a.path, #macronav ul li a.path:link, #macronav ul li a.path:visited {
  font-weight:bold;
  background:#F1F1E7;
}
#macronav ul li a.current, #macronav ul li a.current:link, #macronav ul li a.current:visited {
  background:#F1F1E7;
}

/* -- level 2 -- */

#macronav li li a, #macronav li li a:link, #macronav li li a:visited {
  width:160px;
  margin:0;
  padding-left:20px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 3 -- */

#macronav li li li a, #macronav li li li a:link, #macronav li li li a:visited {
  width:150px;
  margin:0;
  padding-left:30px;
  padding-right:20px;
  overflow:hidden;
}
/* -- level 4 -- */

#macronav li li li li a, #macronav li li li li a:link, #macronav li li li li a:visited {
  width:140px;
  margin:0;
  padding-left:40px;
  padding-right:20px;
  overflow:hidden;
}

/* -- MICRONAVIGATION ------------------------------*/
#micronav {
  float:left;
  width:645px;
  height:12px;
  padding:8px 15px 10px 0;
  font-size:10px;
  color:#003366;
}
#micronav a, #micronav a:link, #micronav a:visited {
  color:#32649A;
  text-decoration:none;
}
#micronav a:hover, #micronav a:active {
  color:#003366;
  text-decoration:none;
}
#micronav span {
  font-size:10px;
  color:#003366;
}

/* -- METANAVIGATION -------------------------------*/
#metanav {
  position:absolute;
  bottom:5px;
  right:0;
  width:350px;
  margin:0;
  padding:0;
}
#metanav a, #metanav a:link, #metanav a:visited {
  margin:0;
  padding:0 2px;
  font-size:10px;
  text-decoration:none;
}
#metanav a:focus, #metanav a:hover, #metanav a:active {
  text-decoration:underline;
  background-color: transparent;
}

/* -- INDEX ---------------------------------------------*/
#index {
  float:left;
  width:100%;
  padding:0;
}
.index1 {float:left; width:100%; padding:5px 0;}

.index1 a, 
.index1 a:link, 
.index1 a:visited {float:left; width:500px; padding:5px 5px 8px; color:#666666; text-decoration:none;}

.index1 a span.img, 
.index1 a:link span.img, 
.index1 a:visited span.img {float:left; width:150px; padding:0 20px 5px 0; text-align:center; overflow:hidden; cursor:pointer; text-decoration:none;}

.index1 a span.text, 
.index1 a:link span.text, 
.index1 a:visited span.text {float:left; width:330px; margin-top:-3px; padding:0; cursor:pointer; text-decoration:none;}

.index1 a span.title, 
.index1 a:link span.title, 
.index1 a:visited span.title {float:left; width:100%; padding:0 0 10px 0; color:#003366; text-transform:uppercase; font-weight:bold; cursor:pointer; text-decoration:none;}

.index1 a span.desc, 
.index1 a:link span.desc, 
.index1 a:visited span.desc {float:left; width:100%; padding:0 0 5px 0; cursor:pointer; text-decoration:none; color:#666666;}

.index1 a:hover, 
.index1 a:active { background:#ECEDE7; text-decoration:none;}

.index1 a:hover span.desc, 
.index1 a:active span.desc {text-decoration:none; color:#ECEDE7;}


/****************************************************/
/*    5.  CSS-Modul: TEXT                           */
/****************************************************/

/* -- STANDARD -------------------------------------*/
h1, h2, h3 {
  font-weight:bold;
  color:#003366;
}
.form, p, ol, ul, li, em, sup, sub, blockquote {
  color:#666666;
}
table, tr, th, td {
  color:#333333;
}
h1 {
  font-size:18px;
  line-height:20px;
  margin-top:5px;
}

h2 {
  font-size:15px;
  line-height:18px;
  margin:13px 0 5px;
}
h3 {
  font-size:12px;
  line-height:15px;
  margin:13px 0 5px;
}
h4 {
  font-size:12px;
  line-height:15px;
  margin:13px 0 5px;
  color:#003366;
  font-weight:normal;
}
p {
  margin:5px 0;
}
ol {
  line-height:15px;
}
ul {
  line-height:15px;
  list-style-type:disc;
}
p.description {
  line-height:16px;
  font-weight:bold;
  color:#32649A;
}
p.creator {
}
p.small {
  font-size:10px;
}
p.smalltext {
  font-size:10px;
}
a, a:link, a:visited {
  color:#32649A;
  text-decoration:none;
}
a img, a:link img, a:visited img {
  border:0;
}
a:hover, a:active {
  color:#003366;
  text-decoration:none;
}
a.pager:hover, a.pager:active {
  color:#003366;
  text-decoration:none;
}
code {
}

/* -- ZMS FORMAT (Text Formats) --------------------*/
p.caption {
  font-style:italic;
  margin-top:0px;
}
p.emphasis {
  display:block;
  margin:5px 20px 5px 10px;
  border-top:1px dotted #D1D1C3;
  border-bottom:1px dotted #D1D1C3;
  padding:10px;
  background:#F1F1E7;
  line-height:16px;
}

/****************************************************/
/*    6.  CSS-Modul: ZMS-DEFAULTS                   */
/****************************************************/

/* -- ZMS TABLES -----------------------------------*/
table {
  margin:15px 0;
  border:1px solid #999999;
}

body.print table.ZMSTable th, body.print table.ZMSTable td {
  background-color:transparent; 
}
table tr th {
  padding:5px;
}
tr.even td {
  padding:5px 3px;
  background-color:#ECEDE7; 
}
tr.odd td {
  padding:5px 3px;
  background-color:#FFFFFF; 
}

/* -- ZMS GRAPHIC ----------------------------------*/
div.ZMSGraphic { 
  background:transparent; 
}

div.ZMSGraphic.left {
  text-align:left;
}

div.ZMSGraphic.right {
  text-align:right;
}

div.ZMSGraphic.center {
  text-align:center;
}

div.ZMSGraphic.floatleft { 
  float:left;
  padding-right:5px;
}

div.ZMSGraphic.floatright { 
  float:right;
  padding-left:5px;
}

div.ZMSGraphic.center { 
  text-align:center;
}
div.graphic {
  background:transparent;
}
div.graphic.alignleft {
  float:left;
  text-align:right;
  padding-right:5px;
}

div.graphic.alignright {
  float:right;
  text-align:right;
  padding-left:5px;
}

div.ZMSGraphic div.text {
  padding:4px 0 0 0;
}

a.zoom img.zoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
  width: 23px;
  height: 21px;
  background: url(/misc_/zms/superzoom.gif);
}
img.imgNoborder {
  border:0px;
}

/* -- ZMS TEASER -----------------------------------*/
div#teaser {
  float:left;
  width:200px;
  background:none;
}
div.ZMSTeaserContainer {
  display:none;
}
div.ZMSTeaserElement {
  float:left;
  width:200px;
  margin:0 0 20px 0;
  padding:0 0 10px 0;
  background:#F1F1E7 url(http://www.pulpnet.ch/common/corner_BR.gif) right bottom no-repeat;
}

div.ZMSTeaserElement img.title {
  border:none;
}

div.ZMSTeaserElement div.title {
  width:180px;
  padding:10px 10px 3px 10px;
  display:block;
  background:#F1F1E7 url(http://www.pulpnet.ch/common/corner_TL.gif) left top no-repeat;
  font-size:14px;
  line-height:17px;
  font-weight:bold;
  text-decoration:none;
  color:#003366;
}
div.ZMSTeaserElement div.text {
  margin:0 10px;
  border-top:1px solid #D1D1C3;
  padding:7px 0 0 0;
  font-size:11px;
  text-decoration:none;
  color:#666666;
}


/* -- ZMS LINK -------------------------------------*/
div#pageelement_Links {
  width:180px;
}
div.ZMSLinkElement {
  background-color: transparent;
  padding:2px;
}
div.ZMSLinkElement div.title {
  font-weight:bold;
  color:black;
  font-size:12px !important; font-size: small;
  margin:10px 0px 0px 0px;
}

div.ZMSLinkElement div.text {
}

div.ZMSLinkElement div.text ul {
  margin-top:5px;
  margin-left:-10px !important; margin-left: 20px;
}
li.LinkElementExternal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
  list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
  list-style-image:url(common/mail_link.gif);
}

/****************************************************/
/*    7.  CSS-Modul: SPECIAL OBJECTS                */
/****************************************************/
/* -- google maps -- */
#map {
  float:left;
  margin:0 10px 0 0;
}
/* so the big map is centered in IE6 */
* html #map {
  margin:0 5px 0 0;
}
/*------- Contact Form -----------------------------*/
.labelWrapper {
  float:left;
  width:525px;
  margin:0;
  border-bottom:1px solid #FFFFFF;
  padding:6px 10px 6px 25px;
  background:#F1F1E7;
}
.required {
  font-weight:bold;
}
.labelWrapper label {
  float:left;
  width:90px;
  padding:7px 0 0 0;
  color:#003366;
}
.labelWrapper label.radio, .labelWrapper label.form-checkbox {
  padding:2px 0 0 0;
  width:30px;
}
.labelWrapper label.labelLong {
  width:350px;
  padding:1px 0 0 0;
}
.labelWrapper input, .labelWrapper .form-element input, .labelWrapper select, .labelWrapper .form-element select, .labelWrapper .form-element select.form-element {
  float:left;
  width:350px !important;
  height:14px;
  margin:3px 5px;
  border:1px solid #D1D1C3;
  padding:3px;
  background:#FFFFFF;
  font-size:11px;
  color:#003366;
}
.labelWrapper select, .labelWrapper .form-element select, .labelWrapper .form-element select.form-element {
  width:358px !important;  
  height:22px;
}
.labelWrapper input.radio, .labelWrapper input.form-checkbox {
  width:12px !important;
  margin:2px 5px 1px 5px;
}
.labelWrapper textarea {
  float:left;
  width:350px;
  margin:3px 5px;
  border:1px solid #D1D1C3;
  padding:3px;
  background:#FFFFFF;
  font-size:11px;
  color:#003366;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.labelWrapper span {
  float:left;
  width:350px;
  padding:7px 0 0 0;
  color:#003366;
}
.labelWrapper .form-element {
  float:left;
  width:368px;
  padding:0;
}
.buttonWrapper {
  float:left;
  width:476px;
  margin:0;
  padding:9px 84px 9px 0px;
  background:#F1F1E7;
}
.formButton {
  float:right;
  margin:0 0 0 9px;
  border:1px solid #D1D1C3;
  padding:1px 5px 2px 5px;
  background:#FFFFFF;
  font-size:12px;
  color:#003366;
}
#formThankyou {
  float:left;
  width:400px;
}
#formThankyou p {
  color:#003366;
  font-weight:bold;
}
#formError {
  float:left;
  width:400px;
}
#formError p {
  color:#003366;
  font-weight:bold;
}


/* -- ANFRAGE FORMULAR -----------------------------*/
div#kontaktFormular {
  float:left;
  width:610px;
  margin:0;
  padding:10px 0;
  color:#003366;
}
div#kontaktFormular div {
  display:block;
  float:left;
  width:100%;
  padding:8px 0;
  margin:0;
}
div#kontaktFormular span.title {
  float:left;
  width:100%;
  font-weight:bold;
}
div#kontaktFormular span {
  float:left;
  width:100%;
}
div#kontaktFormular label {
  float:left;
  width:210px;
  margin:0;
  padding:0 10px 0 0;
  color:#003366;
  font-size:13px;
  text-align:right;
}
div#kontaktFormular label.required {
  font-weight:bold;
}
div#kontaktFormular label.radio {
  width:140px;
  text-align:left;
}
div#kontaktFormular label.check {
  width:310px;
  padding:0;
  text-align:left;
}
div#kontaktFormular sup {
  color:#003366;
}
div#kontaktFormular input {
  float:left;
  width:294px;
  height:16px;
  margin:2px 0px;
  border:1px solid #D1D1C3;
  padding:2px 5px;
  background:#FFFFFF;
  font-size:12px;
}
div#kontaktFormular input.radio {
  width:15px;
  margin:0 5px 0 0;
  border:0;
}
div#kontaktFormular select {
  position:relative;
  float:left;
  width:306px;
  height:20px;
  margin:2px 0px;
  border:1px solid #D1D1C3;
  background:#FFFFFF;
  color:#003366;
}
div#kontaktFormular textarea {
  float:left;
  width:300px;
  margin:3px 0px;
  border:1px solid #D1D1C3;
  padding:2px;
  background:#FFFFFF;
  font-size:12px;
}
div#kontaktFormular .btn {
  float:left;
  width:71px;
  height:21px;
  margin:3px 3px 10px 220px;
  border:1px solid #D1D1C3;
  padding:2px 0;
  background:#FFFFFF;
  font-size:11px;
  color:#003366;
  text-align:center;
  vertical-align:middle;
}
div#kontaktFormular .line {
  float:left;
  width:610px;
  height:5px;
  margin:20px 0px 10px 0px;
  border-bottom:1px solid #003366;
}
div#kontaktDanke {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #D1D1C3;
  border-bottom:1px dotted #D1D1C3;
  padding:15px;
  color:#003366;
  font-weight:bold;
}
div#kontaktFehler {
  float:left;
  width:370px;
  margin:10px 0;
  border-top:1px dotted #D1D1C3;
  border-bottom:1px dotted #D1D1C3;
  padding:15px;
  color:#003366;
  font-weight:bold;
}
/* --- Teaser Anfrage --- */
.taWrapper {
  float:left;
  width:180px;
  padding:0 10px;
}
.taWrapper p {
  color:#003366;
}
.taWrapper select {
  float:left;
  height:20px;
  margin:2px 0px;
  border:1px solid #D1D1C3;
  background:#FFFFFF;
  color:#003366;
}
.taWrapper input.btn {
  float:left;
  width:71px;
  height:21px;
  margin:13px 3px 0 0px;
  border:1px solid #D1D1C3;
  padding:2px 0;
  background:#FFFFFF;
  font-size:11px;
  color:#003366;
  text-align:center;
  vertical-align:middle;
}

/* --- Preisetabelle --- */
.preise {
  width:600px;
  margin:0;
  padding:10px 0;
  background:none;
}
.preise table {
  width:100%;
}
.preise table caption {
  width:100%;
  font-weight:bold;
  font-size:14px;
  padding-bottom:5px;
}
.preise table th {
  padding:5px;
}
.preise table td {
  padding:5px;
}
/* --- Download --- */
.download {
  position:relative;
  width:100%;
  padding:10px 0;
}
.download p {
  margin:0;
  padding:0 0 0 18px;
}

/* -- Google -- */
.googleTeaser {
  padding:10px 0 0 5px;
  background:transparent url(http://www.pulpnet.ch/common/google_teaser_top.gif) top left no-repeat;
}
/* --- LIGHTBOX ---*/
#lightbox,#lightbox-overlay{position:absolute;top:0px;left:0px;bottom:auto;right:auto;z-index:100;width:100%;height:auto;text-align:center;color:#333;margin:0px;padding:0px;border:none;outline:none;line-height:0;text-decoration:none;background:none;word-spacing:normal;letter-spacing:normal;float:none;clear:none;display:block}#lightbox-overlay{z-index:90;background-color:#000;height:100%;position:fixed}#lightbox-overlay-text{text-align:right;margin-right:20px;margin-top:20px;color:white;font-size:12px;cursor:default;line-height:normal}#lightbox-overlay-text a,#lightbox-overlay-text a:hover,#lightbox-overlay-text a:visited,#lightbox-overlay-text a:link{text-decoration:underline;color:white}#lightbox-overlay-text span{padding-left:5px;padding-right:5px}#lightbox img,#lightbox a img,#lightbox a{border:none;outline:none}#lightbox-imageBox{position:relative;border:1px solid black;;background-color:white;width:400px;height:400px;margin:0 auto}#lightbox-imageContainer{padding:1px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{display:block;width:49%;height:100%;background:transparent url('common/blank.gif') no-repeat;zoom:1;padding:0px;margin:0px}#lightbox-nav-btnPrev{left:0;right:auto;float:left}#lightbox-nav-btnNext{left:auto;right:0;float:right}#lightbox-infoBox{font:10px Verdana,Helvetica,sans-serif;background-color:#FFF;margin:0 auto;padding:0px}#lightbox-infoContainer{padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;color:#666;line-height:normal}#lightbox-infoHeader{width:100%;text-align:center}#lightbox-caption{text-align:justify}#lightbox-caption-title{font-weight:bold}#lightbox-caption-description{font-weight:normal}#lightbox-infoFooter{margin-top:3px;color:#999}#lightbox-currentNumber{display:block;width:49%;float:left;text-align:left}#lightbox-close{display:block;width:45%;float:right;text-align:right}#lightbox-close-button{padding-left:30%}#lightbox-close-button,#lightbox-close-button:link,#lightbox-close-button:visited,#lightbox-close-button:hover{text-decoration:underline;color:#999}#lightbox-close-button:hover{color:#666}#lightbox-infoContainer-clear{clear:both;visibility:hidden}


/* --- PRODUCTION --- */
.prodHead {
  display:block;
  width:100%;
  background:#003366 url('http://www.pulpnet.ch/common/bg_vline.gif');
  margin-bottom:5px;
  font-size:10px;
  color:#FFFFFF;
  height:18px;
}
.prodHead div {
  margin:0;
}
.prodArtNr {
  background:#003366;
  padding:3px;
  width:160px;
}
.prodPrice {
  padding:3px 3px 3px 10px;
  background:#F1F1E7;
}
.prodOrder {
  padding:1px;
  border-left:1px solid #FFFFFF;
  background:#003366;
}
.prodGallery {
  width:180px;
}
.prodContent {
  width:470px;
  margin-left:180px;
}
.prodFooter {
  display:block;
  width:100%;
  height:20px;
}
.prodOrder2 a {
  background:transparent url('http://www.pulpnet.ch/common/b_shop/cart_color.gif') right no-repeat;
  padding:3px 29px 3px 0;
  font-size:11px;
  font-weight:bold;
}
.spacer_line {
  width:100%;
  background:#003366 url('http://www.pulpnet.ch/common/bg_vline.gif');
  height:3px;
  margin-bottom:10px;
}
.arrow_right {
  padding-left:12px;
  background:url(http://www.pulpnet.ch/common/b_shop/arrow_right.gif) no-repeat;
  font-size:10px;
  font-weight:bold;
}

.cartHeaderTitle {
  padding:2px 0 2px 25px;
  background:transparent url('http://www.pulpnet.ch/common/b_shop/cart_color.gif') no-repeat;
  font-size:12px;
  color:#003366;
  font-weight:bold;
}
.cartHeaderText { 
  font-size:10px;
  line-height:14px;
  color:#003366;
}
.cartBottom {
  margin-top:5px;
  padding-bottom:20px;
  line-height:14px;
}
.cart_header {
 padding:5px 0;
 background:url('http://www.pulpnet.ch/common/b_shop/cart_color.gif') right no-repeat;
}
table.cart thead tr {
 background:#003366;
}
table.cart th {
 color:#FFFFFF;
 height:20px;
 padding:0 3px;
}
.bold {
 font-weight:bold;
}

/****************************************************/
/*    8.  CSS-Modul: PRINT                          */
/****************************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/****************************************************/
/*    9.  ZMI Management Interface                  */
/****************************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:15px;
  line-height:19px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:15px;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

body.print { 
  background-color:#fff; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSLinkContainer {
  background-color: #EEEEEE;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSFile div.title a:link, 
div.ZMSFile div.title a:visited,
div.ZMSFile div.title {
  font-weight:bold;
  font-size:x-small;
  text-decoration:none;
  color:black;
}

div.ZMSFile div.text {
font-size:xx-small;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSLinkElement {
  background-color: #EEEEEE;
  padding: 2px;
}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title {
  font-weight:bold;
  font-size:x-small;
  text-decoration:none;
  color:black;
}

div.ZMSLinkElement div.text {
  font-size:xx-small;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

table.ZMSTable th { 
  background-color:#DDEFFC; 
}	

table.ZMSTable td { 
  background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td { 
  background-color:transparent; 
}	



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 

div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color:#E4E4DB;
  color:#003366;
  font-weight: bold;
  border:none; 
}


