@charset "UTF-8";
/**
 *
 * Screenlayout
 *
 * @copyright	Copyright 2009  |  Andreas Isaak      		
 * @link  		http://www.andreas-isaak.de
 */

@media screen, projection
{

  body {
	background:#fff url(../images/startseite.jpg) repeat-x center top;
  }
  
  div.impressum ul {
	margin:5px 0 10px;
  }
  
  div.impressum ul li {
	padding:0;
	overflow:hidden;
  }
  
  div.impressum ul li span {
	float:left;
	width:65px;
	text-transform: capitalize;
  }
  
  .impressum #main ul {
	margin:10px 0;
  }
  
  .impressum #main ul li {
	padding:2px 0 2px 10px;
  }
  
  .downloads #main .ce_download {
	overflow:hidden;
	width:100%;
	padding:10px 0 5px;
  }
  
  .downloads #main .ce_download img {
	float:left;
	margin-right:5px;
  }
  
  .downloads #main .ce_download a {
	text-decoration:none;
  }
  
  .downloads #main .ce_download a:hover {
	text-decoration:underline;
  }

  .downloads #main .ce_download span {
	font-size:11px;
  }
  
  #left #linke-spalte {
	margin-top:40px;
  }
  
  .main_en #left #linke-spalte {
	margin-top:10px;
  }
  
  #left .logo {
	margin:40px 0;
  }
  
  #left .logo table {
	width:220px;
  }
  
  #left .webdesigner a {
	font-weight:bold;
	background:#fff url(../images/shortcut.gif) no-repeat 225px 3px;
	padding-right:20px;
  }
  
}
