/*--Seitenschriftart----------------------------------------------------------*/
html {
	font-family: Trebuchet MS, sans-serif;
	}
/*--Schriftgrößen-------------------------------------------------------------*/
#navi {
	font-size: 1.2em;                              /*-Schriftgröße Navigation-*/
	}
	
#content {
	font-size: 1.2em;							      /*-Schriftgröße Content-*/
	}
	
#quicklinks {
	font-size: 1.1em;							   /*-Schriftgröße Quicklinks-*/
	}

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

#main {
	background-color: #FFF;						   /*-Hintergrundfarbe Inhalt-*/ 
	border: 1px solid #d4d4d4;
	border-top: none;
	}

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

div#content a, div#content a:visited {
	color: #0042A6;
	}

div#content a:hover {
	color: #262626;
	}

/*--Überschriften-------------------------------------------------------------*/
h1 {
	font-weight: normal;
	font-size: 1.6em;
	color: #262626;
	margin-bottom: 20px;
	}

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

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

#navi a {
	color: #262626;
	padding: 7px 0px 7px 20px;
	width: 185px;
	display: block;
	font-size: 1.2em;
	}

#navi a:hover {
	background-color: #e6e6e6;	             /*-Hintergrundfarbe beim Hover-*/
	}

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

/*--Subnavi-------------------------------------------------------------------*/
#navi2 li a {
	padding-left: 30px;
	font-size: 0.9em;
	}

/*--Quicklink-Navigation------------------------------------------------------*/
#quicklinks a {
	color: #212121;
	}
		
#quicklinks {
	float: right;
	margin-top: 3px;
	}
	
#quicklinks li {
	display: inline;
	padding-left: 15px;
	}

div.csc-textpic-text ul {
	padding-left: 24px;
	}

div.csc-textpic-text ul li {
	list-style: disc;
	}

