body {
    padding: 0;
    margin: 20px;
    color: #6f5845;
    font-family: Arial;
    font-size: 12px;
    background: #f9f8f8 url('/images/bg.png') repeat-x;
}
a {
    color: #323232;
    text-decoration: none;
    border-bottom: 1px solid #e1dcd8
}
a img {
    border: none
}
table tbody th {
    vertical-align: top;
    text-align: right;
}
table tbody th label {
    padding: 5px;
    padding-right: 10px;
}
input, select, textarea {
    border: 1px solid #e1dcd8;
    font-size: 11px;
    padding: 2px
}
input:focus, select:focus, textarea:focus {
    border: 1px solid #6f5845;
}
input[type="submit"] {
    background-color: #6f5845;
    color: #fff;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    cursor: pointer
}
#main {
    margin: 0 auto;
    width: 800px;
    box-shadow: 0 5px 10px #6f5845;
    -moz-box-shadow: 0 5px 10px #6f5845;
    -webkit-box-shadow: 0 5px 10px #6f5845;
    background-color: #fff;
    border: 10px solid #fff;
}
h1, h2, h3 {
    padding-left: 15px;
    border-bottom: 2px solid #e1dcd8;
    margin-right: 15px
}
h1 {
    font-size: 17px;
    text-shadow: 2px 2px 5px #e1dcd8;
    margin-bottom: 30px
}
h2 {
    font-size: 15px;
    text-shadow: 2px 2px 5px #e1dcd8;
}
#menu {

}
#menu ul {
    background-color: #fff;
    list-style-type: none;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px  solid #e1dcd8;
    width: 660px;
    margin: 0 auto;
    box-shadow: 0 3px 10px #B39E8D;
    -moz-box-shadow: 0 3px 10px #B39E8D;
    -webkit-box-shadow: 0 3px 10px #B39E8D;
}
#menu ul li {
    display: block;
    float: left;
    border-bottom: 1px solid #e1dcd8
}
#menu ul li ul {
    position: absolute;
    display: none;
    background-color: #e1dcd8;
    width: 130px;
}
#menu ul li:hover ul {
    display: block
}
#menu ul li ul li {
    padding: 0;
    clear: both
}
#menu ul li ul li a {
    text-align: center;
    padding: 5px;
    font-size: 11px;
}
#menu ul li ul li:last-child a {
    border-left: 0
}
#menu ul li:hover {
/*	background-color: #e1dcd8; */
    background: url("/images/menubg.png") repeat-x;
    border-bottom: 1px solid #6f5845;
}
#menu ul li a {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #664930;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    padding-top: 50px;
    width: 120px
}
#logo {
    text-align: center;
    float: left;
    width: 200px
}
#logo a {
    color: #323232;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none
}
#content {
    border-top: 10px solid #e1dcd8;
    padding: 10px
}
#footer {
    font-size: 11px;
    margin: 15px auto;
    width: 720px;
    text-align: center;
}

#footer a {
    color: #6f5845
}

.clear {
    clear: both
}
.boxLeft {
    float: left
}

.boxRight {
    float: left
}

.minisearchbox {
    display: none;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}



.expose_pics td {
    width: 200px;
    text-align: center;
    padding-top: 20px
}

/* Expose list */
.exposelist td {
    padding: 10px;
}
.exposelist h2 {
    margin: 0;
    padding-left: 0;
}
.exposelist .imagebox {
    box-shadow: 0 2px 8px #B39E8D;
    -moz-box-shadow: 0 2px 8px #B39E8D;
    -webkit-box-shadow: 0 2px 8px #B39E8D;
}
.exposelist .exposeDesc {
    padding-top: 15px;
    width: 380px;
    display: block
}
.exposelist .exposeQuickInfos {
    padding: 5px;
    font-size: 11px
}
.exposelist .exposeQuickInfos span {
    width: 150px;
    float: left;
    display: block
}
.exposelist tr:hover .exposeQuickInfos {
    background-color: #F2ECE9;
}
.exposePic {
    text-align: center
}
.exposePic img {
    border: 2px solid #eee;
    box-shadow: 0 2px 8px #B39E8D;
    -moz-box-shadow: 0 2px 8px #B39E8D;
    -webkit-box-shadow: 0 2px 8px #B39E8D;
}

.exposeDescription {
    float: left;
    width: 600px;
    padding-right: 25px
}


.padding10 {
    padding: 10px;
}
.paddingLeft30 {
    padding-left: 30px
}
.margin10 {
    margin: 10px
}

.width470 {
    width: 470px
}
.width280 {
   width:280px;
   padding-left:30px
}
.width550 {
    width:550px
}






.menuleft {
    list-style-type: none;
    padding: 0
}
.menuleft ul {
    list-style-type: none;
    padding: 10px
}
.menuleft li ul li:before {
    content: "\00BB \0020";
}
	
.menuboxleft {
    background: #fff url('/images/bgmenuleft.png') repeat-x;
    padding: 15px;
    width: 170px;
    margin-right: 20px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
}
.lighting {
    background-color: #e1dcd8!important
}


.imgheadline {
    padding: 0
}


.contactForm .error_list {
    display: none
}
.contactForm input, .contactForm textarea {
    width: 200px;
}
.contactForm ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 20px
}

.thumbs {
    margin: 0 auto;
    list-style-type: none
}
.thumbs li {
    float: left;
    padding: 10px;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.pagination a, .current {
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border: none
}
.pagination b {
    border: 1px solid #ccc;
    padding: 1px;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #E1DCD8
}
#slideshow {
    margin: 20px
}


.thumbs li img, .minithumbs img {
    box-shadow: 0 5px 6px #D4D4D4;
    -moz-box-shadow: 0 3px 6px #D4D4D4;
    -webkit-box-shadow: 0 3px 6px #D4D4D4;
}
#slideshow img {
    box-shadow: 0 5px 10px #6f5845;
    -moz-box-shadow: 0 5px 10px #6f5845;
    -webkit-box-shadow: 0 5px 10px #6f5845;
}

.minithumbs img {
    opacity: 0.8
}

.minithumbs img:hover {
    opacity: 1
}

.minithumbs {
    width: 250px;
}


.objectdata tr td {
    width: 225px
}

.MsoNormal {
    margin: 0
}


#likeBoxFb, #likeBoxFb div, #likeBoxFb .fbConnectWidgetTopmost {
    border: none !important
}

.newsitem {
    border: 1px solid #fff;
    padding: 5px
}
.newsitem:hover {
    border: 1px solid #D4D4D4;
}
.newsitempic {
    float:left;
    width:70px;
    display:block;
    padding-right: 4px
}
.newsitemdesc strong {
    margin-top: 5px;
    display: block;
}
.newsitemdesc small {
    display: block;
    margin-top: 5px
}

.allnews {
    float: right;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #D4D4D4
}
.allnews:hover {
    background-color: #D4D4D4
}

.tagCloud {
    opacity: 0.5;
}
.tagCloud:hover {
    opacity: 1;
}
.tagCloud a:hover {
    text-decoration: underline
}


.tag {
	padding-right: 20px;
}
.tag:hover {
	text-decoration: underline;
	background-image: url(/images/icons/edit.png);
	background-repeat: no-repeat;
	background-position: right;
}

.mytags {
	text-align: justify;
	width: 100%
}

.error_list {
    padding: 0 0 0 10px;
    color: red;
    list-style-type: none;
}


.agbs {
    width: 100%;
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}


#sortMenu {
    width: 100%;
    text-align: right
}












.customerList div.customer {
    width: 170px;
    height: 40px;
    float: left;
    padding: 10px;
}
.customerList div.customer:hover {
    background-color: #f6e4fe;
}
.customerList .customer .more {
    position: relative;
    display: block;
    width: 50px
}
.customerList .customer .more .moreInfos {
    display: none;
    position: absolute;
    top: 15px;
    left: 0
}
.customerList .customer .more:hover .moreInfos {
    display: block;
    z-index: 2;
    width: 150px;
    padding: 10px;
    background-color: #E1DCD8;
    box-shadow: 0 2px 8px #B39E8D;
    -moz-box-shadow: 0 2px 8px #B39E8D;
    -webkit-box-shadow: 0 2px 8px #B39E8D;
}



#expose_contact .error_list {
        margin: 0;
        padding: 0;
        color: red;
        font-size: 11px;
        list-style-type: none
}
#expose_contact input, #contact_salutation, #contact_message {
        width: 150px;
        margin: 2px;
        padding: 1px
}
#sendbutn {
        font-weight: bold;
        padding: 4px;
        float: right;
        opacity: 0.6;
        margin-right: 20px!important;
}
