	
	/* -------------------------------------------------------------
  	www.onoffice.de - Stylesheet
  	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Company:	onOffice Software GmbH
   	Release:	1.0
 	------------------------------------------------------------- */
	
	/* -------------------------------------------------------------
	Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		01. Default settings
		02. Print
	------------------------------------------------------------- */
	
	/* -------------------------------------------------------------
   	01. Default settings
   	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
				
	* { 
		padding: 0;
		margin: 0;
	}
	
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #424242;
		background: #393738;
	}
	
	a, a:visited, a:active {
		color: #80aad4;
		text-decoration: underline;
		cursor: pointer;
	}
	
		a:hover {
			color: #7497bd;
			text-decoration: underline;
			cursor: pointer;
		}
	
	h1, h2 {
		margin: 0 0 18px 0;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		line-height: 24px;
	}
	
	h3, h4, h5, h6 {
		margin: 0 0 18px 0;
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		line-height: 24px;
	}
	
	p {
		margin: 0 0 18px 0;
		line-height: 18px;
	}

	img {
		border: none;
	}
	
		.img-float-left {
			padding: 4px 18px 18px 0;
			float: left;
			display: inline;
		}
		
		.img-float-right {
			padding: 4px 0 18px 18px;
			float: right;
			display: inline;
		}
	
	input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	.center {
		text-align: center;
	}
	
	.handwrite {
		font-family: 'Rock Salt', cursive !important;
	}
	
	.onoffice-font {
		font-family: 'Open Sans', sans-serif !important;
	}
	
	.onoffice-blue {
		color: #80aad4;
	}

	/* -------------------------------------------------------------
   	02. Print
   	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	.header h2, .header div, .header ul, .small-banner, .main .sidebar, .social-media, .footer, .contact {
		display: none;
	}
	
	.main .content {
		width: 100%;
		visibility: visible;
		text-align:justify;
	}