﻿/* Basisvorlage PRINT-CSS
Modernes Webdesign
www.sac-olten.ch
Start: 01.10.2008
Letzte Aenderung: 00.00.20xx
*/

body {
	background: #fff;
	font-size: 12pt;
	font-family:Arial, Helvetica, Sans-Serif;
	color: #000;
	}
	
#navigation {
	display:none;
	}
	
#navinfo {
	display:none;
	}
	
#navvertical {
	display:none;
	}

#dlmenu {
	display:none;
	}
#menu {
	display:none;
	}

#nebeninfo {
	display:none;
	}
/* #siteinfo {
	display:none;
	}*/

#wrapper {
	margin: 0 5%; 
	background: transparent none;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	width: auto;
	}

H1, H2, H3, H4, H5, h6 {
	padding-top:2PT;
	padding-bottom:2PT;
	}

h1 {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:20pt;
    font-weight:normal;
	}

h2 {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:18pt;
    font-weight:normal;
	}

h3 {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:16pt;
    font-weight:normal;
	}

h4 {
    font-size:14pt;
	}

p, ul{
	font-size:12pt;
	line-height:14pt;
	}
	
textarea, input[type=text] {
	border:none;
	border-bottom:2px #000 dashed;
	}