  /**
   * Dortmund: Screen-Style des öffentlichen Bereichs / Public-Bereich.
   *
   *
   * @version       3.00
   * @revision      $Revision: 001 $
   * @lastmodified  $Date: 2008-07-19 16:03:42 +0200 (Sa, 18 Aug 2007) $
   * @author        M. Overkamp
   * @copyright     Copyright 2004-2008 GISWORKS
   *
   * @package       ruhrsite metropoleruhr
   * @subpackage    public
   *
   */

html,body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: arial, sans-serif;
}

sup {
	font-size: 70%;
	font-weight: bold;
}

#hinweis {
  margin-bottom: 1em;
}

/* Angaben fuer alle Seiten */
#header {
	width: 100%;
	margin: 0;
	background: #fff;
}

#headerline {
	float: left;
	width: 100%;
	margin: 0;
	background: #39537E;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

#subheaderline {
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
	/* background: #39537E; */
	background: #FF6600;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

#subheaderline a {
	color: #fff;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#wrapper {
	float: left;
	width: 100%;
}

#content {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 10px;
	margin: 0 270px 5px 0;
}

#contentfull {
	border-right: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 5px 0;
}

#footer {
	width: 100%;
	margin: 0;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0 10px 0;
}

#footerline {
	clear: left;
	width: 100%;
	/* background: #39537E; */
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

#footerline a {
	color: #000;
}

#contentright {
	float: left;
	width: 260px;
	margin-left: -260px;
	margin-top: 0.8em;
}

#contentright h4 {
	font-size: 0.7em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0.4em;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#contentright ul, #contentright li {
	list-style-image: url("img/list_bullet.gif");
	margin-top: 0;
}

#contentright li {
	font-size: 0.7em;
	line-height: 130%;
	margin-bottom: 0.5em;
	margin-left: -1em;
	color: #666;
}

.navpage {
	width: 260px;
	text-align: right;
	font-size: 0.8em;
}


/* Styles fuer Kasten index.php */
#nachfragebox {
	font-size: 0.8em;
	padding: 3px;
	width: 320px;
	background: url(img/back_kasten_ff6600.gif) top left no-repeat;
	float: right;
	margin-right: 10px;
}

#angebotbox {
	font-size: 0.8em;
	padding: 3px;
	width: 320px;
	background: url(img/back_kasten_ff6600.gif) top left no-repeat;
}

.headbox {
	color: #fff;
	padding-left: 5px;
}

.iconbox {
	float: left;
	margin-top: 2px;
	padding: 5px 5px 0 3px;
}

.contentbox {
	margin-top: 5px;
}


/* Styles fuer das Menue im Kopfbereich */
#nav, #nav ul { /* all lists */
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding-right: 3em;
}

#nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff url(img/ddbg3.gif) bottom left no-repeat;
	border-right: solid 1px #596cae;
	border-bottom: solid 1px #596cae;
	width: 16em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li a {
	display: block;
	width: 15em;
	font-weight: normal;
	color: #000;
	padding: 0.2em 10px 10px 10px;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Styles fuer die Formularfelder in suche.php, nachfrage_suche, kontakt.php */
.formularbox {
	font-size: 0.8em;
	margin: 0 auto;
	padding: 10px;
	width: 600px;
	color: #000;
	background: #eee;
	border: 1px solid #666;
}

.reihe {
	clear: left;
	padding: 2px 0px;
}

.label {
	float: left;
	width: 110px;
	text-align: right;
	padding: 3px 5px 0 0;
}

.feld {
	float: left;
	width: 400px;
	text-align: left;
}

.feldtext {
	float: left;
	width: 300px;
	text-align: left;
	padding: 3px 5px 0 0;
}

.reihebutton {
	clear: left;
	text-align: center;
	padding: 15px 0 30px 0;
}

.submit {
	border: #0050A0 1px solid;
	/* background-color: #FFD600; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* zusaetzliche Styles fuer Eingabefelder in kontakt.php */
.kontaktbreite {
	width: 400px;
	border: 1px solid #666;
}

.kontaktbreitePLZ {
	width: 70px;
	border: 1px solid #666;
}

.kontaktbreiteORT {
	width: 400px;
	border: 1px solid #666;
}

.kontaktbreitepflicht {
	width: 400px;
	border: 1px solid #666;
	background: #feff8f
}


/* Styles fuer die Uebersichtslisten in liste.php, nachfrage_liste.php */
table.liste {
	width: 960px;
	border-collapse: collapse;
	margin: 0.8em 0;
}

.liste th, .liste td {
	font-size: 0.8em;
	/* border-bottom: 1px solid #ccc; */
	padding: 5px 13px 5px 8px;
	color: #235;
	vertical-align: middle;
}

th#kommune {
  width: 120px;
	text-align: left;
}

th#bezeichnung {
  width: 580px;
	text-align: left;
}

th#nachfragebezeichnung {
  width: 520px;
	text-align: left;
}

th#groesse {
  width: 120px;
	text-align: right;
}

th#ruhrsiteid {
  width: 100px;
	text-align: right;
}

th#nachfrageid {
  width: 140px;
	text-align: right;
}

th#detail {
  width: 150px;
	text-align: left;
}

.listekopf th {
  /* background: #5578b1; */
  background: #FF781F;
  border-bottom-width: 0;
  color: #fff;
  vertical-align: bottom;
}

th.aussrichtungRechts,  td.aussrichtungRechts {
	text-align: right;
}

th.aussrichtungLinks,  td.aussrichtungLinks {
	text-align: left;
}

.alt td {
	background: url("img/bg_table_wmr.jpg") repeat-x 0 50%;
}
.alt th {
	background: url("img/bg_table_wmr.jpg") repeat-x 0 0;
}

.sortieren {
	width: 950px;
	padding: 0;
	margin: 0;
}


/* Styles zu den Eintraegen in detail.php, nachfrage_detail.php */
table.detail {
	width: 680px;
	border-collapse: collapse;
	margin: 0.8em 0;
}

.detail th, .detail td {
	font-size: 9pt;
	border-bottom: 1px solid #FF781F;
	padding: 5px 5px 5px 8px;
	text-align: left;
	color: #235;
	vertical-align: top;
}

.detailkopf th {
	/* background: #5578b1; */
	background: #FF781F;
	font-weight: bold;
	border-bottom-width: 0;
	color: #fff;
	vertical-align: top;
}

.detailLinks {
	width: 250px;
}

.detailTooltip{
	width: 20px;
}

.detailEintrag{
	width: 370px;
}


.spaltesucheA {
	width: 400px;
	float: right;
}

.spaltesucheB {
	width: 240px;
	padding: 0 5px 5px 5px;
	margin: 0;
}


/* Angaben zu den Basisinformationen in basisinformation.php */
.basisinformation table {
	margin: 0.8em 0;
}

.basisinformation th {
	font-size: 0.8em;
	border-bottom: 1px solid #FF781F;
	padding: 5px 5px 5px 8px;
	text-align: left;
	color: #235;
	vertical-align: top;
}

.basisinformation td {
	font-size: 9pt;
	border-bottom: 1px solid #FF781F;
	padding: 5px 5px 5px 8px;
	text-align: right;
	color: #235;
	vertical-align: top;
}

.basisinformationkopf th {
  /* background: #5578b1; */
  background: #FF781F;
	font-weight: bold;
	border-bottom-width: 0;
	color: #fff;
	vertical-align: top;
}


/* Eingabemasken Immobilien und Nachfragen  */
.gruppe {
  background: #FF6600;
	font-weight: bold;
	border-bottom-width: 0;
	color: #FFF;
	vertical-align: top;
	text-align: left;
	text-indent: 0.2em;
}

#eintrag {
  font-size: 0.7em;
}

#eintrag table{
	width: 100%;
	/* background-color: #FFECDF; */
  border-left: 1px solid #CCC;
	border-spacing: 0px;
	margin: 0 auto;
}

#eintrag table.pflicht {
	width: 99%;
	background-color: #FEFF8F;
	border-spacing: 0px;
	margin-bottom: 0em;
}

#eintrag tr{
  vertical-align: middle;
}

#eintrag th{
	text-align: left;
	vertical-align: middle;
	padding-left: 1%;
}

#eintrag td{
	padding: 5px 5px;
	vertical-align: top;
	width: 0.5%;
}

#eintrag td.bezeichnung {
	width: 20%;
	vertical-align: top;
	text-align: right;
}

#eintrag td.tooltip{
  width: 20px;
}

#eintrag td.eingabe {
	/* padding-left: 1em; */
	vertical-align: top;
	width: 45%;
}

#eintrag td.hinweistop {
	width: 32%;
	color: #fff;
	background-color: #CF5300;
}

#eintrag td.hinweis {
	width: 32%;
	background-color: #FFD9BF;
}

form.normal {
	border: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px 0px 10px 0px;
}


form.normal {
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
}

input.normal {
	border: #0050A0 1px solid;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: .3em;
	width: 98%;
}

input.normalkurz {
	border: #0050A0 1px solid;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: .3em;
	width: 20%;
}

input.sys_normalkurz {
  border: #0050A0 1px solid;
	background-color: #CFE0FF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	text-align: right;
	margin-right: .3em;
	width: 15%;
}

input.normalmittel {
	border: #0050A0 1px solid;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;   */
	margin-right: .3em;
	width: 75%;
}

input.hilfe {
  border: #0050A0 1px solid;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: .3em;
	width: 3em;
	text-align: center;
}

input.pflicht {
  border: #0050A0 1px solid;
	background-color: #FEFF8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: 0.3em;
	width: 98%;
}

input.pflichtkurz {
  border: #0050A0 1px solid;
	background-color: #FEFF8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: .3em;
	width: 20%;
}

input.pflichtmittel {
  border: #0050A0 1px solid;
	background-color: #FEFF8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: 0.3em;
	width: 74%;
}

input.zahl {
	border: #0050A0 1px solid;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: right;
	margin-right: .3em;
	padding-right: .3em;
	width: 30%;
}

input.pflichtzahl {
	border: #0050A0 1px solid;
	background-color: #FEFF8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: right;
	margin-right: .3em;
	padding-right: .3em;
	width: 30%;
}

textarea.normal {
	border: #0050A0 1px solid;
	width: 98%;
}

textarea.pflicht {
	border: #0050A0 1px solid;
	width: 98%;
	background-color: #FEFF8F;
}

select.normal {
	height: auto;
	font-size: 100%;
	vertical-align: middle;
	width: 50%;
	background-color: #ffffff;
}

select.normalkurz {
	height: auto;
	font-size: 100%;
	vertical-align: middle;
	width: 50%;
	background-color: #ffffff;
}

select.normalmittel {
	height: auto;
	font-size: 100%;
	vertical-align: middle;
	width: 30%;
	background-color: #ffffff;
}

select.pflichtmittel {
  border: #0050A0 1px solid;
	background-color: #FEFF8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* margin-left: 1em;  */
	margin-right: 0.3em;
	width: 75%;
}


/* Allgemeine Klassen fuer die Textauszeichnung */
.content {
	font-size: 0.8em;
	line-height: 140%;
	color: #000;
}

.contentsmall {
	font-size: 0.8em;
	line-height: 140%;
	color: #000;
}

.navigationintern a, .navigationintern a:link, .navigationintern a:visited {
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
}

.navigationintern a:hover {
	font-size: 0.7em;
	color: #999999;
	text-decoration: underline;
}

.textfeld {
	border: #cccccc 1px solid;
}

.print {
	display: none;
}


/* Allgemine Tag Zuweisung */
h2 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.0em;
	font-weight: bold;
 	color: #FF6600;
	border-bottom: dotted 1px #999;
	border-top: dotted 1px #999;
}

h3 {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.0em;
	font-weight: bold;
 	color: #FF6600;
}

p {
	font-size: 10pt;
	line-height: 130%;
	color: #000;
}


/* Allgemeine float klassen */
.left {float: left;}
.right {float: right;}
.clearboth { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

/* Linkspecs */

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.intextlink a:link {
  color: #FF6600;
  text-decoration: underline;
}

.intextlink a:visited  {
  color: #000;
  text-decoration: underline;
}


.intextlink a:hover  {
  color: #000;
  text-decoration: underline;
}

.link_button a {
  display: block;
  width: 24em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.8em;
  background-color: #ECE9D8;
  border: 1px solid #000;

}

.link_button a:hover {
  text-decoration: none;
  border: 1px solid #EE7F02;
}
