/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * HTML-Elements * */
/* ***** ***** ***** */
HTML{
	height: 100%;
}

BODY{
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #020100;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #330000 url("/fileadmin/templates/_img/background_silhouette.gif") repeat-x;
}
IMG{
	border: 0;
}
H1{
	/*font-smooth: always;*/
	font-size: 14px;
	color: #BB045A;
	font-weight: bold; 
	margin-bottom: 20px;
	/* see settings for background in indiviudual skins */
	background-color: inherit;
}
H1:first-child{
	margin-top: 0;
	margin-bottom: 15px;
}
H2{
	font-size: 12px;
	color: #BB045A;
	font-weight: bold;
	background-color: inherit;
}
H3{
	font-size: 11px;
	color: #020100;
	font-weight: bold;
	background-color: inherit;
}
H4,H5{
	font-size: 11px;
}
H6{
	position:absolute;
	left: -5000px;
	top: -5000px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
A,
A:link, A:hover, A:visited{
	color: #663300;
	background-color: inherit;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Page-Frame * */
/* ***** ***** ***** */
/* don't touch these both...
... */
DIV#divPageMargin{ 
	width: 980px;
	height: auto;
	margin: auto;
	padding: 40px 15px 0 15px;	
}
DIV#divPageMarginFlash{ 
	float: left;
	width: 980px;
	height: 50%;
	margin-bottom: -305px; /* halbe Höhe von #container */
}
/* displays flash-homepage */
DIV#divPageFlash{ 
	clear: left;
	margin: auto;
	height: 610px;
	width: 980px;
}
DIV#divPageMargin DIV#divPage{ 
	float: left;
	width: 980px;
	height: 100%;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Page-Content * */
/* ***** ***** ***** */
DIV#divPageContent{
	float: left;
	color: inherit;
	/*height: 100%;*/
	background: #FFCC33 url("/fileadmin/templates/_img/ap/_layout/bg.gif") no-repeat left top;
}
DIV#divContent{
	float: left;
	width: 100%;
	height: 100%;
}
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */


/* ***** ***** ***** */
/* * Page-Navi * */
/* ***** ***** ***** */
DIV#divNavAP{
   float: left;
   width: 445px;
}
DIV#divNoFlash{
	min-height: 550px;
	padding: 20px 40px 0 20px;
}
DIV#divNoFlash.divNoFlash{
	color: inherit;
	width: 500px;
	margin: auto;	
	background: #FBD126;
}

/* ***** ***** ***** ***** ***** **** */
/* ** Addintionals and further info * */
/* ***** ***** ***** ***** ***** **** */
DIV#divAdditionals{
	position:absolute;
	left: -5000px;
	top: -5000px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}

/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
/* ***** ***** ***** */
/* * Classes * */
/* ***** ***** ***** */
/* ***** ***** ***** ***** ***** ***** ***** ***** ***** */
H2.elH2Fire{	
	padding: 15px 0 3px 20px;
	background: transparent url("/fileadmin/templates/_img/ap/_style/el_h2_bg_fire.gif") no-repeat left bottom;
}
UL.elULDefault{
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
	/*list-style: url("/fileadmin/templates/_img/ap/_style/el_li_yellow-oranage.gif");*/
	list-style: none;
}
UL.elULDefault LI{
	font-weight: bold;
	margin-bottom: 5px;
}
div.joblistSection{
	margin-bottom: 20px;
}

div.divDottedLine {
	width:100%;
	margin:15px 0 0 0;
	background: url("/fileadmin/templates/_img/ap/_style/dot_line_filler.gif") repeat-x;
}
/* * TYPO3 * */
.csc-textpic-caption{
	position:absolute;
	left: -5000px;
	top: -5000px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
/* End TYPO3 */

/* MISC */
.elClearLeft{
	height: 0px;
	line-height: 0px;
	clear: left;
}
.elClearRight{
	height: 1px;
	line-height: 1px;
	clear: right;
}
.elClearBoth{
	height: 1px;
	line-height: 1px;
	clear: both;
}


/*************************************************
	FORMULAR
**************************************************/

DIV#formFormat FIELDSET {
	border: none;
	margin: 0;
	padding: 0 0 0 30px;
}

DIV#formFormat .formElement {
	clear: both;
	margin: 0 ;
	padding: 8px 0 0 0;
}

DIV#formFormat .formElement label {
	padding: 2px 3px 0 0;
	width: 150px;
	float: left;
	text-align:right;
}

DIV#formFormat .formElement LABEL.wide {
	width: 400px;
	text-align:left;
}

DIV#formFormat .formElement  TEXTAREA.textareaFormFieldSmall {
	width: 380px;
	height:50px;
}

DIV#formFormat .formElement  TEXTAREA.textareaFormFieldBig {
	width: 380px;
	height:300px;
}

DIV#divAppForm {
	color: inherit;
	padding: 10px 0 0 0;
	background-color: #FFCC33;
}

DIV#formFormat FIELDSET p.formtext{
	width:395px;
}
