@charset "UTF-8";

/*
  
  Standard rc.com stylesheet
  
  
*/

/* IMPORTS */
@import url("rte.css");

/* TAGS */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 11px Verdana, Geneva, sans-serif;
  background: #e1e3e4;
}

h1 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #d3222a;
}

h2 {
  font-size: 12px;
  color: #000; 
  margin: 20px 0 0 0;
}

p {
  margin: 20px 0 0 0;
}

a:link,
a:visited {
  color: #9aa0a4;
  text-decoration: none;
  background: url(../images/dotted-line-small.png) repeat-x left bottom;
  padding-bottom: 2px;
}

a:hover,
a:active {
  color: #d3222a;
  text-decoration: none;
  background: none;
}


/* CLASSES */
#Right p.align-left {
  text-align: left;
}

.flexigrid {
  margin: 15px 0;
}

/* clear floats correct */

/* modern browser */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for IE7 */
.clearfix {
  display: inline-block;
}

/* for IE6 and below */
* html .clearfix {
  height: 1px;
}

/* Hide from IE Mac \*/
.clearfix {
  display: block;
}



/* IDs */
#Wrapper {
  position: relative;
  _position: static;
}

#Header,
#Navigation,
#Footer {
  width: 760px;
  margin: 0 auto;
}

#Header {
  position: relative;
  margin: 20px auto;
  text-align: right !important;
}

#Header a#Logo,
#Header a#Logo img {
  border: none !important;
  background: none;
}

#NavigationBar {
  width: 100%;
  height: 39px;
  background: transparent url(../images/bg-NavigationBar.png) repeat-x left top;
  line-height: 39px;
}

ul#Navigation {
  list-style: none;
  text-align: center;
}

ul#Navigation li {
  position: relative;
  display: inline;
  margin-right: 15px;
  padding-right: 15px;
  background: url(../images/navi-points-spacer.png) no-repeat right 4px;
}

ul#Navigation li#Last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

ul#Navigation a:link,
ul#Navigation a:visited {
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  background: none;
}

ul#Navigation a:hover,
ul#Navigation a:active {
  text-decoration: underline;
}

ul#Navigation li.active a {
  text-decoration: underline;
}

ul#Navigation ul {
    padding: 10px 5px 5px 5px;
    position: absolute;
  top: 15px;
  left: -10px;
    background: #4C555C;
    display: none;
    min-width: 100px;
  line-height: 20px;
  z-index: 20;
}



/* IE-Hack für die Breite */

*html ul#Navigation li ul {
    width: 100px;
}

ul#Navigation ul.hover, ul#Navigation li.hover ul, ul#Navigation li:hover ul  {
    display: block;
}

ul#Navigation li ul li {
    float: none;
  display: block;
    background: none;
  margin-right: 0;
  padding: 0;
  text-align: left;
}

ul#Navigation li ul li a:link,
ul#Navigation li ul li a:visited {
  display: block;
  padding: 0 5px;  
  text-decoration: none !important;
  font-size: 11px !important;  
}

ul#Navigation li ul li a:hover,
ul#Navigation li ul li a:active {
  background: #FFF;
  color: #4C555C;
  text-decoration: none !important;
  font-size: 11px !important;    
  
}

#Body {
  width: 720px;
  margin: 30px auto 0 auto;
  padding: 20px;
  background: #FFF;
}

#Body #Spacer {
  background: #FFFFFF url(../images/line-vertical-efefef.png) no-repeat scroll 470px top;
}

#Content {
  float: left;
  width: 410px;
  padding: 20px 0 20px 20px;
  color: #36424A;
}

#Content p {
  text-align: left;
}

#Content ul,
#Right ul {
  list-style: none;
  margin: 20px 0 0 0;
  text-align: left;
}

#Right ul {
  margin-top: 10px;
}

#Content ul li,
#Right ul li {
  background: url(../images/bullet-two-points.png) no-repeat left 4px;
  padding-left: 20px;
  margin-bottom: 10px;
}

#Content #mailform label {
  display: block;
}

#Content #mailform input {
  width: 350px;
  margin-bottom: 10px;
}

#Content #mailform textarea {
  width: 354px;
  margin-bottom: 10px;
}

#Content #mailform #mailformformtype_mail {
  width: auto;
}

#Content table p {
  margin: 0;
}

#Right {
  float: right;
  width: 230px;
  padding-left: 20px;
}

#Right p {
  margin: 20px 10px 0 10px;
  text-align: right;
}

#Footer {
  width: 760px;
  margin: 20px auto;
  text-align: center;
  font-size: 9px;
  color: #9AA0A4;
}

#Header .loginLink {
  float: right;
  display: none;
}

#Header .loginLink a:link,
#Header .loginLink a:visited {
  color: #36424A;
  text-decoration: none;
  background-image: none;
}

#Header .loginLink a:hover,
#Header .loginLink a:active {
  text-decoration: underline;
}

#Header .loginLink .icon {
  margin-right: 5px;
}

#uiHeadLogin {
  position: absolute;
  top: -20px;
  right: 0;
  background: #fff;
  padding: 10px;
}

#uiHeadLogin .row {
  margin-bottom: 5px;
}

#uiHeadLogin label {
  display: inline-block;
  width: 100px;
}

#uiUserLogin {
  border-collapse: collapse;
}

#uiUserLogin td {
  padding: 10px;
}

#uiUserLogin label {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  cursor: pointer;
}

#uiUserLogin .row {
  margin-bottom: 10px;
}

#uiUserLogin #submitButton {
  padding: 5px 10px;
  cursor: pointer;
}

.input.text {
  padding: 3px;
  width: 200px;
}

.tr {
  text-align: right;
}

#sectionNav {
  display: block;
  text-align: right;
}

#sectionNav a:link,
#sectionNav a:visited {
  color: #36424A;
  background: none;
  margin-left: 10px;
}

#sectionNav a:hover span,
#sectionNav a:active span {
  text-decoration: underline;
}

#sectionNav a .icon {
  color: #d3222a;
}

.table {
  border-collapse: collapse;
  margin: 15px 0;
  border: none;
}

.table.full {
  width: 100%;
}

.table.full th:first-child {
  width: 50%;
}

.table.apps {
  font-size: 12px;
}

.table.apps tr.odd td {
  background: #ededed;
}

.table.apps th {
  cursor: pointer;
  border: 1px solid #9aa0a4;
}

.table.apps td {
  border: 1px solid #9aa0a4;
}

.table th {
  padding: 10px;
  text-align: left;
  font-size: 12px;
  border: 1px solid #9aa0a4;
}

.table td {
  padding: 10px;
}

.table td button {
  padding: 5px 10px;
  cursor: pointer;
}

.table.apps a:link,
.table.apps a:visited {
  font-size: 12px;
  color: #000;
  background: none;
}

.table.apps a:hover,
.table.apps a:active {
  text-decoration: underline;
}

.ui-loader {
  position: fixed;
  bottom: 0;
  right: 5%;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100px;
  height: 100px;
  border-radius: 5px 5px 0 0;
  
}