@charset "UTF-8";
/* CSS Document 

* {
	color:#252525;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	font-size:14px;
}*/

/*** Content Style ***/

/* Farben */
.cgray{
	color:#CCCCCC ! important;
}

.cred{
	color:#C92017 ! important;
}

h1, h2, h3, h4, h5{
	color:#C92017;
	font-weight:normal;
	margin-bottom:3px;
	font-family:'FrutigerNeueW01-Regular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h1{	font-size:20px; font-family:'Frutiger Neue W01 Light', Helvetica, Arial, sans-serif; line-height:}
h2{	font-size:17px; }
h3{	font-size:15px; }
h4{	font-size:13px; }
h5{	font-size:12px; }

h1.csc-firstHeader {
	font-size: 22px;
}

h1#header {
	font-size:40px;
}

#content a{
	font-size:12px;
	text-decoration:none;
	color:#C92017;
}

#content a:hover{
	color:#252525;
}

.external-link-new-window, .internal-link{
	font-size:14px ! important;
}

td{
	vertical-align:top;
}

news-list-title h3 a{
	font-size:16px !important;
}
