/* CSS Document */

html {
height: 101%;
}

body
	{
	font-family:arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	height: 101%;
	background-color:#fff;
	color:#000;
	}

	
/************************ SCHRIFT *********************/	

h1, h2, h3, p 
	{
	margin:0px;
	padding:0px;
	}
	
h1
	{
	color: #006045;
	font-size: 25px;
	margin-bottom: 21px;
	font-weight: bold;
	}
h2
	{
	color: #191a09;
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: bold;
	}
	
h3
	{
	color: #797a5c;
	font-size: 21px;
	font-weight: bold;
	}	
	
h4
	{
	color: #dedede;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	}
	
h5
	{
	color: #CC271E;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align:center;
	}
	
h6
	{
	color: #CC271E;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	}
		
a
 	{
	color:#006045;	
	text-decoration: none;
	}	
		
/************************ Ende SCHRIFT *********************/	

/************************ LAYOUT *********************/


#print-container {
    float:left; 
	height: auto;
	width: 600px;
	padding-left: 30px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 25px;
}
  
.copyright {
	color: #fff;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	padding-top: 6px;
 }
	

