body {
	margin: 0px;
	padding: 0px;
	color: White;
	background-color: #a0a0a3;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

.std {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: White;
}

div#frame {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 775px;
	background-color: #252525;
  }
html>body div#frame { width: 777px; }

div#left {
	position: relative;
	left: 0px;
	top: 0px;
	width: 543px;
	height: 680px;
	border-right: 1px solid White;
	background-color: Black;
	float: left;
	padding-bottom: 50px;
}
html>body div#left { height: auto; min-height: 680px; }

div#content {
	margin-top: 230px;
	padding-left: 20px;
	padding-right: 20px;
}

div#menu {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 95%;
}

div#menu a {
	position: relative;
	display: block;
	background: URL(../images/navbutton_bg.gif);
	height: 23px;
	margin-top: 4px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	overflow: hidden;
}
div#menu a:hover {
	background: URL(../images/navbutton_bg_gray.gif);
}
html>body div#menu a { height: 18px; padding-top: 5px;}

div#menu a.search {
	background: URL(../images/navbutton_bg_gray.gif);
}
div#menu a.search:hover {
	background: URL(../images/navbutton_bg.gif);
}

div#right {
	position: relative;
	left: -1px;
	top: 0px;
	width: 232px;
	height: 600px;
	border-left: 1px solid White;
	background-color: #252525;
	float: left;
}



div#cfn_circle {
	position: absolute;
	top: -21px;
	left: -40px;
}

div#headline {
	position: absolute;
	top: 20px;
	left: 155px;
	width: 326px;
	height: 61px;
	background: URL(../images/network_header.jpg);
}



div#footer {
	position: absolute;
	left: 2px;
	bottom: 0px;
	width: 538px;
	height: 44px;
	background-color: White;
}
html>body div#footer { width: 539px; }

div#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8D8E83;
	text-align: center;
	padding-top: 6px;
	margin: 0px;
	line-height: 1.7em;
}

div#footer p a {
	color: #8D8E83;
	font-weight: bold;
	text-decoration: none;
}




a.searchresult {
	color: White;
}
a.searchresult:hover {
	color: #A7092A;
}

.searchform {
	width: 200px;
	margin-bottom: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 18px;
	margin-top: 3px;
}

.submitbutton {
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	background: URL(../images/navbutton_bg_gray.gif);
	height: 23px;
	border: none;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;
	color: White;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.submitbutton:hover {
	background: URL(../images/navbutton_bg.gif);
}
p.header {
	font-size: 18px;
	font-weight: bold;
}

.logo {
	position: absolute;
	left: 400px;
	top: 90px;
}