body {
	background-color: #220000;
	color: silver;
}


h1,h2,h3,h4,p,td,th {
	color: white;
} 

th {
	text-align: justify; 
}

td {
	font-size: 100%;
	font-weigth: normal;
}	

table{
	margin-left: auto;
	margin-right: auto;
}

.textcont p{
	margin: 0.5ex;
}

.textcont th{
	padding-bottom: 1em;
	padding-top: 2em;
}

.textcont td{
	vertical-align: top;	
}

a:link{
	text-decoration: none;
	color: #8888ff;
}
a:visited{
	text-decoration: none;
	color: #aaccee;
}
a:hover{
	text-decoration: none;
	color: #ff6666;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}

p.skip {
	margin-top: 1em;
}

.headerframe{
	position: absolute;
	left: 3%;
	right: 5%;
	border: 0;
}
.headcont{
	margin: 0px 0px 1px 0px;
	background-color: #226666;
	color: white;
	padding: 2px;
	border: 2px solid silver;
}

.headcont h1{
	font-family: verdana, sans-serif;
	font-size: 200%;
	border: 0;
	margin: 0;
	padding: 0;
}

.headerframe a:link {
	text-decoration: none;
	color: white;
}

.headerframe a:visited {
	text-decoration: none;
	color: white;
}

.headerframe a:hover {
	text-decoration: underline;
	color: #dd6666;
}

.titlename{
	font-size: 200%;
	vertical-align: text-bottom;
	color: red;
}	 
.titledate{
	font-size: 130%;
	vertical-align: text-bottom;
	color: silver;
	text-align: right;
	padding-right: 1em;
}

.textframe {
	position:absolute;
        left:22%;
        right:5%;
	border: 0;
	top:70px;
}

.textcont{
	background-color: #663333;
	color: white;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 30px;
	border: 2px solid silver;
/*	text-align: justify; */
}

.leftframe {
	position:absolute;
        left:3%;
	width: 16%;
	top:70px;
}

.leftcont{
	background-color: #553333;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	border: 2px solid silver;
}

.leftcont h1, .leftcont h2{
	font-family: verdana,sans-serif;
	list-style: none;
	color: white;
	padding: 0;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
.leftcont h3, .leftcont ul{
	font-family: verdana,sans-serif;
	list-style: none;
	color: white;
	padding: 0;
	margin: 0;
}		

.leftcont h1 {
	font-size: 120%;
/*	font-weight: bold;*/
}

.leftcont h2 {
	font-size: 100%;
}

.leftcont h3 {
	font-size: 100%;
}

.leftcont ul{
	margin-left: 1em;
	font-size: 90%;
} 

#inset1 {
	position:absolute;
        left:22%;
	top:70px;
	background-color: #996666;
	width: 40px;
	height: 40px;
	border: 2px solid silver;
}

#inset2 {
	position:absolute;
        left:22%;
	top:70px;
	background-color: #cc9999;
	width: 80px;
	height: 20px;
	border: 2px solid silver;
}
#inset3 {
	position:absolute;
        left:22%;
	top:70px;
	background-color: #cc9999;
	width: 20px;
	height: 80px;
	border: 2px solid silver;
}


/* the rest is for the Einzelhtml pics */

.navbar{
	margin-top: -1em;
	width: 100%;
	border: 2px solid #663333;
	text-align: right;
}

.title{
	vertical-align: text-bottom;
	width: 80%;
}


.title h2{
	margin: 2px;
	padding: 2px;
}

.buttons{
	vertical-align: text-top;
	padding: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin: 2px;
}

.image {
	text-align: center;
        width: 98%;
        overflow: auto;
	margin-top: 1ex;
	margin-left: auto;
	margin-right: auto;
}


