/********************************************************************************
#################################################################################
#									              								#
#	Project:		IPMZ														#
#	Date:			09.05.2008													#
#	Scriptname:		stylesheet.css												#
#	Module:			core														#
#	Language:		CSS															#
#	Author:			Luzi Egger (www.designinmotion.ch)							#
#	Copyright:		ipmz, all rights reserved									#
#																				#
#	Website:		www.ipmz.unizh.ch											#
#																				#
#################################################################################
# 	Description:																#
#	Core CSS der Website														#
#################################################################################
********************************************************************************/



/********************************************************************************
#	Globale Einstellungen														#
********************************************************************************/


body {}


/********************************************************************************
#	Content Rahmen																#
********************************************************************************/
#bodyBorder {}


/********************************************************************************
#	Grüner Balken über dem Header												#
********************************************************************************/
#headerGreenBox
{
	display:none;
}


/********************************************************************************
#	Headerbereich für das Logo und die Suche									#
********************************************************************************/
#headerLogoSearch {}

	/* Search (Homepage) */
	#headerLogoSearch .searchBox
	{
		display: none;
	}
		#headerLogoSearch .ipmzLogo img
		{
			border: 0;															/* Rahmen um das Bild verhindern (benötigt für den Hyperlink) */
			margin-bottom: 40px;
		}

/********************************************************************************
#	Headerbereich für das Bild und den QuickGuide, Newsletter					#
********************************************************************************/
#headerPictureQuickLinks
{
	display:none;
}


/********************************************************************************
#	Content Bereich für das Menu												#
********************************************************************************/
#contentLeftMenu
{
	display:none;
}

/********************************************************************************
#	Content Bereich den Text													#
********************************************************************************/
#contentCenter {}

	/* Text */
	#contentCenter h1
	{
		display: block;
		border-bottom: 1px rgb(204,212,237) solid;

		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-bottom: 10px;													/* Abstand nach Unten */

		font-family: Arial;														/* Schriftart */
		font-size: 12pt;														/* Schriftgrösse */
		color: rgb(106,106,106);												/* Schriftfarbe */
	}

	#contentCenter h2
	{
		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-top: 20px;														/* Abstand nach Oben */
		margin-bottom: 10px;													/* Abstand nach Unten */

		font-family: Arial;														/* Schriftart */
		font-size: 10pt;														/* Schriftgrösse */
		color: rgb(106,106,106);												/* Schriftfarbe */
	}

	#contentCenter h3
	{
		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-top: 10px;														/* Abstand nach Oben */
		margin-bottom: 10px;													/* Abstand nach Unten */

		font-family: Arial;														/* Schriftart */
		font-size: 8pt;															/* Schriftgrösse */
		color: rgb(106,106,106);												/* Schriftfarbe */
	}

	#contentCenter ul
	{
		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-bottom: 10px;													/* Abstand nach Unten */
	}
		#contentCenter ul li
		{
			list-style: square;													/* Bullets als Quadrate */
			margin-left: 20px;													/* Einrücken damit die Bullets sichtbar werden */
			margin-bottom: 3px;													/* Abstand nach Unten */
			font-family: Arial;													/* Schriftart */
			font-size: 8pt;														/* Schriftgrösse */
			color: rgb(106,106,106);											/* Schriftfarbe */
		}

	#contentCenter p
	{
		padding: 0px;															/* Padding ausschalten */
		margin: 0px;															/* Margin ausschalten */
		margin-bottom: 10px;													/* Abstand nach Unten */

		font-family: Arial;														/* Schriftart */
		font-size: 8pt;															/* Schriftgrösse */
		color: rgb(106,106,106);												/* Schriftfarbe */
	}

	#contentCenter img
	{
		border: 0px;															/* Rahmen bei Hyperlinks verhindern */
	}

	#contentCenter a
	{
		font-family: Arial;														/* Schriftart */
		font-size: 8pt;															/* Schriftgrösse */
		color: rgb(51,83,183);													/* Schriftfarbe */
		text-decoration: none;													/* Underline unterdrücken */
	}

	/* Content Menu */
	#contentCenter .menu a
	{
		display: none;
	}

	#contentCenter .menu p
	{
		display: none;
	}

	/* List Style (Homepage) */
	#contentCenter .listStyle
	{
		float: left;															/* Positionierung Links */
		margin-left: 10px;														/* Abstand nach Links */
		width: 215px;															/* Breite des Layers */
		overflow: hidden
	}

	#contentCenter .listStyle h1
	{
		margin-bottom: 3px;														/* Abstand nach Unten */
		border: 0px;															/* Rahmen ausschalten */
	}

	#contentCenter .listStyle a
	{
		font-family: Arial;														/* Schriftart */
		font-size: 10pt;														/* Schriftgrösse */
		color: rgb(51,83,183);													/* Schriftfarbe */
		text-decoration: none;													/* Underline unterdrücken */
	}

	#contentCenter .listStyle .text
	{
		font-family: Arial;														/* Schriftart */
		font-size: 8pt;															/* Schriftgrösse */
		color: rgb(106,106,106);												/* Schriftfarbe */
	}

	#contentCenter .listStyleClear
	{
		clear: both;															/* Float aufheben */
		height: 25px;															/* Höhe des Trenners */
	}

	.setVisibility
	{
		height: 600px;															/* Höhe setzten um unschönes Hüpfen der Browserleiste zu verhindern */
		overflow: hidden;
	}

	/* hochbild */
	#contentCenter .hochbild
	{
		overflow: hidden;
		margin-bottom: 0px;														/* Abstand nach Unten */
	}
		#contentCenter .hochbildClear
		{
			clear: both;														/* Positionierung aufheben */
		}
		#contentCenter .hochbild .left
		{
			float: left;														/* Positionierung Links */
			width: 280px;														/* Breite des Layers */
			overflow: hidden;
		}
		#contentCenter .hochbild .right
		{
			float: right;														/* Positionierung Rechts */
			width: 160px;														/* Breite des Layers */
			overflow: hidden;
		}

	/* breitbild */
	#contentCenter .breitbild
	{
		overflow: hidden;
		margin-bottom: 0px;														/* Abstand nach Unten */
	}
		#contentCenter .breitbildClear
		{
			clear: both;														/* Positionierung aufheben */
		}
		#contentCenter .breitbild .left
		{
			float: left;														/* Positionierung Links */
			width: 180px;														/* Breite des Layers */
			overflow: hidden;
		}
		#contentCenter .breitbild .right
		{
			float: right;														/* Positionierung Rechts */
			width: 240px;														/* Breite des Layers */
			overflow: hidden;
		}

	/* Tabelle */
	#contentCenter td
	{
	margin: 0px;
	font-family: Arial;
	font-size: 8pt;																/* Schriftgrösse */
	color: rgb(106,106,106);
	padding: 4px;
	border: 1px solid f7f7f7;
	}

/********************************************************************************
#	Content Bereich für den Stuff												#
********************************************************************************/
#contentRight
{
	display: none;
}
