/*                                                                       */
/*  ++++++++++++++++++++ blechtrottel brodaktschns ++++++++++++++++++++  */
/*      ___________                                                      */
/*     |.---------.|   |   |        |  _|__      _|_|__  |               */
/*     || (.) (.) ||   |__ |   _  _ |__ |    _  _ | |  _ |               */
/*     ||  .___.  ||   |  ||  |-´|  |  ||  |/  / \| | |-´|               */
/*     ||_________||   |__||__|_/|_/|  ||_ |   \_/|_|_|_/|_/             */
/*     `---.---.---´       |            |      _|__     |                */
/*     .---'---'---.       |__   _  _  _| _ |   |  _  _ |__  _  _        */
/*     | ° ° [] == |       |  ||/  / \| | _||_/ | |_ |  |  || ||_        */
/*     `-----------´       |__||   \_/|_||_|| \ |_ _||_/|  || | _|       */
/*                                                     web design        */
/*                                                                       */
/*    oejr.css                                                           */
/*    c) 2003-2008 by blechtrottel brodaktschns, written by mist     		 */
/*                                                                       */
/*    this css file saved from / diese css-datei stammt von:             */
/*    http://junge-oekumene.at                                           */
/*                                                                       */
/*  +++++++++++++++++++++ http://blechtrottel.net +++++++++++++++++++++  */


/* Allgemeines */

/*
orange: #ffdc70
beige:  #f8ffec
grün:   #9c0
grau: 	#666
rot:    #800
*/

body {
	position: relative; z-index: 0;
  background-color: #ffdc70;
  font: 1em/1.3em 'Arial', 'Helvetica', sans-serif;
  margin: 0; padding: 0;		/* gleicher Abstand von oben */
}

a { text-decoration: none; }
a:link { color: #f00; }
a:visited { color: #666; }
a:hover { color: #800; }
a:active { color: #800; }

img { border: none; }

h1, h2, h3 { font-weight: normal; }
h1 { font-size: 1.6em; line-height: 1.3em; margin-top: 12px; }
h2 { font-size: 1.4em; line-height: 1.1em; }
h3 { font-size: 1.2em; line-height: 1.1em; }


/* Blatt */

div.blatt {
	width: 800px; height: 100%;
  background-color: #f8ffec;
  margin: 10px auto;
  padding: 0;
}

#nachoben {
	clear: left;
  text-align: right;
	margin: 0 15px 0 12px;
}

#nachoben a { color: #533a00; }

#nachoben span {
	float: left;
  font-size: 0.85em;
}


/* Titel */

div.titel {
  width: 780px; height: 120px;
  color: #9c0;
  background-color: #f9f9f9;
  margin: 0; padding: 10px;
  border-bottom: solid 3px #9c0;
}

div.titel a { color: #000; } /* Mailadresse */

div.titel img {
  float: right;
  width: 127px; height: 115px;
	margin: 1px 10px 0 0;
}

div.titel h1 {
	width: 598px; height: 115px;
  background: url(bilder/schriftzug.gif);
  margin-top: 0;
}

div.titel h1 span { font: 32px 'Arial', sans-serif #9c0; position: relative; z-index: -1; }
#name2 { top: 56px; }

div.adresse1, div.adresse2 {
  font: 14px/18px 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  white-space: nowrap;
}

div.adresse1 {
  position: relative; top: -125px; right: 190px;
  text-align: right;
}

div.adresse2 {
	position: relative; top: -125px; left: 5px;
  width: 40%;
}


/* Navigationsmenü */

div.menu {
	float: left;
  position: relative; top: 10px; left: 10px;
	width: 11em;
  margin-bottom: 20px;
}

div.menu ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

div.menu li { margin: 0.2em 0; }

div.menu a {
	display: block;
  background-color: #9c0;
	color: #fbfbfb;
  font-weight: bold;
  width: 11em;
	padding: 0.2em 0 0.2em 0.35em;
}

div.menu li li a {
  /*background-color: #fff;*/
  background-color: #fbfbfb;
  font-weight: normal;
  padding: 0 0 0 0.35em;
}
div.menu li li a:link { color: #533a00; }
div.menu li li a:visited { color: #b07000; }
div.menu li li a:active { color: #f00; }
div.menu li li a:hover  {
	background-color: #f3ffe1;
	border-left: solid #9c0 4px;
	margin-left: -4px;
}

div.menu li li a.letzter { margin-bottom: 0.5em; }

#rss {
	font: bold 0.75em sans-serif;
  color: #fff;
  text-decoration: none;
  background: #f60;
  width: 2.1em;
  padding: 0.2em 0.35em;
  margin: 0 0 0 0.5em;
}

#rss:hover { border-left: 0; }

#wasistrss {
  position: relative;
  width: 8.1em;
  padding: 0 0.4em;
  margin: -1.3em 0 0 2.4em;
  border: 0;
}

#wasistrss:hover  { background-color: #f3ffe1; }


/* Inhalt */

div.inhalt {
	margin: 147px 10px 0 13em;
  margin-top: 10px;
}

img.logo {
	float: left;
  margin: 0 0.75em 0.5em 0;
}

img.kontakt { margin: 0 0.75em 0.25em 0; }

p { margin: 0 0 0.65em; }

/* Bibel-Klick */

body.bibelstelle {
	padding: 1.5em;
  background-color: #ffe;
}

body.bibelstelle p { line-height: 1.4em; }

p.copyright {
	font-size: 0.85em;
	margin-top: 1.75em;
}

sup { font-size: 0.77em; }