body {
  font-family: Helvetica, Arial;
  background: url(/images/layout/redesign/back.jpg) #FFF repeat-x;  
}

.wrapper {
  margin: 0 auto;
  width: 860px;
}

h1.main {
  width: 281px;
  height: 64px;
  margin: 0 auto;
  margin-top: 53px;
  margin-bottom: 45px;
  position: relative; 
  left: -18px;
}

* html h1.main {
  left: 19px;
}

.content {
  background: url(/images/layout/redesign/content-head.jpg) #FFF no-repeat;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.content .nav {
  height: 53px;
  width: 820px;
  padding-bottom: 30px;
}

.static_index .content .nav {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.content .nav a {
  color: transparent;
}

* html .content .nav a {
  text-indent: -999em;
}

* +html .content .nav a {
  text-indent: -999em;
}

* html .content .teaser a {
  text-indent: -999em;
}

* +html .content .teaser a {
  text-indent: -999em;
}

.content .nav a.download {
  background: url(/images/layout/redesign/download-app.jpg) no-repeat;  
  width: 294px;
  height: 46px;
  float: left;
  margin-left: -24px;
  position: relative;
  z-index: 1;
}

.content .nav a.blog {
  background: url(/images/layout/redesign/blog.jpg) no-repeat; 
  width: 86px;
  height: 86px;  
  float: right;
  margin-right: -24px;
  margin-top: -33px;
}

* html .content .nav a.blog {
  position: relative;
  z-index: 1;
}

.content .nav ul {
  margin-left: 53px;
  float: left;
}

.content .nav ul li,
.content .nav ul li a {
  float: left;
}

.content .nav ul li a {
  background: url(/images/layout/redesign/navi-sprite.jpg) no-repeat;  
  height: 33px;
  margin-top: 9px;
  display: block;
}

.content .nav ul li a:active {
  position: relative;
  top: 1px;
}

.content .nav ul li a.home {
  background-position: left top;
  width: 70px;
}

.content .nav ul li a.home:hover {
  background-position: left -35px;
}

.static_index .content .nav ul li a.home{
  background-position: left -70px;
}

.content .teaser {
  width: 820px;
  padding-top: 40px;
  border-top: 1px solid #fff;
  position: relative;
}

.content .teaser img {
  margin-left: 25px;
}

.content .teaser a {
  display: block;
  position: absolute;
  width: 216px;
  height: 43px;
  left: 348px;
  top: 276px;
  color: transparent;
}

.content .nav ul li a.about {
  background-position: -75px top;
  width: 118px;
}

.content .nav ul li a.about:hover {
  background-position: -75px -35px;
}

.static_aboutcencurio .content .nav ul li a.about {
  background-position: -75px -70px;
}

.content .nav ul li a.expert {
  background-position: -199px top;
  width: 132px;
}

.content .nav ul li a.expert:hover {
  background-position: -199px -35px;
}

.static_experts .content .nav ul li a.expert {
  background-position: -199px -70px;
}

.content .nav ul li a.mobile {
  background-position: -337px top;
  width: 84px;
}

.content .nav ul li a.mobile:hover {
  background-position: -337px -35px;
}

.static_product .content .nav ul li a.mobile {
  background-position: -337px -70px;
}

.content h1,
.content .section {
  padding-left: 20px;
  padding-right: 20px;
}

.news {
  background: url('../images/content/news_back.jpg') no-repeat;
  margin-top: 14px;
  margin-bottom: 38px;
  height: 30px;
}

.news .news_inhalt {
  background: url('../images/content/news_inhalt_back.jpg') no-repeat 1px 4px;
  height: 22px;
  padding-top: 7px;
  padding-left: 6px;
  margin-left: 3px;
}

.content .news .news_inhalt a {
  font-size: 12px;
  color: #4C4C4C;
  font-weight: bold;
}

#blog_list {
  font-size: 14px;
}

#blog_list a {
  display: block;
}

#blog_list a:hover {
  text-decoration: none;
}

#blog_list a:hover .title {
  text-decoration: underline;
}

#blog_list .title {
  margin-left: 32px;
  font-weight: bold;
  margin-right: 10px;
}

#blog_list .time {
  color: #888;
  display: inline;
  font-weight: normal;
  font-size: 11px;
}

.footer-wrapper {
  background: url(/images/layout/redesign/footer.jpg) #DADADA top repeat-x;
  max-width: 100%;
  min-width: 860px;
  padding-top: 5px;
  height: 310px;
  margin-top: 80px;
}

.footer-content {
  background: #DADADA;
  margin: 0 auto;
  width: 820px;
  padding: 20px;
}


.footer-content ul {
  height: 170px;
}

.footer-content ul li {
  float: left;
  width: 260px;
  margin-right: 20px;
}

.footer-content ul li h2 {
  padding-left: 7px;
  color: #999999;
  text-shadow: 0px 1px 0px #FFF;
  font-size: 14px;
  margin-bottom: 9px;
}

.footer-content ul li .article,
.footer-content ul li ul {
  background: url(/images/layout/redesign/box-back.jpg) #DADADA top repeat-x;
  height: 139px;
  width: 258px;
  padding: 1px;
}

.footer-content ul li .article img {
  float: left;
  width: 76px;
  margin-top: 15px;
}

.footer-content ul li .experts-partner img{
  margin-left: 14px;
  margin-top: 22px;
}

.footer-content ul li .article h3,
.footer-content ul li .article p {
  margin-left: 86px;
}

.footer-content ul li .article h3 {
  color: #666;
}

.footer-content ul li .article p a {
  background: #999;
  color: #fff;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footer-content ul li .article p a:hover {
  text-decoration: none;
  background: #666;
}

.footer-content ul li .article p a:active {
  position: relative;
  top: 1px;
}

.footer-content ul li .experts-partner p {
  margin-left: 100px;
}

.footer-content ul li .experts-partner h3 {
  margin-left: 0px;
  position: relative;
  left: -70px;
  width: 300px;
}

* html .footer-content ul li .experts-partner h3 {
  left: 0px;
  width: auto;
}

* +html .footer-content ul li .experts-partner h3 {
  left: 0px;
  width: auto;
}

.footer-content ul li .article h3 {
  margin-top: 12px;
  margin-bottom: 5px;
}

.footer-content ul li .article p {
  font-size: 11px;
  padding-right: 1px;
  color: #666;
}

.footer-content ul li ul {
  padding-top: 3px;
}

.footer-content ul li ul li {
  float: none;
  margin-right: 0px;
  height: 45px;
  width: 238px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-content ul li ul li a img {
  float: left;
  position: relative;
  top: -3px;
}

.footer-content ul li ul li a {
  background: url(/images/layout/redesign/follow.png) no-repeat right;  
  display: block;
  color: #666;
  height: 35px;
  padding-top: 10px;
}

.footer-content ul li ul li a:active {
  position: relative;
  top: 1px;
}

.footer-content ul li ul li a:hover {
  background: url(/images/layout/redesign/follow-hover.png) no-repeat right;  
  text-decoration: none;
  color: #555;  
}

.footer-content ul li ul li a strong {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}

.footer-content ul li ul li.xing {
  border-bottom: 1px solid #EAEAEA;
  height: 44px;
}

.footer-content ul li ul li.twitter {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EAEAEA;
  height: 43px;
}

.footer-content ul li ul li.twitter {
  border-top: 1px solid #FFF;
  height: 44px;
}

.footer-overview {
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  padding: 7px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}

* html .footer-overview .nav {
  width: 280px;
}

* +html .footer-overview .nav {
  width: 280px;
}

.footer-overview em {
  font-style: normal;
  font-weight: bold;
}

.footer {
  text-align: center;
  padding-top: 10px;
  color: #999;
}

.footer img {
  position: relative;
  top: 6px;
}

.controller_static h1 {
  color: #454545;
  text-shadow: 0px 1px 0px #fff;
  font-size: 24px;
  padding-left: 27px;
}

.controller_static .hgroup h2,
.partner h2 {
  color: #666;
  text-shadow: 0px 1px 0px #fff;  
  padding-left: 27px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: normal;
  margin-top: 3px;
}

.controller_static .hgroup {
  margin-bottom: 10px;
}

.static_press .aside {
  background: url(/images/layout/redesign/press-first.png) no-repeat;
  width: 98px;
  height: 40px;
  float: left;
  padding-left: 2px;
  padding-top: 4px;
  color: #0A4307;
  text-shadow: 0px 1px 0px #97D47E;
}

.static_press .press_item {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #CCCCCC;
}

.static_press .press_item.first {
/*  border-top: none;*/
}

.static_press .press_item a.right {
  background: url(/images/layout/redesign/first-down.png) center top no-repeat;
  width: 52px;
  height: 17px;
  font-size: 10px;
  text-align: center;
  padding-top: 28px;
}

.static_press .press_item a.right:hover {
  text-decoration: none;
  color: #333;
}

.static_press .press_item a.right:active {
  position: relative;
  top: 1px;
}

.static_press .press_item .article {
  margin-left: 120px;
}

.static_press .content h2 {
  font-size: 14px;
  padding-left: 29px;
  padding-right: 20px;  
  margin-top: 15px;
  color: #666;
}

.static_press .press_item h3 {
  color: #666666;
  font-size: 18px;
  padding-top: 12px;
}

.static_press .press-archive {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  padding-left: 20px;
  padding-right: 20px;  
}

.static_press .press-archive h2 {
  margin-bottom: 7px;
  padding-left: 9px;
  padding-right: 0px;  
}

.static_press .press-archive p {
  color: #888;
  padding-left: 9px;  
}

.static_press .aside strong {
  color: #fff;
  text-shadow: 0px -1px 0px #4A9526;
  font-size: 30px;
  float: left;
  width: 44px;
  text-align: center;
  margin-top: 9px;
}

.static_press .aside b {
  display: block;
  margin-left: 49px;
  margin-top: 2px;
}

.static_press .aside span {
  display: block;
  margin-top: -5px;
  margin-left: 49px;
}

.static_aboutcencurio .article,
.static_terms .article,
.static_imprint .article,
.static_contact .article,
.static_product .article {
  padding-left: 20px;
  padding-right: 20px;
  color: #666;
}

.static_aboutcencurio .article {
  padding-top: 45px;
}

.static_aboutcencurio .about-second {
  padding-top: 0px;
}

.static_aboutcencurio .about-second blockquote {
  color: #444;
}

.static_aboutcencurio .article img.left {
  position: relative; 
  top: -45px;
}

.static_aboutcencurio .content h1,
.static_terms .content h1,
.static_imprint .content h1,
.static_product .content h1 {
  margin-bottom: 40px;
}

.static_contact .content h1 {
  margin-bottom: 4px;
}

.static_contact .intro {
  text-shadow: 0 1px 0 #FFFFFF;
}

.static_imprint h2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  padding-left: 9px;
}

.static_aboutcencurio .about img,
.static_product .product img  {
  margin-right: 40px;
  margin-left: -10px;
}

.static_product .product h2 {
  background: url(/images/layout/redesign/product-cencurio.png) 0px 90px no-repeat;
  width: 527px;
  height: 64px;
  margin-left: 250px;
  text-indent: -999em;
  padding-top: 90px;
}

.static_product .product p {
  margin-left: 252px;
  line-height: 18px;
  margin-top: 10px;
}

.static_product .product a {
  background: url(/images/layout/redesign/large-download.png) no-repeat;  
  width: 176px;
  height: 44px;
  display: block;
  color: transparent;
  margin-left: 250px;
  margin-top: 20px;
}

.static_product .product-second img {
  margin-right: 0px;
}

.static_product .product-second h2 {
  background: url(/images/layout/redesign/product-impfpass.jpg) 0px 60px no-repeat;  
  margin-right: 0px;
  margin-left: 398px;
  width: 128px;
  padding-top: 60px;
}

.static_product #roentgenpass_app h2 {
  background: url(/images/layout/redesign/product-roentgenpass.png) no-repeat left bottom;
  padding-top: 10px;
}

.static_product .product-second a,
.static_product .product-second p {
  margin-right: 50px;
  margin-left: 0px;
  float: right;
}

.static_product .product-second p {
  width: 530px;
  text-align: right;
}

.static_product p.in-work {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  padding-left: 62px;
  color: #666;
}

.static_product p.in-work img {
  position: relative;
  left: -42px;
  display: block;
  margin-bottom: 4px;
}

.static_aboutcencurio .about-second .grey-box {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  width: 430px;
  padding-left: 10px;
  padding-right: 20px;
  color: #999;
}

.static_aboutcencurio .about p,
.static_aboutcencurio .about-second p {
  margin-bottom: 10px;
}

* html .static_aboutcencurio .about-second .grey-box {
  width: 360px;
}

.static_aboutcencurio .about-second img {
  margin-left: 40px;
}

.static_aboutcencurio .about .available {
  text-align: center;
  padding-top: 30px;
}


.static_experts .first-line {
  margin-top: 50px;
}

.static_experts .first-line .information {
  width: 300px;
}

.static_experts .second-line {
  margin-top: 75px;
}

.static_experts .second-line .information {
  width: 325px;
}

* html .static_experts .second-line .information {
  width: 300px;
}

.static_experts .article {
  color: #666;
}

.static_experts .first-line .information img {
  margin-right: 10px;
}

.static_experts .second-line .information img {
  margin-left: 10px;
}

.static_experts .first-line .hgroup h1 {
  font-size: 14px;
  padding-left: 0px;
}

.static_experts .first-line .hgroup h2 {
  font-size: 11px;
  color: #999;
  padding-left: 0px;  
}

.static_experts .article p {
  margin-bottom: 20px;
}

.static_experts .screenshot {
  position: relative;
}

.static_experts  a.prev-pic {
  position: absolute;
  width: 425px;
  height: 300px;
  top: 0px;
  left: 0px;
}

.static_experts .link {
  background: url('/images/experts/background_link.jpg') no-repeat;
  height: 30px;
  margin-top: 20px;
  padding-top: 4px;
  padding-left: 3px;
  width: 426px;
}

/***.default_section .link {
  margin-top: 20px;
}*/

.static_experts .link div {
  background: url('/images/experts/background_back_link.jpg') no-repeat;
  height: 23px;
  padding-left: 10px;
  padding-top: 3px;
  width: 111px;
}

.static_experts .link div a {
  color: #4C4C4C;
  font-size: 12px;
}

.static_experts .arztlink {
  color: #4C4C4C;
  display: block;
  padding-top: 2px;
  text-decoration: none;
}

.static_experts .arztlink_left {
  color: #4C4C4C;
  display: block;
  text-decoration: none;
  padding-top: -20px;
}


.partner {
  margin-top: 50px;
  border-top: 1px dotted #ccc;
  padding-top: 25px;
}

.partner div {
  width: 329px;
}

.partner div.left {
  width: 393px;
}

.partner h1,
.partner h2 {
  padding-left: 0px;
  padding-right: 0px;
}

.partner img {
  border: 1px solid #DDD;
}

.partner h2 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.experts h1 {
  color: #999999;
  font-size: 14px;
  margin-top: 50px;
  margin-left: 6px;
}

.footer h2 {
  color: #4C4C4C;
  font-size: 11px;
  margin-left: 10px;
  padding-top: 9px;
}

.experts img {
  margin-top: 8px;
}

.experts {
  padding-bottom: 36px;
}


.about_and_press h1 {
  margin-left: 26px;
  color: #999999;
  font-size: 14px;
  margin-top: 50px;
}

.about_and_press img {
  margin-left: 20px;
  margin-top: 8px;
}

.footer_text {
  border-top: 1px solid #CCCCCC;
  width: 820px;
}

.footer_text ul {
  margin-top: 9px;
  color: #666666;
  font-size: 11px;
}

.footer_text ul a {
  color: #666666;
}

.footer_text ul li {
  padding-right: 10px;
}

.footer_text span {
  color: #999999;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 95px;
}

.footer .follow_us {
  background: url('/images/footer/press.jpg') no-repeat;
  height: 140px;
  margin-left: 20px;
  width: 260px;
  display: block;
  margin-top: 8px;
}

.footer .follow_us img {
  background-position: center;
  margin-top: 10px;
  margin-left: 76px;
}

/* default section*/

.default_section .article {
  margin-top: 17px;
  margin-left: 0px;
  margin-bottom: 20px;
  padding-left: 17px;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  width: auto;
}

*html .default_section .article {
  margin: 0px;
  padding: 0px;
}

.default_section .linke_spalte {
  width: 388px;
}

.default_section .linke_spalte h1 {
  margin-top: 38px;
  margin-left: 0px;
  font-size: 16px;
  color: #666666;
  width: 219px;
  padding-bottom: 10px;
}

.default_section .linke_spalte img {
  margin-top: 24px;
  padding-right: 17px;
  padding-bottom: 5px;
}

.default_section .linke_spalte .image_left {
  padding-right: 35px;
}

.default_section .rechte_spalte {
  /*background: #666666;
    width: 390px;
    height: 208px;*/
  margin-top: 37px;
}



/* end default section*/


/* Experten Seite styling*/

.default_section .article_small {
  font-size: 12px;
}

/* ende Experten SEti styling*/


/* AGB Seite styling*/
.static_agb .sidebar {
  margin-left: 42px;
  margin-bottom: 234px;
  margin-top: -20px;
  width: 250px;
}

.static_agb .sidebar_top {
  background: url('/images/terms/sidebar_back_top.jpg') no-repeat;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-left: 10px;
  padding-top: 6px;
  width: 250px;
}

.static_agb .sidebar_content {
  background: url('/images/terms/sidebar_back.jpg') repeat-y;
  color: #4C4C4C;
  padding-left: 10px;
  padding-top: 10px;
  width: 250px;
}

.static_agb .sidebar_bottom {
  background: url('/images/terms/sidebar_back_bottom.jpg') no-repeat;
  height: 7px;
  width: 250px;
}
/* Ende AGB Seite styling*/


/* Impressum Seite styling*/

.static_imprint .sidebar {
  margin-left: 42px;
  margin-bottom: 234px;
  margin-top: -20px;
  width: 250px;
}

.static_imprint .sidebar_top {
  background: url('/images/terms/sidebar_back_top.jpg') no-repeat;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-left: 10px;
  padding-top: 6px;
  width: 250px;
}

.static_imprint .sidebar_content {
  background: url('/images/terms/sidebar_back.jpg') repeat-y;
  color: #4C4C4C;
  padding-left: 10px;
  padding-top: 10px;
  width: 250px;
}

.static_imprint .sidebar_bottom {
  background: url('/images/terms/sidebar_back_bottom.jpg') no-repeat;
  height: 7px;
  width: 250px;
}

.static_imprint p{
  margin-bottom: 20px;
}

.static_imprint dl {
  width: 50%;
}

.static_imprint dt {
  clear: both;
  color: #999999;
  font-weight: bold;
  padding-left: 9px;
}

.static_imprint dd {
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 9px;  
}

.static_imprint .right dd {
  margin-left: 0px;
  color: #999;
}

.static_imprint a {
  color: #666666;
  text-decoration: none;
}
/* Ende Impressum Seite styling*/


/* Kontakt Seite styling*/
.static_contact .sidebar {
  margin-left: 42px;
  margin-bottom: 234px;
  margin-top: -20px;
  width: 250px;
}

.static_contact .sidebar_top {
  background: url('/images/terms/sidebar_back_top.jpg') no-repeat;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-left: 10px;
  padding-top: 6px;
  width: 250px;
}

.static_contact .sidebar_content {
  background: url('/images/terms/sidebar_back.jpg') repeat-y;
  color: #4C4C4C;
  padding-left: 10px;
  padding-top: 10px;
  width: 250px;
}

.static_contact .sidebar_bottom {
  background: url('/images/terms/sidebar_back_bottom.jpg') no-repeat;
  height: 7px;
  width: 250px;
}

.static_contact .article_contact {
  width: 568px;
}

.static_contact .kontaktformular .error_field {
}

.errors {
  color: #666666;
}

.errors h3 {
  color: #930001;
  font-size: 16px;
}

.errors ul {
  margin-bottom: 20px;
  margin-top: 10px;
}

.static_contact .kontaktformular .error_field input {
  border: 1px solid #930001;
}

.static_contact .kontaktformular .error_field textarea {
  border: 1px solid #930001;
}

.static_contact .form-wrapper {
  margin-top: 25px;
  border-top: 1px dotted #ccc;
  padding-top: 25px;
}

.static_contact .kontaktformular {
  margin: 0 auto;
  width: 419px;
  position: relative;
  left: -50px;
}

.static_contact .kontaktformular label {
/*  background: url('/images/contact/label_back.jpg') no-repeat;*/
  color: #666666;
  font-size: 14px;
  display: block;
  height: 30px;
  padding-top: 6px;
  padding-left: 13px;
  width: 122px;
  font-weight: bold;
}

.static_contact .kontaktformular .form_item {
  margin-bottom: 16px;
}

.static_contact .kontaktformular .check_item {
  display: none;
}

.static_contact .kontaktformular input, 
textarea {
  background: #FFF;
  border: 1px solid #CDCDCD;
  color: #7F7F7F;
  font-size: 14px;
  font-family: Helvetica, Arial;
  padding: 6px;
  width: 270px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.static_contact .kontaktformular textarea {
  height: 130px;
}

.static_contact .kontaktformular .submit {
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 170px;
  margin-top: 15px;
}

.static_contact .success {
  font-size: 18px;
  color: #489E36;
  margin-bottom: 25px;
  font-style: italic;
} 

/* Ende Kontakt Seite styling*/



/* Nutzungsbedingungen Seite styling*/


.static_terms .article h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.static_terms .article ol li {
  list-style-type: decimal;
  margin-left: 19px;
  margin-bottom: 15px;
}


.static_terms .sidebar {
  margin-left: 42px;
  margin-bottom: 234px;
  margin-top: -20px;
  width: 250px;
}

.static_terms .sidebar_top {
  background: url('/images/terms/sidebar_back_top.jpg') no-repeat;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-left: 10px;
  padding-top: 6px;
  width: 250px;
}

.static_terms .sidebar_content {
  background: url('/images/terms/sidebar_back.jpg') repeat-y;
  color: #4C4C4C;
  padding-left: 10px;
  padding-top: 10px;
  width: 250px;
}

.static_terms .sidebar_bottom {
  background: url('/images/terms/sidebar_back_bottom.jpg') no-repeat;
  height: 7px;
  width: 250px;
}
/* Ende Nutzungsbedingungen Seite styling*/

/* Über Cencurio Seite styling*/
/*.static_aboutcencurio .article {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 700px;
}

.static_aboutcencurio .image_left {
  padding-right: 35px;
  margin-top: 43px;
}

.static_aboutcencurio .image_right {
  padding-left: 50px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.static_aboutcencurio .article_aboutcencurio {
  margin-top: 30px;
  width: 460px;
}

.static_aboutcencurio .available_but {
  margin-left: 14px;
  margin-top: -15px;
}

.static_aboutcencurio .grey_box_text {
  background: #E6E6E6;
  font-size: 12px;
  padding: 15px;
}*/

/* Ende Über Cencurio Seite styling*/
