/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 28.04.2014, 13:34:14
    Author     : Telution
*/

.col1_content {
    margin-top: 10px;
    height: auto;
    width: auto;
}

.widget {
    position: relative;
    width: 50%
}

.widget_contact {
    position:relative;
    width: 50%;
    top:0;
    left:0;
}

.widget_lead {
    background-color:#F2F2F2;
    width: 440px;

    font-size:11px;
    border:2px solid;
    padding:0;
}

.widget_lead table {
    text-align:left;
    width:400px;
    font-size:14px;
    border-spacing:0;
    border-padding:0;
}

.widget_lead tr {
    background-color:#F2F2F2;
    text-align:left;
    font-size:14px;
    border-bottom:0px dotted #000000;
}

.widget_lead th {
    background-color:#F2F2F2;
    text-align:left;
    font-size:14px;
}

#contactName {
    width: 80px;
}

#contactOption {
    width: 40px;
}

.widget_lead tr:hover {
    background-color:#D8D8D8;
    text-align:left;
    font-size:14px;
}

.widget_contact {
    background-color:#F2F2F2;
    width:444px;

    font-size:11px;
    border:2px solid;
    padding:0;
}

.widget_contact table {
    text-align:left;
    font-size:14px;
    border-spacing:0;
    border-padding:0;
}

.widget_contact tr {
    background-color:#F2F2F2;
    text-align:left;
    font-size:14px;
    border-bottom:0px dotted #000000;
}

.widget_contact th {
    background-color:#F2F2F2;
    text-align:left;
    font-size:14px;
}

.widget_contact tr:hover {
    background-color:#D8D8D8;
    text-align:left;
    font-size:14px;
}

.widget_termin {
    background-color:#F2F2F2;
    width:270px;

    font-size:13px;
    border:2px solid;
    padding:0;
}

.widget_content {
    padding:10px;
    font-size:15px;
}

.widget_content a {
    color:black;
}

.widget_content a:hover {
    color:black;
    font-weight:bold;
}

.widget_close_bar {
    background-color:black;
    width:100%;
    height:20px;
    text-align:right;
}

.widget_close_bar a {
    color:red;
    padding-right:3px;
}
.widget_close_bar a:hover {
    color:red;
    font-weight:bold;
}

.col2_content {
    background-color: #ffffff;
    position: relative;
    left: -100px;
    top: 25px;
    width: auto;
    height: 330px;
}

.col2_content .rfidcard {
    position: relative;
    top: 0px;
    width: 512px;
}

.col2_content .rfidcard img {
    position: relative;
    width: 512px
}

.col2_content .rfidcard_content {
    position: absolute;
    top: 0px;
    width: 100%;
}

.col2_content .line1line2 {
    position: absolute;
    font-family: Helvetica;
}

.col2_content .rfidcard_content .line1line2 #line1 {
    position: absolute;
    top: 60px;
    font-size: 27px;
    width: 100%;
    padding: 0 42px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.col2_content .rfidcard_content .line1line2 #line2 {
    position: absolute;
    font-size: 27px;
    top: 87px;
    width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.col2_content .rfidcard_content #line3 {
    position: absolute;
    font-size: 27px;
    top: 90px;
    width: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
}
