

/* * BASELIE CSS * * * * * * * * * * * * * * * * * * * * *
 *
 *   Copyright (c) 2008 by Simon Raess
 *   www.raess.com - simon(a)raess.com
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




/* *//* @group G E N E R A L
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* WINDOW */
html, body {
  background: #fff;
}
body {
  color: #333;
  font-size: 75%;    /* 16 x 0.75 = 12 */
  font-family: "Lucida Grande",Geneva,Arial,sans-serif;  
} 


/* CANVAS */
#page {
  background: #fff;
  left: 50%;
  margin-left: -460px;
  width: 820px;
  }


/* *//* @group H E A D E R
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
#header {
  overflow: hidden;
  border-top: 80px solid #fff;
  border-bottom: 4px solid #fff;
}


/* LOGO */
#header #home {
  float: left;
  width: 170px;
  height: 41px;
}
#header #home {
  width: 170px;
  height: 41px;
  display: block;
  border: 0 none;  
}


/* HEAD */
#head {
  float: left;
  width: 300px;
  margin: 0 10px;
  border-top: 20px solid #fff;
}
#head h1 {
  color: #999;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  background: inherit;
}


/* CLOSE */
#services {
  float: right;
  text-align: right;
  width: 200px;
}
#services a {
  color: #f90;
}
#services a:hover {
  text-decoration: underline;
}

/* SPONSORS */
a.sponsor {
  display: block;
  height: 80px;
  position: absolute;
  right: -100px;
  width: 80px;
}
#gaswerk {
  bottom: 130px;
  background: url(/programm/_assets/images/icons/gaswerk.png);  
}
#mammut {
  bottom: 50px;
  background: url(/programm/_assets/images/icons/mammut.png);  
}



/* *//* @group C O N T E N T
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
#content {
  background: #eee;
  border: 1px solid #ccc;
  padding: 30px;
}


/* TITLE */
#content h2.short {
  float:  left;
  width: 300px;
}

/* SEARCHBOX */
#search {
	float: right;
	display: inline;
	width: 400px;
}
#search fieldset {
	text-align: right;
}


/* BACKLINK */
#back {
	float: right;
	font-size: 15px;
	display: inline;
	line-height: 18px;
	text-align: right;
	width: 200px;
}
#overview {
	clear: both;
}


/* TABLE */
table.tablesorter {
/*	background-color: #CDCDCD;*/
	background: #eee;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th {
	background-color: #fc3;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr th.header {
	background-image: url(/programm/_assets/images/icons/sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr th.headerSortUp {
	background-image: url(/programm/_assets/images/icons/desc.gif);
}
table.tablesorter thead tr th.headerSortDown {
	background-image: url(/programm/_assets/images/icons/asc.gif);
}
table.tablesorter thead tr th.headerSortDown, 
table.tablesorter thead tr th.headerSortUp {
	background-color: #f90;
}

table.tablesorter tbody td {
	background-color: #eee;
	border-top: 1px solid #999;
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody td.date {
	white-space: nowrap;
}

table.tablesorter tbody tr td {

}
table.tablesorter tbody tr.odd td {
	background-color: #ccc;
}


/* DESCRIPTION */
#content p.description {
  clear: both;
  overflow: hidden;
  padding: 1.5em 0 3em;
}
#content #zoom {
  float: left;
  padding-right: 1em;
}

#content #zoom img {
	display: block;
	height: 238px;
	width: 158px;
}

div.doublequote,
p.doublequote {
  text-indent:-.45em;
  }


/* FACTBOX */
#content div.unit {
  background: #fff;
  padding: 0 2%;
  width: 44%;
}

#content div.unit h3 {
 font-size: 16px;
 text-transform: capitalize; 
}

/* IMPORT */
ul.error {
	color: #f00;
	float: none;
	clear: both;
	background-color: inherit;
}


/* LINKS */
a {
  color:#f90;
  text-decoration:none;
  }
a:visited {
  color:#888;
  }
a:hover {
  text-decoration:underline;
  }


/* *//* @group F O O T E R
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL */
#footer {
	overflow: hidden;
}


/* ADDRESS */
#footer address {
  float: left;
  color: #666;
  width: 600px;
  font-size: 11px;
  line-height: 20px;
  font-style: normal;
  background: inherit;
  padding-bottom: 25px;
}


/* COPYRIGHT */
#cmsbox a.meta {
  color: #999;
  font-size: 10px;
  line-height: 20px;
  background-color: inherit;
}


/* *//* @end */


