/******************************************/
/* Standard-CSS for KW Neun Grafikagentur */
/******************************************/

/******************************************/
/* Imports                                */
/******************************************/

/******************************************/
/* General definitions                    */
/******************************************/

html, body, p, h1, h2, h3, span, a, ul, ol, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
	font: 12px/16px Georgia, serif;
	color: #000;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
}
a:link, a:visited { 
	color: #999;  
	text-decoration: none;
}  
a:active, a:hover {  
	color: #000;  
	text-decoration: none;  
}  
img {  
	border: 0px;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/******************************************/
/* END General definitions                */
/******************************************/
div#flashcontent {
	width: 100%;
	height: 100%;
	background: #cacbb3;
}
div#wrapper_box {
	width: 282px;
	height: 267px;
	padding: 20px;
}
div#wrapper_box h1 {
	font: 18px/24px Georgia, serif;
	margin: 0 0 20px 0;
}
div#flashcontent div#content_box {
	padding: 150px 0 0 300px;
}
div#flashcontent div#content_box div#text_box {
	width: 280px;
	float: left;
	padding: 100px 0 0 0;
}
div#flashcontent div#content_box div#text_box h1 {
	font: 18px/24px Georgia, serif;
	margin: 0 0 20px 0;
	color: #fff;
}
