.topAlign td {
    vertical-align: top;
}

.pe-dynaform-cell {
    white-space:normal!important;
}

.column5px {
    width:2px;
}

select.ui-helper-hidden {
    display:none;
}

ul.ui-autocomplete-multiple-container {
    width:100%;
    clear: none !important;
}

.errorMessage {
    font-size:18pt;
    color:black;
    background-color:#faa732;
    padding:10px;
    border:0px;
}

.text-center {text-align: center}
.text-left {text-align: left}

.jqplot-title {
    color:black;
    font-size:16pt;
    font-face:Verdana;
}

.jqplot-target {
    background-color:#ffffff;
    color:#ffffff;
    padding:0px;
    border:0px;
}

.jqplot-xaxis-label{
    color: #000000; 
}
.jqplot-yaxis-label{
    color: #000000;
}

table.jqplot-table-legend {
    color:black;
    font-face:Verdana;
}

.nomargin {
    margin:0px;
    height:300px;
}

.alert {
    margin-top:10px;
}

.bubble 
{
    position: relative;
    padding: 10px;
    background: #FFEB3B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #FFEB3B solid 2px;
    color:black;
}

.bubble:after 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFEB3B transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -10px;
    left: 13%;
}

.bubble:before 
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 16px 16px;
    border-color: #FFEB3B transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -16px;
    top: -1px;
    left: 13%;
}

#map-canvas {
    height: 100%;
    position: absolute; 
    top: 0; 
    bottom: -200px; 
    left: 0; 
    right: 0; 
    z-index: 0;

}

.commentBar {
    background-color:#f9f9f9;
    padding:10px;
    margin-bottom:10px;
    border: 1px solid #dddddd
}

.commentBar-yellow {
    border: 1px solid #f89406;
}

.commentBar-blue {
    border: 1px solid #3a87ad;
}

.commentBar-green {
    border: 1px solid #468847;
}

.commentBar-magenta {
    border: 1px solid #ff00ff;
}

.commentBar-silver {
    border: 1px solid #c0c0c0;
}

#container-main {
    z-index: 100;
    position: relative;
}


body {
    font-size: 13px;
    background-color: #f5f5f5;
    line-height: 25px;
    color: black;
    border-top: 5px;
    background-image: url("/javax.faces.resource/hg_body.jpg.xhtml?ln=img");
    background-repeat: repeat-x;
    background-position: top;
    font-family:Verdana, Arial, sans-serif;

}

.tabs .secondary-nav {
    float:right;
    margin-left:10px;
    margin-right:0;
}

.pagesettings {
    text-align:center;
    padding-bottom:10px;
}

.btn-warning {
    color:black;
}

.btn-silver.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-silver {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #D3D3D3;
    *background-color: #C0C0C0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D3D3D3), to(#C0C0C0));
    background-image: -webkit-linear-gradient(top, #D3D3D3, #C0C0C0);
    background-image: -o-linear-gradient(top, #D3D3D3, #C0C0C0);
    background-image: linear-gradient(to bottom, #D3D3D3, #C0C0C0);
    background-image: -moz-linear-gradient(top, #D3D3D3, #C0C0C0);
    background-repeat: repeat-x;
    border-color: #C0C0C0 #C0C0C0 #808080;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffD3D3D3', endColorstr='#ffC0C0C0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #C0C0C0;
    *background-color: #A9A9A9;
}

.btn-success:active,
.btn-success.active {
    background-color: #A9A9A9 \9;
}

.mainArea {
    border-radius: 0px;
    /*background: #e24e35 !important; */
    background-color: white;
    filter: none !important;
    border-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(140, 140, 140, 10);
    -moz-box-shadow: 0 0 5px rgba(140, 140, 140, 10);
    -webkit-box-shadow: 0 0 5px rgba(140, 140, 140, 10);

}

.balken {
    background-image: url("/javax.faces.resource/schmuck_content.gif.xhtml?ln=img");
    background-repeat: no-repeat;
    background-position: top left;
}

.balken-rot {
    background-image: url("/javax.faces.resource/b1_schmuck_content.gif.xhtml?ln=img");
    background-repeat: no-repeat;
    background-position: top left;
}

.balken-blau {
    background-image: url("/javax.faces.resource/b2_schmuck_content.gif.xhtml?ln=img");
    background-repeat: no-repeat;
    background-position: top left;
}

.balken-gelb {
    background-image: url("/javax.faces.resource/gelb_schmuck_content.gif.xhtml?ln=img");
    background-repeat: no-repeat;
    background-position: top left;
}

.balken-gelb-klein {
    background-image: url("/javax.faces.resource/gelb_schmuck_content_aside.gif.xhtml?ln=img");
    background-repeat: no-repeat;
    background-position: top left;
}

.mainWindow {
    padding-top:50px;
    padding-left:60px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.mainContent {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 60px;
    padding-bottom: 80px;
}

.standardWidget {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.standardWidget-header {
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
}

.standardWidget-body {
    padding: 15px;
    overflow-y: auto;
}

.sw-big {
    font-size:16pt;

}

.sw-medium {
    font-size:11pt;
    font-weight:normal;
    white-space:pre-line;
}

.sw-small {
    font-size:19pt;

}

.sw-bold {
    font-weight:bold;
    white-space:pre-line;
}


.standardWidget-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.reportWidget {
    border-radius: 0px;
    /*background: #e24e35 !important; */
    background-color: white;
    filter: none !important;
    border: 1px solid #eee;
    margin-top: 0px;
    margin-bottom: 20px;
}

.reportWidget-header {

    border-bottom: 1px solid #eee;
}

.reportWidget-left {
    padding: 9px 15px;
}

.reportWidget-right {
    padding:10px;
    vertical-align:middle;
}

.reportWidget-link {
    font-weight:normal;
    text-decoration:underline;
    background-image: url("/javax.faces.resource/link-intern.gif.xhtml?ln=img");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 12px;
}

.reportWidget-body {
    overflow-y: auto;
}

.reportWidget-info {
    padding:15px;
    vertical-align:middle;
}

.reportWidget-map {
    padding:0px;
    height:100%;
}

.form-map {
    padding:0px;
    margin:0px;
}

.reportWidget-footer {
    padding: 4px 5px 5px;
    margin-bottom: 0;
    text-align: left;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.label-big {
    font-size: 14.844px;
    font-weight: normal;
    line-height: 15px;
    color: #ffffff;

    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 4px 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom:30px;
}

.label-magenta {
    background-color: #ff00ff;
}

.label-silver {
    background-color: #c0c0c0;
}

.label-green {
    background-color: #468847;
}

.reportWidget-atts {
    padding-top:20px;
}
.status-success {
    padding:0px;
    background:#468847;
    text-align:center;
    font-size:18pt;
    color:white;
    font-weight:bold;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(140, 140, 140, 10);
    -moz-box-shadow: 0 0 5px rgba(140, 140, 140, 10);
    -webkit-box-shadow: 0 0 5px rgba(140, 140, 140, 10);
}

.hero-unit p {
    font-size:16px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}

a,a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #E9132F;
}


.alignleft {
    float: left;
    margin-right: 10px !important;
}

.alignright {
    float: right;
    margin-left: 10px !important;
}

.aligncenter {
    margin: 0px auto;
    text-align: center;
    padding: none;
    display: block;
}

.color {
    color: #118d00;
}

.caps {
    text-transform: uppercase;
}

.border {
    height: 20px;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: normal;
}

.bootstrap-themes h6 {
    margin-bottom: 0px;
}

.bootstrap-themes img {
    max-width: 270px;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px #aaa;
}

.bootstrap-themes hr {
    border-top: 1px solid #ccc;
    border-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/* Navbar */
.navbar {
    margin: 0px 0px 20px 0px;
}

.navbar-inner>.container {
    /*width: 940px;*/
    margin: 0px;
}

.navbar-inner {
    border-radius: 0px;
    /*background: #e24e35 !important; */
    background-color: white;
    background-image: none;
    background-repeat: no-repeat;
    filter: none !important;
}

.navbar .btn {
    background: #cc412a !important;
    font-size: 13px;
    padding: 4px 10px;
    color: #fff !important;
    text-shadow: none !important;
}

.navbar .btn:hover {
    background: #fcd016 !important;
}

.navbar .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.navbar .brand {
    color: #fff !important;
    text-shadow: none !important;
}

ul {
    padding: 0;
    -webkit-padding-start: 0px;
}

.navbar .nav>li>a {
    background: white;
    padding: 12px 15px 12px;
    color: black !important;
    text-shadow: none !important;
    border-right: 4px solid #d8d8d8;
    border-left: 2px solid transparent;
    font-size: 16px !important;
    font-weight: bold;
}

.navbar .nav>li>a:hover {
    background: #fcd016 !important;
    color: white !important;
}

.navbar .nav .active>a,.navbar .nav .active>a:hover,.navbar .nav .active>a:focus
{
    color: white !important;
    box-shadow: none;
    background: #fcd016 !important;
}


.nav-collapse a {
    font-weight: normal !important;
    text-shadow: none !important;
}



.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#content {
    margin: 0 auto;
    min-width: 180px;
    max-width: 1180px;
    text-align: left;
    position: relative;
}

/* ########## KOPFLEISTE ########### */
#kopf {
    width: 100%;
    height: 163px;
    background-image: url("/javax.faces.resource/header-kaf-2.jpg.xhtml?ln=img");
    background-position:  top left;
    background-repeat: no-repeat;
    margin-bottom: 4px;;
    position: relative;
    margin-top: 4px;
    -moz-box-shadow: 0 0 5px rgba(140, 140, 140, 10);
    -webkit-box-shadow: 0 0 5px rgba(140, 140, 140, 10);
}

#kopfleiste {
    font-size: 0.9em;
    text-align: right;
    list-style-type: none;
    z-index: 2;
    position: absolute;
    margin-top: 0;
    padding-bottom: 0.4em;
    top: 0;
    right: 0;
    background-image: url("/javax.faces.resource/hg_zusatznavi.png.xhtml?ln=img");
    padding-top: 0.4em;
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    color: black;
}

#kopfleiste li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}

#kopfleiste li a {
    background-image: url("/javax.faces.resource/link-intern.gif.xhtml?ln=img");
    background-position: left;
    background-repeat: no-repeat;
    padding: 12px 0 10px 14px;
}

.logo img {
    max-width: 800px;
    max-height: 163px;
}

.social {
    margin-top: 35px;
}

.social i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #e24e35;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    border-radius: 30px;
    text-shadow: 0px 0px 1px #000;
    margin: 0px 3px;
    box-shadow: inset 0px 0px 1px #000;
}

.social i:hover {
    background: #cc412a;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
}

.social a,.social a:visited {
    color: #fff;
}

.social a:hover {
    text-decoration: none;
}

/* Slider */
.flexslider {
    box-shadow: none;
    border-radius: 0px;
    background: #111;
    padding: 0px !important;
    margin: 0px;
    border: 0px;
    margin-bottom: 15px;
}

.flexslider a,.flexslider a:visited,.flexslider a:hover {
    color: #aaa;
    text-decoration: none;
}

.slides p,.slides h3 {
    padding: 0px 10px;
}

.slides h3 a {
    color: #bbb !important;
}

/* Post */
.entry {
    padding: 5px 10px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.entry h2 a,.entry h2 a:visited,.entry h2 a:hover {
    text-decoration: none;
    color: #666;
}

.entry img {
    margin: 5px 0px;
    padding: 1px;
    border: 1px solid #ccc;
}

.entry hr {
    border-top: 1px dashed #eee;
    border-bottom: 0px;
    margin: 7px 0px;
    height: 0px;
}

.entry .thumb img {
    margin: 5px 0px 0px 0px;
    box-shadow: 0px 0px 2px #000;
}

.entry .meta {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    padding: 0px 8px;
    background: #fafafa;
    border: 1px solid #eee;
    text-transform: capitalize;
}

.entry .meta i {
    margin: 0px 0px 0px 1px;
}

.entry .tags {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.entry .tags a,.entry .tags a:visited {
    color: #fff;
    background: #e24e35;
    padding: 3px 5px;
    margin: 0px 1px;
    border-radius: 3px;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
}

.entry .tags a:hover {
    background: #cc412a;
    text-decoration: none;
}

.entry .readmore {
    background: #e24e35;
    padding: 0px 8px;
    position: relative;
    right: -8px;
    color: #fff;
}

.entry .readmore:hover {
    text-decoration: none;
    background: #cc412a;
}

.entry h3 {
    font-size: 23px;
    line-height: 35px;
}

.blog .navigation,.blog .navi {
    text-transform: none;
    margin: 5px 0px;
    margin-bottom: 20px;
}

.blog .navigation a,.blog .navi a {
    color: #e24e35;
    padding: 2px 5px;
    font-size: 14px;
    font-family: Oswald, sans-serif;
}

.blog .navigation a,.blog .navi a:hover {
    color: #cc412a;
    text-decoration: none;
}

/* Portfolio */
.port {
    padding: 3px 0px;
    margin: 3px 0px;
    border-bottom: 1px solid #eee;
}

.port img {
    width: 390px;
    float: left;
}

.port .details {
    width: 180px;
    float: left;
    padding-left: 10px;
}

.port .details h6 {
    marign: 0px;
    padding: 0px;
}

.details a,.details a:visited {
    background: #e24e35;
    color: #fff;
    text-decoration: none;
    padding: 4px 7px;
    font-size: 12px;
}

.details a:hover {
    color: #fff;
    background: #cc412a;
    text-decoration: none;
}

/* Service */
.services .span4 {
    width: 280px;
}

.services h6 {
    margin: 3px 0px;
    padding: 3px 0px 7px 0px;
    border-bottom: 1px dotted #eee;
}

.services i {
    color: #e24e35;
    font-size: 16px;
    margin-right: 3px;
    margin-top: 3px;
}

/* Pagination */
.pagination {
    clear: both;
    padding: 6px 0;
    line-height: 17px;
    font-size: 13px;
}

.pagination span,.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    width: auto;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
}

.pagination a:hover {
    color: #444;
    background: #f3f3f3;
}

.pagination .current {
    padding: 5px 8px 5px 8px;
    color: #444;
    background: #f3f3f3;
}

/* Comments */
.comments h3 {
    margin: 15px 0px 5px 0px;
}

.comments .avatar {
    margin-top: 4px;
    margin-right: 4px;
}

.comments .avatar img {
    border: 1px solid #ddd;
    padding: 2px;
}

.comments ul {
    list-style-type: none;
    margin-left: 0px;
}

.commentlist li {
    padding: 10px;
    background: #fff;
    margin: 20px 0px;
    line-height: 25px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-left: 4px solid #e24e35;
}

#respond {
    padding: 5px 15px;
    background: #fff;
    margin: 20px 0px;
    color: #555;
    border: 1px solid #ddd;
}

#respond input,#respond textarea {
    font-size: 13px;
}

#respond label {
    font-size: 13px;
}

/* Sidebar */
.sidebar h3 {
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    color: #777;
}

.sidebar a,.sidebar a:visited {
    color: #777;
}

.sidebar a:hover {
    color: #555;
    text-decoration: none;
}

.sidebar .btn i {
    margin-top: 3px;
    margin-left: -2px;
}

.widget {
    background: #fff;
    padding: 4px 10px 8px 10px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

.widget img {
    margin-top: 8px;
    float: left;
    margin-right: 8px;
}

.widget a.btn {
    color: #444 !important;
    font-size: 13px;
}

.widget ul,.entry ul {
    list-style-type: none !important;
    padding: 0px;
    margin: 0px;
}

.widget ul li,.entry ul li {
    background-image: url('img/list.png');
    background-repeat: no-repeat;
    background-position: 2px 7px;
    background-size: 12px 12px;
    padding: 4px 0px;
    padding-left: 21px;
}

/* Footer */
footer {
    color: #ddd;
    background: #151515 url('img/bot.png') repeat;
    margin-top: 20px;
    border-top: 5px solid #e24e35;
    font-size: 13px;
    padding-top: 10px;
}

footer a,footer a:visited,footer a:hover {
    color: #bbb;
}

.copy {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
}

footer h4 {
    color: #fff;
}

footer .widget {
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
}

footer hr {
    border-top: 1px solid #111;
    border-bottom: 1px solid #333;
    margin: 4px 0px;
    height: 0px;
}

.paddingZero {
    padding-left:0px;
    padding-top:0px;	
}

.bootstrap-tagsinput{
    display: block;
    width: 100%;
    margin-bottom: 9px;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Responsive */
@media ( max-width : 480px) {
    .port .details {
        padding-left: 0px;
    }
    .alignleft {
        float: none;
        margin: 0px auto !important;
        text-align: center;
        padding: 5px;
        display: block;
    }
    .alignright {
        float: none;
        margin: 0px auto !important;
        text-align: center;
        padding: 5px;
        display: block;
    }
    .aligncenter {
        margin: 0px auto !important;
        text-align: center;
        padding: 5px;
        display: block;
    }
}

@media ( max-width : 767px) {
    header {
        text-align: center;
        margin-bottom: 0px;
    }
    header .social {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .logo {
        padding: 5px 0px 0px 0px;
    }
    header,.bread,footer,.navbar-inner {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar .nav {
        border: 0px !important;
    }
    .navbar .nav>li>a {
        border: 0px !important;
    }

    .services .span4 {
        width: 100%;
    }
}

@media ( min-width : 768px) and (max-width: 979px) {
    .navbar .nav {
        border: 0px !important;
    }
    .navbar .nav>li>a {
        border: 0px !important;
    }

    .services .span4 {
        width: 215px;
    }
}

@media ( max-width : 979px) {
}

/* ########## UNTERNAVIGATION ########### */
#unternavigation{float:left;width:100%;color:#000; background-color:#fff;margin-right:0.7%;font-size:14px;box-shadow:0 0 5px rgba(140, 140, 140, 10);-moz-box-shadow:0 0 5px rgba(140, 140, 140, 10);
                 -webkit-box-shadow:0 0 5px rgba(140, 140, 140, 10);}
#unternavigation ul{list-style-type:none; font-weight:bold; color:#fff;padding-bottom:2px; margin-left:0;padding-left:0;}
#unternavigation li span{padding:0.8em; display:block; background:#FCD016}
#unternavigation li a{text-decoration:none;}
#unternavigation li a:link, #unternavigation li a:visited{color:#fff}

#unternavigation ul ul{list-style-type:none;font-size:12px; font-weight:normal;background-color:#fff; padding:0 0 0 0;}
#unternavigation ul ul li{padding:0 0 0 0; }

#unternavigation ul ul a {border-bottom:1px solid #DBDBDB;padding:0.8em 0.8em 0.1em 0.3em;display:block}
#unternavigation ul ul a:link, #unternavigation ul ul a:visited{color:#000}
#unternavigation ul ul li.aktiv {border-bottom: 1px solid;padding: 0 0 0 0; background-color:#FEEEAA;}


#unternavigation ul ul a:hover, #unternavigation ul ul a:focus{color:#000; background-color:#FEEEAA; border-bottom:1px solid #FCD016;}
#unternavigation ul li.aktiv {background-color:#dbdbdb; border-bottom:1px solid #707173;}
#unternavigation li.aktiv ul {margin-left:-0.4em; margin-top:0.2em}
