/* Überschriften*/
.csc-header h2,
h2.csc-firstHeader {
	background-color: #fff;
	background-image: url('../images/h-background.gif');
	background-repeat: repeat-x;
	background-position: top;
	
	min-height: 22px;
	padding-top: 10px;
	padding-left: 10px !important;
	border-bottom: 1px solid #4e555b;
	
	color: #4e555b !important;
}

.csc-frame .csc-header h2 {
	background-color: transparent !important;
	background-image: none;
	border-bottom: none;
	padding-top: 0px;
	}

/* Kopf der Webseite */
#header {
	background-color: #fff;
	background-image: url('../images/header_background.jpg');
	background-repeat: no-repeat;
	background-position: right;
	
	height: 43px;
}

#topnav { padding-top: 0; margin-top: -7px; }
#topnav span { color: #fff !important; }
#topnav a {
  		color: #fff;
		font-weight: normal;
		font-size: 8pt;
		
		background: transparent;
		text-decoration: none;
		display: inline;
		border: none;
		padding: 3px;
		}
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: #ffcc66; color:#4e555b; }
  
  /* Content */
#col3_content .moodle-box div.csc-textpic-text p.bodytext,
#col3_content .moodle-box p.bodytext,
#col3_content .moodle-box li {	font-size: 8pt; }


#col3_content .moodle-box p.bodytext {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
div.moodle-box {
	padding-bottom: 0px;
	bottom: 0px;
}

div#hotline {
	padding: 10px;
	height: 263px;
	width: 221px;
	
	background-image: url(../images/Hotline.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#hotline #da {
	margin-top: 38px;
	margin-left: 8px;
	font-size: 8pt;
	font-weight: bold;
}


#hotline #call {
	margin-top: 55px;
	margin-left: 47px;
}

#hotline #links {
	margin-top: 30px;
	margin-left: 47px;
}

#hotline #links ul {
	margin-left: -20px;
	font-size: 10px;
	margin-bottom: 50px;
	list-style-type: disc;
}

