/**************************************************************
  xmental [c] 2008 burkhardt wenzel
**************************************************************/
/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, hr
{ margin: 0; padding: 0; }
 
/* Normalisiert font-size headlines */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

/* Entfernt list-style */
ul, ol
{ list-style: none; }
table
{ border-collapse: collapse; border-spacing: 0; }

/* Normalisiert font-style und font-weight */
adress, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt AnfŸhrungszeichen aus q */
q:before, q:after
{ content: ''; }


/**************************************************************
  Global Layout
**************************************************************/
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	line-height: 18px;
	color: #444;
	cursor: default;
	margin: 0px auto;		
	}


#page {
	position: relative; 
	margin-top:0px;
	background: #fff;
	}


#header {
	width: 21cm
	height: 102px;
	margin: 0px auto;
	}



#logo {display: none; height: 0px; width: 0px;}



#mainNavContainer { display: none; height: 0px; width: 0px;	}
#topNavWrap {display: none; height: 0px; width: 0px;}
#container {width: 21cm; margin: 0px auto;}



#leftWrap {display: none; height: 0px; width: 0px;}
#leftContent {display: none; height: 0px; width: 0px;}




#centerWrap {width: 21cm; margin: 0px;  }
#centerContent {
	padding: 0px 33px;

	}
	
	
#centerContent p {margin-bottom: 15px;}	


#rightWrap {display: none; height: 0px; width: 0px;}
#rightContent { display: none; height: 0px; width: 0px;}




#footer {display: none; height: 0px; width: 0px;}




/**************************************************************
  Styles
 **************************************************************/


h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 7px 0px 0px;
	height: 21px;
	margin-bottom:  15px;
	}






h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px; 
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom:  7px;
	color: #000;
	}
	
h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px; 
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:  7px; 
	color: #000;
	}
	
h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px; 
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	}	

strong, b{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;

	}

blockquote {color: #999; font-size: 12px; padding-top: 20px;}

.csc-textpic-caption {font-size: 80%; padding: 3px;}



a, a:link, a:active, a:visited {
	color: #000; 
	text-decoration: none; 
	outline: none; 
	cursor: pointer; 
	font-weight: bold;
	}


/**************************************************************
  Plugins
 **************************************************************/

.tx-kuloplayer-pi1 {margin-top: 15px;}


/**********************************************
Powermail
 **********************************************/
fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	border: none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 206px;
	font-weight: bold;
}







fieldset.tx-powermail-pi1_fieldset legend {display: none;}

fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea {
	/* Style input fields */
	width: 206px;
	border: none;
	border-bottom: 1px solid #CACACA;
	font-size: 11px;
}


fieldset.tx-powermail-pi1_fieldset input[type=radio],
fieldset.tx-powermail-pi1_fieldset input[type=checkbox] 
{width:16px; height: 16px;}

fieldset.tx-powermail-pi1_fieldset textarea {
	border: 1px solid #CACACA;

}
.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
}



.powermail_mandatory_js {
	/* Fehlermeldung */
	color: #991A05;
	font-size: 11px;
}


.tx-powermail-pi1_mandatory_submit {
	/* submit Fehler */
	background: #88B649;
	color: #fff;
	margin-bottom: 20px;
	width: 206px;
	height: 20px;
	cursor: pointer;
	border: none;
}


.powermail_submit {
	/* submit */
	background: #88B649;
	color: #fff;
	width: 206px;
	height: 20px;
	cursor: pointer;
	border: none;
}


.tx-powermail-pi1_thx table {width: 100%}