@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2009, rich & royal
	*	@link:______________http://www.richandroyal.de
	*	@author:____________Thomas Eckhardt
	*	@function:__________site style settings
	*
	*	@version:___________1.0
	*
-------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*-----|| reset browser defaults ||--------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
html, #dcCont, #flashcontent { /* for dynamic flash scaling */
	height:100%;
}
body {
	height:100%;
	overflow:hidden;
	font-size:62.5%;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
embed:focus, object:focus { /* prevents ugly (but maybe helpful) outlining */
	outline:none;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| layout settings ||---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#dcCont {

}

