/* Termine */
table.termine, table.termine td, table.termine th {
	border: 2px solid white !important;
}
table.termine .col1 {
    width: 16%;
}
table.termine .col2 {
    width: 44%;
}
table.termine .col3 {
    text-align: right;
    width: 40%;
}
table.termine .head {
    background-color: #ccc;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: left !important;
}
table.termine td {
    background-color: #eee;
    padding: 5px;
    vertical-align: top;
}
div.bloecke_wrap {
    background-color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 0;
}
div.detail_block {
    border: 0px solid #ccc;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 190px;
}

br.clearer {
    clear: both;
    line-height: 0;
}

/* Innernavigation */
div.innernavigation {
    background-color: #e5e5e5;
    border-top: 3px solid #eee;
}
span.infobuttons {
    font-size: 12px;
}
a.innerinfo {
    border-right: 3px solid #eee;
    color: #76a0b3 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 194px;
}
a.innerinfo:hover {
	background-color: #3498db !important;
	color: white !important;
}

span.infobuttons {
    cursor: pointer;
}
span.infobuttons a.aktiv {
	background-color: #3498db !important;
	color: white !important;
}



/* Fonts */
span.veranstaltername {
    font-size: 16px;
}
.detail_block h2 {
    font-size: 1em;
    padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

div.termine_wrap {
    background-color: #eee;
    padding: 5px;
    vertical-align: top;
}
a.disabled {
    color: #aaa !important;
	background-color: transparent !important;
}
h2.abstand_oben {
	margin-top: 15px;
}
span.smaller {
	font-size: 88%;
}
