html, body, div, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: arial, verdana, sans-serif;
	margin-top: 0px;
}

body {
	background-color: #8a0037;
}

#seite {
	margin: 0;
	padding: 0;
	border: 0;
	position:relative; 
	display:block; 
	padding-left: 64px;
	border-right: 199px solid white; 
	overflow:visible;
	background-image: url(notebook.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #8a0037;
}
* html #seite {
	display:inline-block;
}



#rechts {
	float:right; 
	position:relative; 
	width:197px; 
	margin-right:-199px; 
	display:inline;
	background-color: white;
}
* html #rechts {
	width:195px; 
}


#seitenkopf {
	margin: 0;
	padding: 0;
	border: 0;
	height: 98px;
	background-image: url(feder_hintergrund.gif);
	background-repeat: repeat;
	background-position: top left;
	color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	position: relative; 
	top: 0; left: 0
}

h1 {
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 48px;
	font-weight: normal;
	position: relative;
	top: 5px;
	left: 135px;
	float: left;
}
#emailkontakt a {
	font-size: 10px;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	color: white;
	position: relative;
}
h2 {
	color: white;
	font-size: 18px;
	font-weight: normal;
	display: block;
	clear: both;
	position: relative;
	left: 250px;
	margin-top: 0; padding: 0;
}

#inhalt, #inhalt2, #inhalt1 {
	background-image: url(master04_background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 20px;
	border: 0;
	background-position: top left;
	color: white;
	height: 530px;
	position: relative; 
	top: 0px;
	display: block;
	border-left: 1px solid black;
	background-color: #8a0037;
}

#inhalt2 {
  background-color: #a9c82f;
  background-image: none;
  color: #333;
}
#inhalt1 {
  background-color: #fff;
  background-image: none;
  color: #333;
}


h3 {
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	color: white;
	margin: 0;
	padding: 5px;
	border: 0;
	font-size: 34px;
	font-weight: normal;
	position: relative;
	left: 70px;
	z-index: 0;
}

#inhalt2 h3, #inhalt2 h2, #inhalt1 h2  {
  color: #333;
  	font-family: arial, verdana, sans-serif;;
}

#inhalt p, #inhalt2 p, #inhalt1 p {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 18px;
	width: 710px;
}



.kursiv {
	font-style: italic;
}
#inhalt p a {
	color: white;
}
#inhalt2 p a, #inhalt1 p a {
	color: #333;
}

.bildlinks, .bildrechts {
	margin: 5px;
	position: relative;
  border: 1px solid white;
  margin: 0 10px;
}
.bildlinks {float: left;}
.bildrechts {display: block;float: right; width: 130px;}


#rechts {
	background-color: white;
	color: black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 100%;
}

dl {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
}


dl dt {
	padding: 5px 5px;
	margin: 0;
	font-size: 13px;
	border-bottom: 1px solid black;
	float: left;
	width: 25px;
	height: 18px;
	border-right: 1px solid black;
}
dl dd  {
	padding: 5px 5px;
	margin: 0;
	height: 18px;
	font-size: 13px;
	border-bottom: 1px solid black;
	text-decoration: none; 
	color: black;
}
* html dl dd {
	margin-left: 0px; padding-left: 3px;
}
dl dd:hover  {
	background-color: Yellow; 
}

/* Tooltips */

#dhtmltooltip {
position: absolute;
width: 200px;
border: 1px solid black;
padding: 5px;
font-size: 13px;
background-color: white;
visibility: hidden;
z-index: 100;
}

#marquee {
	background-color: #8a0037;
}

#nav {
  position: absolute; 
  bottom: 1em;
  left: 0;
}
#nav ul {list-style: none;
}
#nav ul li {float: left; margin: 0 1em;}
#nav ul li, #nav ul li a {color: white}
#inhalt2 #nav ul li,  #inhalt2 #nav ul li a,
#inhalt1 #nav ul li,  #inhalt1 #nav ul li a 
 {color: #333}

