@charset "utf-8";
/* CSS Document */

/*
Version: 0.9
Author: Christian Huellmann
Author URI: http://www.huellmann.com/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	line-height: 1.8em;
	font-style: normal;
	text-transform: none;
}

.clear {
	clear: both;
}

.alignleft,
.float-left {
	float: left;
}

.alignright,
.float-right {
	float: right;
}

.text-left { 
	text-align: left;
}

.text-right { 
	text-align: right;
}

.text-center { 
	text-align: center;
}

.text-justify { 
	text-align: justify;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

/*
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
*/



