/*	==============================================================================
	Projekt     : teclado - glen
	------------------------------------------------------------------------------
	Datei       : portalSeite.css
	Beschreibung: Stylesheet für die Portalseite
	@version $Id: portalSeite.css,v 1.1.1.1 2005/06/15 14:16:30 junior Exp $
	============================================================================== */

#linksContainer
	{
	position			: relative;
	float				: left;
	margin				: 0px;
	padding				: 0px;
	width				: 170px;
	z-index				: 2;
	}

#hauptMitteContainer
	{
	width				: 599px;
	border				: 1px solid #3991A1;
	}

#headerColumnPortal
	{
	position			: absolute;
	top					: 235px;
	left				: 170px;
	background-color	: #3991A1;
	height				: 22px;
	width				: 581px;
	color				: #ffffff;
	font-weight			: bold;
	padding				: 6px 8px 0px 10px;
	text-transform		: uppercase;
	bottom				: 0px;
	font-size			: 14px;
	}

#hauptMitteContainer table
	{
	padding				: 0px;
	margin-top			: 0px;
	font-size			: 12px;
	vertical-align		: top;
	border-collapse		: collapse;
	border-spacing		: 0px;
	vertical-align		:top;
	}

*html body #hauptMitteContainer table
	{
	 margin-top			: 0px;
	 }
	
	
#hauptMitteContainer td.mitteContainer
	{
	padding				:0px;
	vertical-align		: top;
	margin				: 0px;
	padding				: 0px;
	width				: 396px;
	border-right		:1px solid #3991A1;
	}

* html body #hauptMitteContainer td.mitteContainer
	{
	width				: 420px;
	padding-top			: 10px;
	}

#hauptMitteContainer td.rechtsContainer
	{
	width				: 100px;
	padding				: 0px;
	margin-top			 :0px;
	vertical-align		: top;
	}

#fussContainer
	{
	width				: 599px;
	position			: relative;
	float				: left;
	}

html > body #fussContainer
	{
	width				: 600px;
	position:relative;
	float:left;
	}

.teaserText
	{
	padding				: 0px 0px 0px 8px;
	margin-top			: 10px;
	font-weight			: bold;
	color				: #3991A1;
	line-height			: 2.0;
	}


/*	==============================================================================
	Datei       : portalSeite.css - ende der datei
	============================================================================== */
