﻿/*-----------------------------------------------------------------------
LAYOUT-KLASSEN
-----------------------------------------------------------------------*/
#siteContainer
{
	background: url("../Images/Background_home.jpg") top left;
	color: Red;
}
	#siteContainer #siteHeader
	{
		background: url("../Images/Header_BackgroundHome.jpg") no-repeat;
	}
	
	#siteContainer #siteContent,
	#siteContainer #siteContent .clickAlles
	{
		height: 100%;	    
		width: 100%;
	}
	
	#siteContainer #siteContent .clickAlles
	{
		cursor: pointer;
	}
		 
