/* STYLES FÜR LANCE WIN_GUI*/

.window{background-color: white; font-family: verdana; font-size: 8pt; cursor: default; border-style: solid; border-color: black; border-width: 1px;}
.window_active{background-color: white; font-family: verdana; font-size: 8pt;cursor: default;border-style: solid; border-color: black; border-width: 1px;}
.window .title{background-color: darkgrey; color: white; font-weight: bold; height: 18px; position: relative; padding-left: 3px; padding-top: 3px; border-bottom-style: solid; border-bottom-color: black; border-bottom-width: 1px;}
.window_active .title{background-color: #64B23D; color: white; font-weight: bold; height: 18px; position: relative; padding-left: 3px; padding-top: 3px; border-bottom-style: solid; border-bottom-color: black; border-bottom-width: 1px;}
.body{ color: black; font-weight: bold; position: relative;}
