@charset "utf-8";
/* CSS Document 
	eMotivo CMS */
    
#page #left .user, #page #left .login, #page #left .menu .menu_middle li a.active, #page #left .menu .menu_middle li a:hover, .btn, #page #right .content input[type="submit"], #page #right .content input[type="button"] {
    background-color: #044B8E;
}
#page #right .content input[type="submit"], #page #right .content input[type="button"] {
    padding: 5px 20px;
    border: 1px solid #efefef;
    color: #fff;
    width: 50%;
}
#page #right .content a {
    color: #044B8E;
}
#page #top {
    border-bottom: 5px solid #044B8E;
    background-color: #fff;
    min-height: 84px;
}
#page #top #logo {
    top: 0px;
    left: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5 !important;
    background: #044B8E !important;
}

select {
    min-width: 132px;
}

input, select, textarea, .chosen-container {
    margin: 0px 5px 5px 0px;
}

	
.kontakt {
    
}
.kontakt .gruppen {
     width: 50%; 
     float: right;
}
.kontakt .form {
     width: 50%; 
     float: left;
}
.kontakt .form input[type=submit]{
    width: 49%;
}
.kontakt .form th, .dubletten-form th {
    width: 40%;
}
.kontakt .form td, .dubletten-form td {
    width: 60%;
}
.kontakt .form td input, .kontakt .form td select, .dubletten-form td .chosen-disabled {
    width: 95% !important;
}

#page #right .content table .buttons {
    display: inline-flex;
}

.dubletten_head { background-color: #f00 !important; }