/*--Seitenschriftart----------------------------------------------------------*/
html {
	font-family: Arial;
	}
/*--Schriftgrößen-------------------------------------------------------------*/
#navi {
	font-family: Arial;
	font-size: 12px;                             /*-Schriftgröße Navigation-*/
	}
	
#content {
	/*float: right;*/
	font-size: 1.2em;
  color:#212121;						      /*-Schriftgröße Content-*/
	}
	
#content a{
	color:#212121;
  text-decoration:underline;							      /*-Schriftgröße Content-*/
	}

#content ul{
	margin:5px 0px 5px 25px;
	}
	
#content ul li{
	list-style-type:disc;
	}
	
#quicklinks {
	font-size: 1.1em;							   /*-Schriftgröße Quicklinks-*/
	}

/*--Farben und Hintergrundbilder----------------------------------------------*/
body {
	color: #212121;
	background:  #bdd5f1 url(/fileadmin/layout/body-background.gif) top repeat-x;
	}

#main { 
	background: #ffffff url(/fileadmin/layout/links_unten.jpg) bottom left no-repeat;
	margin-top:3px;
	}

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

/*--Überschriften-------------------------------------------------------------*/
h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 2.4em;
	color: #3d71a7;
  margin-bottom:10px;	
	}

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

/*--Navigation----------------------------------------------------------------*/
#navi li {
	padding: 0px;
	margin-bottom:5px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	border-bottom: solid 1px #d4def1;
	}

#navi a {
	color: #3d71a7;
	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-------------------------------------------------------------------*/
ul#navi2 {
	margin-top: 5px;
	border-top: 1px solid #d4def1;
	margin-bottom: -5px;
}
#navi2 li {
	margin-left: 5px;
	margin-top: 5px;
	border:0px;
	margin-bottom: 0px;
	}

#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;
	}


/*--Header bzw. Media-Formatierungen------------------------------------------------------*/
div#media img {
	/*margin-top: 12px;
	margin-left: 10px;*/
}


div#media_rechts {
	height:140px;
	position:absolute;
	top:0px;
	right: 0px;
	width:691px;
}