/* default.css */
/* CMS Layouteinstellungen */
.text {
font-family: "Open Sans";
font-size: 16px;
color:#333;
font-weight:400;
}

.link {
font-family: "Open Sans";
font-size: 16px;
color:#cc3333;
font-weight:400;
text-decoration:none;
}
.link_activ {
font-family: "Open Sans";
font-size: 16px;
color:#cc3333;
font-weight:400;
text-decoration:underline;
}
.normal {
font-family: "Open Sans";
font-size: 16px;
color:#333;
font-weight:400;
}
.pokal {
font-family: "Open Sans";
font-size: 16px;
color:#333;
font-weight:600;
}
.ueberschrift {
font-family: 'Raleway', sans-serif;
font-size: 18px;	
color:#666;
font-weight:600;
line-height: 2em;
}
.ueberschrift1 {
font-family: 'Raleway', sans-serif;
font-size:18px;	
color:#cc3333;
font-weight:600;
line-height: 2em;
text-align:center;
}

.headline {
font-size:22px;
color:#cc3333;
font-weight:600;
text-align: center!important; 
line-height: 2em;
font-family: 'Raleway', sans-serif;    
}

.calendar_table td {
border-bottom: 1px solid #eee;
padding:20px 0px;    
}
.calendar_date {
    font-weight:600;
}

.contentbox input {
    border-color: #e5e5e5;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    color: #888;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 8px 10px;
    min-width: 40px;
    margin:5px 0px;
}

.mitte {text-align:center!important}



