/*--Seitenschriftart----------------------------------------------------------*/
html {
	font-family: Trebuchet MS;
	}
/*--Schriftgrößen-------------------------------------------------------------*/
#navi {
  font-weight:bold;
	font-size: 1.4em;                              /*-Schriftgröße Navigation-*/
	}
	
#content {
	font-size: 1.2em;
  color:#212121;						      /*-Schriftgröße Content-*/
	}
	
#content a{
	color:#212121;
  text-decoration:underline;							      /*-Schriftgröße Content-*/
	}
	
#quicklinks {
	font-size: 1.1em;							   /*-Schriftgröße Quicklinks-*/
	}

/*--Farben und Hintergrundbilder----------------------------------------------*/
body {
	color: #212121;
	background: #ffffff url(/fileadmin/layout/body_background.jpg) repeat-x;
	}

#main { 
	margin-top:3px;
	}

#links {
	background: url(/fileadmin/sites/basiswebsiteredesign/layout/linksbackground.jpg) no-repeat;
	}

/*--Überschriften-------------------------------------------------------------*/
h1 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 2.4em;
	color: #a1261e;	
	}

.csc-subheader {
	color: #425469;
	font-size: 1.2em;
	border-bottom: 1px solid #b7bfc9;
	padding-bottom: 4px;
	}

/*--Navigation----------------------------------------------------------------*/
#navi li {
	padding: 0px;
	margin-bottom:5px;
	}

#navi a {
	color: #3a3a38;
	margin: 5px 0px 5px 5px;
	width: 185px;
	}

#navi a:hover, #navi li:hover{
  color:#a1261e;
	}

#navi a.aktiv {
	color: #a1261e;		                  /*-Farbe für Aktiven Link-*/
	}

/*--Subnavi-------------------------------------------------------------------*/
#navi2 li {
	margin-left: 15px;
	}

#navi2 li a {
	
	}

/*--Quicklink-Navigation------------------------------------------------------*/
#quicklinks a {
	color: #3a3a38;
	}

#quicklinks a:hover {
	color: #a1261e;
	}

#quicklinks {
	float: right;
	margin-top: 3px;
	}
	
#quicklinks li {
	display: inline;
	padding-left: 18px;
	}

