/*	==============================================================================
	Projekt     : teclado - glen
	------------------------------------------------------------------------------
	Datei       : startSeite.css
	Beschreibung: Stylesheet für die Startseite
	@version $Id: startSeite.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
	{
	border-right			: 1px solid #3991A1;
	}

#headerColumnLeft {
	position				: absolute;
	top						: 235px;
	left					: 170px;
	background				: #3991A1;
	height					: 22px;
	width					: 321px;
	color 					: #ffffff;
	font-size 				: 14px;
	font-weight 			: bold;
	text-transform			: uppercase;
	padding 				: 5px 0px 0px 10px;
	bottom					: 0px;
	margin					: 0px;
	z-index: 3;
}
/*for ie */
* html body #headerColumnLeft
	{
	width:321px;
	}

#headerColumnRight {
	position				: absolute;
	top						: 235px;
	left					: 501px;
	background				: #3991A1;
	height					: 22px;
	width					: 258px;
	color 					: #ffffff;
	font-size 				: 14px;
	font-weight 			: bold;
	text-transform			: uppercase;
	padding 				: 5px 0px 0px 10px;
	bottom					: 0px;
	border-left				: 1px solid #ffffff;
	z-index					: 2;
}

/*for ie */
* html body #headerColumnRight
	{
	left					: 501px;
	width					: 258px;
	}

#hauptMitteContainer table
	{
	padding					: 0px;
	margin-top				: -8px;
	font-size				: 12px;
	vertical-align			: top;
	border-collapse			: collapse;
	border-spacing			: 0px;
	}

*html body #hauptMitteContainer table
	{
	 margin-top				:0px;
	 }
	
#hauptMitteContainer td.mitteContainer
	{
	border-right			: 1px solid #3991A1;
	vertical-align			: top;
	margin					: 0px;
	padding					: 0px;
	width					: 324px;
	}

* html body #hauptMitteContainer td.mitteContainer
	{
	width					: 325px;
	}

#hauptMitteContainer td.rechtsContainer
	{
	width					: 259px;
	padding					: 10px 0px 0px 0px;
	margin					: 0px;
	vertical-align			: top;
	}

* html body #hauptMitteContainer td.rechtsContainer
	{
	 width					: 220px;
	 padding				: 0px;
	}

.startRechts {
	font-size				: 12px;
	margin-top				: 0px;
	margin-bottom			: 0px;
	width					: 240px;
	}

#fussContainer
	{
	position				: relative;
	width					: 600px;
	float					: left;
	}

#footerHome
	{
	background-color		: #3991A1;
	color					: #ffffff;
	margin-bottom			: -1px;
	padding					: 0px;
	font-weight				: bold;
	}

*html body #footerHome
	{
	width					: 198px;
	}

#footerHome p
	{
	font-size				: 10px;
	color					: #ffffff;	
	padding					: 1px 8px;
	}

a.footHome:link, a.footHome:visited
	{
	text-decoration			: none;
	color					: #ffffff;
	}
	
a.footHome:hover
	{
	text-decoration			: underline;
	color					: #ffffff;
	}

#module
	{
	margin-left			: 3px;
	margin-right		: 3px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	line-height			: 18px;
	padding				: 0px 8px;
	}	
	
/*	==============================================================================
	Datei       : startSeite.css - ende der datei
	============================================================================== */
