@charset "utf-8";
/* CSS Document */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  text-align:center;
  color:#252525;
  font-family:"Century Gothic";
  font-size:13px;
}

html{height:100%;}

p {
  color:#252525;
  font-family:"Century Gothic";
  font-size:13px;	
}
#div_body {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	font-family:"Century Gothic";
	font-size:13px;
	height: 100%;
}
#div_header {
	height:175px;
	background-image:url(../images/buero_bg.jpg);
	background-repeat:no-repeat;
}

#div_content {
	width:100%;
	
	overflow: visible;
}
#table_content {
	width:100%;
	height:500px;
}
#td_content_spalte_1 {
	width:25%;
	background-image:url(../images/content_bg_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #536163;
}
#td_content_spalte_2 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #536163;

	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #536163;
	
}
#div_content_spalte_2 {
	font-family:"Century Gothic";
	font-size:13px;	
	padding-top:10px;
	padding-left:8px;
	padding-right:5px;
}

#div_content_spalte_2 h1 {
	margin-top:5px;
	font-size:1.4em;
}
#div_content_spalte_2 h2 {
	margin-top:5px;
	font-size:1.3em;
}
#div_content_spalte_2 h3 {
	margin-top:5px;
	font-size:1.2em;
}

#table_mainmenu {
	width:100%;
	/*background-color:#CCC;*/
}
#table_mainmenu td.aktiv {
	vertical-align:middle;
	height:28px;
	background-image:url(../images/bullet_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:60px;
}

#table_mainmenu td.inaktiv {
	vertical-align:middle;
	height:28px;
	background-image:url(../images/bullet_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:60px;
}

#table_mainmenu td.aktiv_2 {
	vertical-align:middle;
	height:28px;
	background-image:url(../images/bullet_2_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:60px;
}

#table_mainmenu td.inaktiv_2 {
	vertical-align:middle;
	height:28px;
	background-image:url(../images/bullet_2_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:60px;
}

#table_mainmenu tr {
	background-color:none;
}
#table_mainmenu tr:hover {
	background-color:#CCC;
}
#table_mainmenu td.inaktiv:hover {
	background-image:url(../images/bullet_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}
#table_mainmenu td.inaktiv_2:hover {
	background-image:url(../images/bullet_2_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}
#table_mainmenu td a {
	color:#252525;
	font-family:"Century Gothic";
  	font-size:15px;
	text-decoration:none;
	/*padding-left:60px;*/
}
#div_content_2 {
	overflow:auto;
	position:fixed;
}

