/*
 * mehrglauben.de - Web-Layout
 */

body {
	background: url('/images/layout/header_tile.png') repeat-x scroll center top;
	color: #8e5b02;
}
a {
	color: #8e5b02;
}
h1 {
	font-size: 182%;
	font-weight: normal;
}
textarea, input.text, select {
	border: 1px solid #aeaeae;
	background-color: #fff;
	padding: 2px;
}
/* IE6 kennt folgende Selektion nicht */
input[type="text"], input[type="password"] {
	border: 1px solid #aeaeae;
	background-color: #fff;
	padding: 2px;
}
textarea:focus, input.text:focus, select:focus {
	border-color: #366dba;
}
/* IE6 kennt folgende Selektion nicht */
input[type="text"]:focus, input[type="password"]:focus {
	border-color: #366dba;
}
input.btn {
	margin: 0;
	color: #4f4c48;
	border: 1px solid #aeaeae;
	cursor: pointer;
	padding: 2px 8px;
	text-decoration: none;
	background: #e6e6e6 url('/images/layout/btn.png') repeat-x scroll left top;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
input.error, textarea.error {
	color: #000;
	font-weight: normal;
	border-color: #f44e0c;
}
input.btn:hover {
	border-color: #366dba;
}
input.btn:active {
	background: #e6e6e6 url('/images/layout/btn-active.png') repeat-x scroll left top;
}
.btn[disabled], .btn:disabled {
	border-color: #ccc;
	color: #ccc !important;
}

table.no_border th, table.no_border td {
	border: 0;
}
th, td {
	vertical-align: top;
}
#dialog-recommend th, #dialog-recommend td {
	padding: 0.2em;
}
.error {
	color: #f44e0c;
}
.success {
	color: #108c00;
}
/* Footer-Background */
.wrapper {
	background: url('/images/layout/footer_bg.gif') repeat-x scroll center bottom;
}
.start .wrapper {
	background: url('/images/layout/footer_start_bg.gif') repeat-x scroll center bottom;
}
.pagewidth {
	width: 1003px;
	margin: 0 auto;
}
.small {
	font-size: 85%;
}
.posCenter {
	float: none;
	margin: 2px 2px 5px 2px;
	display: block;
}
.posLeft {
	float: left;
	margin: 2px 10px 5px 0;
}
.posRight {
	float: right;
	margin: 2px 0 5px 10px;
}
.print {
	display: none;
}

/* Header (Footer) */
.header, .content_wrapper, .footer {
	padding: 0 19px;
}
.header, .header a, .footer, .footer a {
	color: #cbb38c;
}
.header a:hover, .footer a:hover {
	text-decoration: underline;
}
.header {
	height: 80px;
	background: url('/images/layout/header.png') no-repeat;
	position: relative;
}
.header, .header select, .header input, .header button, .header textarea, .no_start .footer, .content_functions {
	font-family: Arial, Verdana, sans-serif;
}
#logo {
	position: absolute;
	top: 15px;
	left: 40px;
	display: block;
	width: 330px;
	height: 50px;
}
#ws_link {
	position: absolute;
	right: 28px;
	display: block;
	width: 172px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}
#ws_link:hover {
	text-decoration: underline;
}
#search {
	position: absolute;
	right: 38px;
	top: 41px;
	width: 154px;
}
#search_query {
	border: 0;
	width: 112px;
	position: absolute;
	top: 2px;
	left: 0;
	color: #999;
	padding: 0;
}
#search_ok {
	position: absolute;
	right: 0;
}
/* End: Header (Footer) */

.content_wrapper {
	background: url('/images/layout/content_bg.gif') no-repeat;
}
.content {
	background: url('/images/layout/content_tile.png')  repeat-x scroll center top;
	padding-bottom: 20px;
}
.no_start .content {
	padding: 0 12px 20px 13px;
}

/* Main navi */
.cat_header {
	background: no-repeat center top;
	width: 940px;
	height: 161px;
	position: relative;
}
.cat_header li {
	list-style: none;
	position: absolute;
	bottom: 0;
	margin: 0;
}
.cat_header ul, .content_navi ul {
	margin: 0;
}
.cat_header a {
	display: block;
	width: 300px;
	text-decoration: none;
	text-align: center;
	font-size: 182%;
	padding-bottom: 6px;
}
.cat_link_inform a:hover, .inform .cat_link_inform a,
.cat_link_discover a:hover, .discover .cat_link_discover a,
.cat_link_delve a:hover, .delve .cat_link_delve a {
	padding-bottom: 0;
	border-bottom: 4px solid;
	margin-bottom: 2px;
}
.cat_link_inform {
	left: 0;
}
.cat_link_inform a {
	color: #c49f0d;
}
.cat_link_inform a:hover, .inform .cat_link_inform a {
	border-bottom-color: #fc0;
}
.cat_link_discover {
	left: 320px;
}
.cat_link_discover a {
	color: #b37201;
}
.cat_link_discover a:hover, .discover .cat_link_discover a {
	border-bottom-color: #e99503;
}
.cat_link_delve {
	left: 640px;
}
.cat_link_delve a {
	color: #880401;
}
.cat_link_delve a:hover, .delve .cat_link_delve a {
	border-bottom-color: #ce312d;
}
/* End: Main navi */

/* Main content overview/article */
.content_all {
	border-top: 3px solid;
	padding-top: 16px;
	background-color: #fff;
	background: repeat-x top left;
}
.inform .content_all {
	border-top-color: #fc0;
	background-image: url('/images/layout/content_inform_fading.png');
}
.discover .content_all {
	border-top-color: #e99503;
	background-image: url('/images/layout/content_discover_fading.png');
}
.delve .content_all {
	border-top-color: #ce312d;
	background-image: url('/images/layout/content_delve_fading.png');
}
.default .content_all {
	border-top-color: #a9a9a9;
	background-image: url('/images/layout/content_default_fading.png');
}
.content_navi {
	float: left;
	width: 260px;
	min-height: 150px;
	padding-bottom: 250px;
	background: url('/images/layout/content_seedling_bg.gif') no-repeat  scroll center bottom;
}
.content_navi li{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.content_navi a {
	display: block;
	padding: 9px 38px;
	text-decoration: none;
}
.content_navi a:hover {
	text-decoration: underline;
}
.content_navi li.active {
	padding: 8px 33px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	font-weight: bold;
	cursor: default;
}
.inform .content_navi li.active {
	color: #efb300;
	border-color: #fc0;
}
.discover .content_navi li.active {
	color: #e99503;
	border-color: #e99503;
}
.delve .content_navi li.active {
	color: #ce312d;
	border-color: #ce312d;
}
#back_link {
	padding-left: 24px;
}
#back_link img {
	vertical-align: bottom; 
	margin-right: 5px; 
	width: 9px; 
	height: 17px;
}
.content_functions {
	height: 36px;
	border-bottom: 1px solid #fff;
	font-size: 85%;
	text-align: right;
	padding-right: 1px;
}
.inform .content_functions {
	background-color: #fff9de;
}
.discover .content_functions {
	background-color: #fff3df;
}
.delve .content_functions {
	background-color: #fff3f2;
}
.default .content_functions {
	background-color: #f5f5f5;
}
.content_functions a {
	text-decoration: none;
	padding: 2px 0 3px;
	margin-top: 16px;
	float: right;
	display: block;
	width: 80px;
	text-align: center;
}
.inform .content_functions a:hover {
	background-color: #fff0b3;
}
.discover .content_functions a:hover {
	background-color: #ffe5b6;
}
.delve .content_functions a:hover {
	background-color: #fecfcd;
}
.default .content_functions a:hover {
	background-color: #e9e9e9;
}
.inform #send, .inform #pdf {
	border-left: 1px solid #fff0b3;
}
.discover #send, .discover #pdf {
	border-left: 1px solid #ffe5b6;
}
.delve #send, .delve #pdf {
	border-left: 1px solid #fecfcd;
}
.default #send, .default #pdf {
	border-left: 1px solid #e9e9e9;
}
.content_main_wrapper {
	margin: 0 12px 0 260px;
	background-color: #fff;
}
.content_main {
	min-height: 300px;
	margin: 20px;
}
#article {
	background: url('/images/layout/content_wrapper_article.gif') no-repeat top left;
}
#workshop {
	background: url('/images/layout/content_wrapper_workshop.gif') no-repeat top left;
}
#contact {
	background: url('/images/layout/content_wrapper_contact.gif') no-repeat top left;
}
.content_partial_wrapper, .content_article {
	background: url('/images/layout/content_wrapper_bottom.gif') no-repeat bottom left;
	padding: 30px 20px 12px;
}
.content_partial_wrapper .item :first-child, .content_article :first-child {
	margin-top: 0;
}
.content_article {
	min-height: 200px;
}
.intro {
	margin-bottom: 2em;
	font-weight: bold;
}
.content_article th, .content_article td {
	border: 1px solid #ddd;
}
.content_article th {
	background-color: #eee;
}
.content_addon {
	margin-top: 25px;
	padding: 5px 20px 10px;
	min-height: 96px;
	background: url('/images/layout/content_addon.png') no-repeat top left;
}
.content_addon a {
	text-decoration: none;
}
.content_addon li {
	margin-top: 1em;
}
.content_addon ul {
	margin: 1em 0;
}
.content_addon .crossrefs ul {
	margin-left: 20px;
}
.content_addon .contact li {
	list-style: none;
}
li.list-inform {
	list-style-image: url('/images/layout/list_item_inform.png');
}
li.list-discover {
	list-style-image: url('/images/layout/list_item_discover.png');
}
li.list-delve {
	list-style-image: url('/images/layout/list_item_delve.png');
}
li.list-extern {
	list-style-image: url('/images/layout/list_item_extern.png');
}
.content_addon .title {
	font-size: 182%;
	color: #bbb;
}
.content_addon .crossrefs {
	width: 50%;
	float: left;
}
.content_addon .crossrefs div.title, .content_addon .crossrefs ul {
	padding-right: 20px;
}
.content_addon .contact {
	width: 50%;
	float: right;
}
.content_addon .contact div.title, .content_addon .contact ul {
	padding-left: 20px;
}
.list {
	margin-bottom: 35px; 
}
.list h1 {
	margin-bottom: 0;
}
.content_detail {
	background: url('/images/layout/content_wrapper_top.gif') no-repeat top left;
	margin-bottom: 35px;
}
.content_detail h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0 0.5em;
}
#form_question, #form_newsletter {
	margin-bottom: 1em;
	border: 1px solid #e9e9e9;
}
#form_question table, #form_newsletter table {
	margin-bottom: 0;
	width: 100%;
}
#form_question td, #form_newsletter td {
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: #f5f5f5;
	padding: 1.2em 2em;
}
#form_question td.label, #form_newsletter td.label {
	padding-right: 0;
}
#form_question textarea, #form_question input[type=text], #form_newsletter textarea, #form_newsletter input[type=text] {
	width: 25em;
}
#form_question textarea, #form_newsletter textarea {
	height: 8em;
}
.legal {
	
}
.ws_login {
	padding: 20px 0;
}
.ws_login .start_wrapper {
	float: left; 
	width: 49%; 
	color: #bbb; 
	font-size: 182%;
}
.ws_login .button_wrapper {
	float: right; 
	width: 49%;
}
.ws_login a {
	width: 191px;
	font-size: 182%;
	text-align: center;
	padding: 20px 0 21px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	background: url('/images/layout/start_default_button.png') no-repeat left top;
}
.ws_login a:hover {
	background: url('/images/layout/start_default_button_hover.png') no-repeat left top;
}
/* End: Main content overview/article */

/* Online-Seelsorge */
.seelsorge .os_center {
	text-align: left;
}
.seelsorge .os_button {
	text-align: right;
}
.seelsorge form {
	border: 1px solid #e9e9e9;
	background-color: #f5f5f5;
}
.seelsorge .os_table {
	border: 0;
	width: 100%;
}
.seelsorge .os_tablecell, .seelsorge .os_tablecell2 {
	padding: 1.2em 2em;
	border: 0;
	border-bottom: 1px solid #fff;
}
.seelsorge .os_label {
	padding-right: 0;
}
.seelsorge .os_info, .seelsorge .os_button {
	padding: 0 2em;
}
.seelsorge .os_button {
	padding-bottom: 1.2em;
}
/* End: Online-Seelsorge */

/* Footer */
.footer {
	padding-top: 65px;
	height: 75px;
	background: url('/images/layout/footer_top.gif') no-repeat;
}
.footer h3 {
	font-weight: normal;
	font-size: 182%;
}
.footer #impressum h3 {
	padding: 6px 0 11px;
}
.start .footer {
	height: 352px;
	background: url('/images/layout/footer_start_top.gif') no-repeat;
}
.footer_fading {
	margin: 0 15px;
	height: 352px;
	background: url('/images/layout/footer_fading_bg.gif') repeat-x scroll center top;
}
.start #workshops {
	float: left;
	width: 504px;
	padding: 0 45px;
}
#ws_cal {
	position: relative;
}
#ws_cal_top, #ws_cal_bottom {
	position: absolute;
	left: 0;
}
#ws_cal_top {
	top: 0;
}
#ws_cal_bottom {
	bottom: 0;
}
#ws_cal_content {
	position: relative;
	z-index: 10;
	padding: 10px;
}
#ws_cal_content table {
	margin-bottom: 0;
}
#ws_cal_content th, #ws_cal_content td {
	border: 0;
	vertical-align: top;
	padding: 0.8em 0.5em;
}
.start #impressum {
	float: right;
	width: 249px;
	border-left: 1px solid #5c3a05;
	height: 352px;
	padding: 0 45px;
}
.start #copyright {
	display: block;
	float: right;
}
.no_start #impressum {
	margin: 10px 40px 0;
}
.no_start #impressum #address {
	padding-top: 13px;
}
.no_start #impressum address {
	display: inline;
}
.no_start #copyright {
	float: right;
}
/* End: Footer */

/* Feature Homepage */
.column_item {
	float: left;
	width: 260px;
	height: 160px;
	padding: 20px;
	position: relative;
}
.column_inform {
	margin: 3px 10px 0px 13px;
	background: url('/images/layout/start_inform_fading.png') repeat-x scroll center top;
}
.column_discover {
	margin: 3px 10px 0;
	background: url('/images/layout/start_discover_fading.png') repeat-x scroll center top;
}
.column_delve {
	margin: 3px 12px 0 10px;
	background: url('/images/layout/start_delve_fading.png') repeat-x scroll center top;
}
.column_button {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 191px;
	margin: 0 0 10px -95px;
	font-size: 182%;
	text-align: center;
	padding: 20px 0 21px;
	display: block;
	text-decoration: none;
}

.column_inform_button {
	background: url('/images/layout/start_inform_button.png') no-repeat left top;
}
.column_discover_button {
	background: url('/images/layout/start_discover_button.png') no-repeat left top;
}
.column_delve_button {
	background: url('/images/layout/start_delve_button.png') no-repeat left top;
}
a:hover.column_inform_button {
	background: url('/images/layout/start_inform_button_hover.png') no-repeat left top;
}
a:hover.column_discover_button {
	background: url('/images/layout/start_discover_button_hover.png') no-repeat left top;
}
a:hover.column_delve_button {
	background: url('/images/layout/start_delve_button_hover.png') no-repeat left top;
}
/* End: Feature Homepage */

/* jQuery UI Anpassungen */
.inform .ui-widget, .discover .ui-widget, .delve .ui-widget, .default .ui-widget {
	font-size: 100%;
}
#dialog-recommend {
	display: none;
}
#dialog-recommend table {
	width: 100%;
}
#dialog-recommend input, #dialog-recommend textarea {
	width: 16em;
}
/* End: jQuery UI Anpassungen */