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

@media screen, projection
{

  body {
	background:#fff url(../images/symposium.jpg) repeat-x center top;
  }
  
  #left #symposiummenue ul li {
	background:#fff url(../images/shortcut.gif) no-repeat 92px 4px;
  }
  
  #main ul {
	margin:5px 0 15px;
  }
  
  #main ul.paderborn {
	margin-bottom:25px;
  }
  
  #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;
  }
  
  #main .ce_table {
	margin-bottom:20px;
  }
  
  #main .ce_image img {
	border:5px solid #8CC4DB;
  }
  
  #main table {
	width:100%;
  }
 
  #main #firstday {
	border-bottom:1px solid #cccccc;
	padding-bottom:20px;
	margin-bottom:30px;
  }
  
  #main td,
  #main th {
	padding:5px 10px 15px 0;
  }
  
  #main td.col_0,
  #main th.head_0 {
	width:100px;
  }
  
  #main td.col_0 {
	padding-left:5px;
  }
  
  #main td.col_1,
  #main th.head_1 {
	width:100px;
	padding-left:5px;
  }
  
  #main td.col_2,
  #main th.head_2 {
	padding-left:5px;
  }

  #main #firstday tr.row_0 td,
  #main #firstday tr.row_4 td,
  #main #secondday tr.row_2 td,
  #main #secondday tr.row_7 td,
  #main #secondday tr.row_15 td{
	background-color:#F0F0F0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
  }
  
  #main tbody tr:hover td {
	background-color:#e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
  }
  
  #main tbody td a {
	background:transparent url(../images/icon-user.gif) no-repeat left top;
	padding-left:20px;
  }
  
}
