/* strg.at css 2007 */

@media print {
  div.print_header{display:none}
}
@media screen {
  div.print_header{
    display:block;
    width:100%;
    background:#ddd;
    color:#fff;
    text-align:center;
    border-bottom:1px solid #fff;
    padding:5px;
  }
  div.print_header a{
    color:#fff;
    text-decoration:none;
  }
}



body {
font: 99.9% arial, verdana, helvetica, sans-serif;
color: #000;
background: #fff;
margin: 0;
padding: 20px;
text-align: left;
}
html,body { /* necessary */
height: 100%;
}


h2 {
font-size: 16px;
margin: 10px 0 20px 0;
padding: 0;
}

p {
font-size: 12px;
}
img {
border: none;
display: block;
}
a {
color: #3E5F6F;
text-decoration:underline;
font-weight:normal;
margin:0;
}
a:hover {
color:#91abb7;
margin:0;
}

#jump {
position: absolute;
left: -1000px;
top: -400px;
}


#right {
margin: 0 0 0 186px;
padding: 0 0 3em 0;
font-size: 12px;
display: block;
height: 1%;
}

#right p {
font-size: 12px;
width:100%
}

p.search {
text-align: right;
padding: 0 10px 0 0;
font-size: 11px;
}

.footnote_link {
cursor: pointer;
text-decoration: none;
position: relative;
}

.footnote {
position: absolute;
width: 20em;
display: none;
background: #fff;
border: 1px solid #91abb7;
margin: 0;
padding: 5px;
}


.projectbox {
padding: 0 0 3em 0;
width: 100%;
}
.projectbox p {
font-size: 12px;
line-height: 18px;
color: #000;
}

.imageselector {
float: left;
margin: 10px 8px 0 0;
width: 60px;
height: 50px;
overflow: hidden;
border: 1px solid #666;
}
.projectimg img {
border: 1px solid #666;
}


.teamimg {
float: left;
margin: 0 0 0 2px;
}
.teamtxt {
margin-left: 120px;
height: 1%;
}

#karte {
height: 600px;
background: url(pix/grey_map.gif) no-repeat;
position: relative;
}
#karte a {
padding: 2px;
}
#karte a span {
font-size: 11px;
color: #666;
padding: 2px 6px 2px 7px;
display: none;
}
#karte a:hover {
text-transform: none;
}

#karte a:hover span {
display: inline;
background: #fff;
}

.startbox {
background: #ccc;
background: #d4d4d4 url(pix/bg.gif) repeat-x 0 -100px;
background: none;

text-align: center;
width: auto;
height: 1%;
}
.startbox img {
border: 1px solid #666;
}

.slogan {
color: #a2badf;
color: #666;
font-size: 14px;
padding: 30px 0 30px 0;
margin: 0;
}

.searchres h3 {
border-bottom: 1px solid #999;
}

.projlist {
float: left;
height: 1%;
width: 550px;
}
.projlistbox {
float: left;
width: 240px;
height: 1%;
padding: 0 10px 10px 0;
}
.projlistimg {
float: left;
width: 100px;
height: 80px;
overflow: hidden;
}
.projlisttxt {
margin-left: 110px;
font-size: 11px;
}

#footer{
text-align: center;
border-top: 1px solid #fff;

margin: 20px 0;
padding: 3px 0;
color: #fff;
position: relative;
width: 100%;
/*color: #98b0d5;
background:#ddd;*/
}

#footer a{
text-decoration:none;
color: #fff;
}



