/*	==============================================================================
	Projekt     : teclado - glen
	------------------------------------------------------------------------------
	Datei       : folgeSeite.css
	Beschreibung: Stylesheet für die Folgeseite
	@version $Id: folgeSeite.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;
	}

#headerColumnCenter
	{
	position				: absolute;
	float					: left;
	top						: 235px;
	background-color		: #3991A1;
	height					: 22px;
	width					: 581px;
	color					: #ffffff;
	font-size				: 14px;
	font-weight				: bold;
	text-transform			: uppercase;
	padding					: 6px 8px 0px 10px;
	bottom					: 0px;
	}
	
html > body #headerColumnCenter
	{
	left					:170px;
	}
	
#mitteContainer
	{
	background-color		: transparent;
	margin					: 0px 0px 0px -2px;
	padding-top				: 8px;
	position				: absolute;
	float					: left;
	top						: 261px;
	width					: 599px;
	border-left				: 1px solid #3991A1;
	border-right			: 1px solid #3991A1;
	}

html > body #mitteContainer
	{
	left					: 170px;
	top						: 256px;
	}
	
#nav p a.backButton
	{
	display					: block;
	color 					: White;
	font-size 				: 12px;
	font-weight 			: bold;
	margin-top				: 6px;
	}

#module img
	{
	margin					: 5px 0px 5px 5px;
	float					: right;
	}

#fussContainer
	{
	width					: 598px;
	float					: left;
	border-right			: 1px solid #3991A1;
	}	

/*	==============================================================================
	Datei       : folgeSeite.css - ende der datei
	============================================================================== */
