html,body
		{
			margin: 0px;
			padding: 0px;
			
			min-width: 100%;
			min-height: 100%;
			
			width: 100%;
			height: 100%;
			
			overflow: hidden;
			
			background-color: #eaeaec;
			
			font-family: Arial, Verdana, sans-serif;
			font-size: 11px;
			color: #fff;
		}

a
	{
		color: #fff;		
	}
	
#flashContent
	{
		min-width: 100%;
		min-height: 100%;
		
		width: 100%;
		height: 100%;
		
		
		/*
		*	for positioning the content
		*	if flash is not 100% (width & height)
		*
		*	positioning is handled in flash
		*/
		/*
		position: absolute; top: 50%; left: 50%;
		margin: -304px 0px 0px -504px;
		*/
	}

/*  seo main template */	
#containerMainSeo
	{
		width: 100%;
		height: 100%;
	}
	
#containerContentSeo
	{
		width: 1024px;
		height: 600px;
		
		position: absolute; top: 50%; left: 50%;
		margin: -300px 0px 0px -512px;
		
		background-color: #8c8c8c;
		border: 8px solid #fff;
	}
	
#containerContentHolder
	{
		width: 1024px;
		height: 500px;
		
		/* overflow: auto; */
	}
	
#header
	{
		width: 100%;
		height: 100px;
		
		background-color: #8c8c8c;
	}
	
#logoHolder
	{
		width: auto;
		height: auto;
		
		position: absolute; top: 0px; left: 50%;
		margin: 0px 0px 0px -70px;
	}
	
#logo
	{
		width: 147px;
		height: 17px;
		
		margin: 35px 0px 0px 0px;
	}
	
#navigationHolder
	{
		width: 280px;
		height: auto;
		
		/* float: left; */
		
		position: absolute; top: 35px;
		
		background-color: #8c8c8c;
	}
	
#navigation
	{
		padding-left: 50px;
	}
	
#navigation ul
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
		list-style-type: none;
		font-weight: bold;
		font-size: 13px;
		line-height: 13px;
	}
	
#navigation ul li ul
	{
		margin: 0px 0px 0px 15px;
		padding: 0px 0px 0px 0px;
		
		
	}
	
.subMenu
	{
		
	}
	
.subMenu a
	{
		font-weight: normal;
		text-decoration: none;
		font-size: 11px;
	}
	
#mainCont
	{
		width: 755px;
		height: 500px;
		
		/* margin: -15px 0px 0px 200px; */
		position: absolute; left: 270px;
		
		overflow: auto;
		
		background-color: #8c8c8c;
	}
	
#inhalt
	{
		margin: 0px 0px 0px 50px;
	}
	
#footer
	{
		color: #8c8c8c;
		margin: 15px 0px 0px 0px;
	}
	
#footer a
	{
		color: #666;
	}
	
/* text template */

#text_boxImage
	{
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
	
#text_infoText
	{
		
	}