/* overwrite.css - enthält Elemente, die explizit für die Hochschulseiten überschrieben werden */

a {
  color:#9D2445;
}

a:hover {
  color:#9D2445;
}

#left_side a,
#right_side a,
a.link-arrow,
#content a.internal-link, 
#content table.with-border a.internal-link {
	background: url(images/link_arrow_red.gif) 0 0.4em no-repeat;
	padding-left: 7px;
}

#content table.contenttable a{
	background: url(images/link_arrow_red.gif) 0 0.4em no-repeat;
	padding-left: 7px;
}

.csc-sitemap a{
	font-weight: normal !important;
	background: url(images/link_arrow_red.gif) 0 0.4em no-repeat;
	padding-left: 7px;	
} 

#content_site {
	clear: both;
	float:left;
	width: 775px;
	padding: 0 36px 0 65px;
	background-color: #ffffff;
	background-image: url(images/bg_content_container_top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#logo {
	float:left;
	padding: 11px 0 0 31px;
}

