/*<![CDATA[*/
/**18.05.09 cycro-systems Andreas Karl **********/

@import url("content_p.css");
@import url("ui.frontend.css");

/** Global Reset********************************************************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, 
img, small, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: #000000;
	background: #ffffff;
}

ol, ul { list-style: none; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img { border:none; }
a.linkMgTooltip{display: none;}

/**General Site Rules********************************************************************/

html, body {
	height: 100%;
}

body {
	font: 75%/1.7em Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color:#666;
}

br { line-height:10px; }

a {
	font-weight: normal;
	color: #9d2e32;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #9d2e32;
}

a.imgLink {
  text-decoration: none;
  padding: 0;
  background: none;
}

strong { font-weight:bold; }

em { font-style:italic; }

p { padding: 8px 0; }


/**Functions ******************************************************************************/

.hideme { display:none; }

.cleaner, .clearFix {
  display: block;
  clear: both;
  font-size: 0px;
  line-height: 0px;
  background: transparent;
  height:0px;
  padding: 0;
  margin: 0;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**Layout *********************************************************************************/

#mainWrapper, #content { width: 100%!important; }


/***Top****************************************/

#mainNavigation { display: none; }

#sloganLogo{
  width: 1069px;
  height: 312px;
  margin: 0 auto;
  padding: 7px 101px 0 1px;
  background: #fff url(../../img/custom/slogan_bg.gif) 0 0 repeat-x;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#search{
  background: transparent url(../../img/custom/search_bg.gif) 0 0 no-repeat;
  float: right;
  width: 280px;
  margin: 20px 0 0 0;
}

  #qSearchForm0 label { display: none; }

  #qSearchForm0 input#qsearch0 {
    border: none;
    background: transparent;
    color: #484848;
    float: left; 
    margin: 11px 0 0 18px;
    width: 168px;
  }

  #qSearchForm0 input#btnFire {
    float: left;
    padding: 0;
    margin: 8px 0 0 11px;
    background: none;
    border: none;
    height: 24px;
    width: 29px;
    font-size: 0;
    cursor: pointer;
  }

/***Middle****************************************/

#contentPush { display: none; }
}

#mainContent2 {
  width: 100%;
  padding: 5px 0 0 0;
}

  #contentNavigationBox {
    width: 100%;
  }

    #contentEnd, #subNavigation { display: none; }


    #contentBox{ 
      float: left; 
      width: 100%;
      padding: 8px 0 0 0;
      margin: 0 10px 0 0;
      color: #000;
     }

      #changeImgInner { 
        overflow: hidden; 
      }
      #breadcrumb {
        padding-bottom: 5px;
        border-bottom: 1px solid #9D2E32;
        margin-bottom: 10px;
        
      }
      #breadcrumb, #breadcrumb a { 
        color: #555; 
        font-size: 10px;

      }

    #logoShortNavigation{ 
      padding: 8px 0 0 0; 
      float: right; 
      width: 136px; 
    }
    #logoShortNavigation img{ 
      position: absolute;
      right: 0;
      top: 8px; 
      margin: 0 1px 0 0 ;
    }

    #shortNavigation { display: none; }

/***Bottom****************************************/

#fixedFooter {
  padding-top: 5px;
  border-top: 1px solid #9D2E32;
  margin-top: 10px;
}

  #footer {
    width: 100%;
    height: 20px;
    margin: 0;
  }
    .footNavigation a { display: none; }

    .copyright {
      padding: 0;
      margin: 0;
      float: right;
      text-align: right;
      width: 45%;
      font-size: 0.8em;
    }


/*]]>*/