/***************************************************************
*  Copyright notice
*
*  (c) 2012 Makiman
*  All rights reserved
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/

html {
    height: 100%;
    width: 100%;
}

body {
  background-color: #e8e3d1;
  font-family: Arial, Verdana, sans-serif;
  color: #333333;
  width: 100%;
  font-size: 100.01%;
  padding: 30px 0 20px 0;
  text-align: center;
}

* {
  padding: 0;
  margin: 0;
}

input, textarea {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-family: Arial, Verdana, sans-serif;
  margin: 0;
  background-color: #ffffff;
}

.cl {
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

p {
  line-height: 18px;
  font-size: 12px;
}

p.bodytext {
  line-height: 18px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

a img {
  border: 0;
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nowrap {
        white-space: nowrap;
}

table {
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        empty-cells: show;
} 


/* STYLES LAYOUTGERUEST */

#page {
        width: 940px;
        margin: auto;
}

#pageShadow {
        width: 550px;
        position: absolute;
        background-image: url('/fileadmin/makiman/img/zentral/bg_karte_right.png');
        background-repeat: no-repeat;
        background-position: right bottom;
}

#page .pageLeft {
        width: 546px;
        float: left;
}

#page .pageRight {
        width: 394px;
        height: 720px;
        background-repeat: no-repeat;
        float: left;
}

#page .pageGalerie {
        width: 940px;
        height: 720px;
        padding: 0;
        float: left;
        background-image: url('/fileadmin/makiman/img/zentral/bg_galerie.png');
        background-repeat: no-repeat;
        background-position: 0 0;
}


/* HEAD */

#head {
        height: 140px;
        margin: 0;
}

.headBG  {
        background-image: url('/fileadmin/makiman/img/zentral/bg_head.png');
        background-repeat: no-repeat;
        background-position: 0 0;
}


/* HAUPTNAVI */

#hauptnavi {
        width: 100%;
        height: 30px;
        padding: 0;
        margin: 0;
        background-color: #e8e8e8;
        text-align: left;
        float: left;
}

/* HAUPTCONTENT */

#content {
        height: 750px;
        padding: 0 33px 0 30px;
        margin: 0;
        background-color: #fefbfd;
}

#contentFooter {
        height: 81px;
        padding: 0;
        margin: 0;
}

#contentKarte {
        min-height: 580px;
        padding: 0 33px 0 30px;
        margin: 0;
        background-color: #fefbfd;
}

#contentKarteAbschluss  {
        height: 5px;
}

#contentGalerie {
        padding: 0 0 0 160px;
        margin: 0;
}

#contentContact {
        height: 750px;
        padding: 0 33px 0 30px;
        margin: 0;
        background-image: url('/fileadmin/makiman/img/zentral/bg_galerie.png');
        background-repeat: no-repeat;
        background-position: 0 bottom;
}


#content .cMain,
#contentKarte .cMain,
#contentContact .cMain,
#contentGalerie .cMain {
        padding-top: 30px;
        text-align: left;
        float: left;
}

#contentContact .cLeft {
        width: 283px;
        padding-top: 30px;
        margin-right: 20px;
        text-align: left;
        float: left;
}

#contentContact .cLeft a,
#contentContact .cLeft a:active {
        color: #333333;
        text-decoration: underline;
}

#contentContact .cRight {
        width: 180px;
        padding-top: 30px;
        margin-top: 40px;
        text-align: left;
        float: left;
}

#contentContact .cRight a {
        color: #333333;
}


/* CONTENT INFO */

#logo {  
        /* height: 414px; */    
        height: 410px;
        margin: 30px 30px 0 0;
        text-align: right;
}

#contentInfo {
        height: 390px;
        padding: 0 0 0 15px;
        margin: 0;
        background-image: url('/fileadmin/makiman/img/zentral/bg_right.png');
        background-repeat: no-repeat;
        background-position: 0 0;
}

#contentInfo .cMain {
        padding-top: 18px;
        text-align: left;
        float: left;
}


/* STYLES FOOTER */

#footer,
#footerKarte {
        padding: 10px 30px 10px 0;
        font-size: 11px;
        text-align: right;
}

#footerKarte {
        margin-top: 276px;
}

#footer a,
#footer a:active,
#footerKarte a,
#footerKarte a:active {
        color: #333333;
        text-decoration: underline;
}

#footer a:hover,
#footerKarte a:hover {
        color: #ff0000;
        text-decoration: underline;
}