
/* Begin Typography & Colors */
body {
    font-size: 10.4pt;
    font-family: Verdana,Sans-Serif,Garamond,Serif;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin: 0;
    padding: 30pt 0;
    height: 100%;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */

}

#page {
    width: 1010px;
    margin: 20px auto;
    padding: 220pt 20px 20px 20px;
    text-align: left;
    background-image: url('devices.jpg');
    /*background-color: #bbb;*/
    background-repeat: no-repeat;
}
#homelink {
/*    position: relative;
    top: 50px;*/
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
#homelink a, a:hover, a:visited {
    text-decoration: none;
    color: #fff;
}
#preisschild {
    position: absolute;
    top: 350px;
    right: 20%;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}
#b1 {
    /*width: 1010px;*/
    width: 100%;
    top: 0pt;
    left:0pt;
    line-height: 1.4;
}
#b_raster {
    background-image: url("raster.png");
    background-repeat: repeat;
    margin-bottom: 0pt;
    padding: 0pt;
    width: 100%;
}
#b_raster_l {
    display: inline;
    width: 60%;
}

#b_raster_r {
    display: inline;
    width: 40%;
    text-align: center;
}
#b_footer {
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    height: 20pt;
    margin-bottom: 30pt;
    color: #999;
}
table {
    width: 100%;
}
#b_widget {
    background-image: url("widget_bg.png");
    background-repeat: no-repeat;
    width: 353px;
    height: 319px;
    margin-bottom: 30pt;
}


.horlist ul{
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float:left;
    background-color: transparent;
}
.horlist li {
    display: inline;
    margin: 0px;
    padding: 0px 10px 0px 10px;
}
.horlist li a {
    display: inline;
    margin: 0px;
    padding: 0px;
    background-color:transparent;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

/* Screenshot-Widget */

/*--------------------- CLASSES AND IDs------------------------*/
#shotbox{
    background: #111;
    border: solid #333;
    -moz-box-shadow: 3px 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 0.5em;
    text-align: center;
    font-family: sans-serif;
    font-size: 1em;
    margin: 1em auto 1em auto;
}
#darkbg{
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    padding: 5% 0;
    height: 100%;
    text-align: center;
    background: url("black_trans_32.png");
/*    opacity: 0.0;  invsibile at the beginning */
}
#ul_big{
    text-align: center;
    padding: 10% 0;
}
#ul_big li{
    text-align: center;
}
.trans_txt_big{
    position: absolute;
    top: 15pt;
    left: 15pt;
    font-size: 20pt;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
}
.trans_txt_big a:link, .trans_txt_big a:visited{
    text-decoration: none;
    border: 0;
    color: #555;
}
.trans_txt_big a:hover{
    text-decoration: none;
    border: 0;
    color: #999;
}


.imgbox{
    /*background-color: #333;*/
    border-width: 1pt;
    border-style: solid;
    border-radius: 0.5em;
    border-color: #555;
    padding: 0.2em;
    -moz-box-shadow: 3px 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin: .5em .5em .5em .5em;
    
}
/*--------------------- TAGS----------------------------*/
.shotlist{
    padding:0em 0em 0em 0em;
}
.shotlist li{
    list-style-type: none;
/*    display: inline-block;*/
    display: inline;
    width: 2.4em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}
h5{
    letter-spacing: 0.2em;
    font-size: .9em;
    font-weight: bold;
    color: #999; 
    background-color: #555;
    padding: 0em 0em;
    margin: 0em 0em;
}
a:visited, a:link, a:hover{
    text-decoration: none;
    border: 0;
    color: #AAA;
}
td a:visited, td a:link, td a:hover{
    text-decoration: none;
}
img{
    border: 0;
}
