/*
* layout.css
*
* Hierbei handelt es sich um die externe Stylesheet-Datei
* für den Besucherbereich sowie den internen Kundenbereich
*/



/* View.class.php */


.si_normal
{
	top:328px;
}


.si_kundenbereich
{
	top:160px;
}


.navigationsleiste
{
	position:absolute;
	width:805px;
	height:15px;
	top:115px;
	left:192px;
	overflow:hidden;
}


	.navi
	{
		position:absolute;
	}

	
	#navi_0
	{
		left:0px;
	}


	#navi_1
	{
		left:52px;
	}


	#navi_2
	{
		left:143px;
	}

	
	#navi_3
	{
	
		left:245px;
	}


	#navi_4
	{
		left:332px;
	}


	#navi_5
	{
		left:415px;
	}


	#navi_6
	{
		left:520px;
	}


	#navi_7
	{
		left:707px;
	}






/* StandardView.class.php */


.standard_table
{
	height:200px;
	width:667px;
	overflow:visible;
}

	.standard_table_text_td
	{
		width:417px;
		height:auto;
		text-align:left;
		vertical-align:top;
		padding-top:10px;
		padding-left:10px;
		padding-right:17px;
		padding-bottom:10px;
		font-size:12px;
		line-height:130%;
	}


	.standard_table_foto_td
	{
		width:213px;
		height:auto;
		text-align:left;
		vertical-align:top;
		padding-top:10px;
		padding-right:10px;
		padding-bottom:10px;
		line-height:130%;
	}


	.foto_spacer_div
	{
		height:15px;
	}







/* ProjekteView.class.php */


.projekte_text_div
{
	position:absolute;
	left:10px;
	top:10px;
	height:80px;
	width:427px;
	background-color:white;
	line-height:130%;
}


.projekte_table
{
	/*position:relative;
	top:100px;
	left:0px; */
	height:auto;
	width:667px;
	overflow:visible;
}


	.projekte_td
	{
		width:222px;
		height:auto;
		text-align:center;
		vertical-align:top;
		line-height:130%;
		padding-bottom:10px;
	}


	.projekte_td_links
	{
		width:223px;
	}





/* KundenbereichView.class.php */


.kundenbereich_login_div
{
	position:relative;
	left:0px;
	top:0px;
	height:422px;
	background-color:white;
}


	.kundenbereich_login_benutzername
	{
		position:absolute;
		left:10px;
		top:172px;
	}

	#kunde_benutzername
	{
		position:absolute;
		width:150px;
		height:15px;
		left:120px;
		top:172px;

	}


	.kundenbereich_login_passwort
	{
		position:absolute;
		left:10px;
		top:202px;
	}

	#kunde_passwort
	{
		position:absolute;
		height:15px;
		width:150px;
		left:120px;
		top:202px;

	}

	.kundenbereich_login_button
	{
		position:absolute;
		height:20px;
		width:75px;
		left:199px;
		top:234px;
		font-size:11px;
	}






/* BestehenderKunde.class.php */


.begruessung_div
{
	padding-left:10px;
	padding-top:10px;
	width:435px;
	height:160px;
	background-color:white;
	line-height:130%;
}




/* DateiKategorie.class.php */

.kundenbereich_table
{
	width:667px;
	height:auto;
}


	.kundenbereich_kategorieueberschrift_td
	{
		height:20px;
		font-size:14px;
		font-weight:bold;
		color:white;
		background-color:#BF1773;
		padding-left:10px;
	}


		.alignright
		{
			text-align:right;
			padding-left:0px;
			padding-right:10px;
		}



	.kundenbereich_datei_ueberschrift_td
	{
		height:30px;
		font-weight:bold;
		font-size:12px;
		padding-top:10px;
		padding-bottom:20px;
	}

		.ueberschrift_dateiname
		{
			padding-left:10px;
		}

		.ueberschrift_beschreibung
		{
			padding-left:5px;
		}


.kundenbereich_kategorie_spacer_div
{
	height:50px;
}





/* Datei.class.php */

.dateigroesse_span
{
	font-size:10px;
}


.kundenbereich_datei_td
{
	padding-bottom:12px;
	font-size:12px;
}

	.datei_dateiname
	{
		width:203px;
		padding-left:10px;
	}

	.datei_beschreibung
	{
		width:249px;
		padding-left:5px;
	}

	.datei_datum
	{
		width:100px;
	}

	.datei_onlinebis
	{
		width:100px;
	}