* {
  font-family: 'Open Sans', sans-serif;
  /*font-size: 13px;*/
}

BODY, TD, TH, INPUT, SELECT, TEXTAREA {
    font-size: 13px;
}
.basefontsize {
    font-size: 13px;
    line-height: normal;
}

.clickable-row {
    cursor: pointer;  
}

UL LI {
     list-style-image: none;
}


HR {
    background: url(../gr/hr-v-line.png) repeat-x;
    height: 2px;
    margin-bottom: 0.75em!important;
    margin-top: 0.75em!important;
}

BIG {
  font-size: 150%;
}

.Pinner, P {
    text-align: left;
}

TABLE TH {
    background: none;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}


TABLE.visual {
    border-spacing: 0px;
    border-collapse: separate;
    color: #000000;
}
TABLE.visual TR:nth-child(even) {
  background-color: #ffffff;
}
TABLE.visual TR:nth-child(odd) {
  background-color: #eef0f0;
}
TABLE.visual TR.trolder {
  background-color: #d5eaf3;
}
TABLE.visual TR.trolder TD {
  text-align: center;
}
TABLE.visual TR.trolder TD A {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}


TABLE.visual TR TH {
  font-size:13px;
  text-align: left;
  background-color: #cdd2d4;
  line-height: 30px;
}
TABLE.visual TR TD {
  font-size:13px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  /*line-height: 30px;*/
}
TABLE.visual TR TD:first-child, TABLE.visual TR TH:first-child {
    padding-left: 15px;
    
}
TABLE.visual TR TD:last-child, TABLE.visual TR TH:last-child {
    padding-right: 15px;
}
TABLE.tar TR TD, TABLE TR TH.tar {
  text-align: right;
}


TABLE.services TR.space TH {
  padding-top: 15px;
}

TABLE.messages, TABLE.services {
  width: 100%;
}
TABLE.messages TD, TABLE.services TR.title TD {
  padding: 0px;
  padding-right: 10px;
  font-size: 19px;
}
TABLE.messages TH {
    padding-right: 10px;
}
TABLE.messages TD A {
  font-size: 19px;
}
TABLE.messages TH {
  font-size:14px;
  text-align: left;
}
TABLE.services TH {
  font-size:13px;
  text-align: left;
}
TABLE.services>TBODY>TR>TD {
  font-size: 18px;
}
TABLE.messages TR.mbody TD, TABLE.messages TR.mbody TD A {
  font-size:13px;
}
TABLE.messages TR.mbody TD {
  padding-top: 15px;
}
TABLE.messages TR.unread TD {
  font-weight: bold;
}
TABLE.messages TR.important TD,TABLE.messages TR.important TD A {
  color: #e41b13;
}

TABLE>TBODY>TR.normal>TD {
  font-size:13px;
}

.gray, .grey {
  color: #a0a0a0;
}

div.nojustify P {
  text-align: left;
}

div.cframe {
    border-radius: 5px;
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
/*    background: rgba(255, 255, 255, 0.8);  disable alpha */
    padding: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
}
div.cframe.red {
    background: #ffeeee;
}
div.cframe.green {
    background: #e0efd8;
}

DIV.toplogomenu A {
  line-height: 87px;  
}

DIV.kontomenu {
  color: #f3251d;
  font-weight: bold;
  font-size: 15px;
  line-height: 94px;
  text-align: center;
  height: 94px;
  width: 120px;
  background: url(../gr/menu-selected-v2.png) bottom center no-repeat;
}

DIV.user-top-banner {
  font-weight: bold;
}
DIV.user-top-banner .logname {
  margin-right: 30px;
  font-weight: normal;
}
.user-top-banner A
{
  font-size: 15px;
  color: #e41b13;
  text-decoration: none;
}
.user-top-banner A:hover
{
  color: #f3251d;
  text-decoration: none;
}

#mtopfullwidth {
  height: 154px;
}
#topmenufullwidth {
    background-color: #bddcf1;
    height: 60px;
    top: 0px;
}

#topmenu {
    width: 960px;
    margin: 0 auto;
    height: 60px;
}

#mtop {
  height: 94px;
  display: flex;
  align-items: center;
  padding: 0;
}
#mtop, #mpage {
  position: static;
}


UL.menu {
  height: 44px;
  padding-top: 5px;
}
UL.menu LI {
  color: #000000;
  margin-right: 4px;
}
UL.menu LI A, UL.menu LI A:hover, UL.menu LI A.sel {
  margin-top: 7px;
  padding: 0px;
  height: 32px;
}
UL.menu LI A {
  font-weight: normal;
  border: solid 2px transparent;
}
UL.menu LI A:hover, UL.menu LI A.sel {      
    background: none;
    border: solid 2px #e41b13;
    border-radius: 0px;
    color: #e41b13;
    /*background-color:#ffffff;*/
}
UL.menutabs LI A.sel {      
    background-color:#ffffff;
}

UL.menu LI A:hover {
  background-color:#ffffff;
  border: solid 2px transparent;
}

UL.menu LI A SPAN {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}


UL.menutabs {
  padding-bottom: 0px;
  height: 43px;
}
UL.menutabs LI:first-child {
  margin-left: 15px;
}
UL.menutabs LI A {
  background-color: #eef5f9;
}
UL.menutabs LI A SPAN {
  font-size: 16px;
}  
UL.menutabs LI  {
  margin-right: 15px;
}
UL.menutabs LI A:hover SPAN, UL.menutabs LI A.sel {
  border-radius: 0px;
}
UL.menutabs LI A:hover, UL.menutabs LI A.sel {
  border: solid 2px transparent;
}


.clrbafter:after {
  content:"";
  display:block;
  clear:both;  
}
.grid-5 {
  width: 5%;
  float: left;
}
.grid-10 {
  width: 10%;
  float: left;
}
.grid-15 {
  width: 15%;
  float: left;
}
.grid-20 {
  width: 20%;
  float: left;
}
.grid-25 {
  width: 25%;
  float: left;
}
.grid-30 {
  width: 30%;
  float: left;
}
.grid-33 {
  width: 33.33333%;
  float: left;
}
.grid-35 {
  width: 35%;
  float: left;
}
.grid-40 {
  width: 40%;
  float: left;
}
.grid-45 {
  width: 45%;
  float: left;
}
.grid-50 {
  width: 50%;
  float: left;
}
.grid-55 {
  width: 55%;
  float: left;
}
.grid-60 {
  width: 60%;
  float: left;
}
.grid-65 {
  width: 65%;
  float: left;
}
.grid-66 {
  width: 66.66666%;
  float: left;
}
.grid-70 {
  width: 70%;
  float: left;
}
.grid-75 {
  width: 75%;
  float: left;
}
.grid-80 {
  width: 80%;
  float: left;
}
.grid-85 {
  width: 85%;
  float: left;
}
.grid-90 {
  width: 90%;
  float: left;
}
.grid-95 {
  width: 95%;
  float: left;
}

INPUT[type="text"]:focus, INPUT[type="password"]:focus, TEXTAREA:focus {
    background-color: #ffffff;
    border: 1px solid black;
}


body {
    background-color: #cddeec;
}
#mtopfullwidth,#mtop {
  background-color: #ffffff;
}


.cframe button, .bred, .butgrey, .butredborder, .butredbs, .butgreybs {
  background-color: transparent;
  color: #e41b13;
  //padding: 10px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  border-width: 0;
  border-color: #e41b13;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
}

.butredbs, .butgreybs {
  width: 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: Arial;
}

.cframe button:hover, .butredborder:hover, .butredbs:hover, .bred:hover {
  background-color: #f3251d;
  color: #ffffff;
  border-radius: 3px;
  border-color: #e41b13;
}

.butredbs, .butredbs:hover, .butgreybs, butgreybs:hover {
  border-radius: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.cframe h2 {
  margin-bottom: 25px;
}

input.bred, button.bred, .bred, .butredborder {
  background-color: #e41b13;
  color: #ffffff;
}

button.bred:hover, .bred:hover {
}

.butgrey, A.butgrey, .butgreybs {
  color: #ffffff;
  background-color: #9fa3a4;
  text-decoration: none;
}

.butgrey:hover, A.butgrey:hover, .butgreybs:hover {
  background-color: #3f474a;/*#c5c8c9;*/
  color: #ffffff;
  text-decoration: none;
}

.butgreybs {
  background-color: #ffffff;
  border: solid 2px #9fa3a4;
  color: #9fa3a4;
}


.butredborder, .butredbs, BUTTON.butredborder {
  background-color: #ffffff;
  border: solid 2px #e41b13;
  color: #e41b13;
}


.cframe input, .cframe textarea, .cframe select {
  border-radius: 3px;
  border: 2px solid #9fa3a4;
  padding: 5px 5px;
  line-height: 1.4;
}
.cframe input:focus, .cframe textarea:focus, .cframe select:focus {
  border: 2px solid #000000;
  
}

UL.menu {
  background: transparent;
}

#mpagefullwidth {
    background: url("../gr/bg-paprsky-v2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 900px;
    position: static;
}

#mpage {
  padding-top: 30px;
}

#mpage:after {
  content:"";
  display:block;
  clear:both;
}

#mcontainer {
    background: transparent;
}

div.con_main_full {
}

h1.cpagetitle, h1 {
    color: #e41b13;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0px;
    background: unset;
    margin-top: 0px!important;
    margin-bottom: 45px!important;
    line-height: unset;    
    height: unset;
}


.marr20 {
    margin-right: 20px;
}
.marl20 {
    margin-left: 20px;
}

div.cframe h2 {
    font-weight: normal;
    font-size: 30px;
}

#mfooter1 {
    clear: both;
    width: 100%;
    background: #3f474a;
    color: #929698;
    padding: 40px 0 20px 0;
    line-height: normal;
}

/*#mfooter div {
    font-size: 13px;
    width: auto;
    margin: 0 auto;
    line-height: normal;
}*/

#mfooter1 > div {
    width: 960px;
    margin: 0 auto;
    font-size: 90%;
/*    line-height: 37px;*/
    vertical-align: middle;
    height: 200px;
}

#mfooter1 h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#mfooter1 ul {
  margin: 0;
}
#mfooter1 li {
    background: none;
    padding: 5px 0px;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    font-size: 100%;
}

#mfooter2 {
    background: #202426;
    color: #606b6f;
    padding: 30px 0 30px 0;
    font-size: 90%;
}
#mfooter2 div {
    width: 960px;
    margin: 0 auto;
    font-size: 90%;
    vertical-align: middle;
    text-align: right;
}

#mfooter1 a, #mfooter2 a {
    color: #929698;
}
#mfooter1 a:hover, #mfooter2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

div#vtip { 
    background: #e41b13;
    color: #ffffff;
    padding: 3px;
}

DIV.linkbox A {
    font-size: 110%;
    text-decoration: none;
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    min-height: 100px;
    background: linear-gradient(0deg, #cddeec, #e9f4fd);
    background-clip: content-box;
    padding: 10px;
}
DIV.linkbox H3 {
    float: left;
    font-weight: normal;
    margin-top: 20px;
    color:#e41b13;
}
DIV.linkbox A IMG {
    float: left;
    height: 90px;
}
DIV.linkbox A:hover {
    background:linear-gradient(0deg, #e9f4fd, #e9f4fd);
    background-clip: content-box;
}

.konto_contactform INPUT {
    width: 90%;
}

.nodecor {
    text-decoration: none;
}