
body {
	color:#2A1D38;
   	background-color:#A4BFC6;
	margin: 10px;
	border: 10px;
	font-size:16px;
	width:800px;
}

p,li,td{
	font-family:sans-serif;
}

.citation {
   	color:#2A4D38;
	font-family:serif;
	font-style: italic;
	font-size: 1em;
}

h1 {
	font-family: sans-serif;
	font-size: 2em;
}

h2{
	font-family:sans-serif;
	font-size: 1.6em;
}

h3{
	font-family: sans-serif;
	font-size: 1.2em;
}

h4{
	font-family:sans-serif;
	font-size: 1em;
}

h5 {
	font-family:sans-serif;
	font-size: 1em;
}

big {
	font-size: 1.5em;
	font-weight: bold;
	font-family: sans-serif;
}

small {
        font-family: sans-serif;
        font-size: 0.8em;
}

.blockquote {
	text-align: center;
	text-indent: 2em;
	font-style: italic;
	font-weight: bold;
	font-family: serif;
}
cite {
	font-size: 1em;
	font-weight: bold;
	font-family: sans-serif;
}

.zwischen {
	font-size: 1em;
	font-weight: bold;
	font-family: serif;
}
.up{
	font-size: 1em;
	font-style: italic;
	font-family: serif;
}
.layouttabelle {
	border: auto;
	table-layout: auto;
	margin-top: 2em;
}
.hinweis {
	font-size: 90%;
	font-style: italic;
	font-family: sans-serif;
}	
.textbox {
	width:768px;
	font-family: sans-serif;
	font-size:100%;
	padding:2em;
	border:1px, solid;
	margin:1em 1em 1em 1em;
}

.head {
	width:812px;
	height:128px;
	font-size:1.25em;
	text-align:left;
	vertical-align: middle;
	background-image:url(head1.png);
	background-repeat: no-repeat;
	color:#7DB8F9;
	font-weight: normal;
	font-family: sans-serif;
	padding:0em;
	border:0px;
	margin:0em 0em 0em 0em;
}
.foot {
	margin:1em 2em 1em 2em;
	text-align:center;
	font-size: 0.8em;
	font-family:sans-serif;
	border:4px;
}	

a:visited {
	color:#601D70;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
	text-decoration:underline;
}
a:link {
	color:#000676;
	text-decoration:underline;
}
a:hover {
	font-weight:bold;
	color:#E09294;
	background-color:#0000FF;
}


