/* BENUTZTE FARBEN --------------------------------------------- */





/* CSS RESET --------------------------------------------------- */
/*------------       Global Styles     ----------------------*/
    * {
        padding:0;
        margin:0;
    }
	 
	 /* Entweder diese Version */
	 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		color: #666;
		vertical-align: baseline;
		background: transparent;
	}

	form {
	 PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
	}
	/* Oder diese Version */
	/*
     h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
     li, dd { margin-left:5%; }
	 fieldset { padding: .5em; }
     select option { padding:0 5px; }
	ol, ul {liste-style:none;}
     .hide, .print-logo, .close-button { display:none; }
     .left { float:left; }
     .right { float:right; }
     .clear { clear:both; height:1px; font-size:1px; line-height:1px; }
     a img { border:none; } 
	*/
/* CSS RESET ENDE ----------------------------------------------- */


/* Seite generell */
html { height:100%; }
body {
  background: #fff;         /* Hintergrund: MUSS WEIß SEIN, wegen dem EDITOR in Weblication - siehe wLayout/structure/head.php */
  color: #000000;              /* Textfarbe: schwarz */
  font-family: Arial, Helvetica, Serif; /* Schriftart: Arial, Helvetica, Serif */
  font-size: 12px;              /* Schriftgr&ouml;&szlig;e: 83% */
  margin: auto;                /* Au&szlig;enabstand: automatisch */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: left;            /* Horizontale Ausrichtung: linksb&uuml;ndig */
  width: 100%;                  /* Breite: 95% der Fensterbreite */
  height: 100%;
  line-height:1;
}


/* ALLGEMEIN --------------------------------------------------- */
/* Seiten-Container mit Kopf-, Inhalts- und Fu&szlig;bereich */
#page {
 background:url(/1plusi_de/wLayout/design/img/bg.gif) repeat-y;
 background-position: top center;
 margin:0 auto;
 width:1000px;
 padding:0;
 height:100%;
 color: #000;
}


/* HEADER ------------------------------------------------------ */
/* Header-Container */
#header {
  background: url(/1plusi_de/wLayout/design/img/logo.gif) no-repeat;
  background-position: 16px 0px;
  clear: both;              /* Fortsetzung bei Textumfluss: unterhalb */
  color: #000000;           /* Textfarbe: schwarz */
  float: none;              /* Textumfluss: keiner */
  height: 124px;              /* H&ouml;he: 20% */
  margin: 0;                /* Au&szlig;enabstand: keiner */
  padding: 0;               /* Innenabstand: keiner */
  width: 100%;              /* Breite: 100% */
}


/* MAIN -------------------------------------------------------- */
/* Main-Container */
#main {
  background: url(/1plusi_de/wLayout/design/img/bg.gif) repeat-y;
  clear: both;
  color: #000000;
  float: none; 
  margin: 0;
  padding: 0 16px 0 16px;
  width: 968px;
}

/* Left Main-Container */
#main_left {
  background: #f7f9f1;      /* Hintergrund: weiss */
  color: #000000;           /* Textfarbe: schwarz */
  float: left;              /* Textumfluss: alles nachfolgende rechts vom Element */
  margin: 14px 0 0 0;
  padding: 0;               /* Innenabstand: keiner */
  width: 198px;
}

/* Center Main-Container */
#main_center {
  color: #000000;           /* Textfarbe: schwarz */
  float: left;              /* Textumfluss: alles nachfolgende rechts vom Element */
  margin: 18px 0 0 0;
  padding: 0 25px 0 25px;               /* Innenabstand: keiner */
  width: 547px;               /* Breite: 50% */
  line-height:150%;             /* FRAGLICH */  
}

