/* CSS Screen */

/* LAYOUT */
body {
   margin: 0;
   padding: 0;
   background-image: url(../images/body_bg.png);
   background-repeat: repeat-x;
   padding-top: 33px;
   padding-bottom: 33px;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #535353;
}

div#site {
   width: 970px;
   margin: auto;
   text-align: left;
   background-image: url(../images/header_bg.png);
   background-repeat: no-repeat;
}

div#header {
   height: 146px;
   position: relative;
   z-index: 9999;
}

div#header h2 {
   margin: 0;
   position: absolute;
   top: 5px;
   left: 5px;
   background-image: url(../images/logo.gif);
   background-repeat: no-repeat;
   height: 141px;
   width: 268px;
}

div#header h2 a {
   height: 141px;
   width: 268px;
   display: block;
}

div#content {
   background-image: url(../images/content_bg.png);
   background-repeat: repeat-y;
}

div.content_bg {
   background-image: url(../images/content_right_bg.png);
   background-repeat: no-repeat;
   background-position: right top;
   margin-right: 5px;
}

div#pagetitle {
   font-size: 14px;
   font-weight: bold;
   color: #006ab3;
   margin: 0 0 35px 0;
}


/* MAINMENU */

div#header ul {
   position: absolute;
   right: 5px;
   bottom: 1px;
   list-style-type: none;
   margin: 0;
   padding: 0;
}

div#header ul li {
   float: left;
   margin: 0 0 0 1px;
   padding: 0;
}

div#header ul li a {
   float: left;
   display: block;
   background-color: #006ab3;
   color: white;
   height: 25px;
   text-decoration: none;
   font-weight: bold;
}

div#header ul li a:hover, div#header ul li a:focus, div#header ul li a:active {   
   background-color: #3388c2;
}

div#header ul li a span {
   padding: 3px 14px 0 14px;
   display: block;
}


/* METAMENU */

div#header div#metamenu {
   position: absolute;
   right: 18px;
   top: 17px;
   list-style-type: none;
   margin: 0;
   padding: 0;
   font-size: 10px;
   color: #0C6CAF;
}

div#header div#metamenu {
   float: left;
   padding: 0;
}

div#header div#metamenu a {      
   text-decoration: none;
   color: #0c6caf;
}

div#header div#metamenu a:hover {     
   text-decoration: underline;
}

/* INTRO */

div.intro {
   position: relative;
   height: 280px;
}

div.intro_left {
   position: absolute;     
   left: 5px;
   top: -13px;
}

div.intro_right {
   background-color: #d9e9f4;
   height: 280px;
   width: 351px;
   margin-left: 614px;
}

div.intro_right div {
   padding: 44px 30px 0 117px;
}

div.intro_right div h1, div.intro_right div h2 {
   margin-top: 0;
}

div#intro_logo {
   width: 167px;
   height: 231px;
   background-image: url(../images/intro_logo.png);
   background-repeat: no-repeat;
   position: absolute;
   top: 25px;
   left: 533px;
}
      
      
/* TEASER HOME */
div.teaser {
   padding-bottom: 30px;
}

div.teaser_left {
   width: 245px;
   margin: 40px 0 0 51px;
   float: left;
   display: inline;
}

div.teaser_center {
   width: 245px;
   margin: 40px 0 0 60px;
   float: left;
}

div.teaser_right {           
   width: 245px;
   margin: 40px 0 0 60px;
   float: left;
}


      
/* TYPO */
h1 {
   color: #006ab3;
   font-size: 14px;
   font-weight: bold;
   margin: 0 0 20px 0;
   font-family: Helvetica;
}

div.content_right h1, div.content_center h1 {
   font-size: 20px;
   letter-spacing: -1px;
}

h2 {
   font-size: 14px;
   line-height: 20px;
   font-weight: bold;
   margin: 0 0 10px 0;
   color: #006AB3;
   font-family: Helvetica;
}

h3 {
   font-size: 12px;
   line-height: 18px;
   font-weight: bold;
   margin: 0 0 10px 0;
}

p {
   line-height: 18px;
   margin: 0 0 10px 0;
}

p.description {
   font-weight: bold;
   color: #006ab3;
   margin-bottom: 0;
}

ul {
   line-height: 18px;
}

a img {
   border: 0;
}


/* LINKS */
a {
   color: #006ab3;   
   text-decoration: underline;
}

a:hover, a:focus {
   text-decoration: none;
}

a:visited {
   color: #21628f;
}


  
/* HELPER */
.hide {
   display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* IEPNGFIX */
img, .trans { behavior:url(../fileadmin/templates/js/iepngfix/iepngfix.htc) }


/* FOOTER */
div#footer {
   background-image: url(../images/footer_bg.png);
   background-repeat: no-repeat;
   height: 40px;
   clear: both;
   color: white;
}

div#footer_left {
   float: left;
   margin: 10px 0 0 21px;
   font-size: 14px;
   font-weight: bold;
   display: inline;
}

div#footer_right {
   float: right;
   margin: 11px 21px 0 0;
   font-size: 11px;
   display: inline;
}


/* FOOTERMENU */
div#footermenu {
   color: #829bb9;
   font-size: 10px;
}

div#footermenu a {
   color: #829bb9;
   text-decoration: none;
   font-size: 10px;
}

div#footermenu a:hover {
   text-decoration: underline;
}

div#footermenu_left {
   float: left;
   margin: 10px 0 34px 5px;
   display: inline;
}

div#footermenu_right {
   float: right;
   margin: 10px 5px 34px 0;
   display: inline;
}


/* SUBMENU */
div#submenu {
   background-color: #d9e9f4;
   width: 260px;
   margin-left: 5px;
   float: left;
   display: inline;
   padding-bottom: 35px;
}

div#submenu h1 {
   margin: 37px 0 10px 40px;
}

div#submenu h1 a, div#submenu h1 a:focus, div#submenu h1 a:hover {
   text-decoration: none;
   color: #006AB3;
}

div#submenu ul {
   list-style-type: none;
   padding-left: 50px;
   margin: 0;
}

div#submenu ul ul {
   padding-left: 20px;
}

div#submenu a {
   color: #535353;
   text-decoration: none;
}

div#submenu a.active { 
   font-weight: bold;
}   

div#submenu a:hover, div#submenu a:focus { 
   text-decoration: underline;
}                 


/* LAYOUT ROWS */
div.content_right {
   float: left;
   width: 608px;
   margin-left: 46px;
   padding-top: 40px;
   padding-bottom: 30px;
}

div.content_center{
   float: left;
   width: 880px;
   padding-top: 40px;
   padding-bottom: 30px;
   position: relative; left: 47px;
   
}


/*************************************************/
/* FLEXIBLE CONTENT ELEMENTS                     */
/*************************************************/

/* FCE Produktabbildung */

div.flex_produktabbildung {
   width: 260px;
   overflow: hidden;
   background-color: #d9e9f4;
   margin-bottom: 40px;
}

div.flex_produktabbildung_bottom {
   padding: 15px 20px 5px 20px;
}


/* Teaser */

div#template_teaser {
  width: 280px;
  height: 145px;
  margin-bottom: 40px;
  background: url(../images/products_teaser_bg.png) no-repeat #006ab3;
  position: relative;
}

div#template_teaser:hover {
  background: url(../images/products_teaser_bg_hover.png) no-repeat #006ab3;
}

div#template_teaser a {
  text-decoration: none;
}

div#template_teaser span {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  bottom: 7px;
  right: 14px;
  position: absolute;
}

div#template_teaser img {
  position: absolute;
  top: 0;
  left: 0;
}


/* Zweispaltig */

div.flex_2columns_left, div.flex_2columns_right {
  width: 280px;
  float: left;
  min-height: 1px;
}

div.flex_2columns_left {
  margin-right: 48px;
}


/* FORMS */
fieldset {
	margin: 25px 0 20px 0;
	padding: 12px 0 20px 20px;
	border: 0;
	background-color: #d9e9f4;
}

label {
	display: block;
	margin: 8px 0 2px 0;
	color: #7A7A7A;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	width: 557px;
	border: 1px solid #c6c6c6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 2px 4px;
}

table.csc-loginform input {
	width: 200px;
	border: 1px solid #c6c6c6;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 2px 4px;
}

div.csc-mailform-field input:hover, div.csc-mailform-field textarea:hover, div.csc-mailform-field input:focus, div.csc-mailform-field textarea:focus, table.csc-loginform input:hover, table.csc-loginform input:focus {
	border: 1px solid #0069b2;
}

td.csc-form-labelcell {
   padding-right: 10px;
}

div.csc-mailform-field input.csc-mailform-submit {
	width: auto;
	margin-top: 20px;
	background-color: #0069b2;
	color: white;
	border-top: 1px solid #72B0D9;
	border-left: 1px solid #72B0D9;
	border-right: 1px solid #001529;
	border-bottom: 1px solid #001529;
	padding: 3px 20px;
}

table.csc-loginform input[type=submit] {
	width: auto;
	margin-top: 10px;
	background-color: #0069b2;
	color: white;
	border-top: 1px solid #72B0D9;
	border-left: 1px solid #72B0D9;
	border-right: 1px solid #001529;
	border-bottom: 1px solid #001529;
	padding: 3px 20px;
}

div.csc-mailform-field input.csc-mailform-submit:hover, div.csc-mailform-field input.csc-mailform-submit:focus {
	background-color: #3388c2;
}

/* Table 1 */
table.contenttable {
	font-size: 9px;
	border-spacing: 1px !important;
	border-collapse: collapse;
	text-align: center;
	table-layout: auto;
	width: 100%;
	}
	
table.contenttable p { margin: 0; }

table.contenttable td {
	border:1px solid #FFFFFF;
	text-align: center !important;
	padding: 0 2px;
	}

table.contenttable tr {		background-color: #eeeeee;	}
table.contenttable tr.bg {	background-color: #D9E9F4 !important;	}
table.contenttable td.bg {	background-color: #D9E9F4 !important;	}

table.contenttable h4 { font-size: 11px; font-weight: bolder; }

/* Flex Sheet FCE */

div#flex_sheet_img-left img, div#flex_sheet_img-right img {
	height: 250px;
	border: 5px solid #D9E9F4;
	margin: 20px 0;
}

div#flex_sheet_img-left {	float: left;	}

div#flex_sheet_img-right {	float: right;	}

div#flex_sheet_img { 	}

div#flex_sheet_desc { clear: both; }

div#flex_sheet_bsp {	margin: 20px 0;	}

div#flex_sheet_bsp table.contenttable { width: 70%; }

div#flex_sheet_table-1 {	margin: 20px 0;	}

div#flex_sheet_table-2 {	margin: 20px 0;	}

div#flex_sheet_table-2 table.contenttable { width: 70%; }
