/* Datei: lindsay-lewis.css */
/* (c) Ralf Wegemann */

body {
  margin: 0;
  padding: 0;
  background-color: #ab5922;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  text-align: left;
}

div, h1, h2, h3, p, a, table, tr, td, ul, li {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}


/***************/
/* hintergrund */
/***************/

#hg_index {

  margin: 30px auto 30px auto;
  width: 900px;
  height: 600px;
  border: 1px solid #550000;
}

#hintergrund {
  margin: 30px auto 30px auto;
  width: 900px;
  height: 600px;
  background: url(navigation/hg.jpg) no-repeat;
  border: 1px solid #000000;
}

#bildnavi {
	position: relative;
	margin: 0;
	padding: 0;
	top: 58px;
	left: 549px;
	width: 320px;
}


/********/
/* navi */
/********/
	
a:focus{outline:0; -moz-outline:0; }

#navi_top {
	position: relative;
	margin: 0;
	padding: 0;
	top: 55px;
	left: 18px;
	width: 700px;
	height: 24px;
	border:;
}

#navi_bot {
	position: relative;
	margin: 0;
	padding: 0;
	top: 539px;
	left: 748px;
	width: 130px;
}


/************/
/* textfeld */
/************/

#textfeld {
	position: relative;
	margin: 0;
	padding: 0;
	top: -136px;
	left: 135px;
	width: 345px;
	height: 370px;
	overflow: auto;
}


/********/
/* text */
/********/

#text {
	margin: 10px;
	padding: 0;
	color: #ffffff;
}

#text a:link {
  color: #ffd090;
  border-bottom: 1px dotted #ffd090;
  text-decoration: none;
}
#text a:visited {
  color: #ffd090;
  border-bottom: 1px dotted #ffd090;
  text-decoration: none;
}
#text a:hover {
  color: #ffe0b0;
  border-bottom: 1px dotted #ffe0b0;
  text-decoration: none;
}
#text a:active {
  color: #ffe0b0;
  border-bottom: 1px dotted #ffe0b0;
  text-decoration: none;
}
.link-intern:before {
  margin-right: 3px;
  content: url(navigation/intern.gif);
}
.link-extern:before {
  margin-right: 3px;
  content: url(navigation/extern.gif);
}
.link-nachoben:before {
  margin-right: 3px;
  content: url(navigation/nachoben.gif);
}

#text h1 {
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.33em;
  font-weight: bold;
}
#text h2 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-size: 1.0em;
  font-weight: bold;
}
#text h3 {
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: bold;
}

#text p {
  margin-bottom: 0.5em;
  line-height: 1.25em;
  font-size: 0.9em;
}
#text p em, #text li em {
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

#text ul li {
  margin: 0 0 0.2em 1.33em;
  list-style-type: square;
  line-height: 1.1em;
  font-size: 0.9em;
}
#text ul li ul li {
  margin-top: 0em;
  list-style-type: circle;
  line-height: 1.25em;
  font-size: 0.85em;
}

#text p img {
  margin-bottom: 1.0em;
}

