/*-------------------------------------------------------

 Copyright 2007 FractureCode Corporation - All Rights Reserved
 Web: http://www.fracturecode.com
 Mail: info@fracturecode.com
 
 @author cvp@fracturecode.com

  ------------------------------------------------------- */

/* Clear browser defaults
----------------- */
a:link,a:visited { text-decoration:none }
/* h1,h2,h3,h4,h5,h6,pre,div,form,p,blockquote,fieldset,input,dl, dd, dt { margin:0; padding:0 } */
* { margin: 0px; padding: 0px }
a img,:link img,:visited img { border:none }

/* Overall styles
----------------- */
body {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  height: 100%;
  background: #eaeaea url('img/bg-gradient.png') repeat-x;
  font-family: Tahoma, helvetica, sans-serif;
  font-size: 12px;
  behavior: url('/fileadmin/frc_templates/005/csshover2.htc');  
}

html { overflow-y:scroll; }

.bodywrap {
  display: block;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 0;
}

.pagewrap {
  width: 882px;
  background: url(img/pagewrap-shadow.png) bottom center no-repeat;
  margin-left: auto;
  margin-right: auto;
}

a { color: #e18b0b; text-decoration: none; }
a:hover { color: #e18b0b; text-decoration: underline }
a:visited { color: #e18b0b; }

h1 {
  font-size: 18px;
  font-weight: normal;
  color: #383838;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

p {
  line-height: 1.5em;
  color: #535353;
}

/* Top banner
----------------- */
#banner {
  height: 90px;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

#banner h1 {
  height: 100px;
  width: 100%;
  display: none;
}

#banner img {
  padding-right: 10px;
  padding-top: 45px;
}

#banner a {

}

#flash_07bf3ee310 {
  float: left;
  width: 410px;
  padding-left: 20px;
  padding-top: 30px;
  z-index: 1;
}

# Frontpage flash animation
#flash_c0b7aeaadd {
  z-index: 1;
}

/* Wrap around the page content elements (left menu, content etc.)
----------------- */
#wrap {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
  /*background: #fff url('img/wrap-bg-bottom.png') no-repeat bottom right;*/
  background: #fff url(img/footer-bg.png) bottom center no-repeat;
  padding-bottom: 90px;
  /*overflow: auto;*/
}

#wrapfoot {
  clear: both;
}

/* Footer
----------------- */
#footer {
  width: 850px;
  height: 80px;
  font-size: 11px;
  text-align: center;
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto;
  background: url(img/footer-cert.gif) top center no-repeat;
}


#footer p {
  padding-top: 0px;
  color: #d1e2da;
  position: relative;
  top: -15px;
}

#footer a {
  font-weight: bold;
  color: #555;
}

#footer input {
  font-family: Tahoma;
  font-size: 11px;
  padding: 2px;
  margin: 0px 0px 0px 5px;
}

#footer input.sword {
  background: #f1f1f1;
  border: 1px solid #636363;
  color: #555;
}

#footer input.ssubmit {
  vertical-align: bottom;
  border: 0px;
}

#footer img {
  vertical-align: bottom;
}

/* Page title in left menu
----------------- */
#pagetitle h1 {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  clear: both;
  color: #aaa;
  font-weight: normal;
  text-transform: lowercase;
}

#pagetitle a {
  color: #aaa;
}


/* Content floating, template selectors
----------------- */
.content-rbox-normal {
  width: 390px;
  float: left;
}

.content-rbox-right {
  width: 180px;
  float: right;
}

/* Content
----------------- */
#content {
  overflow: auto;
}

#content.content-default {
  width: 610px;
  padding: 10px; 
  
}

#content-normal {
}

#content h1 { 
  font-size: 18px;
  font-weight: normal;
  color: #383838;
  padding-bottom: 10px;
  padding-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

#content table {
  font-size: 12px;
}

/* Content right box
----------------- */
#content-rbox-right {
  color: #555;
/*  border-left: 1px solid #ccc;*/
  padding-left: 10px;
}

#content-rbox-right h1 {
  font-size: 18px;
  color: #aaa;
  font-weight: normal;
  text-transform: lowercase;
}

/* Front page
----------------- */
.content-front {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

#content-front-bottom-wrap {
  width: 760px;
  overflow: auto;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

#content-front-bottom-wrap h1 {
  padding: 10px 0px 5px 0px;
  margin: 0px;
}

#content-front-welcome {
  float: left;
  width: 360px;
  padding: 5px;
}

#content-front-news {
  float: right;
  width: 360px;
  padding: 5px;
}

#content-front-news h1 {

}

#content-front {

}

/* Sitemap
----------------- */

.csc-sitemap ul {
  padding-left: 20px;
  margin-left: 20px;
}

/* News
----------------- */
.news-latest-container {
  width: 80%;
  background: #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-latest-item {
  padding-bottom: 20px;
}

.news-latest-item p {
  margin: 10px;
}

.news-latest-item h2 a {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0px;
  color: #555;
  padding: 10px;
}

.news-latest-item h2 {

}

.news-single-img { margin: 10px; float: right; }
.news-single-timedata { margin: 10px; padding: 10px; background: #f1f1f1; width: 200px; }

.news-latest-morelink {
  text-align: right;
}



/* Frontnews 
----------------- */

.frontnews-latest-item h2 a {
  font-size: 12px;
  color: #555;
  padding-left: 0px;
}

.frontnews-latest-item h2 {
  margin-left: 20px;
} 

.frontnews-latest-item h2 a:active {
  color: #555;
}

.frontnews-latest-item h2 a:visited {
  color: #555;
}

.frontnews-latest-item {
  width: 90%;
  background: #eeeeee;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 10px;
  min-height: 40px;
}

.frontnews-latest-container {
  padding-bottom: 20px;
}

.frontnews-date {
  font-size: 10px;
  color: #fff;
  background: #555;
  float: left;
  padding: 15px 5px;
  margin-right: 10px;

}

.front-news-awards {
  text-align: center;
  border-top: 1px solid #555;
}

.front-news-awards img {
  text-align: center;
  padding: 3px;
  padding-top: 30px;
}

/* Mailform
----------------- */
.tx-pilmailform-pi1 {
  padding: 10px;
  background: #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}

.tx-pilmailform-pi1 h2 {
  font-size: 12px;
  color: #123456;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tx-pilmailform-pi1 td {
  padding: 2px;
}

/* Filelist (literature)
----------------- */
.filelist-select {
  width: 50px;
  border-right: 1px solid #ccc;
}

.filelist-icon {
  width: 50px;
}

.filelist-details {
  width: 400px;
  padding-left: 10px;
}

.filetitle {
  color: #000;
  font-size: 12px;
}

.filedetails {
  color: #888;
  font-size: 12px;
  margin-bottom: 50px;
}


/* Contentheader
----------------- */
#contentheader img {
  border-bottom: 5px solid #fbd025;
}

/* FAQ
----------------- */
.tx-irfaq-pi1 dt {
  margin: 10px;
}

.tx-irfaq-pi1 p {
  margin:  10px;
  padding: 10px;
  width: 380px;
  background: #eee;
  border: 1px solid #ccc;
}

.tx-irfaq-pi1 img {
  padding-right: 10px;
}

/* CSC */
/*.csc-textpic-border .csc-textpic-image {
  margin:  5px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
}*/

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
  border: 0px;
}

.csc-textpic-image img {
  border: 10px;
}

.csc-textpic .csc-textpic-image {
}

.csc-textpic-caption {
}

.csc-textpic-imagewrap {
  
}


img {
border: 0px;
padding: 0px;
}

ul.csc-bulletlist {
  padding: 5px 10px 5px 15px;
  width: 390px;
  margin: 5px;
  background: #f2f2f2;
  color: #555;
}
ul.csc-bulletlist li {
  margin: 10px;
}

.csc-bulletlist-0 {
}

.csc-bulletlist-0 lu {

}

ul.csc-bulletlist-0 {
}

ul.csc-bulletlist-3 {

}

ul.csc-bulletlist-1 {

}

.tx-rbflashobject-pi1-swf_altcontent {
  width: 100%;
  /*border: 1px solid #ddd;*/
  padding: 0px;
  margin: 0px;
  text-align: center;
}


.csc-frame p {
  padding: 5px 10px 5px 15px;
  width: 390px;
  margin: 5px;
  background: #f2f2f2;
  color: #555;
}

#shadows {
  background-color: green;
  width: 1020px;
}