   /* Stylesheets für www.atelier-jonas.de */ 
   /* Wichtige Farben Grau = #999999 */
   
/* Allgemeine Formatierungen */
  html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li { 
    margin:0;
    padding:0;
    
  }
  
  html, body {
    background:#999999;
    text-align:center;
	font-size:14px;
  }
  
  a { 
    color:#fff; 
    text-decoration:underline; 
	font-size:14px;
  } 
  
  strong { 
    font-weight: bold; 
  } 
  
  img { 
    border: 0; 
  } 
  
  h1 {
    font-size:18px; 
    color:#ffffff;
    font-weight:bold;
    padding-top:20px;
  }
    
  h2 { 
    font-size: 18px; 
    color:#ffffff; 
  } 
  
  p, ul { 
    color:#ffffff; 
    margin:15px 20px 15px 0;
  }
  
  li.normal {
    display:inline;
    padding-left:10px;
    padding-right:10px;
	float:left;
	text-align:center;
  }

  li.last {
    display:inline;
    padding-left: 8px;
  }
  
/* Div Container */
  
  #container {
    width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	color:#FFFFFF;
  }
  
  /* Header */
  
  #head {
    background:url(../images/logo.png) no-repeat;
    background-color:#ffffff;
    height:95px;
  }
  
  #menu {
    float:left;
    margin-left:250px;
    margin-top:30px;
	padding-top:20px;
	padding-left:15px;
	background-image:url(../images/bg_navi.png);
	background-repeat:no-repeat;
  }
  
  #menu a {
    color:#000000;
    text-decoration:underline;
    font-size:14px;
  }
  
  #home {
    text-align:right;
  }
  
  /* Content */
  
  #content {
    background:#000000;
    min-height:600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
  }
  
  #boxleft {
    width:250px;
    float:left;
    text-align:center;
    padding-top:10%;
  }
    
  #boxright {
    margin-left:250px;
  }
  
  .clear {
    clear:both;
  }
  
  /* Footer */
  
  #footer {
    text-align:center;
    background:#ffffff;
	color:#333333;
	border-bottom:1px #333333 solid;
  }
  
  #footer a {
	color:#333333;
	text-decoration:none;
  }