/**
 *  Stadtwerke Herrenberg
 *
 *  Historie:
 *    04.08.2006  ibb  Entwicklung
 *    21.06.2007  ..   Einführung Einrückung <ol>,<ul>-Tags
 *    01.07.2007  ..   #row-main-sidebar: "overflow:hidden"
 *    01.09.2007  ..   Pfad zu den Grafiken vereinheitlicht
 *    12.08.2008  ..   <a>-Tag, #row-footer: andere Farbe; #row-header: kein Rand
 *
 *  Copyright © 2006-2008 Ing.Buero Bestenlehner. All rights reservered.
 */

/*** common site styles ***/

* { margin:0;padding:0; }

html,body {
  border:0;
  width:100%; height:100%;
  color: #0000FF;
  background:#C9CFFF url(/fileadmin/site/home/gfx/bgnd_site.jpg) top center no-repeat;
  text-align:center;
  font-size:0.95em;
  font-family:arial,helvetica,sans-serif;
}

table { width:100%; }
table td { border-width:0; vertical-align:top; }
h1, h2, h3 { font-style:italic; }
h1 { font-size:1.2em; font-weight:900; margin-bottom:0.8em;}
h2 { font-size:1.1em; font-weight:700; margin-bottom:0.7em;}
h3 { font-size:1em; font-weight:600; margin-bottom:0.6em; }
p  { margin:0 0 0.75em 0; }
  /* .. clean-up  floating parts */
.clear { clear:both; }
  /* .. for screenreaders */
li .dot { display:none; }

  /* link-styles */
a { text-decoration:none; color:#FF197F; }

hr { border:0; background:url(/fileadmin/site/home/gfx/hr.gif) no-repeat; }

/*** site-frame ***/
#container {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  margin-top:3%;
  text-align:left;
  position:relative;
}

/*** main content elements ***/
#row-masthead {
	/* signet area */
  width:100%; height:150px;
  background:url(/fileadmin/site/home/gfx/signet.gif) no-repeat;
/*  margin-bottom:3px; */
}
	/* breadcrumb & navigation */
#row-header {
  clear:both; width:100%; height:1.0em;
/* border-top:1px #FF6600 solid;
   border-bottom:1px #FF6600 solid;
   padding-top:3px; */
  padding-bottom:3px;
  margin-bottom:3px;
}
	/* navigation & content area */
#row-main,
#row-main-start {
  clear:both; width:100%;
}
#row-main {
  background:url(/fileadmin/site/home/gfx/bgnd_sidebar.jpg) top right repeat-y;
}
#row-main-start {
  background:url(/fileadmin/site/home/gfx/bgnd_sidebar_start.jpg) top left no-repeat;
}
	/* footer area */
#row-footer {
  clear:both; width:100%; height:1px;
  border-top:1px solid #FF197F;
  margin-top:3px;
}

  /* row-main: more content elements */
#row-main-sidebar,
#row-main-sidebar-start { float:left; }
#row-main-sidebar { width:16.5%;  overflow:hidden; }
#row-main-sidebar-start { width:16.5%; }
  /* set minimum height */
#row-main-gutter {
  float:left; width:1px; height:458px;
}
#row-main-navi {
  margin-top:1.0em; margin-bottom:2.5em;
}
#row-main-print {
  padding-left:22px; font-size:0.75em;
  background:url(/fileadmin/site/home/gfx/drucker.gif) left no-repeat;
}
#row-main-content {
  float:left; padding-left:1.25%; width:65%;
  margin-top:1.0em;  
}

#row-main-content-start {
}

#row-main-content ol,
#row-main-content ul {
  padding-left:40px;margin:10px 0 10px 0;
}

/* eof */

