/* --- KLSC --- */

/* --- iphone --- */
.no_iphone { display:none; }
.iphone { display:block; }

/* --- special --- */
ul br { display: none; }

/* --- tablesorter --- */
th { text-align: left; }
.even { }
.odd { background-color: #FFF; }

/* --- forms --- */
form { border:0; margin:0; padding:0; }
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform {
    margin:0 auto;
    padding:5px;
}
.myform label{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 200px;
    float: left;
}
.myform .small{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 200px;
}

.myform input {
    float: left;
    margin:2px 0 2px 10px;
}
.myform select { margin-left: 10px; }
.myform span.link {
    margin-left:210px;
    }

/* link */
a:link {
     font-weight: normal;
     text-decoration: underline;
     color: #666;
     }
a:visited {
     font-weight: normal;
     text-decoration: underline;
     color: #666;
     }
a:hover, a:active {
     font-weight: normal;
     text-decoration: underline;
     color: #666;
     }
    
.title { display:none; }
.titel {
    font-size: 16px;
    font-weight: bold !important;
    color: #666;
    }

