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

@media screen, projection
{

  body {
	background:#fff url(../images/reisen.jpg) repeat-x center top;
  }
  
  #main .ce_image img {
	border:5px solid #8cc4db;
  }
  
  #main .intro {
	margin-bottom:20px;
  }
  
  #main table {
	margin-bottom:30px;
  }
  
  #main td {
	padding:10px 10px 5px;
  }
 
  #main .col_0 {
	padding-right:15px;
	padding-left:0px;
  }
  
}
