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

@media screen, projection
{

  body {
	background:#fff url(../images/missionstag.jpg) repeat-x center top;
  }
  
  #left #missionsmenu ul li {
	background:#fff url(../images/shortcut.gif) no-repeat 92px 4px;
  }
  
  #main table {
	width:100%;
	margin-bottom:10px;
  }
  
  #main td {
	padding:5px 10px 15px 0;
  }
  
  #main td.col_0 {
	width:70px;
  }

  #main td.col_1 {
	padding-left:5px;
  }
  
 #main tr.row_last td {
	font-weight:bold;
  }
  
  #main .ce_image img {
	border:5px solid #8cc4db;
  }

  #main ul {
	margin:5px 0 15px;
  }
  
  #main ul li {
	width:500px;
	padding:5px 10px;
	margin:4px 0;
  }
  
  #main ul li.highlight {
	background-color:#F0F0F0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
  }
  
  #left .ce_image {
	background:#fff url(../images/bgr-images-small.jpg) no-repeat center bottom;
	padding-bottom:12px;
  }

  #left .kids {
	padding-top:10px;
  }
  
  #left .randy {
	padding-top:68px;
  }
  
  #left .ce_image img {
	border:5px solid #8cc4db;
  }
  
}
