
/* -------------  Seitenaufbau -------------   */

body {
	text-align: center;
}

#site {
	text-align: left;
	margin: 0px auto;
	width: 878px;
	background-color: #ffffff;
	background-image: url(images/bg_edv_berufe.gif);
	background-repeat: repeat-y;
}

#head {
	width: 878px;
	height: 132px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	background-image: url(images/head_it-jobs.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#menu_left {
	float: left; 
	width: 142px;
	background-color: #f1f1f1;
}

#menu_left_2 {
	float: left;
	width: 142px;
	background-color: #f1f1f1;
}

#menu_right {
    float: right;
	width: 142px;
	margin-right: 0px;
	background-color: #c6d5de;
}

#search {
	width: 142px;
	height: 69px;
	border-top: solid 1px #124666;
	border-bottom: solid 1px #124666;
	background-image: url(images/it-jobsuche_bg.jpg);
	background-repeat: no-repeat;
}

#it-jobs_unternehmen {
	width: 142px;
	height: 120px;
	margin-top:22px;
	border-top: solid 1px #124666;
	border-bottom: solid 1px #124666;
	background-image: url(images/bg_it-jobs_unternehmen.gif);
	background-repeat: no-repeat;
	background-color: #dfe5ea;
}


#content {
	overflow:hidden;
	width: 548px; 
	margin-left: 162px;
	margin-right: 23px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#footer {
	clear:both;
	border-color: #ffffff;
	width: 878px;
	height: 16px;
	background-color: #124666;
	border-top: solid 1px #FFFFFF;
}	

/* -------------  Seitenaufbau-Details -------------   */

#content h4 {
	color:#FF0000;
}

.menu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #787c7e;
	margin-left: 21px;
}
.news_font {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #265E81;
	font-weight:bold;
	margin-left:7px;
	}
.news_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	font-weight:bold;
	margin-left:4px;
	width:138px;		
}

hr.newsline {
	width:142px;
	height:1px;
	color: #265E81;
}
.menu_div {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:5px;
}

.headline {
	margin-left: 10px;
	color: #00a2ff;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #787c7e;
}

.bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00a2ff;
	font-weight: bold;
}


/* -------------  Verhalten der Links (Menubar)-------------   */

#menu_left a:link    { color:#787c7e;   text-decoration:none; }
#menu_left a:visited { color:#787c7e;  text-decoration:none; }
#menu_left a:focus   { color:#787c7e;  text-decoration:none; }
#menu_left a:hover   { color:#00b3ff;    text-decoration:none; }
#menu_left a:active  { color:#00b3ff; text-decoration:none; }

#menu_left_2 a:link    { color:#787c7e;   text-decoration:none;}
#menu_left_2 a:visited { color:#787c7e;  text-decoration:none;}
#menu_left_2 a:focus   { color:#787c7e;  text-decoration:none;}
#menu_left_2 a:hover   { color:#00b3ff;    text-decoration:none;}
#menu_left_2 a:active  { color:#00b3ff; text-decoration:none;}

