/*                                                                        */
/*  +++++++++++++++++++++++++ blechtrottel.net +++++++++++++++++++++++++  */
/*     ___________                                                        */
/*   |.---------.|                                                        */
/*   || (.) (.) ||                                                        */
/*   ||  .___.  ||   |   |        |  _|__      _|_|__  |          _|__    */
/*   ||_________||   |__ |   _  _ |__ |    _  _ | |  _ |      _  _ |      */
/*   `---.---.---´   |  ||  |-´|  |  ||  |/  / \| | |-´|     | ||-´|      */
/*   .---'---'---.   |__||__|_/|_/|  ||_ |   \_/|_|_|_/|_/ O | ||_/|_     */
/*   | ° ° [] == |                                         web design     */
/*   `-----------´                                                        */
/*                                                                        */
/*    breitwieser.css                                               		  */
/*    c) 2009-2016 by blechtrottel.net, written by mist                   */
/*                                                                        */
/*    this css file saved from / diese css-datei stammt von:              */
/*    https://breitwieserschani.at                                         */
/*                                                                        */
/*  +++++++++++++++++++++ https://blechtrottel.net ++++++++++++++++++++++  */


/* #fff5e6 */
/* #d9d0c3 */
/* #bfb8ac */
/* #807a73 */

/* Allgemein */

body {
	position: relative; /* FIR in Moz und Co. */
  z-index: 0;
  width: 800px;
  margin: 25px auto;
  background-image: url(bilder/btbg.gif);
  background-color: #d9d0c3;
	color: #000;
 	font: 1em/1.3em 'Times', 'Verdana', 'Arial', sans-serif;
}

a { text-decoration: none; }
a:link { color: #800; }
a:visited { color: #666; }
a:active { color: #800; }


/* Seitenkopf */

header {
  width: 780px; height: 75px;
  background-color: #bfb8ac;
  padding: 0;
  border-bottom: solid 45px #fff5e6;
}

header img { border: none; }

#schani {
	float: right;
  width: 96px; height: 80px;
  margin: -12px 10px 0 0;
}

#unterschrift {
	float: left;
  margin: 16px 0 0 17px;
}

/* Seite */

div.seite {
	width: 780px;
	background-color: #fff5e6;
  border-bottom: 1em solid #fff5e6;
}

nav {
  float: left;
  padding: 0 0 5px;
  margin: 0 1em 2em 10px;
  font: 0.9em/1.3em 'Verdana', 'Arial', sans-serif;
}

nav a { color: #000; }

nav h3 {
	position: relative;
	z-index: 1;
  font: bold 18px;
  color: #fff5e6;
  margin: 4px 0 0 0.75em;
}

nav h3 img {
	position: absolute;
  top: 2px; right: 7px;
  border: none;
  display: none;
}

nav h3 a:link { color: #fff; }
nav h3 a:visited { color: #fff; }
nav h3 a:hover {
	color: #fff;
  margin: 0 0.15em 0 -0.15em;
}
nav h3 a:active { color: #fff; }

nav ul {
  list-style-type: none;
  background-color: #bfb8ac;
  padding: 0.5em 0 0.5em 0.75em;
  border: solid 1px #807a73;
  border-top: solid 28px #807a73;
  margin: -24px 0 1.25em;
}

nav li { padding-right: 0.75em; }

nav li a:link { color: #fff5e6; }
nav li a:visited { color: #666; }
nav li a:hover {
	color: #800;
  margin: 0 0.15em 0 -0.15em;
}
nav li a:active { color: #800; }

#rsslogo, #btinfo {
 float: left;
 border: none;
 margin: 0 0.4em 0 0.6em
}

#btinfo {
	clear: left;
  margin-top: 10px;
}

div.text {
	text-align: justify;
	padding: 0 1em 0 0;
  margin-left: 11.75em;
}

img.links {
	float: left;
	margin: 1em 1em 0.5em 0;
}

img.rechts {
	float: right;
	margin: 1em 0 0.5em 1em;
}

#bildunterschrift {
	clear: right;
  float: right;
  width: 350px;
  text-align: right;
  font-size: 0.75em;
  margin: 0 0 1em 1em;
}

a.sprache { float: right; }

div.text ol, ul {
	padding-left: 0.8em;
	margin-left: 0.8em;
  margin-top: 0.3em;
}

div.text li { margin-bottom: 0.30em; }

h1, h2, h3 { font-weight: 600; font-family: 'Arial', sans-serif; }
h1 { font-size: 1.5em; line-height: 1.2; margin: 0 0 1em; }
h2 { font-size: 1.3em; margin: 1.4em 0 0.9em; }
h3 { font-size: 1.1em; margin: 1.1em 0 0.7em; }

h1.unterlaenge { margin-bottom: 1em; }

h1 span {
	position: relative;
	z-index: -1;
}

p { margin: 0 0 1em; }

td { vertical-align: top; }

td.rechts {
	text-align: right;
  padding-right: 1em;
}


/* Seitenfuß */

footer {
  clear: both;
  width: 760px; height: 20px;
  padding: 0 1em;
  margin-top: 1em;
  text-align: right;
  font: 12px/1.5 Verdana, Arial, sans-serif;
}

footer img {
	float: left;
	width: 27px; height: 30px;
	border: none;
	margin-right: 8px;
}