/* ################################################################
#
#  Info
#
################################################################ */

/* ---------------------------------------------------------------------------------------------
-
- ...box = Äussere Box für Maße
- ...box2 = innere Box für Abstände (IE Box-Bug)
-
--------------------------------------------------------------------------------------------- */

/* ################################################################
#
#  INIT
#
################################################################ */

body {
    font-size: inherit; 
    height: 100%;
    widht: 100%;    
}
body, div, p {margin: 0px; padding: 0px; text-align: left;}
input, textarea, select {
    font-family: inherit; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
td, th {vertical-align: top; text-align: left;}
ul, dl {margin: 0px;}
form {display: inline; margin: 0px; padding: 0px;}
.clear, .clearer {clear: both;}
.clearer {font-size: 1px;}
.bold {font-weight: bold;}
.hide {display: none;}
.help {cursor: help;}
.uppercase {text-transform: uppercase;}
.nowrap {white-space: nowrap;}

a {outline: none;}
a img {border: 0px;}

.right {float: right;}
.left {float: left;}
.center {text-align: center;}


.colhalf {
    float: left; width: 50%; margin-bottom: 7px;    
}