/* Struktur */

body {
	background-color: #fff;
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: smaller;
	padding: 0px;
	margin: 0px;
}

#top {
	background-image: url('head_back.png');
	background-position: 900px 0px;
	height: 227px;
	margin: 0px;
	overflow: hidden;
}

#top span {
	background-image: url('head_logo.png');
	display: block;
	width: 900px;
	height: 227px;
}

#top span a {
	display: block;
	width: 320px;
	height: 180px;
	margin-bottom: 50px;
	text-indent: -5000px;
}

#content {
	width: 100%;
	float: right;
	margin-left: -240px;
}

#content>div {
	margin-left: 270px;
	padding-right: 30px;
}

#left {
	width: 240px;
	padding-top: 20px;
}

#searchbox {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 98%;
	text-align: right;
}

#searchbox p {
	margin: 0px;
	padding: 0px;
}

#searchbox input {
	border: 1px solid #359;
	background-color: #9ad;
	color: #136;
}

#searchbox input:hover {
	border: 1px solid #136;
	background-color: #abe;
}

#searchbox input:focus {
	border: 1px solid #013;
	color: #013;
	background-color: #fff;
}

#footer {
	clear: both;
}

#navi {
	list-style-type: none;
	padding: 0px;
	padding-left: 20px;
	margin-left: 0px;
}

#navi span {
	padding-left: 50px;
	font-size: smaller;
}

#navi ul {
	list-style-type: none;
	padding-left: 50px;
	margin-left: 0px;
}

#navi>li {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 40px;
	padding-top: 2px;
}

#navi>li.g { background-image: url(cat_gstl.png); /*border-top: 1px solid #f91;*/ color: #d61;/*#f91*/}
#navi>li.f { background-image: url(cat_fach.png); /*border-top: 1px solid #df0;*/ color: #8d0;/*#df0*/ }
#navi>li.r { background-image: url(cat_ress.png); /*border-top: 1px solid #49f;*/ color: #27d;/*#49f*/ }
#navi>li.a { background-image: url(cat_admn.png); /*border-top: 1px solid #aaa;*/ color: #888;/*#aaa*/ }

#navi>li>ul>li {
}

.naviactive {
	font-weight: bold;
}

#navi>li.g .naviactive { color: #d61; }
#navi>li.f .naviactive { color: #8d0; }
#navi>li.r .naviactive { color: #27d; }
#navi>li.a .naviactive { color: #888; }

#navi a:link, #navi a:visited {
	text-decoration: none;
	color: #000;
	display: block;
}

#navi a:active, #navi a:hover {
	font-weight: bold;
}

#navi .naviadditional {
	border-top: 1px dotted #27d;
	background-repeat: no-repeat;
	background-position: 10px 15px;
	min-height: 24px;
	padding-left: 50px;
	padding-top: 10px;
	margin-top: 10px;
}

#login {
	margin-left: 21px;
	padding-left: 48px;
	padding-top: 5px;
}

#login.loggedout {
	border-top: 1px dotted #27d;
}

#login p {
	margin-top: 1px;
	margin-bottom: 1px;
}

#login a {
	color: #249;
}

#login a:hover {
	color: #000;
	font-weight: bold,
}

#login input {
	border: 1px solid #9ad;
	color: #249;
	background-color: #fff;
	margin: 3px 3px 3px 0px;
	padding: 1px;
}

#login input[type=text], #login input[type=password] {
	width: 140px;
}

#loginwelcome {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #249;
}

#loginnotregistered {
	font-size: 90%;
	padding: 2px 0px 2px 0px;
}

#loginwelcome big {
	color: #249;
}

#loginbar {
	font-size: smaller;
	color: #249;
	margin-bottom: 20px;
	margin-top: 3px;
}

#loginbar a {
	color: #249;
}

#loginbar.deactive, #loginbar.deactive a {
	color: #ccc;
}

#reminders {
	padding: 0px;
	margin: 4px 0px 0px 0px;
	list-style-type: none;
	font-size: smaller;
}

#reminders li {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(hinweis_small.png);
	background-position: left middle;
	background-repeat: no-repeat;
}

#reminders a {
	text-decoration: none;
	color: #000;
}

#reminders a:hover {
	color: #249;
}

#footer {
	background-image: url('bottom_px.png');
}

#footer>div {
	background-image: url('bottom_back.png');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 100px 100px 30px 172px;
}

#footer_logo {
	float: left;
	padding-right: 10px;
}

#copyright1 {
	color: #361;
	font-weight: bold;
}

#copyright2 {
	font-size: smaller;
}

#footer a {
	color: #471;
}

#footer input {
	border: 1px dotted #000;
	background-color: #eee;
}

#bylink {
	position: absolute;
	left: 95%;
	color: #ac2 !important;
	text-decoration: none;
}

/* HTML-Elemente */

h1, h2, h3, h4, h5, h6 {
	color: #249;
}

img {
	border: none;
}

hr {
	border: none;
	background-color: #249;
	height: 1px;
}

td {
	vertical-align: top;
}

a:link {
	color: #730;
}

a:visited {
	color: #400;
}

a:hover {
	color: #370;
}

blockquote {
	border: 1px dotted #df0;
	border-left: 3px solid #df0;
	margin-left: 0px;
	padding: 2px 2px 2px 5px;
}

/* Formulare */

input {
}

fieldset {
	border: none;
	border-top: 1px solid #df0;
}

legend {
	color: #249;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

legend+p {
	margin-top: 0px;
}

optgroup {
	font-weight: normal;
	font-style: normal;
	background-color: #249;
	color: #fff;
	padding: 2px;
}

optgroup option {
	background-color: #fff;
	color: #000;
}

textarea.richtigertext, input.richtigertext, .wieinput {
	width: 50%;
	min-width: 350px;
	max-width: 800px;
}

textarea.richtigertext {
	height: 250px;
}

textarea.schmalundbreit {
	width: 100%;
	height: 100px;
}

textarea.wikiedit {
	width: 100%;
	height: 400px;
}

.eingabeformular table {
	width: 100%;
	border-spacing: 0px;
}

.eingabeformular textarea {
	width: 100%;
	height: 250px;
}

.eingabeformular input {
	width: 100%;
}

.eingabeformular label input {
	width: auto;
}

.eingabeformular .no100 input {
	width: auto;
}

.eingabeformular select+input {
	width: 200px;
}

.eingabeformular tr>td {
	border-top: 1px dotted #f91;
	font-weight: bold;
	width: 100px;
	padding: 5px;
	color: #249;
}

.eingabeformular tr>td+td {
	font-weight: normal;
	width: auto;
	color: inherit;
}

.eingabeformular th {
	text-align: left;
	font-size: larger;
	padding-top: 20px;
}

.eingabeformular .info {
	display: block;
	margin: 3px 0px 3px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #ffa;
	border: 1px solid #a71;
	font-size: smaller;
}

/* Allgemeine Klassen */

.admin {
	background-color: #df0;
	background-image: url(admin_corner.png);
	background-position: left top;
	background-repeat: no-repeat;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 5px 5px 60px;
}

.gitter {
	border-spacing: 0px;
	border-collapse: collapse;
}

.gitter th {
	border-bottom: 1px dotted #f91;
	text-align: left;
	font-weight: bold;
	color: #f91;
}

.gitter td, .gitter th {
	padding: 3px;
}

.gitter tr td {
	border-bottom: 1px dotted #f91;
}

.boxtext {
	color: #000;
	background-image: url(hinweis.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 3px;
	min-height: 25px;
}

.boxtext_warning {background-image: url(fehler.png);}

.buttonbar {
	list-style-type: none;
	padding-left: 0px;
	line-height: 2.2em;
	margin-left: 0px;
}

.buttonbar li {
	display: inline;
	white-space: nowrap;
}

.buttonbar a:link, .buttonbar a:visited {
	background-image: url(buttonbar.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 4px 10px 4px 25px;
	border: 1px dotted #f91;
}

.buttonbar a:hover {
	border-style: solid;
}

.buttonbar a:link.inactive, .buttonbar a:visited.inactive {
	border-color: #aaa;
	text-decoration: none;
	color: #999 !important;
}

.propertylist th {
	border-bottom: 1px dotted #f91;
	border-top: 10px solid #fff;
	color: #f91;
	text-align: left;
	font-weight: bold;
}

.propertylist tr>td {
	font-weight: bold;
	padding-right: 20px;
}

.propertylist tr>td+td {
	font-weight: normal;
	padding-right: 5px;
}

.withsidebar {
	margin-right: 230px;
	clear: both;
}

.contentbeforesidebar {
	float: left;
	width: 100%;
}

.sidebaraftercontent {
	float: right;
	margin-right: -220px;
	width: 200px;
}

.zweispaltig {
	margin-right: 40%;
	clear: both;
}

.zweispaltig .spalte1 {
	float: left;
	width: 100%;
}

.zweispaltig .spalte2 {
	float: right;
	width: 65%;
	margin-right: -70%;
}

.partofjlm {
	background-image: url(hinweis_small.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding: 2px 2px 2px 22px;
	margin-bottom: 5px;
	border: 2px solid #9ad;
}

.tagcloud a {
	text-decoration: none;
	color: #000;
}

.taglist {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #9ad;
	color: #249;
}

.taglist a {
	color: #249;
	text-decoration: none;
}

.taglist a:hover {
	color: #000;
}

.linklistwithimages {
	list-style-type: none;
	padding: 0px;
}

.linklistwithimages li {
	padding: 10px 10px 0px 50px;
	margin: 10px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.linklistwithimages a {
	font-weight: bold;
	display: block;
}

.img_admin li {
	background-image: url(cat_admn.png);
}

.socialbookmark {
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #9ad;
	text-align: center;
}

.socialbookmark li {
	display: inline;
	padding: 3px;
}

.socialbookmark li img { opacity: 0.4; }
.socialbookmark:hover li img { opacity: 0.7; }
.socialbookmark li:hover img { opacity: 1; }

/* JLM */

.jlmabo {
}

.jlmblock {
	padding: 5px;
	border: 3px solid #df0;
	margin-bottom: 5px;
	overflow: hidden;
}

.blockoptions {
	background-color: #df0;
	text-align: right;
	padding: 5px;
	margin-bottom: 5px;
}

.blockoptions span {
	float: left;
}

.blockoptions form {
	display: inline;
}

.jlmone {
	padding-left: 35px;
	background-image: url(hinweis.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.jlmone a {
	font-weight: bold;
	text-decoration: none;
	color: #249;
}

.jlmone a:visited {
	color: #000;
}

/* Wiki */

#wiki_toc {
	float: right;
	border-top: 1px solid #249;
	background-color: #9ad;
	padding: 8px;
}

#wiki_toc a {
	color: #000;
	text-decoration: none;
}

img.wikitext {
	padding-left: 10px;
	padding-right: 10px;
}

/* Linklisten */

.linklist {
	border-left: 1px dotted #9ad;
	padding-left: 10px;
}

.linklisttop {
	font-size: smaller;
}

.linklistbottom {
	font-size: smaller;
}

.linklistentry {
}

.linklistentry a {
}

.linklistentry span {
	display: block;
	font-size: smaller;
}

/* Suche */

.searchresultinfo {
	background-color: #df0;
	text-align: right;
	padding: 2px;
	margin-top: 10px;
}

.searchresult small {
	color: #249;
}

.searchresult span b {
	background-color: #df0;
	font-weight: normal;
}

/* Startseite */

.newArticlesBox, .newBox {
	margin-bottom: 10px;
}


.newBox .rsslink, .newArticlesBox .rsslink {
	float: right;
	padding: 0px;
	margin: 3px 5px 0px 0px;
	width: 42px;
	height: 16px;
	background-image: url(rssfeed.png);
	background-repeat: no-repeat;
	background-position: center middle;
	text-indent: -1000px;
}

.newBox .rsslink a, .newArticlesBox .rsslink a {
	display: block;
	width: 42px;
	height: 16px;
}

.newArticlesBox h2, .newBox h2, .newBox h2 a {
	color: #fff;
	background-color: #9ad;
	font-size: inherit;
	margin-top: 0px;
	padding: 3px;
	border-radius: 5px;
}

.newArticleFirst, .newBoxFirst {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 60px;
	margin-bottom: 5px;
}

.newBoxFirst {
	padding-left: 100px;
}

.newArticleFirst a, .newBoxFirst a {
	font-weight: bold;
}

.newArticleFurther, .newBoxFurther {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #9ad;
}

.newArticleFurther a, .newBoxFurther a {
	text-decoration: none;
}

.newBoxText a {
	text-decoration: underline;
}

/* Bibeltext */

.bibletext {
	padding-right: 200px;
}

.bibletext .info {
	display: block;
	margin-bottom: 4px;
	color: #249;
}

.bibletext .chapter {
	font-weight: bold;
	font-size: 170%;
	clear: both;
	float: left;
	margin-right: 8px;
	color: #249;
}

.bibletext .versenumber {
	font-size: smaller;
	position: relative;
	top: -0.3em;
	margin-right: 3px;
	color: #f91;
}

.bibletext .tooltip {
	clear: right;
	float: right;
	display: block;
	margin-right: -200px;
	margin-bottom: 3px;
	width: 180px;
	padding: 2px;
	font-size: smaller;
	background-color: #abf;
	color: #000;
}

.bibletext .tooltip_anchor {
	color: #249;
	font-size: smaller;
	position: relative;
	top: -0.3em;
}

.bibletext+hr {
	clear: both;
}

/* Forum, Kommentare, Nachrichten, Artikel */

.smalllist {
	width: 100%;
}

.smalllist p {
	color: #249;
	padding-bottom: 10px;
	background-image: url(../img/forum_ico.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 45px;
}

.smalllist a {
	font-weight: bold;
	font-size: larger;
}

.withlinkheader a:link, .withlinkheader a:visited {
	text-decoration: none;
	background-color: #9ad;
	color: #fff;
	display: block;
	padding: 2px;
	margin-bottom: 3px;
}

.withlinkheader a i {
	font-size: smaller;
	font-style: normal;
}

.forum_table, .comment_table, .message_table {
	width: 100%;
	border-spacing: 0px;
}

.forum_entry td, .comment_entry td, .message_table td {
	border-top: 1px dotted #249;
	border-bottom: 10px solid #fff;
	padding: 10px;
}

.forum_userinfo, .comment_userinfo, .message_userinfo {
	background-color: #9ad;
	text-align: center;
	width: 120px;
}

.userinfobox {
	border: 1px solid #9ad;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.userinfobox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: smaller;
}

.userinfobox li {
	margin: 0px;
	padding: 0px;
}

.userinfobox ul a {
	display: block;
	background-color: #9ad;
	padding: 2px;
	color: #249;
}

.userinfobox ul a:hover {
	background-color: #249;
	color: #fff;
}

.articleinfobox {
	border-top: 1px solid #249;
	background-color: #9ad;
	font-size: 90%;
	margin-top: 5px;
	padding: 5px;
}

.articleinfobox p {
	margin-top: 1px;
	margin-bottom: 5px;
}

.sideinfobox {
	margin-top: 5px;
	border: 1px solid #9ad;
	padding: 3px;
}

.sideinfobox h2 {
	font-size: inherit;
	font-weight: normal;
	color: #249;
	text-align: left;
	margin: 0px;
}

.sideinfobox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.sideinfobox .first a {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

.sideinfobox .moretext {
	font-size: smaller;
	display: block;
	line-height: 130%;
}

.sideinfobox .further a {
	text-decoration: none;
	font-size: smaller;
}

.sideinfobox li {
	border-top: 1px dotted #9ad;
	padding: 5px 0px 5px 0px;
}

.forum_date, .comment_date, .message_date, .article_date {
	margin-top: 0px;
	float: right;
	color: #9ad;
}

.forum_postingtitle, .message_title, .article_title {
	font-weight: bold;
	color: #249;
	margin-top: 0px;
}

.article_title a:link, .article_title a:active, .article_title a:visited {
	color: #249;
	text-decoration: none;
	font-size: larger;
}

.article_title a:visited {
	color: #125;
}

.forum_deleted .forum_posting, .comment_deleted .comment_posting {
	color: #9ad;
}

#comment_headline, .articleinfo {
	margin-top: 30px;
	padding: 10px;
	font-weight: bold;
	background-color: #9ad;
	clear: both;
}

.articleentry {
	margin-bottom: 20px;
}

.articleentry p {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.article_info {
	font-size: smaller;
}

.articleentry p+p {
	font-size: inherit;
}

.article_title {
	font-weight: bold;
	color: #249;
}

.articleentry .article_title+p {
	font-weight: normal;
	font-size: inherit;
}
