@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#flashcontent{
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}
#navigation{
	float:left;
	width:30%;
	border-right:1px solid #000000;
}
#content_html{
	float:right;
	width:65%;
}
