/* 
 * part of project: schalch.net
 * copyright: schalch.net - Internet Solutions, Switzerland
 * coder: Thomas Schalch
 * date: 10-2008
 * 
 * Description (de): CSS-Stylesheet fuer den Druck
 */


html {
	padding:0px;
	margin:0px;
}

body {
	background-color:#FFFFFF;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 25px;
	padding:0px;
	margin:0px;
}

h1 {
	color:#8f0101;
	font-weight:normal;
	font: 25px Times, Times New Roman;
	margin-top: 0px;
	padding-top:0px;
}

h2 {
	color:#01018F;
	font-weight:normal;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top:0px;
}

a {
	color:#8f0101;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
	border-bottom: 1px dashed #8f0101;
}

a:visited {
	color:#9F4040;
	text-decoration:none;
}

a.nohover:hover {
	text-decoration:none;
	border-bottom: none;
}

img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
}

img.normal {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #FFFFFF;
}


#top {
	display:none;
}

#navigation {
	position: absolute;
	width: 100%;
	top: 25px;
	left: 0px;
	background-color:#AAAAAA;
}

#navigation ul {
	list-style:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	position: relative;
	width: 16.63%;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navigation ul li a {
	color: #AAAAAA;
	text-decoration: none;
	border:none;
	font: 16px "Trebuchet MS", Lucida Sans Unicode, Verdana, sans-serif;
}

.grey_field {
	position:relative;
	margin: 0px;
	padding: 10px;
	line-height: 25px;
	border-right: 1px solid #AAAAAA;
}

#main {
	position: relative;
	top: 130px;
	margin-left: 7%;
	margin-right: 7%;
	width: 86%;
}

#bottom {
	display: none;
}