/*
Theme Name: BCH default
Theme URI: http://www.bch.de/
Description: Custom theme for BCH
Version: 1.0
Author: Business Club Hamburg
Author URI: http://www.bch.de/
Template: bp-default
Tags: buddypress, bch, custom
*/



/*--------------------------------------------------------------
1.0 - Reset - Reset default browser CSS. Based on work by Eric
Meyer: v1.0  http://meyerweb.com/eric/tools/css/reset/index.html
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{background:#fff;line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a img{border:none;}




/*--------------------------------------------------------------
2.2 - Header
--------------------------------------------------------------*/
#header {
	background: #1fb3dd; /* Old browsers */
	background: -moz-linear-gradient(top, #1fb3dd 0%, #1fb3dd 15%, #394c79 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb3dd), color-stop(15%,#1fb3dd), color-stop(100%,#394c79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* IE10+ */
	background: linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	height: auto;
	margin-bottom: 20px;
	padding-top: 25px;
	position: relative;
	z-index: 1000;
}
#header #search-bar {
	margin-top: 5px;
	text-align: right;
	width: 100%;
}
#header #search-bar .padder {
	padding: 10px 15px 0 20px;
	height: auto;
}
#header #search-bar input[type=text] {
	border: 1px inset #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 4px;
	padding: 2px;
}
#header #search-bar input[type=submit] {
	font-size: 11px;
	padding: 1px 4px;
	margin-left: 4px;
}
#header h1 {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
#header h1 a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
}


/*--------------------------------------------------------------
2.3 - Footer
--------------------------------------------------------------*/
#footer {
	margin: 20px 0;
}
#footer-widgets {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 19px;
}
#site-generator {
	color: #4D4D4D;
	margin: 20px 20px;
	text-align: center;
	text-shadow: #fafafa 1px 1px 0;
}
#footer-widget-area {
	margin-top: -19px;
	overflow: hidden;
}
#footer-widget-area div.widget-area > ul {
	float: left;
	margin-right: 2.5%;
	width: 23%;
}
#footer-widget-area div.widget-area > ul > li {
	margin-top: 19px;
}
#footer-widget-area h3.widgettitle {
	background: #eaeaea;
	clear: left;
	padding: 5px 15px;
	font-size: 12px;
	margin: 0 0 10px 0;
}
#footer-widget-area div div.item-options {
	margin-left: 0;
	margin-right: 0;
}
#footer-widget-area ul.item-list li img.avatar {
	margin-left: 15px; /* border is 4px */
}
div#fourth ul.xoxo { margin-right: 0; }


/*--------------------------------------------------------------
2.4 - Sidebar
--------------------------------------------------------------*/
div#sidebar {
	border-left: 1px solid #ddd;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	float: left;
	margin-left: -226px;
	margin-top: 1px;
	width: 224px;
}
div#sidebar div#sidebar-me,
div#loginbox div#sidebar-me{
	margin-bottom: 5px;
}
div#sidebar div#sidebar-me img.avatar,
div#loginbox div#sidebar-me img.avatar {
	float: left;
	margin: 0 10px 15px 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
div#sidebar div#sidebar-me h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
}
div#sidebar ul#bp-nav {
	clear: left;
	margin: 15px -16px;
}
div#sidebar ul#bp-nav li {
	padding: 10px 15px;
}
div#sidebar h3.widgettitle {
	background: #eaeaea;
	clear: left;
	font-size: 12px;
	margin: 25px -20px 10px -19px;
	padding: 5px 15px;
}
#footer-widget-area .widget_search,
div#sidebar .widget_search {
	margin-top: 20px;
}
#footer-widget-area .widget_search input[type=text],
div#sidebar .widget_search input[type=text] {
	padding: 2px;
	width: 110px;
}
#footer-widget-area ul.item-list img.avatar,
div#sidebar ul.item-list img.avatar {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
#footer-widget-area div.item-avatar img,
div#sidebar div.item-avatar img {
	height: 40px;
	margin: 1px;
	width: 40px;
}
#footer-widget-area .avatar-block,
div#sidebar .avatar-block {
	overflow: hidden;
}
#footer-widget-area ul.item-list div.item-title,
div#sidebar ul.item-list div.item-title {
	font-size: 12px;
}
#footer-widget-area div.item-options,
div#sidebar div.item-options {
	background: #f5f5f5;
	font-size: 11px;
	margin: -10px -20px 0 -19px;
	padding: 5px 15px;
}
#footer-widget-area div.item-content {
	margin-left: 38px;
}
#footer-widget-area div.item-meta,
div#sidebar div.item-meta,
div#sidebar div.item-content {
	font-size: 11px;
	margin-left: 38px;
}
#footer-widget-area div.tags div#tag-text,
div#sidebar div.tags div#tag-text {
	font-size: 1.4em;
	line-height: 140%;
	padding: 10px 0 15px;
}


/*--------------------------------------------------------------
3.0 - Non-structural
--------------------------------------------------------------*/
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
.accessibly-hidden {
	left: -999em;
	position: absolute;
}
hr {
	background-color: #e7e7e7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
textarea {
	resize: vertical;
}


/*--------------------------------------------------------------
3.1 - Text
--------------------------------------------------------------*/
big {
	font-size: 18px;
}
del {
	text-decoration: line-through;
}
ins {
	background: #fff9db;
	text-decoration: none;
}
sub {
	top: .5ex;
}
sup {
	bottom: 1ex;
}
sub,
sup {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
pre, blockquote {
	margin-bottom: 20px;
}
pre,
code p {
	background: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	overflow: auto;
}
code {
	font-family: "Monaco", courier, sans-serif;
}
blockquote {
	font-family: georgia, times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 0 3em;
	quotes: none;
}
blockquote p {
	margin-bottom: 15px !important;
}


/*--------------------------------------------------------------
3.2 - Headers
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 5px 0 15px 0;
}
h1 {
	font-size: 28px;
	margin-bottom: 25px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	margin-bottom: 0;
}
h6 {
	font-size: 12px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
3.3 - Lists
--------------------------------------------------------------*/
div.page ul,
div.page ol,
div.page dl,
div.post ul,
div.post ol,
div.post dl {
	margin: 0 0 18px 1.5em;
}
div.page ul,
div.post ul {
	list-style: square;
}
div.page ol,
div.post ol {
	list-style: decimal;
}
div.page ol ol,
div.post ol ol {
	list-style: lower-alpha;
}
div.page ol ol ol,
div.post ol ol ol {
	list-style: lower-roman;
}
dl {
	margin-left: 0;
}
dt {
	font-size: 14px;
	font-weight: bold;
}
dd {
	margin: 0 0 15px 0;
}
div.post ul ul,
div.post ol ol,
div.post ol ul,
div.post ul ol,
div.page ul ul,
div.page ol ol,
div.page ol ul,
div.page ul ol {
	margin-bottom: 0px;
}


/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
a {
	color: #1fb3dd;
}
a:hover,
a:active {
	color: #888;
}
a:focus {
	outline: 1px dotted #ccc;
}
#navigation {
	position: relative;
	text-align: right;
	width: 100%;
}
#nav {
	margin: 40px 20px 0 0;
	list-style: none;
	padding: 0;
	position: relative;
	right: auto;
	bottom: 0;
}
#nav li a {
	background: url( ../images/60pc_black.png );
	color: #fff;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	text-align: left;
}
#nav li {
	margin-left: 5px;
	display: inline-block;
}
#nav li li {
	margin-left: 0;
}
#nav > li > a {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a {
	background: #f5f5f5;
	color: #4D4D4D;
}
#nav > li > ul {
	border-top-width: 0;
}
#nav > ul li.sfhover a,
#nav > ul li:hover a {
	background: #333;
	color: #fff;
}
#nav li.sfhover,
#nav li:hover {
	position: relative;
	z-index: 1000;
}
#nav ul {
	border: 1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#nav ul li ul {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav ul,
#nav .sfhover ul ul,
#nav :hover ul ul {
	left: -9999px;
	position: absolute;
}
#nav .sfhover ul,
#nav :hover ul {
	left: 0;
	top: 100%;
	width: 128px;
}
#nav .sfhover ul li > a,
#nav :hover ul li > a {
	background: #333;
	color: #fff;
}
#nav .sfhover ul .sfhover > ul,
#nav :hover ul :hover > ul {
	left: 125px;
	top: -1px;
	width: 128px;
}
#nav ul li.sfhover > a,
#nav ul li:hover > a {
	background-color: #222;
	color: #fff;
}
#nav .sfhover ul li,
#nav :hover ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 128px;
}
#nav .sfhover ul li a,
#nav :hover ul li a {
	padding: 0 0;
}


/*--------------------------------------------------------------
4.1 - Pagination
--------------------------------------------------------------*/
div.pagination {
	/*background: #EDE9E6;*/
	border: none;
	color: #888;
	font-size: 11px;
	height: 19px;
	margin:0;
	padding: 5px 20px;
	position: relative;
	clear:both;
}
div.pagination .pag-count {
	float: left;
}
div.pagination .pagination-links {
	float: right;
}
div.pagination .pagination-links span,
div.pagination .pagination-links a {
	font-size: 12px;
	padding: 0 5px;
}
div.pagination .pagination-links a:hover {
	font-weight: bold;
}
div#pag-bottom {
	margin-top: -1px;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}


/*--------------------------------------------------------------
5.0 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 - Alignments
--------------------------------------------------------------*/
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: left;
}


/*--------------------------------------------------------------
5.2 - Comments
--------------------------------------------------------------*/
.navigation,
.paged-navigation,
.comment-navigation {
	overflow: hidden;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 25px 0;
	padding: 5px 0;
}
.comments {
	float: right;
}
#trackbacks {
	margin-top: 30px;
}
.commentlist .bypostauthor {
}
#comments {
	margin-top: 30px;
}
#comments ol.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 30px 0;
}
#comments ol.commentlist ol {
	list-style-type: decimal;
	margin: 0 0 18px 2.5em;
}
#comments ol.commentlist ol ol {
	list-style: lower-alpha;
	margin-bottom: 0px;
}
#comments ol.commentlist ol ol ol {
	list-style: lower-roman;
}
ol.commentlist li.comment {
	border-top: 1px solid #e4e4e4;
	clear: left;
	list-style: none;
	margin-bottom: 15px;
}
ol.commentlist ul.children li {
	margin-bottom: 0;
}
ol.commentlist div.comment-avatar-box {
	float: left;
	margin: 15px 15px 0 0;
}
.commentlist ul.children div.comment-avatar-box {
	float: left;
	margin: 0 10px 0 0;
}
div.comment-avatar-box img {
	border: 2px solid #eee;
}
div.comment-content {
	overflow: hidden;
}
ul.children .comment-entry {
	margin-bottom: 10px;
}
div.comment-meta {
	color: #888;
	font-size: 11px;
	margin: 15px 0;
	width: 100%;
}
div.comment-meta em {
	font-style: normal;
}
#reply-title {
	margin-top: 0;
}
#reply-title small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#reply-title small a {
	margin-right: 0;
}
.commentlist ul.children {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0 15px 70px;
	padding: 0 10px;
}
.commentlist ul.children ul {
	margin: 0 0 0 25px;
	padding-right: 0;
}
.commentlist ul.children img.avatar {
	border-style: none;
	height: 25px;
	margin: 0;
	width: 25px;
}
.commentlist ul.children div.comment-meta {
	font-size: 11px;
	margin: 0 0 10px 0;
}
.commentlist ul.children li {
	border-top: 2px solid #fffeff;
	padding-top: 10px;
}
.commentlist ul.children li:first-child {
	border-top: none;
}
.commentlist ul.children ul li:first-child {
	border-top: 2px solid #fffeff;
}
#respond {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	margin-top:20px;
}
#respond .avb img {
	float: inherit;
}
#respond .comment-avatar-box {
	float: left;
	margin: 0 15px 0 0;
}
#respond .form-submit {
	margin-bottom: 0;
}
ol.commentlist #respond {
	clear: left;
	margin-left: 70px;
}
.commentlist ul.children #respond {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 20px;
}
h3#reply .comments-header {
	font-size: 14px;
}
#respond div.comment-content {
	border-style: none;
}
#nav-below {
	margin: 0 0;
	padding: 0 0;
}
#nav-above {
	margin: 0 0 15px;
	padding: 0;
}
.comment-options {
	margin: 10px 0 2px;
}
.comment-options .comment-reply-link,
.comment-options .comment-edit-link {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	margin-right: 5px;
	padding: 4px 8px;
}
.commentlist ul.children div.comment-options {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
5.3 - Gallery
--------------------------------------------------------------*/
.gallery {
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
    }
    .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    }
    .gallery img {
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	
    }
    .gallery .gallery-caption {
    margin-left: 0;
    }
    .gallery br { clear: both }
    /* available Columns */
    .col-2 { width: 50% }
    .col-3 { width: 33.333% }
    .col-4 { width: 25% }
    .col-5 { width: 20% }
    .col-6 { width: 16.666% }
    .col-7 { width: 14.285% }
    .col-8 { width: 12.5% }
    .col-9 { width: 11.111% }

/*--------------------------------------------------------------
5.4 - Images
--------------------------------------------------------------*/
img.avatar {
	float: left;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;

}
img.wp-smiley {
	border: none !important;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}


/*--------------------------------------------------------------
5.5 - Posts
--------------------------------------------------------------*/
div.page,
div.post,
div.attachment {
	margin: 0 0 15px 0;
	overflow: hidden;
}
div.page:last-child,
div.post:last-child,
#item-body:last-child,
#trackbacklist {
	margin-bottom: 0;
}
h2.posttitle {
	line-height: 120%;
	margin: 0;
}
h2.pagetitle {
	line-height: 120%;
}
h2.pagetitle a,
h2.posttitle a {
	color: #666;
	text-decoration: none;
}
.edit-link,
.page-link {
	clear: both;
	font-weight: bold;
}
div.post table,
div.page table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
div.post table th,
div.page table th {
	border-top: 1px solid #eee;
	text-align: left;
}
div.post table td,
div.page table td {
	border-top: 1px solid #eee;
}
div.author-box {
	background: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	font-family: georgia, times, serif;
	font-style: italic;
	margin: 0 15px 15px 0;
	padding: 10px;
	text-align: center;
	width: 70px;
}
div.author-box p {
	word-wrap: break-word;
}
div.author-box p,
div.comment-avatar-box p {
	margin: 5px 0 0;
}
div.author-box a,
div.comment-avatar-box a {
	text-decoration: none;
}
div.author-box img {
	float: none;
	border: 4px solid #fff;
	margin: 0;
}
div.post-content {
	margin-left: 105px;
}
p.date span:first-child {
	font-style: italic;
}
div.post .entry {
	margin-bottom: 15px;
}
p.date,
p.postmetadata {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	color: #888;
	font-family: Georgia, times, serif;
	font-size: 12px;
	margin: 10px 0;
	padding: 3px 0;
}
p.postmetadata {
	clear: left;
	overflow: hidden;
}
.page .tags,
.post .tags {
	float: left;
}
span.sticky-post {
	font-style: normal;
}


/*--------------------------------------------------------------
6.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 - Activity
--------------------------------------------------------------*/
#activity-stream {
	margin-top: 0;
}
#item-body form#whats-new-form {
	border-bottom: 1px solid #DCD3CB;
	margin: 20px 0 10px;
	padding-bottom: 20px;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-weight: normal;
	margin: 0;
	margin-left: 76px;
	padding: 0 0 3px 0;
}
form#whats-new-form #whats-new-avatar {
	float: left;
}
form#whats-new-form #whats-new-content {
	margin-left: 54px;
	padding-left: 22px;
}
form#whats-new-form textarea {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	padding: 6px;
	width: 98%;
}
body.no-js form#whats-new-form textarea {
	height: 50px;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
	float: right;
}
#whats-new-options {
	overflow: auto;
	clear:both;
	height: 0;
}
body.no-js #whats-new-options {
	height: auto;
}
#whats-new:focus {
	color: #504B45;
	background-color: #E5DFDA;
}

/*--------------------------------------------------------------
6.1.1 - Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
}
.activity-list .activity-avatar {
	float: left;
}
ul.activity-list > li:first-child {
	padding-top: 5px;
}
ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-list li.mini {
	font-size: 11px;
	min-height: 35px;
	padding: 15px 0 0 0;
	position: relative;
}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}
body.activity-permalink .activity-list > li:first-child {
	padding-top: 0;
}
.activity-list li .activity-content {
	position: relative;
}
.activity-list li.mini .activity-content p {
	margin: 0;
}
.activity-list li.mini .activity-comments {
	clear: both;
	font-size: 12px;
}
body.activity-permalink li.mini .activity-meta {
	margin-top: 4px;
}
.activity-list li .activity-inreplyto {
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
	color: #888;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 25px;
}
.activity-list li .activity-inreplyto > p {
	margin: 0;
	display: inline;
}
.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
	background: none;
	border: none;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.activity-list .activity-content {
	margin-left: 70px;
	margin-bottom: 15px;
}
body.activity-permalink .activity-list li .activity-content {
	background: #fff;
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 120px;
	margin-right: 0;
	padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
	background: url("images/activity_arrow.gif") top left no-repeat;
	height: 35px;
	margin-bottom: 0;
	margin-left: -35px;
	padding: 5px 0 0 35px;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	color: #888;
	font-size: 11px;
	line-height: 220%;
}
.activity-header {
	margin-right: 20px;
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
	text-decoration: none;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
}
a.bp-secondary-action,
span.highlight {
	padding: 0;
	margin-right: 5px;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	margin: 10px 10px 5px 0;
	overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.activity-inner > p {
	word-wrap: break-word;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	float: left;
	margin: 0 10px 5px 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	background: #f0f0f0 !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	text-align: center;
}
.activity-list li.load-more a {
	color: #4D4D4D;
}


/*--------------------------------------------------------------
6.1.2 - Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
	margin: 18px 0;
}
body.activity-permalink div.activity-meta {
	margin-bottom: 6px;
}
div.activity-meta a {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px 8px;
}
a.activity-time-since {
	color: #aaa;
	text-decoration: none;
}
a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
a.bp-primary-action,
#reply-title small a {
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none;
}
a.bp-primary-action span,
#reply-title small a span {
	background: #9c8d80;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
a.bp-primary-action:hover span,
#reply-title small a:hover span {
	background: #555;
	color: #fff;
}
div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink div.activity-comments {
	background: none;
	margin-left: 185px;
	width: auto;
}
div.activity-comments > ul {
	background: #EDE9E6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 4px;
	padding: 0 0 0 10px;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
}
div.activity-comments ul li {
	border-top: 2px solid #DCD3CB;
	padding: 10px 10px 0 0;
}
body.activity-permalink .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}
body.activity-permalink div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0 0;
}
div.activity-comments > ul > li:first-child {
	border-top: none;
}
div.activity-comments ul li:last-child {
	margin-bottom: 0;
}
div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
div.activity-comments div.acomment-content {
	font-size: 11px;
	margin: 5px 0 0 40px;
}
div.acomment-content .time-since,
div.acomment-content .activity-delete-link,
div.acomment-content .comment-header {
	display: none;
}
body.activity-permalink div.activity-comments div.acomment-content {
	font-size: 14px;
}
div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 11px;
}
div.activity-comments form.ac-form {
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin: 0 0 15px 33px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}
div.activity-comments form.root {
	margin-left: 0;
}
div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}
div.activity-comments form.loading {
	background-image: url("images/ajax-loader.gif");
	background-position: 2% 95%;
	background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
	background: #fff;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 8px;
}
div.activity-comments form textarea {
	border: none;
	color: #555;
	font-family: inherit;
	font-size: 11px;
	height: 60px;
	padding: 0;
	width: 100%;
}
div.activity-comments form input {
	margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
	float: left;
}
div.ac-reply-avatar img {
	border: none;
}
div.activity-comments form div.ac-reply-content {
	color: #888;
	font-size: 11px;
	margin-left: 50px;
	padding-left: 15px;
}
.acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}
.acomment-options a {
	color: #999;
}
.acomment-options a:hover {
	color: inherit;
}


/*--------------------------------------------------------------
6.2 - Admin Bar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
	width: 95% !important; /* Line up the admin bar with the content body in this theme */
}


/*--------------------------------------------------------------
6.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {
}
div.dir-search input[type=text] {
}


/*--------------------------------------------------------------
6.4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {
	margin: 0 0 15px;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 12px;
	display: block;
	padding: 10px 15px;
}
div#message.error p {
	background-color: #db1717;
	border-color: #a71a1a;
	clear: left;
	color: #fff;
}
.standard-form#signup_form div div.error {
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
div.accept,
div.reject {
	float: left;
	margin-left: 10px;
}
ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.button-nav li.current a {
	font-weight: bold;
}

/*--------------------------------------------------------------
6.6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,
input.loading {
    background-image: url("images/ajax-loader.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
}
a.loading:hover,
input.loading:hover {
    background-image: url("images/ajax-loader.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
    color: #777;
}
a.button.loading,
input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
	background-image: url("images/ajax-loader.gif"), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url("images/ajax-loader.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url("images/ajax-loader.gif"), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("images/ajax-loader.gif"), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url("images/ajax-loader.gif"), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
	background-image: url("images/ajax-loader.gif"), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
}
a.button.loading:hover,
input[type="submit"].loading:hover,
input[type="button"].loading:hover,
input[type="reset"].loading:hover {
  	background-image: url("images/ajax-loader.gif"), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url("images/ajax-loader.gif"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url("images/ajax-loader.gif"), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("images/ajax-loader.gif"), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url("images/ajax-loader.gif"), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background-image: url("images/ajax-loader.gif"), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	border: 1px solid #ccc;
	padding-right: 25px;
}
input[type="submit"].pending,
input[type="button"].pending,
input[type="reset"].pending,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button.pending,
button.disabled,
div.pending a,
a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
input[type="submit"]:hover.pending,
input[type="button"]:hover.pending,
input[type="reset"]:hover.pending,
input[type="submit"]:hover.disabled,
input[type="button"]:hover.disabled,
input[type="reset"]:hover.disabled,
button.pending:hover,
button.disabled:hover,
div.pending a:hover,
a.disabled:hover {
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    border-color: #eee;
    color: #bbb;
}


/*--------------------------------------------------------------
6.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
	margin: 0px -19px 15px;
	width: auto;
}
ul#topic-post-list li {
	padding: 15px;
	position: relative;
}
ul#topic-post-list li.alt {
	background: #f5f5f5;
}
ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}
ul#topic-post-list li div.post-content {
	margin-left: 54px;
}
div.topic-tags {
	font-size: 11px;
	float: right;
	margin-top: -25px;
}
div.admin-links {
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 25px;
}
div#topic-meta {
	margin: -10px -19px;
	padding: 5px 19px 30px;
	position: relative;
}
div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}
div#topic-meta h3 {
	font-size: 20px;
	margin: 5px 0;
}
div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}
table {
	width: 100%;
}
table thead tr {
	background: #E5DFDA;
}
table#message-threads {
	width: auto;
        font-size:13px;
}
table#message-threads tr.unread td{padding:2px;}
table.profile-fields {
	margin-bottom: 20px;
}
table.profile-fields:last-child {
	margin-bottom: 0;
}
table.profile-fields p {
	margin-top: 15px;
}
table.profile-fields p:last-child {
	margin-top: 0;
}
div#sidebar table {
	margin: 0 -16px;
	width: 117%;
}
table tr td,
table tr th {
	padding: 2px 4px;
}
table tr td.label {
	border-right: 1px solid #DCD3CB;
	font-weight: bold;
	width: 25%;
}
table tr td.thread-info p {
	margin: 0;
}
table tr td.thread-info p.thread-excerpt {
	color: #888;
	font-size: 13px;
	margin-top: 3px;
}
div#sidebar table td,
table.forum td {
	text-align: center;
}
table tr.alt td {
	background: #E5DFDA;
}
table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#groups-notification-settings {
	margin-bottom: 0;
}
table.notification-settings th.icon,
table.notification-settings td:first-child {
	display: none;
}
table.notification-settings th.title {
	width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
	text-align: center;
	width: 40px;
}
table.forum {
	margin: 0 -19px;
	width: auto;
}
table.forum tr.sticky td {
	font-size: 1.2em;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
	background-image: url( ../images/closed.png );
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
table.forum tr > td:first-child,
table.forum tr > th:first-child {
	padding-left: 15px;
}
table.forum tr > td:last-child,
table.forum tr > th:last-child {
	padding-right: 15px;
}
table.forum tr th#th-title,
table.forum tr th#th-poster,
table.forum tr th#th-group,
table.forum td.td-poster,
table.forum td.td-group,
table.forum td.td-title {
	text-align: left;
}
table.forum tr td.td-title a.topic-title {
	font-size: 1.2em;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	font-size: 0.9em;
	color: #888;
}
table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}
table.forum td.td-poster,
table.forum td.td-group {
	min-width: 140px;
}
table.forum th#th-title {
	width: 80%;
}
table.forum th#th-freshness {
	width: 25%;
}
table.forum th#th-postcount {
	width: 15%;
}
table.forum p.topic-meta {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

/*--------------------------------------------------------------
6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}
span.activity {
	display: inline-block;
	font-size: 11px;
	opacity: 0.8;
	padding: 1px 8px;
}
span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
span.activity,
div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#item-header {
	overflow: hidden;
}
div#item-header div#item-header-content {
	margin-left: 120px;
}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 0 15px 0;
}
div#item-header h2 a {
	color: #777;
	text-decoration: none;
}
div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
div#item-header h2 {
	margin-bottom: 5px;
}
div#item-header span.activity,
div#item-header h2 span.highlight {
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-bottom: 7px;
	vertical-align: middle;
}
div#item-header h2 span.highlight {
	font-size: 16px;
}
div#item-header h2 span.highlight span {
	background: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}
div#item-header div#item-meta {
	font-size: 14px;
	color: #aaa;
	overflow: hidden;
	margin: 15px 0 5px 0;
	padding-bottom: 10px;
}
div#item-header div#item-actions {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
	width: 20%;
}
div#item-header div#item-actions h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#item-header ul {
	margin-bottom: 15px;
	overflow: hidden;
}
div#item-header ul h5,
div#item-header ul span,
div#item-header ul hr {
	display: none;
}
div#item-header ul li {
	float: right;
}
div#item-header ul img.avatar,
div#item-header ul.avatars img.avatar {
	height: 50px;
	margin: 2px;
	width: 50px;
}
div#item-header div.generic-button,
div#item-header a.button {
	float: left;
	margin: 10px 10px 0 0;
}
div#item-header div#message.info {
	line-height: 80%;
}
ul.item-list {
	margin:0;
}
ul.item-list li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	position: relative;
}
ul.item-list.activity-list li {
	padding-bottom: 0;
}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;

}
ul.item-list li div.item-title,
ul.item-list li h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	width: 90%;
}
ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0 64px;
	width: 50%;
}
ul.item-list li div.action {
	position: absolute;
	bottom: 5px;
	right: 15px;
	text-align: right;
	font-size: 11px;
}
ul.item-list li div.meta {
	color: #888;
	font-size: 11px;
	margin-top: 10px;
}
ul.item-list li h5 span.small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

div.item-list-tabs {
	font-size: 13px;
	background: #EDE9E6; /* änderung artprolog 24.07. von eaeaea */
	clear: left;
	margin: 25px -19px 20px -19px;
	border-top-left-radius:5px; /* änderung artprolog 24.07. weil sieht besser aus */
	border-top-right-radius:5px; /* änderung artprolog 24.07. weil sieht besser aus */
	overflow: hidden;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	height: 20px;
}
div.item-list-tabs ul {
	width: 100%;
}
div.item-list-tabs ul li {
	float: left;
	margin: 5px 0 0 5px;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}
div.item-list-tabs ul li:first-child {
	margin-left: 20px;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 20px 0 0;
}
div.item-list-tabs#subnav ul li.last {
	margin-top: 4px;
}
div.item-list-tabs ul li.last select {
	max-width: 175px;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
div.item-list-tabs ul li a span {
	background: #826648;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 90%;
	margin-left: 2px;
	padding: 1px 6px;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #555;
	font-weight: bold;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span,
div.item-list-tabs ul li a:hover span {
	background-color: #826648;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
	background-color: #826648;
}
ul li.loading a {
	background-image: url("images/ajax-loader.gif");
	background-position: 92% 50%;
	background-repeat: no-repeat;
	padding-right: 30px !important;
}
div#item-nav ul li.loading a {
	background-position: 88% 50%;
}
div.item-list-tabs#object-nav {
	margin-top: 0;
}
div.item-list-tabs#subnav {
	background: #fff;
	border-bottom: 1px solid #DCD3CB; /* änderung artprolog 24.07. von eaeaea */
	margin: -15px -19px 15px -19px;
	min-height: 35px;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url("images/rss.png") center left no-repeat;
	padding-left: 20px;
}
#admins-list li {
	overflow: auto;
}


/*--------------------------------------------------------------
6.9 - Private Messaging Threads
--------------------------------------------------------------*/
div.message-search input#messages_search{width:160px;}

#message-threads a.button {
	background-color:transparent;
	border-color:transparent;
	box-shadow:none;
}

table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}
li span.unread-count,
tr.unread span.unread-count {
	background: #dd0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}
div.messages-options-nav {
	background: #eee;
	font-size: 13px;
	padding: 5px 15px;
	text-align: right;
}
div#message-thread div.message-box {
	padding: 5px 10px;
}
div#message-thread div.alt {
	background: #f4f4f4;
}
div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}
div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div#message-thread strong {
	font-size: 16px;
	margin: 0;
}
div#message-thread strong a {
	text-decoration: none;
}
div#message-thread strong span.activity {
	margin: 4px 0 0 10px;
}
div#message-thread div.message-metadata {
	overflow: hidden;
}
div#message-thread div.message-content {
	margin-left: 45px;
}
div#message-thread div.message-options {
	text-align: right;
}




























/* CSS STYLES BY ARTPROLOG */

body {
	margin: 0px;
	padding: 0px;
	color: #504b45;
	font-size: 1.0em;
	min-width: 955px;
	text-align:center;
	line-height: 1.4em;
	font-family: 'Maven Pro', sans-serif;
	background-color: #ede9e6;
	/*text-shadow: #fff 0px 0px 1px;*/
	background-image:url("images/bgrd_body.jpg");
	background-repeat:repeat-x;
	background-position:left top;
}

#bg_box {
	width:100%;
	height:560px;
	background-image:url("images/bgrd_body2.jpg");
	background-repeat:no-repeat;
	background-position:right top;
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}

/* TAGS */

p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-bottom: 10px;
	color: #826648;
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

h4,
h5,
h6 {
	font-size: 1.2em;
}

small {
	font-size: 0.9em;
}

/* LISTEN */


li {
	list-style-type: none;
	list-style-image: url("images/liste.png");
}

/* LINKS */

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #005592;
	text-decoration: none;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #826648;
}

a.arrow_small,
a.arrow_big {
	display:block;
	color:#fff;
	height:37px;
	line-height:37px;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image: url("images/arrow_small.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	text-shadow: #826648 1px 1px 1px;
}

a.arrow_big {
	height:50px;
	line-height:50px;
	font-size:1.6em;
	background-image: url("images/arrow_big.jpg");
}

.arrow_small_box,
.arrow_big_box {
	margin-top:10px;
	height:37px;
	background-image: url("images/arrow_small_bgrd.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

.arrow_big_box {
	height:50px;
	background-image: url("images/arrow_big_bgrd.jpg");
}

/* KLASSEN */

.pb {
	font-weight: bold;
}

.clearer,
.separator,
.spacer5,
.spacer10,
.spacer20 {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 6px;
	background-image: url("images/separator.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}

.spacer5 {
	height:5px;
}

.spacer10 {
	height:10px;
}

.spacer20 {
	height:20px;
}

.bold {
	font-weight: bold;
}

.kursiv {
	font-style:italic;
}

.grossbuchstaben {
	text-transform:uppercase
}

/* LOGO PRINT */

#printbox {
	display: none;
}

/* CONTAINER */
#containerbox,
#containerbox2 {
	margin: auto;
	position:relative;
	width: 955px;
	height: 100%;
	text-align: left;
	background-image:url("images/bgrd_containerbox.png");
	background-repeat:repeat-x;
	background-position:left top;
	z-index: 53;
	position:relative;

}

#container,
#container2 {
	height: 100%;
	width: 955px;
	background-image:url("images/bgrd_topnavi.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	z-index: 51;
	position:relative;
}

#containerbox2,
#container2 {
	background-image:none;
}

/* TOP */

/* topnavi box */
#topbox {
	width:955px;
	height:50px;
	overflow:hidden;
}

/* search */
#searchbox {
	width:360px;
	float:left;
	height:50px;
	overflow:hidden;
}

#searchbox input,
#searchbox select {
	color: #504b45;
	height:30px;
	width: 255px;
	margin:0px;
	margin-top:8px;
	background-color: #e5dfda;
	border: 1px solid #504b45;
	font-size: 0.9em;
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
padding: 0 10px;
}

#searchbox input.lupe {
	margin:0px;
	width:54px;
	height:50px;
	background:none;
	border:none;
	float:left;
}

#searchbox input:focus,
#searchbox select:focus,
#searchbox textarea:focus {
	background-color: #fff;
	border:1px solid #826648;
}

/* HEADERBOX */

#headerbox {
	width: 955px;
	border-top:1px solid #dcd3cb;
	background-color: #fff;
	background-image: url("images/bgrd_headerbox.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	height:146px;
}

/* logo */
#logo {
	float:left;
	padding-left:10px;
	padding-top:40px;
}

/* loginbox */
#loginbox {
	float:right;
	width:360px;
}

#login {
	padding-top:10px;
	padding-left:20px;
	position:relative;
}


/* NAVIGATIONBOX */

#navigationbox,
#navigation-border-box {
	position: relative;
	z-index:4999;
	height: 50px;
	width: 955px;
	background-color: #fff;
	background-image: url("images/bgrd_headerbox.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}

#navigation,
#iconbox {
	padding-left:10px;
	height:50px;
	width:585px;
	line-height:50px;
	float:left;
}

/* iconbox */
#iconbox {
	padding-left:0px;
	padding-right:10px;
	width:350px;
}

#iconbox2 {
	background:url("images/bgrd_navi_act.jpg") repeat-x bottom left;
	height:50px;
	width:350px;
}

#icons {
	float:right;
}

.icon_white {
	float: left;
	width:35px;
	height:35px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:7px;
}

.icon_brown {
	float: left;
	width:51px;
	height:51px;
	padding-right:10px;
	padding-bottom:10px;
}

.icon_separator {
	float:left;
	width:3px;
	font-size: 1px;
	padding-right:8px;
	background-image: url("images/icon_separator.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation-border-box {
	height: 5px;
	padding-left:10px;
	padding-right:10px;
	width:935px;
	z-index:50;
}

#navigation-border {
	background-color:#5f472f;
	height: 5px;
}

/* CONTENT */

#contentbox,
#contentrechtsbox {
	float:left;
	width:575px;
	margin-right:20px;
	overflow:hidden;
}

#contentrechtsbox {
	width:360px;
	margin:0px;
}

#content,
#contentrechts {
	padding:20px;
	background-color: #fff;
	border-bottom:1px solid #dcd3cb;
	border-right:1px solid #dcd3cb;
	border-left:1px solid #dcd3cb;
	min-height: 200px;
}

#contentrechts {
	background-color: #e5dfda;
}

/* BOXEN */

/* news links */
.newsbox-box {
	margin-top:20px;
	border-bottom:1px solid #dcd3cb;
	position:relative;
}


.newsbox {
	padding:20px;
    padding-top:0px;
    background-image: url("images/news_bgrd_brown.png");
    background-repeat:none;
    background-position: left top;
}

.newsbox img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.newsbox .date {
	width:100%;
	height: 91px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#fff;
	text-shadow: #6e5e4c 1px 1px 1px;
	line-height:30px;
	padding-top: 10px;
	font-size:2.3em;
	
}


.newsbox .date a,
.newsbox .date a:link,
.newsbox .date a:visited,
.newsbox .date a:hover,
.newsbox .date a:active {
	color:#fff;
}

.newsbox.date-white a,
.newsbox.date-white a:link,
.newsbox.date-white a:visited,
.newsbox.date-white a:hover,
.newsbox.date-white a:active {
	color:#826648;
	text-shadow:none;
}

.date small {
	display:block;
	font-size:0.4em;
}


.newsbox.date-white {
	color:#826648;
	background-image: url("images/news_bgrd_white.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-shadow: #fff 1px 1px 1px;
}

/* teaser rechts */
.teaser {
	margin-top:20px;
	padding:20px;
	background:url("images/teaser_bgrd.png") no-repeat top left;
	overflow:hidden;
	border-bottom:1px solid #dcd3cb;
}

.teaserbox {
	background-color: transparent;
}

.teaser .quicklinks {
	text-align:left;
}


/* ### FOOTER ### */

#footerbox {
	background-image:url("images/footer_bgrd.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}

#footerbox-bgrd-stretcher {
	background-image:url("images/footer_bgrd_stretcher.jpg");
	background-repeat:repeat-y;
	background-position:center top;
}

#footer-inner1 {
	margin: auto;
	width: 955px;
	height: 100%;
	text-align: left;
	background-image: url("images/footer_inner_bgrd.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#5d452b;
}

#footer-inner2 {
	height: 100%;
	width: 955px;
	z-index: 100;
	position: relative;
	background-image:url("images/footer_bgrd_dots.png");
	background-repeat:no-repeat;
	background-position:right top;
	padding-bottom:20px;
}

#footer-inner3 {
	padding:20px 20px 0px 20px;
	color:#c4b6a9;
	text-shadow: #6e5e4c 1px 1px 1px;
	background-image: url("images/footer_trenner.png");
	background-repeat: no-repeat;
	background-position: 590px 20px;
}

#footer-inner4 {
	float:right;
}

.footer {
	text-align:right;
	float:left;
	padding-right:70px;
}

.footer-contact {
	text-align:left;
	width:270px;
	padding:0px;
	padding-left:70px;
}

#footerbox h2 {
	color:#fff;
}

#footerbox ul {
	margin:0px;
	padding:0px
}

#footerbox ul li {
	list-style-image:none;
	list-style-type:none;
	line-height: 28px;
}

#footerbox a,
#footerbox a:link,
#footerbox a:visited,
#footerbox a:hover,
#footerbox a:active {
	color:#c4b6a9;
	text-decoration: none;
}

#footerbox a:hover,
#footerbox a:active {
	color: #fff;
}

.copy {
	text-align:right;
	color:#504b45;
	font-size:0.8em;
}

/* FORMULAR */
form,
fieldset {
	margin:0;
	padding:0;
	width: auto;
	border-style: none;
	clear:both;
}

label {
	float:left;
	margin:0px;
	padding:0px;
	padding-left:5px;
}

input,
textarea,
select {
	color: #504b45;
	height:25px;
	line-height:25px;
	margin:0px;
	margin-bottom:5px;
	background-color: #fff;
	border: 1px solid #dcd3cb;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	padding:0px 0px 0px 5px;
	outline:none;
}

textarea:focus,
input:focus,
select:focus,
input.text:focus {
	background-color: #ede9e6;
	border:1px solid #dcd3cb;
}

input.text {
	width: 200px;
}

textarea#comment {
	width:98%;
	height:100px;
}

#login input{
	color: #504b45;
	height:25px;
	line-height:25px;
	width: 175px;
	margin:0px;
	margin-bottom:5px;
	background-color: #fff;
	border: 1px solid #dcd3cb;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	padding:0px 10px 0px 10px;
	outline:none;
}

#login input:focus,
#login select:focus,
#login textarea:focus {
	background-color: #ede9e6;
	border:1px solid #dcd3cb;
}

#login input[type=submit],
#login input[type=submit]:hover,
#login input[type=submit]:active {
	width: 196px;
	color: #fff;
	background-color: #826648;
	border: 1px solid #5d452b;
	cursor:pointer;
	height:28px;
	-moz-box-shadow: inset 0 0 10px 0px #5f472f;
	-webkit-box-shadow: inset 0 0 10px 0px #5f472f;
	box-shadow: inset 0 0 10px 0px #5f472f;
}

#login input[type=submit]:hover {
	background-color: #fff;
	color:#826648;
	border: 1px solid #dcd3cb;
	-moz-box-shadow: inset 0 0 10px 0px #ede9e6;
	-webkit-box-shadow: inset 0 0 10px 0px #ede9e6;
	box-shadow: inset 0 0 10px 0px #ede9e6;
}

#login input[type=submit]:active {
	position:relative;
	top:1px;
}

#loginbox label {
	font-size:0.8em;
	width:125px;
	margin-right:10px;
}

#loginbox input.submit {
	width: 196px;
}

#loginbox input:focus,
#loginbox select:focus,
#loginbox textarea:focus {
	background-color: #fff;
	border:1px solid #826648;
}

/* SLIDER */

#sliderbox {
	position:relative;
	width:955px;
	height: 400px;
	overflow:hidden;
	z-index:400;
	overflow:hidden;
	background-image: url("images/bgrd_headerbox.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #fff;
}

#slider {
	width:935px;
	margin-left: 10px;
	position:relative;
	z-index:410;
}

#slider ul,
#slider li {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}

#sliderbox .unoslider_layers .slidertext{
	background-color:#fff;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	opacity:0.9;
	position: absolute;
	bottom: 60px;
	right: 20px;
	color: #826648;
	line-height: 37px;
	font-size: 1.1em;
	line-height:1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sliderbox .unoslider_layers .slidertext a{
	color:#826648;
}

/* Navigation �ber die dots*/
#dotbar {
	position: absolute;
	left: 10px;
	top:365px;
	z-index:999;
	width: 935px;
	height: 35px;
	background-image: url("images/slider_dots_bgrd.png");
	background-repeat: repeat-x;
	background-position: left top;
}

#sliderbox ol {
	margin:0 auto;
	padding:0px;
	height:13px;
	position:absolute;
	z-index:1000;
	top: 380px;
	left:30px;
}

#sliderbox ol li {
	padding:0px;
	float:left;
	list-style:none;
}

#sliderbox ol li a,
#sliderbox ol li a:link,
#sliderbox ol li a:visited,
#sliderbox ol li a:hover,
#sliderbox ol li a:active {
	float:left;
	line-height:9999px;
	background-image: url("images/slider-dot.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
}

#sliderbox ol li.current a,
#sliderbox ol li.current a:link,
#sliderbox ol li.current a:visited,
#sliderbox ol li.current a:hover,
#sliderbox ol li.current a:active {
	background-image: url("images/slider-dot_act.png");
	background-repeat: no-repeat;
	background-position: left top;
}






/* *************************************************** 
CSS extension by manuel molicki for WP + buddypress 
*************************************************** */
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}

.clearfix:before,
.clearfix:after{
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.clearfix:after {
  clear: both; }
.clearfix {
  zoom: 1; }

#contentbox1col {
	width:955px;
	margin:0px;
	float:none;
	min-height: 300px;
}

#content p{margin:10px 0;}
#content ol.eventlist, 
#content ul.eventlist{margin-left:0;}

/* post form */
form#whats-new-form #whats-new-content {
margin-left: 0;
padding-left: 0;
}
form#whats-new-form h5{margin-left: 0;}
/* no liststyle in the sitebar */
.teaserbox ul li{ list-style: none;}

/* PARTNER Slider sidebar.php */

#partnerslider {
	position:relative;
	overflow:hidden;
	height:120px;
}
#partnerslider .items {
	position:absolute;
	width:20000em;
}
#partnerslider .items .item{
	float: left;
	width: 318px;
	height: 120px;
        list-style:none;
}

/* Club digital Box */
#sidebar-me{font-size:12px;line-height:16px;}
#sidebar-me h4{margin-bottom:5px;}
#sidebar-me ul{float:left;}
#sidebar-me ul li{list-style:none;}
#sidebar-me .button,
#activity-stream .button {
	border:none;
	background-color:transparent;
	box-shadow:none;
}

#login .sidebar-me-logout{position:absolute;top:10px;right:20px;}
#login .sidebar-me-logout a{width:26px;height:26px;background-image:url("images/icon_logout.png");display:block;}
#login .sidebar-me-logout a span{font-size:12px;display:none;}



/* Suche */
#content.searchresult ol li{list-style:none;}

/* PARTNER Übersicht */
#content ul.partnerlist{
	margin:20px 0;
}
#content ul.partnerlist li,
#content ul.mfmlist li{
	list-style:none;
	float:left;
	padding:0;
	margin:0;
	width:164px;
	height:65px;
	font-size:12px;
	line-height:16px;
	text-align:center;
	margin: 0 0 8px 9px;
	position: relative;
	}
#content ul.partnerlist li a,
#content ul.mfmlist li a{
	background:#FFFFFF;
	display:block;
	}
#content ul.partnerlist li img,
#content ul.mfmlist li img{
	width:100%;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
	}

#content ul.partnerlist li a:hover,
#content ul.mfmlist li a:hover{
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
	width:164px;
	padding:10px;
	left:-10px;
	top:-10px;
	z-index:999;
	position:relative;
}
#content ul.partnerlist li a:hover img,
#content ul.mfmlist li a:hover img{box-shadow:none;}

/* Members-for-Members MfM Übersicht */


#content ul.catmfmlist{margin:40px 0 20px 0;}
#content ul.catmfmlist > li{
	list-style:none;
	width:132px;
	height:132px;
	overflow:hidden;
	float:left;
	text-align:center;
	background-image:url("images/mfm-bubble.png");
	position:relative;
	margin: 0 22px 22px 22px;
	padding:0;
	}
ul.catmfmlist > li a.catlink{
	display:block;
	width:132px;
	height:132px;
	line-height:132px;
	color: #826648;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	position:relative;
	z-index:10;
	}
ul.catmfmlist > li span.caticon{
	position:absolute;
	left:50%;
	margin-left:-23px;
	top:20px;
	z-index:1;
}	
/* Partnerclubs Übersicht */
ul.pclist li{list-style:none;float:left;padding:12px;margin:0;text-align:center;}
ul.pclist li img{width:100%;}

ul.catpclist{}
ul.catpclist li{}
ul.catpclist li {}

	

/* *********************************
BUDDYPRESS > club digital
********************************* */
div#object-nav.item-list-tabs{margin-right:0;margin-left:0;font-size:13px;}
div#object-nav.item-list-tabs ul li,
div#subnav.item-list-tabs ul li,
ul.item-list li,
div.item-list-tabs ul li{list-style:none;}

div.item-list-tabs ul li a span{background:#005592;}

div.item-list-tabs ul li label{width:inherit;}


form#settings-form{}
form#settings-form label{float:none;}

form#send_message_form label{
	display: block;
    font-weight: bold;
    margin: 15px 0 5px;
	float:none;
}
form#send_message_form li{list-style:none;}

/* members list */
div.dir-search input[type="text"]{width:240px;}
#members-dir-list .pagination{font-size:13px;}
div.pagination .pagination-links span, div.pagination .pagination-links a{font-size:13px;}

/* textarea > Was gibt es Neues? */
form#whats-new-form ::-webkit-input-placeholder { color: #999999; }
form#whats-new-form :-moz-placeholder { color:#999999; }
form#whats-new-form :-ms-input-placeholder { color:#999999; }
form#whats-new-form .placeholder { color:#999999; }


/* bchlogenbuchungen edit page */
table#bchlogenbuchung-edit-bookings{font-size:13px;}
table#bchlogenbuchung-edit-bookings tr th{background:#EDE9E6;}
table#bchlogenbuchung-edit-bookings tr th,
table#bchlogenbuchung-edit-bookings tr td{border:1px solid #EDE9E6; border-collapse:collapse;}

/* Mitgliederliste / Anfragen */


#members-dir-list{}

ul#friend-list i{clear:both;}

ul#members-list li,
ul#friend-list li{float:left;border: 1px solid #d9d3d3;width:410px;height:60px;padding:15px;margin:5px;box-shadow:0px 0px 2px #d9d3d3;}


/* members / settings */
form#settings-form label span,
form#settings-form span{font-size:13px;color:#999999;}
form#settings-form input[type=submit],
form#settings-form input[type=text],
form#settings-form input[type=password]{width:200px;}
form#settings-form label[for='email'],
form#settings-form label[for='pass1'],
form#settings-form label[for='pass2']{width:210px; display:block;float:left;}


/* the overlayed element */
.overlay,
.checknetiquette {
	display:none;
	background-color:#fff;
	text-align:left;
	padding:20px;
	z-index:100000;
	border:1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow:0px 0px 10px #333333;
	-webkit-box-shadow:0px 0px 10px #333333;
	-moz-box-shadow:0px 0px 10px #333333;
}
  /* use a semi-transparent image for the overlay */
  #overlay {
    color:#efefef;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:441px;
    overflow-y:auto;
  }
.agb h4{margin:10px 0;}
.agb {width:480px;height:320px;text-align:left; overflow-y:scroll;}
.agb ol li{list-style:inside; list-style-type:decimal;padding:5px 0;}
.agb ul li{list-style:inside; list-style-type:disc;}


 .logenoverlay{
	text-align:left;
 }


.forgotpassword {width:480px;}

.overlay > p,
.overlay > ol,
.overlay > ul{font-size:13px;line-height:18px;}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url("images/close.png");
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:22px;
	width:22px;
  z-index:10;
}


/* Formulare form wpcf7-form */

form.wpcf7-form{}
form.wpcf7-form label{width:160px;}
form.wpcf7-form input[type=text],
form.wpcf7-form textarea{width:340px;}

span.wpcf7-not-valid-tip {
    background: none;
    border: none;
    font-size: 13px;
    left: 5px;
	top: 0;
	color:#CC0033;
    padding:0;
    position: absolute;
    width: 280px;
    z-index: 100;
}


/* wp-login.php */
form#loginform{}
form#loginform label{width:120px;}

/* COMMENTS */
.form-allowed-tags{font-size:11px;line-height:14px;}

/* custom pagination */
.bch-pagination {
clear:both;
padding:20px 0 20px 20px;
position:relative;
}

.bch-pagination span, .bch-pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

}
.bch-pagination span.text{
background: none;
color:#000000;
}

.bch-pagination a:hover{
color:#fff;
background: #a48d75;
}

.bch-pagination .current{
padding:6px 9px 5px 9px;
background: #826648;
color:#fff;
}	

/* BUDDYPRESS Profile */
#content .profile form#profile-edit-form h4 {padding-top:20px;}

#content .profile ul.button-nav li{list-style:none;}
#content .profile .editfield label{width:120px;}

#content .profile span.description{margin: 2px 0;color:#999999;font-size:13px;}
#content .profile div.editfield{margin:5px 0;}

#content .profile div.editfield textarea{height:100px;}

span.activity{display:none;} /* hide activity status from profile page */

div.meet-members-box{
	width:380px;
	float:left;
	font-size:13px;
	line-height:20px;
	padding:10px;
	}
div.meet-members-box h3{font-size:18px;margin:0;}
div.meet-members-box ul{}
div.meet-members-box ul li{list-style:none;}
div.meet-members-box ul li span.profile-company{color:#999999;}
div.meet-members-box ul li span.profile-birthdate{width:80px;display:block;float:left;}

#avatar-upload-form a.button {
	background-color:transparent;
	border:none;
	box-shadow:none;
}



input[type=submit],
input[type=submit]:hover,
input[type=submit]:active,
input[type=button],
input[type=button]:hover,
input[type=button]:active { /* änderung artprolog 26.07. */
	color: #fff;
	background-color: #826648;
	border: 1px solid #5d452b;
	cursor:pointer;
	height:28px;
	-moz-box-shadow: inset 0 0 10px 0px #5f472f;
	-webkit-box-shadow: inset 0 0 10px 0px #5f472f;
	box-shadow: inset 0 0 10px 0px #5f472f;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
	padding-right:5px;
}

input[type=submit]:hover,
input[type=button]:hover { /* änderung artprolog 26.07. */
	background-color: #fff;
	color:#826648;
	border: 1px solid #dcd3cb;
	-moz-box-shadow: inset 0 0 10px 0px #ede9e6;
	-webkit-box-shadow: inset 0 0 10px 0px #ede9e6;
	box-shadow: inset 0 0 10px 0px #ede9e6;
}

input[type=submit]:active,
input[type=button]:active { /* änderung artprolog 26.07. */
	position:relative;
	top:1px;
}

input[type=radio],
input[type=checkbox] { /* änderung artprolog 26.07. */
	height:auto;
}

/* änderung artprolog 25.07. */
/*input[type=submit] {
	background-color: #826648;
	border-color: #826648;
	color: #fff;
}*/

#avatar-upload-form input[type=file],
#bp-album-upload-form input[type=file] { /* änderung artprolog 25.07. */
	background-color: #E5DFDA;
	border-color: #DCD3CB;
	border-radius:3px;
	box-shadow:none;
	margin-bottom:8px;
	margin-top:5px;
	height:20px;
	line-height:15px;
	font-size:13px;
}

#bp-album-upload-form input[type=submit] { /* änderung artprolog 26.07. */
	margin-left:320px;
}

#bp-album-upload-form input[type=radio] { /* änderung artprolog 26.07. */
	margin-right:4px;
}

#bp-album-upload-form label { /* änderung artprolog 26.07. */
	height:20px;
	line-height:20px;
	font-size:15px;
}


/* SITEBAR */
.widget_text{text-align:center;}

/* WP Event Manager */

#my-events-personal-li,
#my-locations-personal-li,
#my-bookings-personal-li {display:none;} /* remove events from buddypress user tab */

.em-events-search{margin:10px 0;}
.em-events-search-category-item input{margin-right:5px; }
.search-category-tooltip{margin-left:25px}
.em-events-search-category{margin-top:10px}
.em-location-map, .em-locations-map { width: 535px !important; height: 300px !important; }
table.events-table tr td i{font-size:0.7em;}

.widget_em_widget{text-align:left;}

ul.eventlist{}
ul.eventlist li.item{list-style:none;padding:10px 0;border-top:1px solid #CCCCCC;}
ul.eventlist li .title{line-height:1.2em;}
ul.eventlist li .date{}
ul.eventlist li .location{ color:#999999;}



.em-booking-form-details{width: 100%;padding:0;}
.em-booking-form label,
div.em-booking-login label{width:140px;}
div.em-booking-login{border:none;margin: 20px auto;padding:0;}


table#event-attendees td{vertical-align:middle;}

table#event-attendees img.avatar {
  border-radius: 15px;
  float: left;
}

/* Veranstaltungen */
.em-booking-form-details span.input-group{margin-left: 140px;}
.em-booking-form-details span.input-group input{margin-left: 0;}
table#dbem-bookings-table {font-size:12px;}




/* root element for tabs  */
ul.tabs,
ul.tabbed {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #e3e3e3;
    height:30px;
}

/* single tab */
#content ul.tabs li,
#content ul.tabbed li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a,
ul.tabbed a {
    display:block;
    height: 30px;
    line-height:30px;
    /*width: 134px;*/
    text-align:center;
    text-decoration:none;
    color:#333;
    font-size:13px;
    padding:0 10px;
    margin:0 3px 0 0;
    position:relative;
    border-top:1px solid #DCD3CB;
    border-left:1px solid #DCD3CB;
    border-right:1px solid #DCD3CB;
    background:#EDE9E6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	cursor:pointer;
}

ul.tabs a:active,
ul.tabbed a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover,
ul.tabbed a:hover {
	background:#FFFFFF;
}
ul.tabs a:focus,
ul.tabbed a:focus {
  outline: none;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a,
ul.tabbed a.current, ul.tabbed a.current:hover, ul.tabbed li.current a {
    cursor:default !important;
    color:#000 !important;
	background:#FFFFFF;
	border-top:1px solid #DCD3CB; /* änderung 24.07 artprolog */
	border-left:1px solid #DCD3CB; /* änderung 24.07 artprolog */
	border-right:1px solid #DCD3CB; /* änderung 24.07 artprolog */
}
.panes > div {
    display:none;
    padding:15px 10px;
    border:1px solid #DCD3CB; /* änderung 24.07 artprolog */
    border-top:0;
    font-size:14px;
    background-color:#fff;
}

/* fehlermeldung bei zB favoriten im profil aus style.css?ver=20120612 */

span.activity,
div#message p {
	background: -webkit-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C; /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(143, 113, 89, 0.5)), color-stop(100%, rgba(143, 113, 89, 0)))repeat scroll 0 0 #6E5E4C; /* Chrome,Safari4+ */ /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	background: -moz-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C; /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	background: -ms-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C; /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	background: -o-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C; /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	background: linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C; /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	/*background: -webkit-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C;*/ /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	/*background: -moz-linear-gradient(rgba(143, 113, 89, 0.5), rgba(143, 113, 89, 0)) repeat scroll 0 0 #6E5E4C;*/ /* änderung artprolog 24.07. von -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0 #FFEAA6 */
	border-radius: 5px 5px 5px 5px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	color:#fff;
	text-shadow:none;
	text-align:center;
	border-color:#6E5E4C; /* änderung artprolog 26.07. */
	line-height:25px;
	font-size: 1em;
	font-family: 'Maven Pro', sans-serif;
}


/* LOGENBUCHUNGEN */

table#logenpreise{font-size:13px;}
table#logenpreise th{background:#e3e3e3;}
table#logenpreise tr,
table#logenpreise td{ border:1px solid #e3e3e3;border-collapse: collapse;padding: 1px 2px;}

ul.logenselector{font-size:13px;height:40px;text-shadow:none;}
ul.logenselector li{
	list-style:none;
	float:left;
	border:1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding:2px 6px;
	margin-right:6px;
	background:#fff;
}
ul.logenselector li:hover{background:#e3e3e3;}
ul.logenselector li.active{background:#5F472F;border:1px solid #5F472F;}
ul.logenselector li.active a{color:#fff;}


/* BLOCK: MESSAGE handling */
.errorMessage, .noticeMessage, .successMessage {
	border:1px solid #ddd;
	margin-bottom:10px;
	padding:5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size:14px;
	}
.errorMessage {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.noticeMessage {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.successMessage {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.errorMessage a {color:#8a1f11;}
.noticeMessage a {color:#514721;}
.successMessage a {color:#264409;}


/* ERGÄNZUNG ARTPROLOG 1. August 2012*/

/* Klasse für runde Bilder */

.bild-rund{
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	-khtml-border-radius: 60px;
}

form.wpcf7-form textarea{
    	min-height: 150px;
}

/* ERGÄNZUNG ARTPROLOG 20. August 2012*/

/* Kalender groß Programm */

.em-calendar td{
	border: 1px solid #ccc !important;
}

.em-calendar td.eventless{
	background-color: #f6f4f2 !important;
	color: #4C4C4C !important;
}

.em-calendar td.eventless-today,
.em-calendar td.eventful-today{ 
	background-color: #5F472F !important;
	color: #fff !important;
}

.eventful{
	background-color: #d0c7be !important;
}

table.em-calendar td.eventful a{
	color: #005592 !important;
}

table.em-calendar td.eventful-today a{
	color: #fff !important;
}

.em-calnav-prev,
.em-calnav-next{
    background-image: url("images/yearBackward_normal.gif");
	background-position: center center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:10px;
	background-color: #e5dfda;
}
.em-calnav-next{
    background-image: url("images/yearForward_normal.gif");
}

.em-calnav-prev span,
.em-calnav-next span{
	display: none;
}

/* Pagebrowser News */
.bch-pagination {
	padding: 0;
	margin-top:20px;
}

.bch-pagination span.text {
	color: #504B45 !important;
}

.bch-pagination .current,
.bch-pagination a{
	border: 1px solid #ccc !important;
	background-color: #EDE9E6 !important;
	color: #4C4C4C !important;
	border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-khtml-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
}

.bch-pagination a {   
	background-color: #DCD3CB !important;
	color: #5F472F !important;
}

.bch-pagination a:hover {
	color: #EDE9E6 !important;
	border: 1px solid #5F472F !important;
	background-color: #5F472F !important;
}


/* LOGENBUCHUNG ERGÄNZUNG / ANPASSUNG*/

.timeslot {
 	 color: #5F472F;
	 border:1px solid #5F472F;
}

.timeslot:hover,
.timeslot.active {
  background-color: #5F472F;
}

ul.logenliste li:hover #logeninfo,
ul.logenliste li  #logeninfo.active{
	background:#5F472F;
}

ul.logenliste li:hover .timeslot{
	background:#EDE9E6;
}

ul.logenliste li:hover .timeslot:hover{
	background:#5F472F;
}


/* Anpassung zum Formular */

form.wpcf7-form input[type="text"],
form.wpcf7-form textarea,
form.wpcf7-form select {
    width: 300px;
	overflow:hidden;
}

.labelfeld{
	width:200px;
	height: auto;
	overflow: hidden;
	white-space:normal;
	float: left;
}

.mini-input input {
    width: 100px !important;
}
/* ANPASSUNGEN ARTPROLOG */

/* Kalender groÃŸ Programm */

.em-calendar td{
	border: 1px solid #DCD3CB !important;
	background-color: #fff;
	-moz-box-shadow: inset 0 0 5px 1px #EDE9E6;
	-webkit-box-shadow: inset 0 0 5px 1px #EDE9E6;
	-khtml-box-shadow: inset 0 0 5px 1px #EDE9E6;
	box-shadow: inset 0 0 5px 1px #EDE9E6;
}

.em-calendar td.eventless{
	background-color: #fff !important;
	color: #4C4C4C !important;
}

.em-calendar td.eventless-today,
.em-calendar td.eventful-today{ 
	background-color: #5F472F !important;
	color: #fff !important;
	-moz-box-shadow: inset 0 0 5px 1px #41301f;
	-webkit-box-shadow: inset 0 0 5px 1px #41301f;
	-khtml-box-shadow: inset 0 0 5px 1px #41301f;
	box-shadow: inset 0 0 5px 1px #41301f;
}

.eventful{
	background-color: #EDE9E6 !important;
}

table.em-calendar td.eventful a{
	color: #005592 !important;
	font-weight: bold !important;
}

table.em-calendar td.eventful-today a{
	color: #fff !important;
}

.em-calnav-prev,
.em-calnav-next{
	background-color: #fff;
}

/* Pagebrowser News */

.bch-pagination span.text {
	color: #504B45 !important;
}

.bch-pagination .current,
.bch-pagination a{
	color: #EDE9E6 !important;
	border: 1px solid #5F472F !important;
	background-color: #5F472F !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-khtml-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	height: 15px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 15px;
	
}

.bch-pagination a {   
	background-color: #DCD3CB !important;
	color: #5F472F !important;
}

.bch-pagination a.inactive{
	color: #504B45 !important;
	background-color: #fff !important;
	border: 1px solid #DCD3CB !important;
}

.bch-pagination a:hover {
	color: #EDE9E6 !important;
	border: 1px solid #5F472F !important;
	background-color: #5F472F !important;
}

/* Ergebnis Logensuche */

	
ul.logenliste li #logeninfo,
.timeslot{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul.logenliste li:hover .timeslot{
	color: #5F472F;
}

ul.logenliste li:hover .timeslot:hover {
	color: #fff;
}

/* Forms */

.labelfeld{
	padding-right: 20px;
}

.mini-input span {
	padding-left: 5px !important;
	padding-right: 15px !important;
}


/* Kalender klein Veranstaltungsanfrage */

.JsDatePickBox .boxLeftWall .leftWall,
.JsDatePickBox .boxRightWall .rightWall,
.JsDatePickBox .bottomWall,
.JsDatePickBox .topWall,
.JsDatePickBox .boxLeftWall .leftTopCorner,
.JsDatePickBox .boxRightWall .rightTopCorner,
.JsDatePickBox .boxLeftWall .leftBottomCorner,
.JsDatePickBox .boxRightWall .rightBottomCorner{
	background: none !important;
}

.JsDatePickBox{
	background-color:#fff !important;
	border: 1px solid #DCD3CB !important;
	z-index:9999 !important;
	top:22px !important;
	border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-khtml-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
}

.JsDatePickBox .boxMainInner .dayNormal,
.JsDatePickBox .boxMainInner .dayOver,
.JsDatePickBox .boxMainInner .skipDay,
.JsDatePickBox .boxMainInner .dayDown,
.JsDatePickBox .boxMainInner .dayDownToday,
.JsDatePickBox .boxMainInner .dayNormalToday,
.JsDatePickBox .boxMainInner .dayOverToday{
	background-color: #EDE9E6 !important;
	background-image: none !important;
	color: #5F472F !important;
	border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-khtml-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
}
.JsDatePickBox .boxMainInner .skipDay{
	background-color: #fff !important;
}

.JsDatePickBox .boxMainInner .dayOver,
.JsDatePickBox .boxMainInner .dayDown,
.JsDatePickBox .boxMainInner .dayDownToday,
.JsDatePickBox .boxMainInner .dayNormalToday,
.JsDatePickBox .boxMainInner .dayOverToday{    
	background-color: #5F472F !important;
	background-image: none !important;
	color: #fff !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-khtml-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}


.icon-mfm{
	position: relative;
	top:15px;
	left:15px;
}


/* ERGÃ„NZUNGEN ZU MEMBER FOR MEMBER */

ul#members-list li,
ul#friend-list li,
div.activity-comments form.ac-form,
div.activity-comments > ul {
    border: 1px solid #DCD3CB;
	-moz-box-shadow: inset 0 0 5px 1px #DCD3CB;
	-webkit-box-shadow: inset 0 0 5px 1px #DCD3CB;
	-khtml-box-shadow: inset 0 0 5px 1px #DCD3CB;
	box-shadow: inset 0 0 5px 1px #DCD3CB;
}

ul.item-list li {
    border-bottom: 1px solid #DCD3CB;
}

div.activity-comments div.acomment-content {
    font-size: 1em;
}

#members_search_submit,
#messages_search_submit{
	margin-left: 15px;
}

div#subnav.item-list-tabs {
	width:905px;
	margin-left: 5px;
}

.activity-list li.load-more{
	background-color:#fdffc9 !important;
	border: 1px solid #d9db9f !important;
}

span.activity, div#message p {
    background: #e6efc2 !important;
    border-color: #c4d680;
    color: #264409;
}


/* DIVERSES */


div#message.error p {
    background-color: #DB1717 !important;
}

.editfield{
	clear: left;
}

#content .profile .editfield label{
	width:140px;
	padding-right:10px;
}

#message_content{
	min-height:100px;
}
table tr.alt td {
    background: none repeat scroll 0 0 #f5f4f2;
}

table tr td.label {
    border-right: 1px solid #e9e1d9;
}

div.activity-comments form .ac-textarea {	
    border: 1px solid #DCD3CB;
    background: none repeat scroll 0 0 #EDE9E6;
	
}

div.activity-comments form textarea{
    background: none repeat scroll 0 0 #EDE9E6;
}

form#whats-new-form #whats-new-submit {
    float: none;
}

a.button.loading, input.loading[type="submit"],
input.loading[type="button"],
input.loading[type="reset"] {
    background-image: url("images/ajax-loader.gif");
}

form#settings-form label[for="email"],
form#settings-form label[for="pass1"],
form#settings-form label[for="pass2"] {
    padding: 0;
}
form#settings-form input#email{width:240px;}
.ac-reply-avatar img{
	width:50px;
	height: auto;
	overflow: hidden;
}

#send_message_form .friend-tab,
#send_message_form label[for="subject"],
#send_message_form label[for="content"] {
	width: 200px;
	float: left;
	font-weight: normal;
}

#send_message_form .friend-tab{
	width: 205px;
}

.em-events-list{
	padding-left: 15px;
}

.em-events-list ul{
	padding-left: 0px;
}

.em-events-list li{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px solid #DCD3CB;
}

.em-events-list li ul li{
	padding-bottom:0px;
	border-bottom: none;
}

table#dbem-bookings-table {
    font-size: 14px;
	border: 1px solid #DCD3CB;
}

table#dbem-bookings-table td{
	border-bottom: 1px solid #DCD3CB;
	border-left: 1px solid #DCD3CB;
}

.messages-options-nav{
	background-color: #ede9e6 !important;
	position: relative;
	border-bottom-left-radius: 10px !important;
	-moz-border-bottom-left-radius: 10px !important;
	-khtml-border-bottom-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	-moz-border-bottom-right-radius: 10px !important;
	-khtml-border-bottom-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
}

.messages-notices .thread-avatar{
	padding-left: 15px;
}

table.notification-settings th.title{
    width: 450px !important;
}
table.notification-settings td{
}

table.notification-settings .yes,
table.notification-settings .no {
}
/* ANPASSUNG GALERIEN (nextGen-Gallery) */

.ngg-albumtitle a,
.ngg-albumtitle a:link,
.ngg-albumtitle a:visited,
.ngg-albumtitle a:hover,
.ngg-albumtitle a:active {
        font-size: 0.9em;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        margin-bottom: 10px;
        color: #826648;
        text-transform: uppercase;
}

html > body .ngg-album{
        border: 1px solid #DCD3CB;
}

#bchmobile {
  display:none;
  width:720px;
  border:10px solid #666;
  border:10px solid rgba(82, 82, 82, 0.698);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index:10000;
}

#bchmobile div {
  padding:20px;
  border:1px solid #73573f;
  background-color:#fff;
  font-size:36px;
  line-height:48px;
}

#bchmobile h2 {
  margin:-20px;
  margin-bottom:10px;
  color:#fff;
  background-color:#735940;
  padding:5px 10px;
  border:1px solid #73573f;
  font-size:60px;
}
.mbutton {
  color: #6e6e6e;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: border-color .218s;
  -moz-transition: border .218s;
  -o-transition: border-color .218s;
  transition: border-color .218s;
  background: #f3f3f3;
  background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
  background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 4px;
}

.mbutton:hover {
  text-decoration:none;
  color: #333;
  border-color: #999;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.mbutton:active {
  color: #000;
  border-color: #444;
}
.mbutton.brown {
	border: 1px solid #654c34  ;
	color: white  ;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1)  ;
	background-color: #70573e  ;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#70573e  ),to(#7e634a  ));
	background-image: -webkit-linear-gradient(top,#70573e  ,#7e634a  );
	background-image: -moz-linear-gradient(top,#70573e  ,#7e634a  );
	background-image: -ms-linear-gradient(top,#70573e  ,#7e634a  );
	background-image: -o-linear-gradient(top,#70573e  ,#7e634a  );
	background-image: linear-gradient(top,#70573e  ,#7e634a  );
}

/* MEMBER FOR MEMBER (m4m), Overlay */
.m4mcatlist{
  width:380px;
  left:50%;
  margin-left:-200px;
}
.m4mcatlist ul li{
    background-image: none;
    float: left;
    height: auto;
    list-style: none outside none;
    margin: 0 8px 8px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width:165px;
    height:70px;
    padding:5px;
}
.m4mcatlist ul li a{
  display:block;
  padding:5px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
}
.m4mcatlist ul li a img{
  display:block;
  width:100%;
	}
/* LOGEN Skizze, Overlay */
.logenoverlay{
  left:30%;
}

div.tooltip{
    font-size:14px;
    height:auto;
    width:145px;
    padding:15px;
    color:#7F6346;
    text-align:left;	
    line-height:125%;
    background:#E5DFDA!important;
    display:block;
}

.search-category-tooltip {
    position: relative;
    display: inline-block;
}

.search-category-tooltip .tooltiptext {
    visibility: hidden;
    max-width:430px;
	min-width: 100px;
    background-color: #E5DFDA;
    color: #7F6346;
    text-align: left;
    border-radius: 1px;
    padding: 15px ;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    transition: opacity 1s;
    white-space:nowrap;
}

.search-category-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #E5DFDA transparent transparent transparent;
}

.search-category-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@import url("css/responsive.css") screen;
