h1 {
	text-align: center;
	/*	font-size: 140%;
	font-size: 160%; */
}

/**** Tabelle ****/
table {
	border-collapse: collapse;
	margin-left: 1em;
}

th {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0.5ex 1em;
}

td {
	border: 1px solid #ccc;
	padding: 0.5ex 1em;
}

col {
	text-align: center;
}

col.title {
	text-align: left;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1ex;
}

.box {
	border: 3px solid black;
	padding: 1em;
	width: 35em;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

/***** Kopfzeile *****/
.header {
	border: 1px dashed silver;
	padding: 0.1em;
	margin-top: 1em;
	margin-bottom: 1em; //
	height: 3em;
}

/***** Menu *****/
ul#menulist {
	font-size: 0.91em;
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
	border: 1px dashed silver;
}

ul#menulist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
}

ul#menulist a {
	display: block;
	padding: 0.2em; //
	font-weight: bold;
}

/***** Links ******/ /*
ul#menulist a:link {
  color: black; background-color: #eee;
}
ul#menulist a:visited {
  color: #666; background-color: #eee;
}
ul#menulist a:hover {
  color: black; background-color: white;
}
ul#menulist a:active {
  color: white; background-color: gray;
}*/
a:hover {
	text-decoration: none;
}

a:link {
	
}

a:visited {
	
}

a:active {
	
}

/***** Inhalt *****/
.content {
	padding: 1em 1em;
	margin-left: 12em;
	border: 1px dashed silver;
}

.content h1 {
	font-size: 1.5em;
	margin: 0 0 1em;
}

.content h2 {
	font-size: 1.2em;
	margin: 0 0 1em;
}

.content p {
	font-size: 1em;
	margin: 1em 0;
}

.footer {
	clear: both;
	font-size: 0.9em;
	margin-top: 1em;
	padding: 0.3em;
	text-align: center; //
	background-color: #fed;
	border: 1px dashed silver;
}
/*
.footer {
	border: 2px solid;
	display:block;
	float:bottom;
  	position:bottom;
}
*/ /*h2 {
	border-bottom: 2px dotted #ccc;
	padding-bottom: 2pt;
	font-size: 120%;
}*/ /*
.menu {
	float:left;
	padding:5px;
	border:1px solid black; 
	width:200px;
	height:400px;
	margin:5px;
}*/ /*
#menulist{list-style:none;}
#menulist li{margin:-5px;}

#menulist a{
text-decoration:none;
display:block;
width:200px;
}*/ /*
address {
  margin-top: 3ex;
	border-top: 2px dotted #ccc;
	text-align: right;
  padding-top: 2pt;
  font-size: 80%;
}
*/