/* CSS fuer triwdata.ch */
/* Erstellt:  22.07.2009 NWe*/
/* Geaendert: 27.07.2009 NWe*/

/* allgemeine definitionen */

/* positionen */
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #F1F2F2;
text-align: center;
}
div {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
a img {
border: none;
}
.clr {
clear: both;
}
h1 {
font-size: 1.6em;
padding: 0;
margin: 0;
padding-bottom: 25px;
font-weight: normal;
color: #bd002d;
}
h2 {
font-size: 1.3em;
padding: 0;
margin: 0;
color: #000;
}
strong,
a strong,
strong a {
color: #BD002D;
}
em {
font-weight: bold;
}

/* positionen der divs*/
#wrapper {
width: 1000px;
margin: 0 auto;
padding: 0;
text-align: left;
background: #999 url(../images/bg-wrapper.png);
background-repeat: repeat-y;
background-position: center;
}
#header {
height: 307px;
margin: 0 8px;
background: #fff url(../images/bg-header.gif);
background-repeat: no-repeat;
}
#header-wrapper {
margin-left: 25px;
}
#logo {
float: left;
width: 400px;
}
#kontakt {
float: right;
width: 300px;
height: 30px;
display: inline;
padding-right: 25px;
padding-top: 115px;
text-align: right;
}
#kontakt-link {
float: left;
width: 130px;
}
#kontakt a {
color: #000;
text-decoration: none;
padding-bottom: 3px;
}
#kontakt img {
padding-top: 3px;
}
#suchbox {
float: right;
width: 150px;
margin-top: 5px;
}
#suchbox form {
display: inline;
}
#suchbox input.inputsearch {
width: 117px;
border: 1px solid #666;
}
#suchbox input.inputsearch:hover,
#suchbox input.inputsearch:focus {
background: #efefef;
}
#suchbox input.submitsearch {
width: 21px;
background: transparent url(../images/suche.png) no-repeat scroll right center;
border: none;
}
#header-images {
width: 959px;
height: 160px;
}
#main {
width: 984px;
background: #fff url(../images/bg-content.gif);
background-repeat: repeat-x;
margin: 0 8px;
}
#navi {
float: left;
width: 180px;
padding: 50px 0 0 0;
overflow: hidden;
}
ul.nav1st,
ul.nav2nd {
margin: 0;
padding: 0;
}
ul.nav1st li {
list-style-type: none;
border-bottom: 1px solid #999;
margin-bottom: 10px;
padding-bottom: 10px;
}
ul.nav1st li a {
padding: 0 25px;
color: #000;
text-decoration: none;
}
ul.nav2nd {
margin-top: 10px;
margin: 0;
}
ul.nav2nd li {
list-style-type: square;
border-bottom: none;
margin-left: 45px;
margin-bottom: 0;
padding-bottom: 0;
margin-top: 5px;
}
ul.nav2nd li a {
margin: 0;
padding: 0;
}
ul.nav1st li a.active,
ul.nav2nd li a.active {
color: #bd002d;
}
ul.subnav {
list-style-image:url(../images/li-pfeil.gif);
margin-top: 50px;
}
ul.subnav li {
padding-bottom: 7px;
}
ul.subnav a {
color: #000;
text-decoration: none;
}
ul.nav1st li a:hover,
ul.nav1st li a:active
ul.nav2st li a:hover,
ul.nav2st li a:active,
ul.subnav li a:hover,
ul.subnav li a:active {
color: #bd002d;
}
#content {
float: right;
width: 649px;
padding: 50px 65px 50px 65px;
line-height: 1.3em;
}
.content {
}
.linkespalte {
float: left;
width: 250px;
}
.rechtespalte {
float: right;
width: 399px;
}

#footer {
margin: 0 8px;
text-align: right;
border-bottom: 1px solid #999;
}
#footer p {
padding-right: 25px;
color: #bd002d;
font-weight: bold;
}
#footer a {
font-weight: normal;
color: #000;
}

td ul {
margin: 0;
padding: 0;
padding-bottom: 10px;
}
td li {
margin-left: 15px;
padding-bottom: 3px;
}
.grey {
background: #efefef;
padding: 10px;
margin: 2px;
}

/* Portfoliobilder */
.content img {
background: transparent url(../../shadow.gif) no-repeat scroll right bottom;
padding: 1px 5px 5px 1px;
border: none;
}

/* externe links markieren */
a.extern {
padding: 2px 0;
background: transparent url('../../icon-link-extern.png') 100% 50% no-repeat;
padding-right: 17px;
}

/* pdf links */
a[href$=".pdf"] {
padding: 2px 20px 2px 0;
background: transparent url('../../icon-pdf.gif') 100% 50% no-repeat;
}

/* zip links */
a[href$=".zip"] {
padding: 2px 20px 2px 0;
background: transparent url('../../icon-zip.png') 100% 50% no-repeat;
}

/* interne links */
/*a[href^="http://web05.triwdata.ch/webs/triwdata/"],
a[href^="http://www.triwdata.ch"],
a[href^="http://www.triwdata.com"],
a[href^="http://www.triwdata.de"]
{
background: transparent;
padding-right: 0px;
}*/
div#partner {
margin-left: 25px;
}