/* 
   ============================================================
   Style.css für Wickfelder
   ============================================================
*/

@font-face {
    font-family: Americana BT;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/AMERICA3.eot");
  }
  @font-face {
    font-family: Americana XBd BT;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/AMERICA2.eot");
  }
  @font-face {
    font-family: Americana XBdCn BT;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/AMERICA1.eot");
  }
  @font-face {
    font-family: AmericanText BT;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/AMERICA0.eot");
  }
  @font-face {
    font-family: Aachen BT;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/AACHENB0.eot");
  }
  @font-face {
    font-family: Copperplate Gothic Bold;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/COPPERP0.eot");
  }
  @font-face {
    font-family: Copperplate Gothic Light;
    font-style:  normal;
    font-weight: normal;
    src: url("inc/COPPERP0.eot");
  }

html, body, a, a:link, a:visited{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #33333f;
	text-decoration: none;
}

a:hover, a:active, a:focus{
	font-weight:normal;
	text-decoration: none;
	background-color: none;
	color: #33333f;
}

h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
	color: #E10079;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

p {
	padding:0px;
	margin: 0px;
}

csc-header.h1{
	padding:0px;
	margin: 0px;
}
/* 
   ============================================================
   Footer
   ============================================================
*/

.footerlink, a.footerlink, a.footerlink:visited, a.footerlink:link {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #33333f;
}

a.footerlink:hover, a.footerlink:active, a.footerlink:focus {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #33333f;
}

/* 
   ============================================================
   PromotionPanel
   ============================================================
*/

/*#PromotionPanelContent{
		font-size: 10px;
	}*/

a:hover#PromotionPanelContent{
		color:#33333f;
}
	
#PromotionIFrame{
	background-color: #C1C5CE;
}



/* 
   ============================================================
   Header
   ============================================================
*/

#Header{
	font-weight: bold;
	font-size: 50px;
	color: #E10079;
	font-family: Copperplate Gothic Light;
	letter-spacing: -4px;
}

/* 
   ============================================================
   NaviSecondLevelContent
   ============================================================
*/
#NaviSecondLevelContent a, a:link {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #E10079;
}

#NaviSecondLevelContent a:visited {
	font-weight: normal;
	text-decoration:none;
	color: #E10079;
}

#NaviSecondLevelContent a:hover, a:active, a:focus {
	font-weight: normal;
	text-decoration:none;
	color: #33333f;
	/*background-color: #E10079;*/
}



/* 
   ============================================================
   NaviFirstLevel
   ============================================================
*/

#NaviFirstLevel{
		font-size: 14px;
}

/*
#NaviFirstLevel a, a:link, a:visited{
		font-size: 40px;
		font-weight: normal;
		color: #33333f;
		letter-spacing: 2px;
	}
	
#NaviFirstLevel a:hover, a:active, a:focus {
	font-size: 40px;
	font-weight: normal;
	text-decoration:none;
	color: #33333f;
	background-color: #E10079;
	letter-spacing: 2px;
}


*/
font.NaviFirstLevelElementAct{
	font-size: 14px;
	color: #cecece;
}

font.NaviSecondLevelElementAct{
	color: #ffffff;
}


/* 
   ============================================================
   Content
   ============================================================
*/

#Content a, a:link {
	font-size: 9pt;
	text-decoration: none;
	color: #E10079;
}

#Content a:visited {
	text-decoration:none;
	color: #E10079;
}

#Content a:hover, a:active, a:focus {
	text-decoration:none;
	color: #33333f;
	background-color: none;
}

/* 
   ============================================================
   List Style
   ============================================================
*/

ul{
	 list-style-image: url("../images/allover/li_punkt.png");
	 list-style-position: outside;
	 list-style-type: square;
}

/* 
   ============================================================
   Form
   ============================================================
*/

input, textarea {
	border: 1px solid #E10079;
	width: 300px;
	background-color: #ffffff;
}

td {
	vertical-align: top;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 #Header {
	visibility: hidden;
	font-size: 50px;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 35px;
	color:#ff9c3d;
	/*filter: alpha(opacity=80); -moz-opacity: 0.80;*/
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 23px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 21px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 19px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 17px;
}

.sIFR-hasFlash #Header{
		font-size: 40px;
		letter-spacing: 2px;
	visibility: hidden;
	}
	
.justify { text-align: justify; }

.bodytext{
	padding-bottom:20px;
}

/* 
   ============================================================
   Mailform Style
   ============================================================
*/

.csc-mailform{
	border: thin solid #E10079;
}

label, input[type="text"],select, textarea, file{
  display: block;
  float: left;
  width: 300px; 
  margin:.2em;
  border: none;
}

input[type="text"], input[type="submit"], select{
	border-bottom: thin dotted #E10079;
}

textarea{
	border: thin dotted #E10079;
}

input[type="submit"]:hover, select:hover{
	background-color: #E10079;
	font-weight: bold;
}


form br {
  clear: left;
}

input#mailformformtype_mail {
	float: right;
	background-color: #E10079;
	width: auto;
	border: none;
	font-weight: bold;
}

input#mailformformtype_mail:hover {
	float: right;
	background-color: #33333f;
	color: #E10079;
	font-weight: bold;
}

label {
 text-align: left; 
 padding-right: 2em;
 
 border: none;
}

form {
  background: none;
  border: none;
  margin:0;
  padding:.5em;
}
.bodytext{
	font-size: 12px;
}
.bodytext.li{
	font-size: 12px;
}

/*
===========================================================
Bewerberdatenbank
===========================================================
*/

.dmmjobcontrol_pagebrowser{
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
}
.dmmjobcontrol_list_table{
	margin:20px 0px 0px 0px;
}

.dmmjobcontrol_list_th1,.dmmjobcontrol_list_th2,.dmmjobcontrol_list_th3,.dmmjobcontrol_list_th4,.dmmjobcontrol_list_th5{
	font-size:12px;
	font-weight:bold;
}

.dmmjobcontrol_list_tr{
	font-size:11px;
}
.dmmjobcontrol_list_tr_alt{
	font-size:11px;
	background:#eeeeee;
}

.dmmjobcontrol_search_tr{
	font-size:12px;
}
.dmmjobcontrol_search_tr select{
	font-size:12px;
}

table.jobdetail{
	background:#dddddf;
	border:1px solid #cccccf;
}

.jobdetail{
	font-size:12px;
}

table.jobdetail .jobheader TD{
	background:#cccccf;
	border-bottom:1px dotted #E10079;
	padding:10px 10px 10px 10px;
}

table.jobdetail .download TD{
	background:#dddddf;
	border-top:1px dotted #E10079;
	padding:10px 10px 10px 10px;
}

table.jobdetail .buttonline TD{
	background:#ffffff;
	padding:15px 10px 5px 0px;
}

table.jobdetail TD{
	padding:5px 10px 5px 10px;
}

table.jobdetail .label{
	font-weight:bold;
}

.PromotionPanelContent a:link, .PromotionPanelContent a, .PromotionPanelContent a:active, .PromotionPanelContent a:visited{
	color:#E10079;
}

.PromotionPanelContent a:hover, .PromotionPanelContent a:focus{
	color:#33333f;
	background-color:#E10079;
}
