/* 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: 36px;
}
.ueberschrift1 {
font-family: 'Raleway', sans-serif;
font-size:18px;	
color:#cc3333;
font-weight:600;
}

/* CMS Anpassungen */
.contract_new {
  width: 100%;
}

.normal p { 
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: 0.5px;}

/* ==== Layout Ligaverwaltung === */

.tabelle td {
    border-bottom:#eee solid 1px!important;
    font-size:16px!important; 
    font-family: "Open Sans"!important;	
    padding:8px 10px;	
}
.tabelle .text {
font-family: "Open Sans";
font-size: 16px;
color:#000;
font-weight:400;

}
.tabelle .titel {
    border-bottom:#eee solid 1px!important;
    font-size:16px!important; 
    font-family: "Open Sans"!important;	
    padding:8px 10px;
	color:#000;
	background-color:#F2F2F2;	
}

/* ==== Layout Nachrichtenanzeige === */

/* Headline Ueberschrift */

.headline {
font-size:22px;
color:#cc3333;
font-weight:600;
}

.zcontent_news
.zcontent_news .kategorie {
color: #333;
font-size: 15px;
font-family:"Open Sans";
font-weight: 400;
letter-spacing: 0.5px;
text-decoration:none;
}
.zcontent_news .ueberschrift {
color: #cc3333;
font-size: 16px;
font-family:"Open Sans";
font-weight: 600;
letter-spacing: 0.5px;
line-height:40px;
}
.zcontent_news tr {
border-bottom: #ccc 1px solid;
padding:0px;
}

.zcontent_news normal {
color: #333;
font-size: 16px!important;
font-family:"Open Sans";
font-weight: 400;
letter-spacing: 0px;
}
