html, body {
	height: 100%;
}
body {
	font-family: Verdana, arial, Tahoma;
	font-size: 11px;
	padding: 0;
	margin: 25px 0 0 0;
	color: #222;
	background-color: #333333;
	background-image: url(../css/background.png);
	background-position: top;
	background-repeat: repeat-x;
}

img {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#rahmen {
  width: 669px;
  height: 710px;
  overflow: hidden;
	background-image: url(../css/window.png);
	background-position: top;
	background-repeat: none;
	text-align: left;
}

#topbanner {
  margin: 0;
  padding: 0;
  height: 175px;
}

#homebutton {
  margin: 35px 0 0 45px;
}

#farbstreifen {
  margin: 0;
  padding: 0;
  height: 62px;
}

#streifen {
  margin: 0 5px 0 5px;
}

#inhalt {
  height: 345px; /* um 15px verschoben */
  overflow: hidden;
  margin: 0 1px 0 2px;
  padding: 0;
  border: 0;
  /* background: #ccc; */
}

#topmenu {
  height: 90px;
  overflow: hidden;
  margin: 0 2px 0 2px;
  padding: 0;
  border: 0;
	background-image: url(../css/menuback.png);
	background-position: top;
	background-repeat: none;
	text-align: left;
}

#footer {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}

#footer a, #footer a:hover {
  color: #333333;
}

/*  homepage content */
#homecontent {
  background-image: url(../css/homeback.png);
	background-position: top;
	background-repeat: none;
	height: 345px;
	overflow: hidden;
}

#inhaltmenu {
}
#editorialtopbutton, #corporatetopbutton, #screentopbutton {
  margin: 0 0 0 30px;
  padding: 0;
  width: 140px;
}
#editorialtopbutton {
  margin-left: 40px;
}
#datatopbutton {
  margin-left: 30px;
  width: 90px;
}

#editb, #corpb, #screenb, #datab, #editb2, #corpb2, #screenb2, #datab2 {
  margin: 0 0 0 30px;
  width: 140px;
  height: 100%;
  padding: 150px 0 0 0;
  float: left;
  /* background: #222; */
  visibility: hidden;
}
#editb, #editb2 {
  margin-left: 40px;
}
#datab, #datab2 {
  width: 90px;
}

#editb img, #corpb img, #screenb img, #datab img, #editb2 img, #corpb2 img, #screenb2 img, #datab2 img {
  margin: 0 6px 6px 0;
}
/* topmenu Buttons */

#editorialmenu {
  width: 55px;
  margin-left: 40px;
}
#corporatemenu, #screenmenu, #datamenu {
  margin-left: 115px;
  width: 55px;
}

#homecontent p.standard {
  padding: 15px 0 0 40px;
  font-size: 11px;
}

#homecontent p.grau {
  font-size: 11px;
  color: #888;
}

/* AJAX Erweiterung */

#result {
  background: transparent;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	margin-top: 15px;
}

#greyboxmenu {
  padding: 0px 40px 0px 40px;
  background: #e6e6e6;
  border: 1px solid #bfbfbf;
  height: 19px;
  overflow: hidden;
}

#greyboxmenu .breadcrumb {
  padding: 4px 2px 0px 2px;
  font-size: 10px;
  float: left;
  width: 400px;
}

#greyboxmenu img {
  float: right;
  width: 140px;
}

#result .titelbild {
  float: left;
  width: 450px;
  height: 320px;
  overflow: hidden;
  margin: 5px 0 0 10px;
  font-size: 11px;
}

#result .titeltext {
  float: right;
  width: 162px;
  height: 320px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 20px 0 0;
  font-size: 10px;
}

#result .titeltext small, #result .rechtertext small {
  font-size: 9px;
}

#result .titeltext a, #result .rechtertext a {
  color: #666666;
}

#result .resultnavi {
  height: 60px;
}

#result .resultnavi img {
  margin-right: 1px;
}

#result .titeltext2 {
  float: right;
  width: 162px;
  height: 22px;
  overflow: hidden;
  padding: 5px 20px 0 0;
  font-size: 10px;
}

#result .fulltext2 {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 10px;
  height: 290px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

#result .fulltext2 p {
  padding-left: 100px;
}

#result .linkertext {
  float: left;
  width: 320px;
  height: 120px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 5px 0 0 100px;
  font-size: 10px;
}

#result .rechtertext {
  float: right;
  width: 162px;
  height: 120px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 20px 0 0;
  font-size: 10px;
}
