@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
  @import url(../../css/screen/basemod.css);
  @import url(../../yaml/navigation/nav_shinybuttons.css);
  @import url(../../css/screen/flickr-badge.css); 
  @import url(../../css/screen/content.css); 
  @import url(../../css/screen/navigation.css); 
  @import url(../../css/screen/blog-object.css); 
 
/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

/* 	Konferenzspezifische Anpassungen*/

@media all
{

body {  
		background-image: url('../img/layout/background.jpg');
		background-color: #3494ba;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px 0px 25px 0px;
		}
a
	{
		color: #666;
		text-decoration: none;
	}

a:focus, a:hover, a:active
	{
		color: #999;
		text-decoration: none;
	}

#header-out #newsletter h3
	  {
		color:#fff;
		font-size:18px;
		font-family: Helvetica, sans-serif;
		margin-top:30px;
	  } 
	  
#header-out #newsletter p
	{
		color: #fff;
		font-size: 11px;
		font-weight:bold;
	}

#bookmark { display: none;}

#col1 #col1_content .subcolumns h2, #col1 #col1_content h2
	{
		color: #00577C;
	}

#col1 #col1_content h3
	{
		color: #012d64;
	}


	
#col3 #col3_content #col3_anchors ul li a, #col3 #col3_content #col3_partner ul li a
	{
		color: #666;
	}

#col1 #col1_content #team .item .name
	{
		color: #666;
	}
	
#col3 #col3_content #col3_highlights ul li 
	{
		background-image:url('../img/layout/highlights-list.jpg');		
	}	

#col1 #col1_content ul li
	{
		background-image:url('../img/layout/highlights-list.jpg');	
		background-image: none;
	}


#col1 #col1_content ul li a
	{
		color: #333;
	}


#header-out { 
	height: 137px;
	margin: 15px auto 10px auto;
	
	
	}

.language { display: none;}

/* Trackansicht */
#col1 #col1_content .soacon h3, #col3 #col3_content #shortlinks #col3_anchors ul li.soacon a {
		color: #F29400;
}		

#col3 #col3_content .tracks {
	margin-left: 20px;
	margin-top: -12px;
	margin-bottom: 18px;
}

#col3 #col3_content .tracks select {
	width: 345px;
}

/*### SESSIONUPDATE ###*/

.update_ul {
	padding-right: 30px;
}
.update_li {
	border-bottom: 5px solid rgb(255, 255, 255); 
	margin: 0px; 
	padding: 3px; 
	background-color: rgb(239, 239, 239);
	background-image: none;
}
.update_speaker {
	display: block;
}
.update_session {
	margin: 2px 5px 0px 0px;
	padding: 0px 50px 0px 0px;
	display: block;
	background-image: url(http://it-republik.de/konferenzen/webinale08/img/content/icons/pdf-icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.update_session a {
	color: rgb(51, 51, 51);
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

}
