@charset "utf-8";
/* CSS Document */
/* Farben:
#dfe5f3: hellblau (wie hintergrund)
*/

body {
	margin: 0px;
	padding: 0px;
/*	font-family:  Trebuchet MS, Arial , sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 11px;
	background-image:url(images/background-solid.gif);
}

a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

html, body {
   height: 100%;
} 

/*p {
	text-align: justify;
}*/

fieldset { border: 0px; }


/*div {
	padding: -1px;
	border: 1px dotted #4c4c4c;
}*/


/* Tabellenlayout 
 * zur Zentrierung des Inhalts 
 */
 
/* Rahmen um die Seitenzelle
 */
#pagetable td.topcell {
	background-image:url(images/border-top.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	height: 30px;
} 
 
#pagetable td.leftcell {
	background-image:url(images/border-left.gif);
	background-position:right;
	background-repeat:repeat-y;	
}

#pagetable td.rightcell {
	background-image:url(images/border-right.gif);
	background-position:left;
	background-repeat:repeat-y;	
}
 
#pagetable tr.bottomcell {
	height: 30px;
}

#pagetable td.bottomcell {
	background-image:url(images/border-bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align: top;
}

#pagetable td.midcell {
	width: 900px;
	background-color:#FFFFFF;
	vertical-align: top;
	background-image:url(images/awsignet-positiv.jpg);
	background-position: bottom left;
/*	background-position-x: 140px;*/
	background-repeat: no-repeat;
	padding-bottom: 30px;
}



/* Layoutelemente
 */
div#pagewrapper {
	padding: 2px;
}

	div#headerlinks {
	text-align: right;
	padding: 8px 0 0 0;
	}
	
	div#logoheader {
		height: 90px;
		background-color: #dfe5f3;		
		background-position: top left;
		background-repeat:no-repeat;
		text-align:right;
	}	

		#logoheader img.logo {
			margin-top: 45px;
			margin-right: 5px;
		}
		
	#megaimage {
	width: 896px;
	padding-bottom: 0px;
	}
		#megaimage #megaimage-img {
			float: left;
			width: 100%;
			margin-right: -220px;
		}
		
		#megaimage-leftpart {
				width: 675px;  /* ca 896 - 220 */
				clear: left;
				float: left;		
				margin-top: -38px;
				margin-bottom: 10px;				
		}

			#megaimage #megaimage-leftpart #sectiontitle {
				text-align: right;
				padding: 0;
				font-family:  Trebuchet MS, Arial , sans-serif;				
				color: #dfe5f3;
				width: 670px;		
				font-size: 28px;
	      font-weight:bold;
			}
	.megaimage-clear {
		clear: both;
	}
					

	div#sectionnav {
		height: 20px;
		border-top: 1px #ffffff solid;
		margin-bottom: 2px;
	}
	div#sectionnav-large {
		width: 675px;
    }


div#sidebar-left {
	float: left;
	width: 145px;
	padding-right: 2px;
	height: 500px;
	overflow: visible;
}


/* Contentboxen in der linken Navigation 
 */

#sidebar-left #contentelement-left p {
	font-size: 10px;
	line-height: 1.2em;	
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0 3px 0 3px;	
}

/* rechte informations- und funktionsleiste 
 */

#sidebar-right a {
	text-decoration: none;
}

#sidebar-right a:hover {
	text-decoration: none;
}

div#sidebar-right {
	float: right;
	width: 215px;
/* entfern da kein bgbild mehr!
	margin-left: -9px; */
/*	overflow:hidden; */
}


	#sidebar-right div#sectioninmage {
/*		margin-left: 9px;
		padding: 80px 6px 0px 6px;	*/
		padding-right: 6px;
		text-align:right;
		font-size:17px;
		font-stretch:ultra-condensed;
	}
	
	#sidebar-right #sectioninmage div {
		margin-top: -60px;
		margin-bottom: 60px;
		color: #dfe5f3;
	}



	div#sidebar-right-contentelements {
		margin-top: 0px;
/*
entfernt, da kein bgbild mehr!
		padding-left: 11px; 		
		padding-right: 8px; */
		padding: 2px;		
	}
	
		#sidebar-right-contentelements p {
			margin-top: 5px;
			margin-bottom: 0px;
		}

		#sidebar-right-contentelements #sitesearch-simple form {
			margin: 0px;			
		}

		#sidebar-right-contentelements #sitesearch-simple input {
			border: 1px solid;
			font-family: "Courier New", Courier, mono;
			font-size: 11px;
		}
	
/*	#sidebar-right-contentelements div#end-sidebar-right-contentelements {
		height: 5px;
		margin-top: -7px;
		background-repeat:no-repeat;
		background-position:bottom;	
	}*/
	

div#mainheadpic {
	float: right;
	width: 735px;
	font-size: 28px;
	font-weight:bold;
	color: #ffffff;
	text-align:right;
	margin-bottom: 2px;
	height: 265px;
	
}
#mainheadpic #sectiontitlecontainer {
	font-family:  Trebuchet MS, Arial , sans-serif;
	margin: -40px 0 0 0;
}


div#mainheadline, div#mainheadline-large {
	margin-bottom: 10px;
	float: left;
	padding: 0 15px 2px 14px;
}
div#mainheadline {
	width: 485px;
}
div#mainheadline-large {
	width: 645px;
}
	#mainheadline h2, div#mainheadline-large h2 {
	font-size: 17px;
	margin-bottom: 0px;
	padding: 0;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	}
	#mainheadline h3, div#mainheadline-large h3 {
	font-size: 13px;
	padding: 0;
	margin: -4px 0 0 0;
	letter-spacing: 0px;
	color: #666666;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	}

div#rootline, div#rootline-large {
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 15px 2px 14px;
	float: left;
	margin-bottom: 12px;
}
div#rootline {
	width: 485px;	
}
div#rootline-large {
	width: 645px;
}

div#maincontent {
	padding: 2px 15px 2px 14px;
	float: left;
	width: 485px;
/*	padding: 2px 20px 2px 14px;
	float: right;
	width: 490px;	*/
}

div#maincontent-large {
	padding: 2px 15px 2px 14px;
	float: left;
	width: 645px;
}





/* minijob offers */
table#minijoboffers-table {
}
#minijoboffers-table p {
	line-height: 1.4em;
}
.minijoboffers-rightbar {
	padding-left: 55px;	
	padding-right: 3px;
}
.minijoboffers-intro td {
	padding-bottom: 17px;	
}
.minijoboffers-intro td p {
	margin: 4px 0 4px 0;
	text-align: justify;
	font-size: 10px !important;	
}
.minijoboffers-date p {
	font-size: 12px !important;
	font-stretch: wider;
	margin-bottom: 8px;
}
.minijoboffers-tit1e {
	font-size: 18px;
	font-weight: bold;
	text-transform:capitalize;
	font-stretch:condensed;
	padding: 0 30px 17px 30px;
	text-align: center;	
}
.minijoboffers-tasks-title,
.minijoboffers-demands-title {
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	font-stretch:condensed;
	padding-top: 11px;	
	padding-bottom: 4px;		
}
.minijoboffers-contact {
	padding-top: 12px;
}
table.minijoboffers-footer {
	margin: 20px 0 35px 0;
}
.minijoboffers-footer td {
	background-color: #B6B6B6;
}

