* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #222;
	color: #f5f5f5;
	font-family: Calibri, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

#wrapper {
	background-color: #f5f5f5;
	color: #222;
	margin: 1em;
	padding: 1em;
}

h1, h2, fieldset legend {
	font-family: Calibri, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid #999;
	padding: 1em;
	background-color: #eee;
	margin: 1em 0;
}

fieldset legend {
	padding: 0 0.5em;
}

div.floats fieldset {
	float: left;
	width: 350px;
	margin-right: 1em;
}

.small {
	font-size: 85%;
	color: #777;
}

ul, p { margin-bottom: 1em; }

ul li {
	margin-left: 2em;
	margin-bottom: 0.2em;
}

#testCaseA, #testCaseB, #testCaseC {
	width: 250px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 1em;
	border: 2px solid #333;
}

#testCaseA {
	background-color: red;
}

#testCaseB {
	background: blue url(UnitLogo100.png) no-repeat 15px 0;

}

#testCaseC {
	background: yellow url(UnitLogo100.png) repeat-x 15px 0;
}

#testCaseD {
	padding-left: 20px;
	background: orange url(16-em-right.png) no-repeat 0 50%;
}

/* clearfix
************************************************/

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

