@charset "UTF-8";

/**
 * 
 * @version 1.0
 */

@media all
{
	/**
	 * 1. Zeile
	 */
	DIV#wrapper_col1 {
		width: 355px;
		float: left;
		margin: 10px 0 0 0;
		padding-right: 10px;
	}
	
	DIV#box_images 		{ height: 215px; }	
	DIV#box_daten 		{  }	
	DIV#box_infos 		{ /* min-height: 240px; */ }	
	DIV#box_aktuelles 	{  }
		
	A.link_uni { color: #8f8f8f }
		
	DIV#info_navigation {
		background: #ede5f2;
		padding: 2px 6px;
	}
	
	DIV#info_navigation TABLE { width: 100%; }
	DIV#info_navigation TABLE TD { padding: 4px 0; font-weight: bold; }
	
	DIV#layerInfos { width: 353px; height: 300px; border: 1px solid #9F4094; background: #FFF; position: absolute; left: 0px; top: 55px; display: none; -moz-opacity: 0.95; overflow-y: auto; }
	DIV#layerInfos #layerHeader { margin: 5px 5px; text-align: right; }
	
	DIV#picLarge { text-align: center; }
	DIV#url { font-size: 10px; padding: 0; margin-top: 8px; text-align: left; }
	DIV#url A { color: #8f8f8f; }
	DIV#radio { font-size: 10px; margin-top: 10px; text-align: right; }
	DIV#radio a, DIV#radio a:link, DIV#radio a:visited{
		color: 	#8F8F8F;
	}
	
	
	/**
	 * 2.Spalte
	 */
	DIV#wrapper_col2 {
		width: 355px;
		float: left;
		margin: 10px 0 0 0;
		padding-left: 10px;
	}
	
	H2.hochschulportfolio { margin-top: 15px; font-size: 12px; font-weight: bold; color: #931f8c; padding: 3px 5px; background: #cbcbcb; }
		
	TABLE.t_daten {
		width: 100%;
		font-size: 11px;
		margin-top: 5px;
	}
	TABLE.t_daten TD.col1 {  }
	TABLE.t_daten TD.col2 { border: 1px solid #5D5D5B; width: 45px; height: 30px; padding-right: 5px; text-align: right; font-weight: bold; background: #eeeeee; }
	TABLE.t_daten TD.col3 { padding-left: 20px; }
	TABLE.t_daten TD.col4 { border: 1px solid #5D5D5B; width: 45px; height: 30px; padding-right: 5px; text-align: right; font-weight: bold; background: #eeeeee; }
	
	
	DIV.kontakt { border: 1px solid #5D5D5B; padding: 5px; margin-top: 21px; }
	TABLE.t_kontakt { width: 100%; font-size: 10px; }
	TABLE.t_kontakt THEAD TH {
		text-align: left;
		color: #9F4094;
	}
	TABLE.t_kontakt TBODY TD.col1 { width: 110px; font-weight: bold; }
	
	TABLE.t_bilder { width: 100%; }
	TABLE.t_bilder TD.col1 { width: 50%; padding: 0 0 13px 0; text-align: left; }
	TABLE.t_bilder TD.col2 { width: 50%; padding: 0 0 13px 0; text-align: right; }

}