html {
  height:100%;
  }
body {
	width:	100%;
	margin: 0px;
	font-family:	Verdana;
	font-size:	10px;
	height: 100.3%;
}
div#total_content	{
	width:	780px;
}
td	{
	font-family:	Verdana;
	text-align:	left;
}

div.spacer	{
	height:	0px;
	line-height:	0px;
	width:	0px;
	margin:	0px;
	padding:	0px;
	clear:	both;
}

td#menu a.level1	{
	display:	block;
	text-decoration:	none;
	margin-bottom: 5px;
}

td#menu a.level1:hover span.text2	{
}

td#menu a.level2	{
	display:	block;
	text-decoration:	none;
	margin-bottom:	5px;
}

td#menu a.level0	{
	display:	block;
	text-decoration:	none;
	margin-bottom:	5px;
	font-weight:	bold;
}

td#menu a.level0:hover span.text1 {
	color:	#F8B323;
}
td#menu a.level0:hover span.text2 {
	color:	#f8b323;
}

td#menu a.level0 span.text1	{
	color:	#ffffff;
}
td#menu a.level0 span.text2	{
	color:	#ffffff;
	font-weight:	normal;
}

td#menu a span.text1	{
	color:	#f8b323;
	font-weight:	bold;
}

td#menu a span.text2	{
	color:	#ffffff;
}

td#menu a.level2 span.text1	{
	width: 15px;
	display: block;
	float:	left;
}

td#menu a.level2:hover	span.text2 {
	color:	#f8b323;
}


td#menu a.level2 span.text1_current	{
	width: 15px;
	display: block;
	float:	left;
	color:	#f8b323;
	background-image: url(../img/Grafiken_allgemein/x.gif);
	background-repeat: no-repeat;
	background-position:0px 10px;
}
td#menu a.level2 span.text2_current	{
	color:	#f8b323;
	font-weight:	bold;
}
td#menu span.level2	{
	display:	block;
	text-decoration:	none;
	margin-bottom:	5px;
}
td#menu span.level2 span.text1_current	{
	width: 15px;
	display: block;
	float:	left;
	color:	#f8b323;
	background-image: url(../img/Grafiken_allgemein/x.gif);
	background-repeat: no-repeat;
	background-position:0px 1px;
}
td#menu span.level2 span.text2_current	{
	color:	#f8b323;
	font-weight:	bold;
}

/* header1 */
div#header1	{
	width: 100%;
	height:	50px;
	background-color:	#FFFFFF;
	text-align:	right;
}

/* header2 */
div#header2	{
	width: 100%;
	height:	260px;
	background-color:	#FFFFFF;
	margin-bottom:	5px;
}

/* main */
div#main	{
	width: 100%;
	background:	url(../img/main_background.png) repeat-y;
}
div.main_height_spacer	{
	height:	264px;
	width:	5px;
	margin:	0px;
	padding:	0px;
}

table.main	{
	width:	780px;
	heigth:	264px;
	table-layout:	fixed;
	border-spacing:	0px;
	border-collapse:	collapse;
	margin:	0px;
	padding:	0px;
}
table.main td	{
	margin:	0px;
	padding:	0px;
	vertical-align:	top;
}
table.main td.spacer	{
	width: 5px;
}

/* menu */
td#menu	{
	width:	260px;
	/*background-color:	#858585;*/
	padding:	0px;
}

td#menu div#menu1	{
	margin: 20px 10px 0px 20px;
	height:	240px;
	cursor:	default;
}
td#menu div#menu2	{
	height:	24px;
	cursor:	default;
	margin-left: 20px;
}

/* content */
div#content_div	{
	width: 400;
	/*height: 284px;*/
	margin:	0px 0px 0px 0px;
	padding: 0px;
	overflow:	auto;
	/*overflow-x:	hidden;*/
}
div#inner_content_div {
	margin: 20px;
	width: 475px;
}

td#content	{
	width:	515px;
/*	height: 284px;*/
	/*background-color:	#f8b323;*/
	
	padding:	0px;
	display: block;
}

td#content h1	{
	color:	#ffffff;
	margin-top:	0px;
	font-size:	24px;
	font-weight:	bold;
	font-family:	Arial;
}
td#content h3	{
	font-size:	10px;
}
td#content h4	{
	font-size:	10px;
	margin-bottom:	0px;
}
td#content h5	{
	font-size:	10px;
	margin-bottom:	0px;
	font-style:	italic;
}

td#content ul	{
	margin-top:	2px;
	margin-bottom:	2px;
}

td#content p {
	margin-top:	0px;
	margin-bottom:	10px;
}
td#content p.footnote {
	margin-top:	10px;
	margin-bottom:	0px;
	font-size:	9px;
}

td#content a {
	color:	black;
	font-weight:	bold;
	display:	block;
}

td#content a.joblink	{
	color:	black;
	font-weight:	bold;
	font-size:	11px;
	display:	inline;
	line-height: 16px;
	text-decoration:	none;
	margin-bottom:	5px;
	padding-left: 15px;
	background-image: url(../img/Grafiken_allgemein/x-white.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;
}

td#content a.textlink	{
	color:	#ffffff;
	font-weight:	bold;
	text-decoration:	underline;
	display:	inline;
}
td#content a.editlink	{
	color:	#ffffff;
	font-weight:	bold;
	text-decoration:	underline;
	display:	inline;
}

td#content div.job_description	{
	display:	none;
	margin-left: 15px;
}

/* footer */
div#footer	{
	width:	100%;
	height:	25px;
	text-align:	right;
	padding-top:	10px;
}
div#footer a	{
	color:	#858585;
	font-size:	10px;
	margin: 10px 20px 0px 20px;
	text-decoration:	none;
}
div#footer a span	{
	color:	#858585;
	font-weight: normal;
}

div#footer span.level2	{
	color:	#858585;
	font-size:	10px;
	margin: 10px 20px 0px 20px;
	text-decoration:	none;
}
