body{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-image: none;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

h1{
  font-size: 13px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 16px;
}
h2{
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
h3,h4{
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0px;
}

img{
  border: 0px;
}
a{
  color: #bc4d2f;
  text-decoration: none;
}
td,p,select,input,textarea {
  font-size: 12px;
}
.markup {
  color: #bc4d2f;
}

/* --------- Header */
#header{
  width: 98%;
  height: 95px;
  margin-bottom: 15px;
}
#header .image {
  /*margin-left: 345px;*/
  margin-right: 0px;
  width: 250px; 
  height: 95px;
  float: right;
}

/* --------- Page */
/* --------- NAVIGATION */
#page{
  width: 98%;  
  height: auto;
  background-color: #ffffff;
  background-image: none;
  padding-bottom: 0px;
  line-height: 16px;
  margin-bottom: 0px;
}
#page a {
  text-decoration: underline;
}
#page a:hover {
  text-decoration: none;
}
#page #content{
  margin-left: 30px; 
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* --------- CONTENT */

#page .left{
  width: 100%;
  _width: 98%;
  clear: both;
}
#page .right{
  width: 98%;
  border-left: 1px solid #000000;
  padding-left: 10px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 11px;
  clear: both;
}
#content .right h1,
#content .right h2 {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#content .right h3,
#content .right h4 {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#content .right a.arrow {
  background: url(../sys/link.icon.arrow.gif) no-repeat;
  background-position: 0px 4px;
  padding-left: 10px;  
  text-decoration: underline;
}

/* --------- Footer */
#footer {
  width: 98%;
  height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #000000;
  text-align: center;
  font-size: 10px;
  padding-top: 5px;
  padding-left: 0px;
  _padding-left: 30px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  clear: both;
}
#footer2{
  display: none;
}

/* --------- FCE */

#fce-2c {
  width: auto;
  border: 1px solid;
}
#fce-2c .left{
  width: 40%;
  float: left;
  margin-right: 5%;
  border: 1px solid;
}
#fce-2c .right{
  width: 40%;
  border: 1px solid;
}

/* TYPO3 News */

.news-latest-item,
.news-list-item {
  width: 98%;
}

