@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/*****************************************************************************/
/* layout.ccs for jenaer-industrietage.de                                    */
/*                                                                           */
/* Autor: JMH                                                                */
/* Last change: 23.06.2010                                                   */
/* Copyright: Miller Studios 2010                                            */
/*                                                                           */
/*****************************************************************************/

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../yaml/yaml/core/base.css);


@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body 
	{ 
		background: #D9E3EC url() repeat-x top left fixed; 
		padding: 0; 
	}

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins 
	{ 
		margin: 0 auto;
		/*margin-top: 55px;*/ 
	}

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 968px; max-width: 968px; background: #fff; }
  .page 
	{ 
		padding: 0; 
	}
  
	#header 
	{ 
		background: transparent url(../images/header.jpg) no-repeat top;
		padding: 0;
		height: 225px;
		color: #000; 
	}
	#header_a
	{
		position: absolute;
		width: 165px;
		height: 80px;
		left: 40px;
		top: 85px;
	}
	#header_b
	{
		position: absolute;
		width: 420px;
		height: 70px;
		left: 360px;
		top: 97px;
	}
	#print_header_image
	{
		display: none;
		visibility: hidden;
	}
	#Impressum
	{
		position: absolute;
		left: 872px;
		top: 192px;
		width: 92px;
		height: 28px;		
	}
	#browse
	{
		position: absolute;
		left: 244px;
		top: 192px;
		width: 402px;
		height: 28px;
		text-align: center;
		padding-top: 4px;
	}
	.browse_title
	{
		margin: 0 10px 0 10px;
		font-size: 0.9em;
		font-weight: bold;
	}
	.browse_prev, .browse_next
	{
		padding-left: 8px;
		height: 15px;
		color: #EEEEEE;
	}
	#browse a.browse_prev_a
	{
		background: transparent url(../images/browse_prev.png) no-repeat scroll center;
		padding-bottom: 3px;
	}
	#browse a.browse_prev_a:hover
	{
		text-decoration: none;
		background: transparent url(../images/browse_prev_over.png) no-repeat scroll center;	
	}
	#browse a.browse_next_a
	{
		background: transparent url(../images/browse_next.jpg) no-repeat scroll center;	
		padding-bottom: 3px;
	}
	#browse a.browse_next_a:hover
	{
		text-decoration: none;
		background: transparent url(../images/browse_next_over.jpg) no-repeat scroll center;	
	}
		
  #main 
	{ 
		margin: 0; 
		background: transparent url(../images/main.jpg) repeat-y top left; 
	}
	
  #footer 
	{
		height: 9px;
		background: transparent url(../images/footer.jpg) no-repeat top; 
	}

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 
	{ 
		float: left; 
		width: 228px
	}
	#menu_top
	{
		height: 15px;
		background: transparent url(../images/menu_top.jpg) no-repeat top;	
	}
	#menu_bottom
	{
		height: 26px;
		background: transparent url(../images/menu_bottom.jpg) no-repeat top;	
	}
	#col1_a
	{
		height: 94px;
		background: transparent url(../images/bvmw.jpg) no-repeat top;
	}
	#col1_b
	{
		height: 65px;
		background: transparent url(../images/fh.jpg) no-repeat top;
	}	
	#col1_c
	{
		height: 59px;
		background: transparent url(../images/jenawirtschaft.jpg) no-repeat top;
	}
	#col1_d
	{
		height: 86px;
		margin-bottom: 95px;
		background: transparent url(../images/praezision.jpg) no-repeat top;
	}
		
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 228px}
  
  #col1_content 
	{ 
		padding: 0; 
	}
	
  #col3_content 
	{
		padding: 48px 114px 0 102px 
	}
	
  /*-------------------------------------------------------------------------*/
}
