@charset "UTF-8";

@media all {

	/* Einrichtungen zum Studium, Adresse, Partner, Rubrik Box und Standart Graue Boxen */
	.einrichtungen_studium .head, .adresse .head, .standartbox-grau .head{ 
	  background-color:#94999D;
	  width:100%;
	  margin-bottom:10px;
	}

	.partner .head, .rubrik-box .head { 
	  background-color:#94999D;
	  width:100%;
	  margin-bottom:1px;
	}

	.adresse p {
	  padding-left:12px;
	  padding-right:0px;
	  padding-bottom:5px;
	}

	.adresse .last {
	  padding-left:12px;
	  padding-right:0px;
	  padding-bottom:0px;
	}

	.adresse p a {
	  color:#2A2D30;
	  text-decoration:underline;
	}

	.adresse p a:hover {
	  text-decoration:none;
	}

	.partner .banner {
	  height:192px;
	  background-color:#DEE3E8;
	}

	.rubrik-box .banner {
	  background-color:#DEE3E8;
	  margin-bottom:15px;
	}

	.rubrik-box .banner p{
	  padding:10px;
	}


	/* Quicklinks */
	.right .quicklinks .head { 
	  background:url(/fileadmin/framework/images/quicklinks/h3_closed.gif) left no-repeat;
	  background-color:#001EA9;
	  width:100%;
	  height:21px;
	  margin-bottom:10px;
	  position:relative;
	}

	.right .quicklinks .head:hover { 
	  background:url(/fileadmin/framework/images/quicklinks/h3_over.gif) left no-repeat;
	}

}