body {
	font-family: sans-serif;
	color: #000000;
	background: #fae9d0;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 150%;
}

strong {
	font-weight: bold;
}

li {
	margin-bottom: 1em;
}

img, form {
	padding: 0px;
	margin: 0px;
	border: none;
}

table {
	table-layout: auto;
	border-spacing: 0px;
	empty-cells: show;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

th {
	white-space:nowrap;
}

td.middle {
	vertical-align: middle;
}

h1 {
	color: #690065;
	font-weight: bold;
	font-size: x-large;
	padding: 0em 0.3em 0.1em 0.3em;
	margin: 1em 0px 1em 0px;
	border-bottom: .1em solid #FFCC00;
	text-align: center;
}

h2, h3, h4, h5 {
	font-size: medium;
	color: #690065;
	font-weight: bold;
	padding: 0px;
	margin: 1em 0em 0em 0em;
}

h3, h4, h5 {
	font-size: .9em;
}

h5 {
	color: #000000;
}

a {
	color: #000066;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

hr {
	border: 1pt outset #000066;
}

.nobreak, .nowrap {
	white-space: nowrap;
}

/*--------Kopfzeile--------------*/

div.header {
	background-color: #fae9d0;
/*	background-image: url(/_images/snowflake2.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

div.header td {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

input.sucheoben {
	font-size: .9em;
	border: 1px solid #000066;
	color: #000066;
	padding: .2em .3em .2em .3em;
	margin: 0px 0.2em 0px 1em;
	width: 8em;
	background: #FFFFFF;
}

a.button {
	display: block;
	width: 108px;
	text-align: center;
	color: #000060;
	text-decoration: none;
	padding: 0.3em 0px 0.3em 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
}

a.button:hover, a.menu_item:hover {
	text-decoration: none;
}

a.menu_item {
	display: block;
	width: 148px;
	color: #000060;
	text-decoration:none;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.3em 1em 0.3em 1em;
}

a.menu_item:hover {
	border: 1px dotted #000066;
}

div.menu {
	position: absolute;
	visibility: hidden;
	background: #FFFFFF;
	padding-bottom: 1px;
	border: 1px solid #CCCCCC;
}

#top_sitemap,
#top_search1,
#top_search2 {
	visibility: hidden;
}

/*--------Navigationsmenü--------*/


div.left_col {
	float: left;
	width: 20%;
	min-width: 240px;
	clear: both;
}

div.nav {
	background-color: #fae9d0;
	background-image: url(/_images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 20px;
}

a.nav1,
a.nav1open,
a.nav2,
a.nav2open {
	display: block;
	font-size: 0.9em;
	padding: 0.3em 0.3em 0.3em 0.3em;
	text-decoration:none;
	border: 1px solid #fae9d0;
	border-bottom: 1px solid #fae9d0;
}

a.nav1,
a.nav2 {
	color: #000060;
}

a.nav1,
a.nav1open {
	font-weight: bold;
	padding-left: 10px;
}

a.nav1open,
a.nav2open {
	border: 1px inset;
	text-decoration: underline;
	background-color: #fdfded;
	color: #690065;
}

a.nav1open:after {
	content: "\A0\A0";
}

a.nav1:hover,
a.nav2:hover {
	border: 1px dotted #000060;
	text-decoration: none;
}

/*--------Suchmaske--------*/

div.suche {
	padding: 10px;
}

form.suche {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

input.suche {
	font-size: .9em;
	border: 1px solid #000066;
	color: #000066;
	padding: .2em .3em .2em .3em;
	margin: 0px 4px 0px 2px;
	width: 140px;
}

/*--------Info-Boxen--------*/

div.frame {
	background-color: #fae9d0;
	background-image: url(/_images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 12px;
}

div.infobox {
	padding: .4em .7em .4em .7em;
	border: 1px solid #CCCCCC;
}

div.frame h4 {
	margin: 0px;
	padding: .2em 70px .2em .4em;
	background-color: #fae9d0;
	background-image: url(/_images/weihnachtsstern3.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #339900;
	font-weight: bold;
	border-left: .3em solid #FFC800;
}


/*--------Rechte Spalte--------*/

div.right_col {
	float: right;
	width: 10px;
	min-width: 10px;
}

img.bibeltext {
	margin: 10px;
	display: block;
}

/*--------Inhalt--------*/

div.content {
	float: left;
	margin: 10px 0px 1em 2em;
	width: 70%;
}

div.footer {
	clear: both;
	margin-top: 1em;
	border-top: 1px solid #CCCCCC;
	padding: 0.3em 10px 0.3em 10px;
	text-align: center;
	background-image: url(/_images/weihnachtsstern3.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#reviewed {
	float: right;
	margin-right: 60px;
	font-size: 0.9em;
	color: #339900;
}

div.footer_menu {
	margin: 0px 185px 0px 240px;
	color: #339900;
}

div.footer_menu a {
	color: #339900;
}

img.icon {
	width: 24px;
	height: 20px;
	vertical-align: middle;
	border: none;
}

/*--------Spezielle Formate--------*/

.graysmall {
	font-size: 0.8em;
	color: #666666;
}

img.rahmen {
	border: 1px solid #000000;
}

img.banner_200x60 {
	display: block;
	width: 200px;
	height: 60px;
}

img.email {
	margin-right: 0.3em;
	width: 16px;
	height: 11px;
	vertical-align: baseline;
}

img.bibelicon {
	width: 23px;
	height: 18px;
	vertical-align: middle;
}

img.navicon {
	width: 18px;
	height: 12px;
	vertical-align: middle;
}

p.fl:first-letter {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0em 0.1em 0em 0em;
}

div.datum {
	text-align: right;
	font-size: .9em;
}

div.losung {
	border-top: 1px solid #CCCCCC;
	padding-top: 0.3em;
	margin-top: 0.3em;
}

div.vers {
	font-size: 0.9em;
}

div.bibeltext {
/*	font-style: italic;*/
	color: #333333;
	font-size: 0.9em;
}

div.jesus {
	background-image: url(/_images/jesus.jpg);
	background-repeat: no-repeat;
	height: 125px;
	margin: 10px 10px 6em 10px;
	padding: 10px 10px 10px 60px;
}

div.content td {
	padding: .2em;
}

td.numbers {
	text-align: right;
}

table.tab {
	border-top: 1pt solid #CCCCCC;
	background: #fffdfb;
}

table.tab td, table.tab th {
	padding: 0.3em;
	border-bottom: 1pt solid #CCCCCC;
}

table.tab th {
	clear: both;
	color: #000066;
}

tr.r1 td, tr.r1 th {
	background: #FFFFCC;
}

table.pad0 td {
	padding: 0px;
}


