/*                                                                        */
/*  ++++++++++++++++++++ blechtrottel brodaktschns +++++++++++++++++++++  */
/*       ___________                                                      */
/*      |.---------.|   |   |        |  _|__      _|_|__  |               */
/*      || (.) (.) ||   |__ |   _  _ |__ |    _  _ | |  _ |               */
/*      ||  .___.  ||   |  ||  |-´|  |  ||  |/  / \| | |-´|               */
/*      ||_________||   |__||__|_/|_/|  ||_ |   \_/|_|_|_/|_/             */
/*      `---.---.---´       |            |      _|__     |                */
/*      .---'---'---.       |__   _  _  _| _ |   |  _  _ |__  _  _        */
/*      | ° ° [] == |       |  ||/  / \| | _||_/ | |_ |  |  || ||_        */
/*      `-----------´       |__||   \_/|_||_|| \ |_ _||_/|  || | _|       */
/*                                                      web design        */
/*                                                                        */
/*     fusspflege-claudia.css                                             */
/*     c) 2008-10 by blechtrottel brodaktschns, written by mist           */
/*                                                                        */
/*     this css file saved from / diese css-datei stammt von:             */
/*     http://fusspflege-claudia.at 																			*/
/*                                                                        */
/*  +++++++++++++++++++++ http://blechtrottel.net ++++++++++++++++++++++  */

/*
orange	#fb9b04
beige		#f4f6df
braun		#a52a2a
grau		#ddd
*/

/* Allgemein */

html, body {
  position: relative; /* FIR in Moz und Co. */
  margin: 0; padding: 0;
  background-color: #fb9b04;
  color: #000;
  font: 1em/1.3em 'Verdana', 'Arial', sans-serif;
}

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

table {
	margin: 0.3em 0;
  padding: 0;
}

td { vertical-align: top; }
td.rechts { text-align: right; }

img { border: none; }


/* Seitenkopf */

div.kopf {
  width: 800px; height: 80px;
  background-color: #f4f6df;
  border: solid 2px #a52a2a;
	-webkit-border-top-left-radius: 26px;
	-moz-border-radius-topleft: 26px;
  border-top-left-radius: 26px;
	-webkit-border-bottom-right-radius: 26px;
	-moz-border-radius-bottomright: 26px;
  border-bottom-right-radius: 26px;
  margin: 10px auto 10px;
}

#schriftzug {
	display: block;
  float: left;
	width: 492px; height: 48px;
  background-image: url(bilder/schriftzug.gif);
  margin: 20px 0 0 18px;
}

#schriftzug span {
  position: relative;
  z-index: -1;
}

#logo {
	width: 164px; height: 50px;
  float: right;
  margin: 14px 16px 0 0;
}


/* Seite */

div.seite {
	width: 800px;
  margin: 20px auto 20px;
  padding-bottom: 2em;
  background-color: #f4f6df;
	-webkit-border-top-left-radius: 26px;
	-moz-border-radius-topleft: 26px;
  border-top-left-radius: 26px;
	-webkit-border-bottom-right-radius: 26px;
	-moz-border-radius-bottomright: 26px;
  border-bottom-right-radius: 26px;
}

div.navi {
  width: 180px;
  float: left;
  padding: 0;
  margin: 0;
}

div.navi ul {
  list-style-type: none;
  padding: 0 0 0 0.75em;
  text-align: right;
  margin: 5.5em 0 0 0;
}

div.navi li {
	color: #000;
  background-color: #ddd;
  background-image: -moz-linear-gradient(100% 100% 90deg, #eee, #ddd);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#eee));
  -moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
  padding: 0.1em 0.75em;
  margin-top: 0.4em;
}

#eins { margin-top: 0; }

div.navi li.ue { margin-bottom: 0.2em; }
div.navi li.up {
	background-color: #f4f6df;
	background-image: none;
  font-size: 0.95em;
  padding-right: 0.95em;
	margin: 0;
}

#bt {
	margin: 1em 0 0;
	background-color: #f4f6df;
	background-image: none;
}

div.navi li a:link { color: #78226c; }
div.navi li a:visited { color: #a52a2a; }
div.navi li a:hover { color: #000; }
div.navi li a:active { color: #78226c; }

div.navi li a span { visibility: hidden; }
div.navi li a:hover span {
	visibility: visible;
  font-weight: bold;
  color: #fb9b04;
}

div.text {
	min-height: 32em;
	padding-top: 1em;
	margin: 0 20px 36px 200px;
  background-color: #f4f6df;
}

h1, h2, h3 { font-weight: 300; font-family: Arial, sans-serif; }
h1 { color: #fb9b04; font-size: 2em; line-height: 1.5; margin: 0 0 0.75em; }
h2 { font-size: 1.3em; margin: 1.2em 0 0.75em; }
h3 { font-size: 1.1em; margin: 1em 0 0.9em; }

p { margin: 0 0 1em; }


/* Seitenfuß

div.fuss {
  color: #70a;
  clear: both;
  width: 760px; height: 42px;
  margin-top: 2em;
  font: 12px Verdana, Arial, sans-serif;
  line-height: 14px;
}

div.fuss span {
  position: absolute;
  right: 5px;
}

*/
