body {	
	font-family: 'Times New Roman';
}

html, body {	
    width: 1000px;
    margin: 0 auto;
	background-color: #7C8790;
	color: #7C8790;
}
  
a, img {
	border: none;
}

a:link { color:#7C8790; text-decoration:none; }
a:visited { color:#7C8790; text-decoration:none; }
a:hover { color:#7C8790; text-decoration:none; font-weight: bold; }
a:active { color:#7C8790; text-decoration:none; }

hr {
	margin-top: 31px;
	height: 3px;
	border: none;
	color: #7C8790;
	background-color: #7C8790;
}

table {
	height: 90%;
}

table tr {
	vertical-align: top;
}

table tr td img{
	width: 198px;
}

.content {
	margin-top: 5em;
	width: 1000px;	
	background-color: #ffffff;
	text-align: center;	
}

.subcontent {	
	display: inline-block;
}

#mitarbeiter {
	background-color: #7C8790;
	color: #ffffff;
	padding: 0.75em;
}

#wrapper {
    width: 100%;
    text-align: center;
	margin-top: 70px;	
}

#left {
    float:left;
    width: 410px;
	height: 370x;
	text-align: left;
}

#leftalign {
    float:left;
	text-align: left;
	padding-left: 1.3em;
}

#center {
    display: inline-block;
    margin:0 auto;
    width: 47px;
	height: 370px;
}

#right {
    float:right;
    width: 410px;
}

#footer {
	height: 30px;
	padding-top: 14px;
	background-color: #7C8790;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	letter-spacing: -0.02em;
}

#footer2 {
	height: 30px;
	padding-top: 14px;
	background-color: #7C8790;
	color: #586772;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.02em;
}

#footer2 table {
	table-layout: fixed;
}

#footer2 td {	
    padding: 0 5px;
    overflow: hidden;
    width: 200px;	
}

#footer a:link, #footer a:visited {
	color:#ffffff; text-decoration:none; font-weight: normal;
}

#bottom {
	height: 58px;
}

.logo {
	margin-top: 32px;
}

#textbox {
	text-align: left;
	font-size: 12pt;
	letter-spacing: 0em;
	line-height: 20px;
} 

#menu {
	width: 870px;
	font-size: 13pt;
	position: absolute;  
	margin-top: 5px;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#menu li.topmenu {
	float: left;
}

.topmenu a {
	/* outline: 1px dashed blue; */
	font-size: 14px;
	float: left;
	width: 120px;
	text-align: center;
}

.topmenu ul {
	display:none;
}

.submenu {
	/* outline: 1px dashed blue; */
	opacity: 0.85;
	margin-top: 30px;	
	margin-left: 15px;	
}

.submenutaet {
	/* outline: 1px dashed blue; */
	opacity: 0.85;
	margin-top: 30px;	
	margin-left: 0px;	
}

.submenuform {
	/* outline: 1px dashed blue; */
	opacity: 0.85;
	margin-top: 30px;	
	margin-left: 5px;	
}

.topmenu a, .submenu a, .submenutaet a, .submenuform a { 
	padding: 1px 5px;  
	border-collapse: collapse;
	text-decoration: none;
	margin: 0;  
}

.submenu a {
	font-size: 12px;
	width: 120px;
	height: 20px;
	vertical-align: middle;  
	position: relative;  
	border: 1px solid #2f414f;
	clear: both; /* special IE6 */
	text-align: left;
	color: #ffffff;
	background-color:#2f414f;
	padding: 1em 0.25em 0.5em 0.7em;
	border-top: 1px solid #ffffff;
}

.submenutaet a {
	font-size: 12px;
	width: 130px;
	height: 20px;
	vertical-align: middle;  
	position: relative;  
	border: 1px solid #2f414f;
	clear: both; /* special IE6 */
	text-align: left;
	color: #ffffff;
	background-color:#2f414f;
	padding: 1em 0.25em 0.5em 0.7em;
	border-top: 1px solid #ffffff;
}

.submenuform a {
	font-size: 12px;
	width: 170px;
	height: 20px;
	vertical-align: middle;  
	position: relative;  
	border: 1px solid #2f414f;
	clear: both; /* special IE6 */
	text-align: left;
	color: #ffffff;
	background-color:#2f414f;
	padding: 1em 0.25em 0.5em 0.7em;
	border-top: 1px solid #ffffff;
}

.submenu a:hover {
  font-weight: bold;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0;
    opacity:.0;
    filter: alpha(opacity=0.8);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 17.5%;
    width: 65%;
    height: 100%;
    padding: 0px;
    border: none;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}