/* CSS Document *//*author: Yvonne Engel*/

/*START - GLOBAL*/

a:link { text-decoration:none; font-weight:normal; color:#000; }    /* noch nicht besuchte Ziele */
a:visited { text-decoration:none; font-weight:normal; color:#000; } /* besuchte Ziele */
a:hover { text-decoration:underline; font-weight:normal; color:#000; }   /* Verweise bei "MouseOver" */
a:active { text-decoration:none; font-weight:normal; color:#000; }  /* Angeklickte Verweise */
a:focus { text-decoration:none; font-weight:normal; color:#000; }   /* Verweise, die Fokus erhalten */

body {
background-color: #fff;
font-size: 11px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #fff;
line-height: 17px;
text-decoration: none;
 min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
  div#outerContainer{
  width: 780px;
  height: 500px;
   margin: auto;
  }
  
    div#content{
	padding: 0px;
  }
  












