body {
	font-family:Arial;
	margin:0 0 0 0;
	padding:10px 0px 10px 0px;

	background:url(hintergrund.png);
	background-repeat:repeat-x;
	background-color:#013658;
	background-attachment: fixed;
}
	


#alles {
	background-color:#FFFFFF;
	// margin:auto;
	margin-left:10px;
	text-align:left;
	width:990px;

}

#header {
	width:990px;
	height:160px;
	background-color:#FFFFFF;
	
}

#logo {
	float:left;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;

}

#schriftzug {
	font-family:Arial;
	padding-top:15px;
	padding-right:44px;
	padding-left:30px;
	float:right;
}

#suchfeld {
	font-family:Arial;
	padding-left:30px;
	float:left;
	padding-top:20px;
}


#leiste {
	height:23px;
	width:950px;
	background:url(leiste2.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left:10px;
	margin:0 0 0 15px;
	clear:both;
}

#leiste a {
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}

#leiste a:hover {
	border-bottom:1px solid #FFFFFF;
}

#breadcrumb {
	font-size:11px;
	padding-top:2px;
	line-height:18px;
}




#content {
	width:990px;
	background-color:#FFFFFF;
	background:url(content-hintergrund.gif);
	background-repeat:repeat-y;

}
	

#main {
	float:left;
	width:725px;
	padding:0 15px 0 15px;
	background-color:white;
}

#main h2{
	font-size:20px;
	text-align:center;
	color:#035E93;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:30px;

}

#main h3 {
	color:#000000;
	text-align:left;
	padding:0px;
	margin:20px 0px 20px 10px;
	font-size:16px;
}

#main p {
	color:#333333;
	font-size:12px;
	padding:0px;
	text-align:justify;
	margin:0 10px 10px 10px;
	line-height:16px;

}


#navi {
	float:right;
	width:220px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	font-weight:normal;
	padding:0px 15px 20px 0px;
	font-family:Arial;
}

.naviueberschrift {
	margin:15px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}

#tree {
	margin-left:15px;
}

#navi ul {
	list-style-type:none;
	line-height:18px;

}

#navi ul li {
      min-height:18px;
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;
	color:#035E93;
}



#navi ul li a {
	text-decoration:none;
	border-bottom:0px dotted #035E93;
	color:#035E93;
}

#navi ul li a:hover{
	border-bottom:0px solid #035E93;
	text-decoration:underline;

}

#navi ul li.aktiv a {
	font-weight:bold;
}

#navi ul ul{
	list-style-type:none;
	padding-left:0px;
	margin:0;
	margin-top:0px;
	margin-left:10px;
	padding-top:0px;
	background-color:#F7F6F2;
}


#navi p a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
}

#navi p a:hover{
	border-bottom:1px solid #035E93;
}

#ausland {
	clear:both;
	padding:3px 0 0 30px;
}

#ausland a {
	text-decoration:none;
	border-bottom:0px dotted #035E93;
	color:#035E93;
}

#ausland a:hover{
	border-bottom:0px solid #035E93;
	text-decoration:underline;

}




h1 {
	color:#035E93;
	font-size:24px;
	padding:0px;
	margin:0px;
	text-align:center;
}


h3 {
	color:#000000;
	text-align: left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 5px 0px;
	font-size:14px;
}




.jobangebote {
	font-size:13px;
	width:100%;
	padding:0 0px 0 0px;
	border-collapse:collapse;
	margin: 0 0 30px 0;
	table-layout:fixed;
	overflow:hidden;
}

.jobangebote td{
	background-color:#eeeeee;
	height:41px;
}

.jobangebote th{
	background-color:#F4F4F4;
	padding:0px 5px 0px 5px;
	border-top:none;
	height:40px;
	font-size:14px;
	color:#000000;
	text-align:center;
	border-bottom: 1px solid #D1D1D1;

}

.thlinks{
	background:url(bg-th.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F4F4F4;

}


.thmitte{
	background:url(bg-th.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#F4F4F4;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;

}

.threchts{
	background:url(bg-th.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#F4F4F4;

}


.zeile1 td{
	padding:0px 0px 0px 8px;
	background-color:#eaeaea;
}


.zeile2 td{
	padding:0px 0px 0px 8px;
	background-color:#f4f4f4;

}


tr.over td {
	background-color: #e3e3e3;
}


#last td {
	border-bottom: 1px solid #D1D1D1;
}	

.tdlinks {
	background:url(bg-table-td.gif);
	background-position:top left;
	background-repeat:repeat-y;
	line-height:19px;
	padding-right:5px!important;

}

.tdmitte {
	border-left: 1px solid #D1D1D1;
	padding-left:5px!important;
	padding-right:3px!important;
	line-height:19px;
	margin-right:0px!important;
}

.marker {
	border-left: none;
	padding-left:0px!important;
}

.tdrechts {
	background:url(bg-table-td.gif);
	background-position:top right;
	background-repeat:repeat-y;
	border-left: 1px solid #D1D1D1;
	text-align:center;
	padding-right:5px!important;
	padding-left:5px!important;

}


.jobangebote td a{
	text-decoration:none;
	border-bottom:0px dotted #035E93;
	color:#035E93;
}

.jobangebote td a:hover{
	border-bottom:0px solid #035E93;
	text-decoration:underline;

}

.marker a{
	border-bottom:none!important;
}


.stellenangebot {
	font-size:12px;
	width:100%;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	margin: 0 0 30px 0;

}

.stellenangebot th{
	background-color:#F4F4F4;
	padding:0px 10px 0px 10px;
	border-top:none;
	height:33px;
	font-size:14px;
	color:#000000;
	text-align:left;
	border-bottom: 1px solid #D1D1D1;

}

.stellenangebot td{
	background-color:#f4f4f4;
	padding:6px 10px 8px 10px;
	border: 1px solid #D1D1D1;
	vertical-align:top;
	font-size:12px;
	line-height:18px;

}

.stellenangebot td a{
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
}

.stellenangebot td a:hover{
	border-bottom:1px solid #035E93;
}

.stellenangebot ul {
	margin-top:5px!important;
	margin-left:20px!important;
	padding-left:0px!important;
	list-style-type:disc!important;
}

.stellenangebot li {
	margin-left:20px!important;
	padding-left:0px!important;
	list-style-type:disc!important;
}

.stellenangebot ul li {
	margin-left:0px!important;
	padding-left:0px!important;
	list-style-type:disc!important;
}


.ueberschrift {
	background-color:#eaeaea!important;
	font-size:14px;
	height:35px;
	padding:0px 10px 0px 10px!important;
	vertical-align:middle!important;

}


#footer {
	width:960px;
	text-align:center;
	font-size:11px;
	color:#000000;
	border-top:1px dotted #D1D1D1;
	background-color:#FFFFFF;
	margin:50px 0px 0px 15px;
	padding:10px 0px 10px 0;
}

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer ul li {
	float:left;
}

#footer a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;

}

#footer a:hover {
	border-bottom:1px solid #035E93;
}

#main ol {
	margin-left:50px;
}

#main ol li {
	font-size:12px;
	line-height:28px;
	font-weight:bold;
}

#main ol li a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
}

#main ol li a:hover{
	border-bottom:1px solid #035E93;
}


#main ul {
	list-style:none;
}

#main ul li {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#main ul li a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
}

#main ul li a:hover{
	border-bottom:1px solid #035E93;
}






#main p a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
	line-height:16px;
}

#main p a:hover{
	border-bottom:1px solid #035E93;
}

#staedteliste td {
	vertical-align:top;
}

#box {
	float:left;
	width:350px;
	background:url(box.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#fafafa;
	margin-top:0px;
	border:1px solid #eeeeee;
	height:200px;
}

#box h3, #box2 h3{
	width:100%;
	padding:3px 0 0 0;
	margin:0;
	color:#333333;
	text-align:center;
}

.boxinhalt {
	padding:10px;
}

#box p, #box2 p{
	font-size:12px;
	line-height:17px;
	padding:0;
	margin:0;
	font-family:Arial;
}



#box2 {
	float:right;
	width:350px;
	background:url(box.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#fafafa;
	margin-top:0px;
	border:1px solid #eeeeee;
	height:200px;
}

#suchbox {
	padding-top:30px;
	margin:0px;
}

#was {
	font-size:16px;
	font-weight:bold;
	color:#2C5E7C;
	height:20px;
	font-family:Arial;
	border:1px solid black;
	padding:2px;
	margin:0px;
	width:180px;
	font-style:normal;

}


#wo {
	font-size:16px;
	font-weight:bold;
	color:#2C5E7C;
	height:20px;
	font-family:Arial;
	border:1px solid black;
	padding:2px;
	margin:0px;
	width:180px;
	font-style:normal;

}

#button {
	height:26px;
	width:70px;
	padding:0 0 2px 0;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
	color:#035E93;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	cursor:pointer;
}

.buttonhover {
	border:1px solid #999999!important;
	-moz-box-shadow:0 0 3px #999;
}

.buttonclicked {
	background-color:#e3e3e3!important;
}

#button:active {
}

.subtitel {
	font-size:11px;
	width:180px;
	float:left;
	border:0px solid black;
	text-align:left;
	margin-right:5px;
	padding-left:5px;
}


.listejob {
width:100%;
max-height:100%;
font-weight:bold;
overflow:hidden;
word-wrap: break-word;
font-size:12px;
}

.listeunternehmen {
width:100%;
max-height:100%;
overflow:hidden;
word-wrap: break-word;
line-height:19px;
font-size:12px;
}

.listeort {
white-space: nowrap;
width:100%;
max-height:19px;
overflow:hidden;
font-size:12px;
}

#admin {
	padding-left:15px;
	font-size:12px;
	height:30px;
}

#admin a {
	border-bottom:1px dotted #035E93;
	text-decoration:none;
	color:#035E93;
}

#admin a:hover{
	border-bottom:1px solid #035E93;
}


#map1 a {
	border-bottom:0px;
	text-decoration:none;
}


.autocomplete-w1 { background:url(/autocomplete/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }


#pagination {
font-size: 12px;
padding-top: 0px;
padding-bottom:30px;
text-decoration: none;
text-align: center;
}

#pagination a {
border: 1px solid #D1D1D1;
text-decoration: none;
padding: 3px 6px;
color:#035E93;
font-weight: bold;
}

#pagination a:hover {
border-color: #035E93;
} 

#pagination .break { padding: 2px 6px; border: none; background: #FFF; text-decoration: none; }

#pagination .aktuell {
border: 1px solid #1475ae;
padding: 3px 6px;
font-weight: bold;
background: #1475ae;
color: #FFF;
}

#berufsbild p {
	color:#333333;
	font-size:13px;
	padding:0px;
	text-align:justify;
	margin:0 10px 10px 10px;
	line-height:19px;
}

#berufsbild ul {
	list-style-type:disc;
}

.accordion {
	width:100%;
	font-size:13px;
}
.accordion .pfeil {
	background: #eaeaea url(/arrow-square.gif) no-repeat right -51px;
	cursor: pointer;
	float:left;
	width:30px;
	height:32px;
	border-left:1px solid #D1D1D1;
}
.accordion .pfeil:hover {
	background-color: #e3e2e2!important;
}
.accordion .pfeil.active {
	background-position: right 5px;
}

.accordion .zellen1 {
	border-right:1px solid #D1D1D1;
	background-color:#eaeaea;
	height:27px;
	float:left;
	padding-top:5px;
	overflow:hidden;
}

.accordion .zellen2 {
	border-right:1px solid #D1D1D1;
	background-color:#f4f4f4;
	height:27px;
	float:left;
	padding-top:5px;
	overflow:hidden;

}

.accordion a{
	font-size:13px;
	color:#035E93;
	font-weight:bold;
}

.accordion .stellenbeschreibung {
	clear:both;
	background: #f7f7f7;
	margin: 0;
	padding: 3px 10px 5px 30px;
	border-left: solid 1px #D1D1D1;
	border-right: solid 1px #D1D1D1;
	height:60px;
}

#berufe {
	width:600px;
	margin:auto;
	background:url(box.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#fafafa;
	border:1px solid #eeeeee;

}

#berufe ul{
	list-style-type:disc;
}




.hauptaccordion {
	width:100%;
	font-size:12px;
	line-height:18px;
}
.hauptaccordion .pfeil {
	background: #eaeaea url(/arrow-square.gif) no-repeat right -45px;
	cursor: pointer;
	float:left;
	width:30px;
	height:40px;
	border-left:1px solid #D1D1D1;
}
.hauptaccordion .pfeil:hover {
	background-color: #e3e2e2!important;
}
.hauptaccordion .pfeil.active {
	background-position: right 11px;
}

.hauptaccordion .zellen1 {
	border-right:1px solid #D1D1D1;
	background-color:#eaeaea;
	height:38px;
	float:left;
	padding-top:2px;
	overflow:hidden;
}

.hauptaccordion .zellen2 {
	border-right:1px solid #D1D1D1;
	background-color:#f4f4f4;
	height:38px;
	float:left;
	padding-top:2px;
	overflow:hidden;

}

.hauptlink a{
	font-size:12px;
	color:#035E93;
	font-weight:bold;
	text-decoration:none;
}

.hauptlink a:hover{
	text-decoration:underline;
}

.hauptaccordion .kleiner{
	font-size:11px;
	line-height:17px;
}

.hauptaccordion .stellenbeschreibung {
	clear:both;
	background: #f7f7f7;
	margin: 0;
	padding: 13px 10px 15px 10px;
	border-left: solid 1px #D1D1D1;
	border-right: solid 1px #D1D1D1;
	border-bottom:1px solid #D1D1D1;
}

.center1 {
	height:33px;
	display: table;
	#position: relative;
	overflow: hidden;
}

.center2 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.center3 {
	#position: relative;
	#top: -50%;
}

.standardlink a{
	text-decoration:none;
	border-bottom:1px dotted #035E93;
	color:#035E93;
}

.standardlink a:hover{
	border-bottom:1px solid #035E93;

}

.buttonrechts {
	display:block;
	height:20px;
	width:160px;
	padding:3px 0px 0px 0px;
	margin:auto;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	letter-spacing:0px;
	border:2px solid #333333;
	background-color:#bed4ff;
	color:#000000;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	cursor:pointer;
}

.buttonrechtshover {
	border:2px solid #000000!important;
	-moz-box-shadow:0 0 5px #000000;
	background-color:#a1c1ff;
	color:#000000;
}

.buttonrechtsclicked {
	background-color:#e3e3e3!important;
}

a.linkopacity:hover img {
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
-khtml-opacity: 0.85;}

a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }

a.linkopacity {
text-decoration:none;
}

a.linkopacity:hover {
text-decoration:none;
}

a.linkopacity:visited {
text-decoration:none;
}

#button2, #button3  {
	height:30px;
	width:170px;
	padding:0px 0 2px 0;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	font-family:verdana;
	border:1px solid #CCCCCC;
	background-color:#F3F3F3;
	color:#024a74;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	cursor:pointer;
}


.newsforum {
	margin:0px 10px 0px 10px;
	padding:4px 0px 7px 0px;
	background-image: url(punkte.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size:12px;
	line-height:17px;
}

.newsforum-ende {
	margin:4px 0 4px 10px;
	padding:0;
	text-align:left;
	font-size:12px;

}
