/**************************************************************************************************
*
*	2011 - Fonda Interaktive Medien und Kommunikation GmbH (dev@fonda.at)
* 
*	File: print.css
*	Description: PRINT CSS
*
**************************************************************************************************/
html{}

*{
	margin: 0px;
	padding: 0px;
}

body{
	/*	border: 1px solid blue;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
a {
	color:black;
	text-decoration: none;
}

p{
	display: block !important;
	margin: 0px 0px 10px 0px;
}
h1{font-size: 18px; font-weight: bold;}
h2{font-size: 20px; font-weight: bold;}
h3{font-size: 18px; font-weight: bold;}
h4{font-size: 20px; font-weight: bold;}
h5{font-size: 18px; font-weight: bold;}
h6{font-size: 16px; font-weight: bold;}


/*-----------------------------------------------------------------------------------*/
/*	START GENRAL HIDE ELEMENTS
/*-----------------------------------------------------------------------------------*/
#logo{margin-bottom: 20px;}
.top_navigation {display:none;}
#main_navigation {display:none;}
.content.right {display: none;}
#sub_navigation{display: none;}
.bmi_footer{display: none;}
.type-button{display: none;}
/*-----------------------------------------------------------------------------------*/
/*	END GENERAL HIDE ELEMENTS
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	START ANLAUF UND BERATUNGSSTELLEN
/*-----------------------------------------------------------------------------------*/
#contact_point{display:none;}
/*-----------------------------------------------------------------------------------*/
/*	END ANLAUF UND BERATUNGSSTELLEN
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	START EINSTIEG IN DEN ARBEITSMARKT
/*-----------------------------------------------------------------------------------*/
.spot h5{font-size: 14px; margin-bottom: 5px;}
#icon_location{display: none;}
/*-----------------------------------------------------------------------------------*/
/*	END EINSTIEG IN DEN ARBEITSMARKT
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	START AKTUELLES
/*-----------------------------------------------------------------------------------*/
.news .csc-textpic-image {display: none;}
.news .csc-textpic-text{margin: 0px;}
/*-----------------------------------------------------------------------------------*/
/*	END AKTUELLES
/*-----------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------*/
/*	START RESULTSITES
/*-----------------------------------------------------------------------------------*/
#toolbar_left{display: none;}
#breadcrumb_container{display: none;}
/*-----------------------------------------------------------------------------------*/
/*	END RESULTSITES
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	START FAQ
/*-----------------------------------------------------------------------------------*/
.header_faq{font-weight: bold;}
/*-----------------------------------------------------------------------------------*/
/*	END FAQ
/*-----------------------------------------------------------------------------------*/


