*
{
	margin: 0;
	padding: 0;
}

html,
body,
#MAIN
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AC1E59;
}

#OVER_US{

    cursor: pointer;

}

#MAIN
{
	min-height: 100%;
	height: auto;	
	background-image: url(../images/Start_Bild_Dekomoments_2275x1280.jpg);
	background-size: cover;
	background-position: center;
}

	#MAIN #HOCHZEIT
	{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 33%;
		height: 100%;
		background-image: url(../images/start_links.png);
		background-size: cover;
		background-position: right;
		
	}

	#MAIN #SCHAUFENSTER
	{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		
	}
	
	#MAIN #LOGOBOX
	{
		position: fixed;
		padding: 15px;
		width:100%;
		height:81px;
		background-color: rgba( 245, 245, 245, 0.5);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		}
	
	#MAIN #LOGOBOX #LOGO
	{
		margin: auto;
		
		width: 200px;
		height: 81px;
		background-image: url(../images/DekoMoments_Logo_200x81.png);
		
		
	}
	
	#MAIN #IMAGE
	{			 		
		width: 50%;
		height: 100%;
		margin-left: 25%;
	}
	
	
	#MAIN #FIRMENEVENTS
	{
		position: absolute;
		left: 67%;
		top: 0;
		z-index: 2;
		width: 33%;
		height: 100%;
		background-image: url(../images/start_rechts.png);
		background-size: cover;
		background-position: left;
		
	}
	
/******************************************Startsete-Inhalt*******************************************/

		.holder
		{
			height: 70%;
			width: 33%;
		}

		.startContent
		{
			min-height: 10px;
			height: auto;
			width: 200px;
			position: absolute;
			bottom: 100px;
		}
		
		.startLeft
		{
			right: 40px;
            text-align: right;
		}
		
		.startCenter
		{
			
		}
		
		.startRight
		{
			left: 40px;
		}
	
			a
			{
				display: block;
				width: 200px;
				height: 30px;
			}
	
			h1
			{
				color: #706f6f;
			}
			
			.left
			{
				/*float: right;*/
				margin-right: 45px;
				margin-bottom: 10px;
			}
			
			.anchorLeft 
			{
				background-image: url(../images/pfeil_links_v2.png);
				float: right;
				margin-right: 45px;

			}
			
					.anchorLeft:hover
					{
						background-image: url(../images/pfeil_links_v2_hover.png);
					}
			
			.right
			{
				float: left;
				margin-left: 45px;
				margin-bottom: 10px;
			}
			
			.anchorRight
			{
				background-image: url(../images/pfeil_rechts_v2.png);
				float: left;
				margin-left: 45px;
			}
			
					.anchorRight:hover
					{
						background-image: url(../images/pfeil_rechts_v2_hover.png);
					}
			
		
/*********************************************FOOTER*************************************************/		
	
footer
{	  
	position: relative;
	z-index: 2;	
	width: 100%;
	min-height: 175px;
	height: auto;
	margin-top: -75px;
	background-color: #ac1e59;
	color: #FFFFFF;
	font-size: 18px;
	clear: both;
}	


	
		footer h2
		{
			padding-top: 25px;
			text-align: center; 
		}
		
		footer article
		{
			margin: 25px;
			min-height: 15px;
			line-height: 1.5;
			overflow: auto;
		}
	

/************************************************************************************************/
/************************************MEDIENWEICHE************************************************/
/************************************************************************************************/

@media (max-width: 599px) 
{
	
	body
	{
		overflow-x: hidden;
	}
	
	#MAIN
	{
		font-size: 9px;
	}
	
	#MAIN #LOGOBOX #LOGO
	{
		width: 150px;
		height: 60px;
		background-image: url(../images/DekoMoments_Logo_150x60.png);
		
	}
	
	#MAIN #IMAGE
	{
		width: 100%;
		margin-left: 0px;
	}
	
	
	#MAIN h1
	{
		font-size: 14px;
		
	}
	
	#MAIN h4
	{
		font-size: 10px;
	}
	
		.left
		{
			margin-bottom: 15px;
		}
	
		.right
		{
			margin-bottom: 15px;
		}
		
		
		
		#MAIN a
		{
			width: 60px;
			height: 60px;
			background-color: #ac1e59;
			background-position: center;
			background-repeat: no-repeat;
			border-radius: 50%;
			margin: 0px;
		}
		
		#MAIN a:hover
		{
			background-color: #706f6f;
		}
		
		
		#MAIN .anchorLeft
		{
			background-image: url(../images/pfeil_links_50x50.png);
			margin-right: 30px;
			
		}
	
		#MAIN .anchorRight 
		{
			background-image: url(../images/pfeil_rechts_50x50.png);
			margin-left: 30px;
		}
		
		.startLeft
		{
			right: -15px;
		}
		
		.startCenter
		{
			
		}
		
		.startRight
		{
			left: -15px;
		}
	 
	 
}

@media (min-width: 600px) and (max-width: 801px) /*****SMARTPHONE****/
{
	
	/*#MAIN #SCHAUFENSTER
	{
		background-color: #398439;
	}*/
	
	#MAIN #LOGO
	{
		left: 30%;	
	}
	
	#MAIN h1
	{
		font-size: 24px;
		
	}
	
	#MAIN h4
	{
		font-size: 14px;
	}
	
	#MAIN a
		{
			width: 60px;
			height: 60px;
			background-color: #ac1e59;
			background-position: center;
			background-repeat: no-repeat;
			border-radius: 50%;
		}
		
		#MAIN a:hover
		{
			background-color: #706f6f;
		}
		
		
		#MAIN .anchorLeft
		{
			background-image: url(../images/pfeil_links_50x50.png);
		}
	
		#MAIN .anchorRight 
		{
			background-image: url(../images/pfeil_rechts_50x50.png);
			
		}
		
		.startLeft
		{
			right: 0px;
		}
		
		.startCenter
		{
			
		}
		
		.startRight
		{
			left: 0px;
		}
	
	
	 
}

@media (min-width: 801px) and (max-width: 992px) /*****SMARTPHONE****/
{
	
	/*#MAIN #SCHAUFENSTER
	{
		background-color: #000000;
	}*/
	
		.startLeft
		{
			right: 0px;
		}
		
		.startCenter
		{
			
		}
		
		.startRight
		{
			left: 0px;
		}
	
	
	
	 
}

@media (min-width: 993px) and (max-width: 1200px) 
{
	
	/*#MAIN #SCHAUFENSTER
	{
		background-color: #FFFF00;
	}*/
	 
}

@media (min-width: 1201px) 
{
	
	/*#MAIN #SCHAUFENSTER
	{
		background-color: #ED9C28 ;
	}*/
	
}







