@charset "UTF-8";
/**
 * Elementarkräfte
 *
 * zentrales Stylesheets
 *
 * @copyright       Copyright 2010
 * @version         1.0
 */

 /**
 * Formatierung der Inhalts-Container
 *
 * |---------------------------------|
 * | #header                         |
 * | #searchform | #nav-main | #logo |
 * |---------------------------------|
 * | #stage                          |
 * | #buehne           | #codeNlogin |
 * |---------------------------------|
 * | #main                           |
 * | .c25l  | .c25l | .c25l | .c25r  |
 * | 230px  | 230px | 230px | 230px  |
 * |---------------------------------|
 * | #footer                         |
 * |---------------------------------|
 */

/* Basis / Reset Stylesheets einbinden */
@import url(lib/slim_base.css);

@media screen, projection
{
 /*------------------------------------------------------------------------------------------------------*/
 /*
  * Grundeinstellungen
  */
  html * { font-size: 100.01%; }

  body {
	overflow-y: scroll;
	background: #ebeded;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #535353;
	}

  input, textarea, select, a, object, embed {
	outline: none;
	}

 /*------------------------------------------------------------------------------------------------------*/
 /*
  * Grundraster
  */

  .page_margins {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	}
  .page {
	width: 900px;
	margin-left: 30px;
	}
  #header {
	position: relative;
	height: 125px;
	}
  #main {
	position: relative;
	}
  #col1 { float: left; width: 610px; }
  #col2 { display: none; }
  #col3 { width: auto; margin: 0 0 0 640px; }
  #col1_content { padding: 0; }
  #col3_content { padding: 0; }
  
  #col610 { float: left; width: 610px; }
  #col610_content { padding: 0; }
  #col610_content p{ line-height: 1.5em; }
  #col610_bild img{padding: 0; }
  
  #col640 { width: auto; margin: 0 0 0 640px; }
  #col640_content { padding: 0; border-top: 1px solid #535353; padding-top: 10px;}
  
  
  .c400l {float: left; width: 400px; text-align: right;}
  .c185r {float: right; margin-left: -5px; width: 185px; }

  #footer {
	position: relative;
    margin: 80px 0 25px 0;
    padding-top: 7px;
    font-size: 0.9em;
	border-top: 1px solid #535353;
	}

 /*------------------------------------------------------------------------------------------------------*/
 /*
  * Navigation
  */

  #nav-main {
	width: 100%;
	height: 21px;
	margin-top: 15px;
	border-bottom: 1px solid #707070;
	}
  #nav-main ul {
	margin: 0;
	padding: 0;
	}
  #nav-main ul li {
	margin: 0 18px 0 0;
	padding: 0;
	list-style-type: none !important;
	float: left;
	}
  #nav-main ul li a {
	color: #434343;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	background: transparent;
	}
  #nav-main ul li a span {
	padding: 1px 37px 4px 0;
	background: transparent;
	}
  #nav-main ul li a:hover, #nav-main ul li a.active {
	color: #fff;
	background: transparent url("/files/bg_main_nav_left.gif") no-repeat top left;
	}
  #nav-main ul li a:hover span, #nav-main ul li a.active span {
	background: transparent url("/files/bg_main_nav_right.gif") no-repeat top right;
	}

  #nav-sub {
	width: 100%;
	margin-bottom: 28px;
	}
  #nav-sub ul {
	margin: 0;
	padding: 0;
	}
  #nav-sub ul li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none !important;
	float: left;
	}
  #nav-sub ul li a {
	color: #434343;
	text-decoration: none;
	padding: 1px 0 4px 10px;
	background: transparent;
	}
  #nav-sub ul li a span {
	padding: 1px 37px 4px 0;
	background: transparent;
	}
  #nav-sub ul li a:hover, #nav-sub ul li a.active {
	color: #fff;
	background: transparent url("/files/bg_main_nav_left.gif") no-repeat top left;
	}
  #nav-sub ul li a:hover span, #nav-sub ul li a.active span {
	background: transparent url("/files/bg_main_nav_right.gif") no-repeat top right;
	}
 /*------------------------------------------------------------------------------------------------------*/
 /*
  * Inhaltselemente
  */

 /*--- Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #0094d0;
    margin: 0 0 0.25em 0;
  }

  h1 { font-size: 180%; }                       /* 30px */
  h2 { font-size: 180%; }                       /* 24px */
  h3 { font-size: 120%; }                       /* 18px */
  h4 { font-size: 133.33%; }                    /* 16px */
  h5 { font-size: 116.67%; }                    /* 14px */
  h6 { font-size: 116.67%; }                    /* 14px */

 /* --- Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 0; }
  ul li { list-style-type: none; }
  ul li a { text-decoration: none; line-height: 1.8em; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  a, a em.file { color: #535353; text-decoration: underline; }
  a:hover { text-decoration: underline; }
  a:focus { text-decoration: underline; }

  hr { 
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #535353 solid;
	}

  table.werke { width: 610px; border-collapse: collapse; }
  table.werke td { vertical-align: bottom; }
  table.werke td.image { width: 400px; text-align: right; padding-bottom: 1.2em; }
  table.werke td.description { padding-left: 25px; }

 /* --- Startseite ------------------------------------------ */

  .start_image { margin-bottom: 36px; }
  
  .start_description {
	font-size: 0.8em;
	text-align: right;
	padding-right: 3px;
	}

  .news_teaser {
	margin-bottom: 40px;
	}
	

/* slider specific CSS */
.sliderGallery {
	background: url(/files/productbrowser_background_20070622.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 560px;
	}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}

.sliderGallery UL LI {
	display: inline;
	}

.slider {
	width: 542px;
	height: 17px;
	margin-top: 140px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background: url(/files/productbrowser_scrollbar_20070622.png) no-repeat;
	}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(/files/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
	}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
	}

.slider .slider-lbl1 {
	left: 50px;
	}

.slider .slider-lbl2 {
	left: 107px;
	}

.slider .slider-lbl3 {
	left: 156px;
	}

.slider .slider-lbl4 {
	left: 280px;
	}

.slider .slider-lbl5 {
	left: 455px;
	}

}

ul.c331 li {
	list-style-type: none;
}

.teaser_content{
	display:none;
}
.eventname  {
	cursor:pointer;
	padding-left:17px;
	line-height:22px;
}
.eventname.normal {
	background:url("/files/gray_arrow.gif") no-repeat scroll 0 5px transparent;
}
.eventname.active  {
	background:url("/files/gray_arrow_active.gif") no-repeat scroll 0 5px transparent;
}
#container{
	
}
