/*

*@author form9 | Agentur für visuelle Kommunikation und Webdevelopment

*Email: mail@form9.de

*/
	
	
/* hide from ie on mac \*/

html {
	
     height: 100%;
	overflow: hidden;
}
#alternative {
	position:absolute top;
	background-color: #FFF;
    width: 100%;
    height: 100%;
   

}
/* end hide */




/*    main Style CSS    */
*{
    margin:0px;
    padding:0px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	
}



/*------------Alternative---------------*/


#alternative_content {
   width: 800px;
   height: 800px;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:auto;
}

#image {
	width:700px;
	height: 422px;
	background-image:url(../img/flyerLogo_AntjeSiemon.jpg);
	background-position: 100px 200px;
	background-repeat:no-repeat;
}
#textUnderImage{
	background:none;
}

#noFlash{
	margin-top: 30px;
	margin-left:290px;
	float:left;
	width:500px;
}


.nonFlash{	
	font-size: 14px;
	color: #111111;	
}
#nonFlashDiv a{
	font-size: 12px;
	color:#06F;
	text-decoration:none;
}
#nonFlashDiv a:hover{
	font-size: 12px;
	color: #06f;
	text-decoration:underline;
}

#htmlViewDiv {
	font-size: 12px;
	color:#111111;	
}
#htmlViewDiv a{
	font-size: 12px;
	color:#06F;
	text-decoration:none;
}
#htmlViewDiv a:hover{
	font-size: 12px;
	color: #06f;
	text-decoration:underline;
}

