/*  
Theme Name: ap_v1
Theme URI: http://www.antwerpes.de/
Description: The default a+p print theme. This is the main CSS for ap_v1.
Version: 1.0
Author: Carolina Brodesser
Author URI: http://www.antwerpes.de/

This Style-Sheet is basically CSS2.
*/

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * HTML-Elements * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

HTML{
	
}
BODY{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
A{
	color: #000000;
	text-decoration: none;
}
IMG{
	border: 0;
}
H1{
	font-size: 14px;
	font-weight: bold; 
}
H2,H3{
	font-size: 11px;
	font-weight: bold;
}
H4,H5{
	font-size: 11px;
}
H6{
	display: none;
}
CODE {
	font-family: "Courier New", Courier, Fixed, serif;
}
SUP{
	vertical-align: text-top;
}
SUB{
	vertical-align: text-bottom;
}
TABLE{
	
}
TABLE TH{
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
TABLE TD{
	vertical-align: top;
	padding: 5px;
}
TABLE CAPTION{
	display: none;
}
DL{
	
}
DL DT{
	font-weight: bold;
	margin-bottom: 5px;
}
DL DD{
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */



/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Classes * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* Page Content */
DIV#divNavAP{
   display: none;
}
DIV#divNoFlash{
	display: none;
}
DIV#divSideBarContainer{
	display: none;
}
DIV#divNavJobsContainer{
   display: none;
}
DIV.divPageScrolling{
	display: none;
}

/* MISC Begin */
.hidden{
	display: none;
}
.elClearLeft{
	height: 0px;
	line-height: 0px;
	clear: left;
}
.elClearRight{
	height: 1px;
	line-height: 1px;
	clear: right;
}
.elClearBoth{
	height: 1px;
	line-height: 1px;
	clear: both;
}
/* MISC End */

/* Typo3 Classes */
.csc-textpic-caption{
	display: none;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */