

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

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

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

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

div.ZMSFile 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title
	{
	font-size:x-small;
	white-space:nowrap;
	}

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

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

div.ZMSFile div.description
	{
	font-size:x-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] ZMSFile/ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

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

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

div.ZMSGraphic.floatleft 
	{ 
	float:left;
	}

div.ZMSGraphic.floatright 
	{ 
	float:right;
	}

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

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

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

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);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

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

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

/* --- Newsletter CSS --- */
.nl_subForm {border:solid 1px #888888; padding:10px; background:#F9F9FF;}
.nl_subForm form {margin:0;}
.nl_subForm label {float:left; width:110px; font-size:12px; padding:3px 0 0 0;}
.nl_subForm select {float:left; margin:0;}
.nl_subForm input {float:left; width:300px; margin:0;}
.nl_subForm input.inBtn {float:left; width:100px; height:24px; margin:0 0 0 110px;}

td.teaserLine {padding:0 0 20px 0;}
td.teaserImage {padding:4px 20px 0 0;}
td.teaserImageBlue {padding:4px 13px 0 0;}
td.category {padding:0 0 10px 0; color:#CECCCC;}
td.teaserTop {padding:0 0 3px 0;}
td.teaserLineBlue {padding:0;}
td.teaserBlue {padding:10px 7px 10px 7px;}
td.teaserTextBlue, td.teaserTextBlue p, td.teaserTextBlue a, td.teaserTextBlue a:link, td.teaserTextBlue a:visited {color:#FFFFFF;}

h1.nl {margin:0; padding:0; color:#E6E5E5; font-size:16px;}
h2.nl, h2.nl a, h2.nl a:link, h2 a:visited {color:#027CA0; font-size: 12px;}
a.blue, a:link .blue, a:visited .blue {font-weight:normal; color:#027CA0;}
td.headerImage {padding:5px 0 10px 0;}
td.indexLinks {padding:0 0 12px 0;}
td.indexLinks span {color:#027CA0; font-weight:bold;}
td.indexLinks a, td.indexLinks a:link, td.indexLinks a:visited {font-size:12px; color: #FFFFFF; font-weight:bold;}
td.greeting {padding:10px 7px 20px 7px;}
td.greeting p {text-transform:uppercase;}
td.teaserLine {padding:0 0 20px 0;}
td.teaserImage {padding:4px 20px 0 0;}
td.teaserImageBlue {padding:4px 13px 0 0;}
td.category {padding:0 0 10px 0; color:#CECCCC;}
td.teaserTop {padding:0 0 3px 0;}
td.teaserLineBlue {padding:0;}
td.teaserBlue {padding:10px 7px 10px 7px;}
td.teaserTextBlue, td.teaserTextBlue p, td.teaserTextBlue a, td.teaserTextBlue a:link, td.teaserTextBlue a:visited {color:#FFFFFF;}/*  BO poll f_css_defaults */
div.poll { margin-bottom:1em;}
div.poll label {cursor:pointer;}
div.poll td.bp2 {padding:0 5px; border-left:1px solid #CCC;}
div.poll td.bp1 {padding-left:5px; border-left:1px solid #CCC;}
/* EO poll f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}



/************************************************/
/* Colorscheme                                  */
/************************************************/

.neutralColorTrans {background-color: transparent; }
.neutralColorWhite {background-color: #FFF; }
.neutralColorLight {background-color: #EBEBEB; }
.neutralColorMedium {background-color: #CCC; }
.neutralColorStrong {background-color: #999; }
.neutralColorBlack  {background-color: #000; }

.teaserColor { background-color:#027CA0; } 

.primColorStrong { background-color:#79AF30; }
.primColorMedium { background-color:#D99E74; } 
.primColorLight { background-color:#FEF2E0; } 
 
.secndColorStrong { background-color:#955C3E; }
.secndColorMedium { background-color:#D99E74; } 
.secndColorLight { background-color:#FCE0B6; }

/************************************************/
/* Navigation                                   */
/************************************************/

/* ---- Micro Navigation ---- */

#micronav, #micronav a:link, #micronav a:active,
#micronav a:hover, #micronav a:visited {
   font-size:10px;
   line-height:15px;
   font-weight:normal;
   color:#ccc;
   text-decoration:none;
}
/* ---- Macro Navigation ---- */

#macronav {
   margin:33px 0px 0 0px;
   padding:0;
   width:231px;
   font-size:10px;
   line-height:16px;
   text-align:left;
}
#macronavtop {
   display:block;
   margin:0px 12px 0px 33px;
   padding:0px 0px 8px 0px;
   width:186px;
   background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif) bottom repeat-x;
   text-align:left;
}
#macronav a {
   display:block;
   font-size:10px;
   line-height:16px;
   font-weight:normal;
   text-decoration:none;
}
#macronav li {
   display:block;
   margin:0;
   padding:0;
   list-style:none;
}

/* ---- Level 1 ---- */

#macronav ul {
   margin:0 12px 0 33px;
   padding:0;
}
#macronav ul li {
   background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif) top repeat-x;
   padding:5px 0px 2px 0px;
}
#macronav ul li a, #macronav ul li a:link, #macronav ul li a:visited {
   margin-left:-13px;
   padding:3px 0px 4px 15px;
   background: url(http://www.pinta-acoustic.de/global/Nav_lev01_0.gif) no-repeat 0px 7px;
   color: #7A7A7A;
}
#macronav ul li a:hover, #macronav ul li a:active {
   color: #4D4D4D;
}
#macronav ul li a.current {
   background: url(http://www.pinta-acoustic.de/global/Nav_lev01_1.gif) no-repeat 0px 7px;
   color:#027ca0;
   font-weight: bold;
}
#macronav ul li a:hover.current {
}

/* ---- Level 2 ---- */

#macronav ul ul {
   margin:0;
   padding:0;
}
#macronav ul ul li {
   margin:0px 0px 0px 7px;
   padding:0px;
   background-image:none;
}
#macronav ul ul li a, #macronav ul ul li a:link, #macronav ul ul li a:visited {
   margin-left:-14px;
   padding:2px 0px 2px 10px;
   background: transparent url(http://www.pinta-acoustic.de/global/Nav_lev02_0.gif) no-repeat 0px 8px;
   color:#7A7A7A;
}
#macronav ul ul li a:hover, #macronav ul ul li a:active {
   color:#4D4D4D;
}
#macronav ul ul li a.current {
   background: transparent url(http://www.pinta-acoustic.de/global/Nav_lev02_1.gif) no-repeat 0px 8px;
   font-weight:bold;
}
#macronav ul ul li a:hover.current {
   color:#666666;
}

/* ---- Level 3 ---- */

#macronav ul ul ul li {
   margin:0px 0px 0px 17px;
   padding:0px;
   background-image:none;
}
#macronav ul ul ul li a, #macronav ul ul ul li a:link, #macronav ul ul ul li a:visited {
   margin-left:-14px;
   padding:2px 0px 2px 8px;
   background: url(http://www.pinta-acoustic.de/global/Nav_lev03_0.gif) no-repeat 0px 9px;
   color:#999999;
}
#macronav ul ul ul li a:hover, #macronav ul ul ul li a:active {
   color:#666666;
}
#macronav ul ul ul li a.current {
   background: url(http://www.pinta-acoustic.de/global/Nav_lev03_1.gif) no-repeat 0px 9px;
   color:#999999;
   font-weight:bold;
}
#macronav ul ul ul li a:hover.current {
   color:#666666;
}

/* ---- Level 4 ---- */

#macronav ul ul ul ul li {
   margin:0px 0px 0px 17px;
   padding:0px;
   background-image:none;
}
#macronav ul ul ul ul li a, #macronav ul ul ul ul li a:link, #macronav ul ul ul ul li a:visited {
   margin-left:-14px;
   padding:2px 0px 2px 8px;
   background: url(http://www.pinta-acoustic.de/global/Nav_lev03_0.gif) no-repeat 0px 9px;
   color:#999999;
}
#macronav ul ul ul ul li a:hover, #macronav ul ul ul ul li a:active {
   color:#666666;
}
#macronav ul ul ul ul li a.current {
   background: url(http://www.pinta-acoustic.de/global/Nav_lev03_1.gif) no-repeat 0px 9px;
   color:#999999;
   font-weight:bold;
}
#macronav ul ul ul ul li a:hover.current {
   color:#666666;
}
/* ---- Level 4 ---- */

#macronav4 {
   margin-bottom:10px;
   font-size:10px;
   line-height:15px;
   font-weight:normal;
   color:#7A7A7A;
   text-decoration:none;
}
#macronav4 a:link, #macronav4 a:active,
#macronav4 a:hover, #macronav4 a:visited {
   padding:3px 5px 3px 10px;
   font-weight:normal;
   color:#7A7A7A;
   text-decoration:none;
   background:url(http://www.pinta-acoustic.de/global/Nav_lev04_0.gif) 0px 5px no-repeat;
}
#macronav4 a:link.current, #macronav4 a:active.current,
#macronav4 a:hover.current, #macronav4 a:visited.current {
   padding:3px 5px 3px 10px;
   font-weight:bold;
   color:#027ca0;
   text-decoration:none;
   background:url(http://www.pinta-acoustic.de/global/Nav_lev04_1.gif) 0px 5px no-repeat;
}
/* ---- Index Nav ---- */
#index {
}
#index a.title {
   color:#027ca0;
}

div.index1, div.indexp {
   float:left; margin-top:5px; margin-bottom:10px;
}
div.index1 div.img {
   display:block; float:left; width:90px; margin-top:5px; cursor:pointer;
}
div.index1 div.txt {
   display:block; float:left; width:410px; margin-top:1px;
}
div.indexp div.txt {
   display:block; float:left; width:500px; margin-top:1px;
}
div.indexpn {
   float:left; width:500px; margin-top:15px; background:url(http://www.pinta-acoustic.de/common/Navigation_back02.gif) top repeat-x;
}
div.indexpn div.left {
   float:left; padding-top:5px;
}
div.indexpn div.right {
   float:right; padding-top:5px;
}

div.index3 {
   float:left; width:500px; margin-bottom:10px;
}
div.index3 div.i1, div.index3 div.i2 {
   float:left; width:160px; margin-right:10px;
}
div.index3 div.i3 {
   float:left; width:160px;
}
div.index3 div.i2.center {
   text-align:center;
}
/* ---- Content Navigation ---- */

.footerDoc {
   color:#fff;
   font-size:9px;
   line-height:10px;
   text-decoration:none;
}
.zweispalter  {
   color:#7A7A7A;
   font-weight:bold;
   text-decoration:none;
}
.zweispalteroben  {
   color:#666666;
   font-weight:bold;
   text-decoration:none;
}


/************************************************/
/* Links                                        */
/************************************************/

a:link, a:visited { 
   color:#666666;
   font-weight:bold;
   text-decoration:none;
}
a:hover, a:active {
   text-decoration:underline;
}
a.zweispalter:link, a.zweispalter:active,
a.zweispalter:hover, a.zweispalter:visited  {
   text-decoration:none;
}
a.zweispalteroben:link, a.zweispalteroben:active,
a.zweispalteroben:hover, a.zweispalteroben:visited  {
   text-decoration:none;
}

div.relatedlink {
   padding-top:18px;
}
.relatedlink span {
   display:none;
}
.relatedlink ul {
   margin:0px;
   padding:3px 0px 0px;
   background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif) left top repeat-x;
   font-size:10px;
   color: #666666;
}
.relatedlink li {
   display:block;
   margin:0px;
   padding:5px 0px 2px;
   background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif) left top repeat-x;
   list-style:none;
}
.relatedlink a:link, .relatedlink a:active,
.relatedlink a:hover, .relatedlink a:visited  {
   display:block;
   padding:1px 0px 4px;
   font-size:10px;
   font-weight:bold;
   color:#027ca0;
   text-decoration:none;
}

.copyright {
   font-size:10px;
   line-height:15px;
   font-weight:normal;
   color:#fff;
   text-decoration:none;
}
a.copyright:link, a.copyright:active,
a.copyright:hover, a.copyright:visited  {
   font-size:10px;
   line-height:15px;
   font-weight:normal;
   color:#fff;
   text-decoration:none;
}

/************************************************/
/* Textbody-Elements                            */
/************************************************/

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   color:#7A7A7A;
   font-size:11px;
   line-height:16px;
}
body {
   margin:0;
   padding:0;
}
#web {
   background:#CCC url(http://www.pinta-acoustic.de/global/silberverlauf.gif) right repeat-y;
}
#print {
   background:#FFF;
}

h1.title {
   color:#027ca0;
   font-weight:bold;
   font-size:18px;
   line-height:24px;
   margin-top:0px;
}
h1, .heading1 {
   color:#027ca0; 
   font-weight:bold;
   font-size:18px;
   line-height:20px;
   margin-top:0px;
   margin-bottom:8px; 
}
.heading1 a, .heading1 sup {
   color:#027ca0; 
   text-decoration:none;  
}
h2, .heading2 {
   color:#666666;
   font-weight:bold;
   font-size:12px;
   line-height:16px;
   margin-top:0;
   margin-bottom:2px;
}
h3, .heading3 {
   color:#7A7A7A;
   font-weight:bold;
   font-size:11px;
   line-height:16px;
   margin-top:0px;
   margin-bottom:2px;
}
h4, .heading4 {
   color:#666666;
   font-weight:bold;
   font-size:11px;
   margin-top:15px;
   line-height:15px;
}
h5, .heading5 {
   color:#027ca0; 
   font-weight:bold;
   font-size:12px;
   margin-top:0px;
   margin-bottom:15px;
   line-height:14px;
}
h6, .heading6 {
   color:#666666;
   font-weight:bold;
   font-size:12px;
   margin-top:20px;
   line-height:14px;
}
p {
   margin-bottom:15px;
}
p.emphasis {
   background:#B95F3B;
   margin-left:0px;
   margin-right:0px;
   line-height:0px;
}
ol {
   line-height:15px;
   list-style-type:square; 
   margin-top:0px;
}
ul {
   line-height:15px;
   list-style-type:square;
   margin-top:0px;
}
u {
   text-decoration: underline;
}
em {
   font-weight:bold;
   font-style:normal;
   margin-top:15px;
}
sup, sub {
   font-size:10px;
}
.line {
   margin:10px 0;
   height:5px;
   background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif);
}
.small {
   font-size:9px;
}
.caption, .description {
   font-style:italic;
}
.marginaltext {
   color:#ccc;
   font-size:10px;
   margin-left:8px;
}
.Adresse {
   font-size:10px;
}
.Referenz {
   font-size:10px;
}


/************************************************/
/* Formularfelder                               */
/************************************************/

form {
    border: none;
    margin: 0;
}
.textarea {
    padding:0.1em;
    border:1px solid #ccc;  
    background:#ebebeb;
    color:#000;
    width:70%;
}
input {
    margin-bottom:1px; /* IE bug fix */
    padding:0.1em;
    border:1px solid #ccc;  
    background:#ebebeb;
    font-size:10px;
    color:#000;
    vertical-align:middle;
}
select {
    border:1px solid #ccc;  
    font-size:10px;
    color:#7A7A7A; 
    vertical-align:top;
}

/************************************************/
/* Functions                                    */
/************************************************/

.functionSearch, .Copyright {
   font-size:10px;
}
.functionSearch, a.functionSearch:link, a.functionSearch:visited {
   color:#027ca0;
   text-decoration:none;
}
a.functionSearch:hover, a.functionSearch:active, a.Copyright:hover, a.Copyright:active {
   text-decoration:underline;
}
a.Copyright:link, a.Copyright:visited {
   color:#fff;
   text-decoration:none;
}

/************************************************/
/* Teaser                                       */
/************************************************/

div#teaser {
   width:160px;
}
div.ZMSTeaserContainer {
   padding:0;
   text-align:left;
}
div.ZMSTeaserElement {
   margin-bottom:10px;
}
div.ZMSTeaserElement img.title {
   border:none;
}
div.ZMSTeaserContainer graphic alignleft {
   text-align:left;
}
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title {
}
div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text {
}
div.ZMSGraphic {
   background-color:transparent;
   margin:4px;
}

/************************************************/
/* Spezielle Objekte                            */
/************************************************/

/* ---- Suche ---- */
#Search {
  width:188px;
  margin:0;
  margin-left:-13px;
  padding:6px 0 7px 16px;
  background: url(http://www.pinta-acoustic.de/global/Nav_lev01_0.gif) no-repeat 0px 7px;
}
#Search form {
  margin:0;
  border:0;
  padding:0;
}
#Search input#raw {
  width:147px;
  height:15px;
  margin:0;
  padding:0 5px 0px 7px;
  vertical-align:middle;
  font-size:10px;
  font-weight:normal;
}
#Search input#btnSearch {
  margin:0 0 0 8px;
  border:0;
  padding:0;
  vertical-align:middle;
}

/* --- Suche Results --- */

#searchresults {

}
#searchresults dt {
  margin:0;
  padding:7px 0 0 0;
}
#searchresults dt a, #searchresults dt a:link, #searchresults dt a:visited {
  color:#027ca0;
  font-weight:bold;
}
#searchresults dd {
  margin:0;
  padding:2px 0 13px 0;
  background:url(http://www.pinta-acoustic.de/global/Navigation_back02.gif) bottom left repeat-x;
}
#searchresults dd a, #searchresults dd a:link, #searchresults dd a:visited {
  padding:2px 0 0 0;
}
.highlight {
  color:#027ca0;
  font-weight:bold;
}
/* ---- News Ticker ---- */
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
  background:transparent url(http://www.pinta-acoustic.de/common/newsticker_HG.gif) top left no-repeat; 
  position:relative;
  width:196px;
  height:36px;
  padding:0;
  margin:0 0 0 23px; 
  overflow:hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position:relative;
  left:0px;
  top:17px;
  width:196px;
  overflow:hidden;
}
ul.newsticker { /* that's your list */
  position:relative;
  left:200px;
  font:normal 10px Verdana;
  list-style-type:none;
  margin:0;
  padding:0;

}
ul.newsticker li {
  float:left; /* important: display inline gives incorrect results when you check for elem's width */
  margin:0;
  padding:0;
  background:none;
}
ul.newsticker a {
  white-space:nowrap;
  padding:0;
  color:#FFFFFF;
  font:normal 10px Verdana;
  margin:0 6px 0 0;
} 
ul.newsticker span {
  margin: 0 6px 0 0;
  color: #FFFFFF;
}
/* -- Region Selector -- */

#cty {
   display:block;
   margin:10px 10px 0 0;
   height:60px;
   background:url(http://www.pinta-acoustic.de/common/worldmap.gif) right no-repeat;
   text-align:left;
}
#cty select {
   margin:25px 0 0 34px;
}

/* -- Download PDF -- */

.downloadpdf {
   background:url(http://www.pinta-acoustic.de/global/pdficon.gif) 0px 5px no-repeat;
   padding-left:40px;
   margin-bottom:10px;
}
.downloadzip {
   background:url(http://www.pinta-acoustic.de/global/zipicon.gif) 0px 5px no-repeat;
   padding-left:40px;
   margin-bottom:10px;
}

/* -- Link Collection -- */

table.linkCollection {
   width:500px;
   margin:10px 0;
   padding:0;
}
table.linkCollection th {
   padding:3px;
   background:#BCE088;
   color:#FFFFFF;
   text-align:left;
   font-weight:bold;
}
table.linkCollection td {
   width:50%;
   padding:3px;
   border-top:1px solid #FFFFFF;
   background:#DBEFCA;
}
table.linkCollection a {
   font-weight:normal;
}

/************************************************/
/* Management Interface                         */
/************************************************/

.cmsTxtColorStrong0 { color: #000066; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

.ftTH { background-color:#BAE27D; }
.ftTD { background-color:#D1ECA5; }
