/*
    Copyright (c) 2004 Wienerberger AG
    Revision: 0.2.8
*/
.button {
position: relative;}
.button a {
background-repeat: no-repeat;
width: auto;
display: block;}
.button.more a,
.button.back a {
background-position: 0 0.4em;
padding: 0 0 0 7px;
float: right; }
.button.link a {
float: left; }

.button.more a { background-image: url(/img/ui/icn_button-more.gif)}
.button.back a { background-image: url(/img/ui/icn_button-back.gif)}

.nav-menu a:hover {
text-decoration: underline; }

.nav-bar a,
.nav-bar a:visited,
.nav-bar a:hover,
.nav-bar a:active {
color: #fff; }
#content a {
color: #b11116; }
#bar-meta .button.home a:active {
background-color: #c00; }

#content .current a,
#content a.current {
color: #000; }
#content .current a:hover,
#content a.current:hover {
text-decoration: none;}

form button,
.form-button {
font-size: 10px;
line-height: 10px;
background-color: #b11116;
color: #fff;
border-width: 1px;
border-style: solid;
border-color: #c99 #630 #630 #c99;
padding: 2px 12px;
width: auto;
display: block; }
a.form-button {
cursor: pointer; }
a.form-button,
a.form-button:visited {
color: #fff; }
form button.disabled,
span.form-button,
a.form-button.disabled,
form button.disabled:active,
a.form-button.disabled:active {
background-color: #ccc;
border-color: #e5e5e5 #a4a4a4 #a4a4a4 #e5e5e5; }
form button:active,
a.form-button:active {
background-color: #900;
border-color: #630 #630 #c99 #c99; }
form button:hover,
a.form-button:hover {
color: #fff;
text-decoration: none; }

.form-button.prev,
.form-button.next,
.form-button.prev-set,
.form-button.next-set {
text-align: center;
letter-spacing: -0.2em;
color: #fff;
padding: 2px 0;
margin: 0;
width: 30px;
overflow: hidden; }

#pod form button,
#pod a.form-button {
margin: 0 0 4px; 
float: right; }

#content a.form-button {
color: #fff; }
/*
a.file {
background-image: url(/img/ui/icn_file-wb.gif);
background-position: 0 0.3em;
background-repeat: no-repeat;
padding: 4px 0 6px 20px;
display: block; }
*/
a.doc {
background-image: url(/img/ui/icn_file-doc.gif) !important; }
a.pdf {
background-image: url(/img/ui/icn_file-pdf.gif) !important; }
a.xls {
background-image: url(/img/ui/icn_file-xls.gif) !important; }
a.zip {
background-image: url(/img/ui/icn_file-zip.gif) !important; }
a.ppt {
background-image: url(/img/ui/icn_file-ppt.gif) !important; }
a.sit {
background-image: url(/img/ui/icn_file-sit.gif) !important; }
a.sim {
background-image: url(/img/ui/icn_file-sim.gif) !important; }
a.dwg {
background-image: url(/img/ui/icn_file-dwg.gif) !important; }
a.dxf {
background-image: url(/img/ui/icn_file-dxf.gif) !important; }
.more {
display: none;
}

