body {
    font-size: 14px;
}

.top_bg {
    background-color: #ffffff;
    width: 100%;

}

.menu_bg {
    padding-top: 1px;
/ / background-color: #f5f5f5;
    background-color: #9acfea;
    height: 25px;
}

.down_bg {
/ / background-color: #f5f5f5;
    background-color: #9acfea;
/ / background-image: url("../img/bg_body-verlauf.gif");
}

.right {
    text-align: right;
}

a:link, a:visited, a:active, a:hover {
    color: #3881ad;

}

a:hover {
    text-decoration: underline;
}

/*
input {
	color:#e1af4d!important;
}
*/

#pdf {
    color: #000000;
    text-decoration: underline;
}

#addCustomer {
    color: #f1b232;
    cursor: pointer;
}

#topText {
    margin-top: 15px;
    background-color: #FFFFFF;
    font-style: italic;
}

.form-error {
    color: #ff0000;
}

label {
    padding-top: 0px;
}

.bilder {
    margin-top: 10px;
}

.delete {
    margin-top: 7px;
}

.medium.secondary.button {
    background-color: #3881ad;
}

.medium.secondary.button:hover {
    background-color: #609ed5;

}

#anmeldung {
    color: #FFFFFF;
}

#info {
    text-align: justify;
    padding: 30px 30px 30px 0;
    font-style: italic;
    font-size: 15px;
    line-height: 1.2em
}

table#top_header {
    width: 100%;
    border: none !important;
}

#poweredby {
    padding-left: 80px;
}

img.logo {
    width: 250px;
    margin: 15px 0;
}

img.logo2 {
    width: 150px;
    margin: 0px 0 15px 0;
}

#zahnkongress {
    text-align: right;
    padding: 15px 10px;
}

#programmbox {
    margin-left: 900px;
    margin-top: 50px;
}

.missing::after {
    border-bottom: 0px solid transparent;
/ / border-right: 7 px solid #d0021b;
    border-top: 7px solid transparent;
    content: "";
    height: 0;
    left: -5px;
    margin: -7px 0 0;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-container .missing {
    background: #d0021b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    padding: 14px 8px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(100%, -50%);
    width: 165px;
    z-index: 100;
}

#format {
    maxlength: 20px;

}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    background-color: #ff0000;
    width: 170px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.kkzeile {
	padding-top: 27px;
}

.col-left {
	padding-left: 0;
}

.col-right {
	padding-right: 0;
}

#download_container {
    z-index: 1;
	border: solid 1px #000;
	min-height: 160px;
    background-color: #3881ad;
    text-align: center;
    padding: 2% 0;
    font-weight: bold;
    cursor: pointer;
}
#download_container div {
    background-color: #3881ad;
}

#programm_title {
	border-bottom: solid 1px #000;
	padding: 1% 2%;
    color: white;
}

#programm_vorschau {
	padding: 4% 1%;
}

#programm_vorschau img {
	width: 60px !important;
	height: 85px !important;
}