@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: #76827B;
		padding: 0px 0px 25px 0px;
		position: relative;
		}
		
#bg_overlay {
	position: fixed;
	width: 100%;
	background-image: url('../img/layout/flammen.png');
	background-repeat: repeat-x;
	bottom: 0px;
	left: 0px;
	height: 711px;
}

a
	{
		color: #666;
		text-decoration: none;
	}

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

#header-out #newsletter {
	height: 180px;
}

#header-out #newsletter h3
	  {
		color:#e2007a;
		font-size:18px;
		font-family: Helvetica, sans-serif;
		margin-top:40px;
	  } 
	  
#header-out .newsletter-input, #header-out .submit-input {
	top: 118px;
}
	  
#header-out #newsletter form {
	background-position: 20px 9px;
}	  
	  
#header-out #newsletter p
	{
		color: #3F2917;
		font-size: 11px;
		font-weight:bold;
	}

#bookmark { display: none;}

#col1 #col1_content h2 {
		color: #f18e24;
		margin-top: 24px;
	}



#col1 #col1_content h3
	{
		color: #999;
	}
	
#col1 #col1_content #flickr_badge_wrapper {
	height: 240px;
}
	
#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;
	}

.adboard_img
	{
		padding: 3px;
		border: 1px solid #cccccc;
		float: right;
	}

.language {
}

}
