/*
Copyright (C) 2005 Insider Agency GmbH / Oldenburg / Germany
$Id$
*/


* {
	margin: 0;
	padding: 0;
}

ul, ol { /* todo matzi: max+stern */
  padding-left: 1em;
  margin-left: 10px;
}
* html ul, * html ol {
  margin-left: 13px;
}

body {
	height: 100%;
	text-align: center;
	background-color: #f7f7f7;
	font-family: verdana,geneva,arial,helvetica,helv,sans-serif;
	font-size: 11px;
}
html {
	height: 100%;
	overflow-X: hidden;
  overflow-Y: auto;
  /* unfortunately only supported by iex ... */
		scrollbar-arrow-color: #999999;
		scrollbar-3dlight-color: #cccccc;
		scrollbar-highlight-color: #f7f7f7;
		scrollbar-face-color: #f7f7f7;
		scrollbar-shadow-color: #cccccc;
		scrollbar-track-color: #ffffff;
		scrollbar-darkshadow-color: #666666;
}

#tableMaster {
	height: 100%;
	margin: auto;
	text-align: left;
}
#masterMain {
	vertical-align: top;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#tableFrame {
	width: 810px;                                /* CHANGE FOR LAYOUT WIDTH */
	margin-top: 17px;
	margin-bottom: 17px;
	background-color: #ffffff;
}
#frameLogo {
	width: 180px;                                /* CHANGE FOR LAYOUT WIDTH */
	height: 64px;
	text-align: center !important;
	vertical-align: middle;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#frameLogo img {
	text-align: center !important;
}
#frameHeader {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
#frameHeaderfullwidth {
  height: 64px;
  border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	background-repeat: no-repeat;
}
#headerLogo {
  margin-left: 8px;
  margin-top: 11px;
}

#frameMenu {
	vertical-align: top;
}
#frame_content  {
	width: 480px;                                /* CHANGE FOR LAYOUT WIDTH */
	overflow: hidden;
	height: 400px;
	min-height: 400px;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}
#frame_teaser {
  border-left: 1px solid #cccccc;
	width: 150px;
	overflow: hidden;
	vertical-align: top;
}

/* footer */

#frame_footerleft {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #dedfde;
}
#frame_footermiddle {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	background-color: #ebebeb;
	padding: 2px;
}
.menu_footer {
  display: inline;
  margin-left: 4px;
  margin-right: 4px;
}
.menu_footer a, .menu_footer a:visited {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
.menu_footer a:hover {
	text-decoration: hover;
}
#frame_footerright {
  border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f7f7f7;
}

#content_top {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cccccc;
  padding: 2px;
}

/* banner */

#banner_header {
	width: 810px;                                         /* CHANGE FOR LAYOUT WIDTH */
	text-align: center;
}
#banner_header img {
	display: block;
	margin: auto;
}
    /* browserbug: IE needs overflow: hidden for height<1em elements, but GECKO has overflow-bug... */
    /* workaround: the following expressions are only accepted by IE... */
    * html #banner_header { overflow: hidden; }

#banner_skyscraper {
  vertical-align: top;
  padding-top: 17px;
  padding-left: 17px;
}

.banner_navigation {
  margin-top: 17px;
  text-align: center;
}
.banner_navigation img
  display: block;
  margin: auto;
}
.banner_navigation div {
  margin: auto;
}
.banner_contenttop {
  text-align: center;
}
.banner_contenttop img {
  display: block;
  margin: auto;
  margin-top: 5px;
}

a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:active {
  color: #999999;
}
a:hover {
  color: #CE0000;
}

.menu_headline {
  padding: 2px;
  background-color: #ebebeb;
  border-bottom: 1px solid #cccccc;
}

#teaser_top {
  background-color: #ebebeb;
  border-bottom: 1px solid #cccccc;
  padding: 2px;
}
