
	/**
	 * Body
	 */
	body
	{
		font-family: Arial;
		font-size: 12px;
		background-color: #ffffff;
		margin: 0px;
		padding: 0px;
		
		background-color: #F1F1F1;
	}
	
	/**
	 * Coloring
	 */
	div#logocontainer,
	div#navigationcontainer,
	div#suchercontainer,
	div#bodycontainer
	{
		overflow: hidden;
		background-color: white;
	}

	/**
	 * Frameset
	 */
	div#logo,
	div#navigation,
	div#sucher,
	div#body,
	div#footer
	{
		width: 930px;
		margin: 0px auto;
	}
	
	/**
	 * Logo
	 */
	div#logo
	{
		height: 150px;
		background-image: url('/images/logo.jpg');
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	/**
	 * Navigation
	 */
	div#navigation
	{
		position: relative;
		background-color: #e8e8e8;
		height: 25px;
		line-height: 25px;
	}
	
	div.fadeoutleft,
	div.fadeoutright
	{
		position: absolute;
		height: 25px;
		width: 20px;
		top: 0px;
	}
	
	div.fadeoutleft
	{
		left: -20px;
		background-image: url('/images/fadeleft.png');
	}
	
	div.fadeoutright
	{
		right: -20px;
		background-image: url('/images/faderight.png');
	}
	
	div#navigation ul
	{
		margin: 0px;
		padding: 0px;
	}
	
	div#navigation ul li
	{
		display: inline;
		margin: 0px;
		padding: 0px 10px;
	}
	
	div#navigation ul li:first-child
	{
		padding-left: 0px;
	}
	
	div#navigation ul li:last-child
	{
		padding-right: 0px;
	}
	
	div#navigation ul li a
	{
		text-decoration: none;
		color: #000000;
	}
	
	div#navigation ul li a:hover
	{
		color: #6a6a6a;
	}
	
	/**
	 * Sucher
	 */
	div#sucher
	{
		line-height: 25px;
		position: relative;
		background-color: #e8e8e8;
	}
	
	div#sucher td
	{
		padding-right: 10px;
	}
	
	/**
	 * Left and Right Module
	 */
	div#left,
	div#right
	{
		width: 180px;
		float: left;
	}
	
	div#left
	{
		margin-right: 10px;
	}
	
	div#right
	{
		margin-left: 10px;
	}
	
	div#left > div
	{
		margin-bottom: 10px;
	}
	
	div#left > div#sublined_topics
	{
		margin-bottom: 0px;
	}
	
	/**
	 * Body
	 */
	div#bodycontainer
	{
		padding: 20px 0px;
	}
	
	/**
	 * Advertise
	 */
	div#advertise
	{
		border-style: solid;
		border-width: 1px;
	}
	
	div#advertise_head
	{
		line-height: 20px;
		padding: 0px 10px;
	}
	
	div#advertise_body
	{
		font-family: Tahoma;
		font-size: 10px;
	}
	
	div#advertise_body ul
	{
		margin: 0px 10px;
		padding: 0px;
	}
	
	div#advertise_body li
	{
		list-style-type: none;
		border-top: 1px solid #6a6a6a;
		padding: 10px 0px;
	}
	
	div#advertise_body li:first-child
	{
		border-top: none;
	}
	
	div#advertise_body h4
	{
		margin: 0px 0px 5px 0px;
		font-size: 13px;
	}
	
	div#advertise_body h4 a
	{
		text-decoration: none;
		color: #000000;
	}
	
	div#advertise_body p
	{
		color: #000000;
		font-size: 11px;
		font-family: Tahoma;
		margin: 5px 0px;
	}
	
	div#advertise_body li > a
	{
		color: green;
		text-decoration: none;
	}
	
	/**
	 * Footer
	 */
	div#footercontainer
	{
		background-image: url('http://www.fh-salzburg.ac.at/fileadmin/template/p/footerHG.gif');
		background-position: top;
		background-repeat: repeat-x;
	}
	
	div#footer
	{
		overflow: hidden;
		text-align: center;
	}
	
	div#footer a
	{
		color: #8a8a8a;
		text-decoration: none;
		font-weight: bold;
	}
	
	div#footer a:hover
	{
		color: #4a4a4a;
		text-decoration: underline;
	}
