@charset "UTF-8";
/* 
www.projektname.de
Start: xx.xx.20xx
Last update: xx.xx.20xx
Developer: design.tobsch // http://design.tobsch.com
Stylesheet: Print
 */

/* Reset of browser-specific css preferences */

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

/* Globals and typo */

html {
	background: #fff;
	}
	
body {
	background: #fff;
	font-size: 12pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
a:link {
	color:#000;
	text-decoration:none;
	}
	
a:visited {
	color:#000;
	text-decoration:none;
	}
	
a:active {
	color:#000;
	text-decoration:none;
	}
	
p, ul {
	font: 12pt/16pt Geneva, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	padding: 6pt 0 2pt 0;
	}
	
h1 {
	font: 20pt/24pt Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h2 {
	font: 18pt/22pt Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h3 {
	font: 16pt/20pt Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h4 {
	font: 14pt/16pt Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
	
/* Images and linked images without border */

img, a img {
	border: 0;
	}
	
/* Left or right-align for elements */

.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
	}
	
.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
	}
	
/* Layout */

#wrapper {
	margin: 0 5%;
	width: auto;
	float: none !important;
	color: #000;
	background: transparent none;
	}
	
#header {
	clear: both;
	background: transparent none;
	}
	
#navigation {
	display: none;
	}
	
/*#content {
	clear: both;
	float: left;
	display: inline;
	width: 49.2em;
	max-width: 70%;
	background: #0033CC;
	}
	
#sidebar {
	float: right;
	display: inline;
	width: 29.2em;
	max-width: 28%;
	background: #3399FF;
	}*/
#footer {
	display: none;
	}
