/* *********************
		style.css 
* **********************
Online Verlag Freiburg Screen Stylesheet

version:   1.0
date:      14/12/07
author:    
email:     
website:   www..de
version history:
********************** */
/* ---------------------------------------------------- */
/* ***  1.0 Import other  *** */
/* ***  2.0 Body & Standartformatierung  *** */
/* ***  3.0 Hacks & Helpers  *** */
/* ---------------------------------------------------- */

/* +++ 1.0 Import other stylesheets +++ */
@import url(layout.css);
@import url(navi.css);
@import url(typo.css);
@import url(contentbox.css);

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	border: none;
}
/* *** 2.0 Body & Standartformatierung ********** */
body {
	font-family:  arial, verdana, tahoma, "trebuchet ms", sans-serif;
	font-size: 14px;
	line-height: 16px;
	background: #e0e8ee url(../img/bgbody.jpg) top left repeat-x;
	color: #000;
}
/* *** 3.0 Hacks & Helpers ********** */
.floatkill {
	height: 0px;
	width: 0px;
	display: block;
	clear: both;
}