div#top {
	border: 1px dotted black;
	padding: 1%;
	text-align:right;
	font-size:x-large;
	font-variant:small-caps;
	margin-bottom:0px;
	margin-right:0px;
}

p.MInst {
	margin:0px;
	padding:0px;
	font-size:small;
}

div#left {
	width: 12em;
	float:left;
	height:100%;
	margin-right:2em;
	margin-top:2%;
}
div#nav {
	border: 1px dotted black;
	padding-left: 1em;
	padding-right:1em;	
	margin-bottom:2em;
	text-align:center;
}

div#datum {
	border:none;
	left:1em;
	bottom:1em;
	font-size:x-small;
	color:#aaaaaa;
	position:fixed;
}

div#nav p {
	padding:0px;
	margin-top:1em;
	margin-bottom:1em;
}

div#nav p.small {
	font-size:small;
	padding:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

div#info p {
	padding:0px;
	margin-top:1em;
	margin-bottom:1em;
}

div#info {
	border: 1px dotted black;
	padding-left: 1em;
	padding-right:1em;
	margin-bottom:2em;
}

div#hidden {
	visibility:hidden;
}

div#main {
	margin-top:2%;
	margin-left:14em;
	max-width:100ex;
	text-align:justify;
}

h1{
	margin:0px;
	padding-bottom:1em;
	font-weight:bold;
	font-size:x-large;
	text-align:center;
}

h2{
	margin:0px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-weight:bold;
	font-size:large;
	text-align:center;
}

h3{
	margin:0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-weight:bold;
	font-size:large;
	text-align:left;
}

h4{
	margin:0;
	padding:0;
	padding-top:0.5em;
	padding-bottom:0;
	font-weight:bold;
	font-size:medium;
	text-align:left;
}

dt {
	font-weight: bold;
}

li {
	margin-left:2ex;
}

h1 {
	text-align:center;
}

body {
	margin:1em;
	padding:0;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Myriad Pro','DejaVu Sans','Bitstream Vera Sans','sans';
}

div#nav a:link { color: #999999; text-decoration:none; }
div#top a:link { color: #999999; text-decoration:none; }
a:link { color: #7777aa; text-decoration:none; }

div#nav a:visited { color: #666666; text-decoration:none; }
div#top a:visited { color: #666666; text-decoration:none; }
a:visited { color: #555588; text-decoration:none; }

div#nav a:hover { color: #aaaaaa; text-decoration:none; }
div#top a:hover { color: #aaaaaa; text-decoration:none; }
a:hover { color: #aaaaee; text-decoration:none; }

div#nav a:active { color: #aaaaaa; text-decoration:none; }
div#top a:active { color: #aaaaaa; text-decoration:none; }
a:active { color: #aaaaee; text-decoration:none; }

table#members_tabelle {
	padding-top:2%;
	padding-left:2%;
	font-size:small;
}

table#members_tabelle tr {
	padding:1ex;
}

table#members_tabelle td {
	padding:1ex;
	white-space:nowrap;
}


a img {
	border:1px solid white;
	text-decoration:none;
}

a:hover img {
	border:1px solid black;
	text-decoration:none;
}

img.fr {
	float:right;
}

img.center {
	width:600px;
}

div#impressum {
	position:absolute;
	left:1%;
	bottom:1%;
	text-size:small;
}

div#flags {
	margin-top:1%;
	margin-right:0;
	margin-left:1em;
	float:right;
	padding:5px;
	border:1px dotted black;
}

div#flags img {
	vertical-align:middle;
}

table.large td, table.large th {
  padding-right:4ex;
}
