﻿/* Druckausgabe
====================================================================================== */
div#druckcont{
	width:900px!important;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
div#druckcont h1{
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	margin-bottom:10px;
}

.cont{
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	background-color:transparent;
}
.cont p{
	padding-bottom:15px;
}
.cont h1 {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	margin-bottom:15px;
}
.cont h2 {
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}
.cont h3 {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.cont h4 {
	font-size: 13px;
	font-weight: bold;
	color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.cont h5 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cont h6 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}
.cont ul {
	text-decoration: none;
	}
.cont ol {
	text-decoration: none;
}
.cont li {
	list-style-type:square;
	margin:10px 0 0px 20px;
	text-decoration: none;
}

.cont a {
	color: #666666;
	}
