body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #f7e8d7;
	text-align: left;
	}
a {
	text-decoration: none;
	color:  black;
	background-color: #f7e8d7;
	outline: none;
	font-style:italic;
	}
a:visited {
	color:  black;
	background-color: #f7e8d7;
	}
a:active {
	color:  #339966;
	background-color: #f7e8d7;
	}
a:hover {
	color: #339966;
	text-decoration: none;
	background-color: #f7e8d7;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px; 
	}
.copy {
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
	}
ul {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px; 
	}
h1 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #339966;
	border-bottom: 0px dotted black;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #f7e8d7;
	}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c010b;
	margin-bottom: 0;
	text-align: center;
	background-color: #f7e8d7;
	}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #6c010b;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #f7e8d7;
	}
img {   
	border: 0;
	}
.textrechts {
	text-align: right;
	}
.textblock {
	text-align: justify;
	}
.tiny {
	font-size: 12px;
	margin-top: 0px;
	text-align: right;
	}
.image {
	float: left; padding-right:10px;
	}
.imageright {
	float: right; padding-left:10px;
	}
.textleft{
	float: left; padding-left:10px;
	}
.textright {
	float: left; padding-left:0px;
	}
.topline {
	padding: 10px;
	margin-top: 0px;
	text-align: left;
	width: 700px;
	background-color: #f7e8d7;
	color: black;
	}
.bottomline {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 700px;
	background-color: #f7e8d7;
	line-height: 20px;
	}
.content {
	padding: 10px;
	margin-top: 0px;
	text-align:left;
	width: 700px;
	}
.ortelink {
	padding: 0px;
	margin-top: 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px; 
	cursor:pointer;
	}
.orte {
	padding: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}
.abstract {
	position: relative;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
	cursor:pointer;
}
.abstractleft {
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
}
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
html>body #content {
	width: 700px;
	}
  ul#Navigation {
  	font-size: 12px;
    line-height: 30px;
	padding: 0.1em;
	margin-bottom: 1.3em;
    text-align: center;
    border: 1px dashed black;
	background-color: #f7e8d7;
  }
  ul#Navigation li {
    list-style: none; font-weight: bold;
    display: inline;
    margin: 0.6em; padding: 0;
	color:  black;     
	border: 0px dotted #66CC33;
	background-color: #f7e8d7;
  }
  ul#Navigation a, ul#Navigation span {
    padding: 0.3em 0.1em;
    text-decoration: none; font-weight: bold;
    color: black; 
	background-color: #f7e8d7;
  }
  ul#Navigation a:hover, ul#Navigation span {
    color:  #339966;
	background-color: #f7e8d7;
  }  