@charset "utf-8";

html,body,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,label,input,textarea,div,span,pre,blockquote,p {
	border:0;
	margin:0;
	padding:0;
}

body {
	background-color:#FEFEFE;
	color:#222;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 1.5em 0;
}

.event{
	margin: 10em auto;
}

h1,h2,h3,h4,h5,h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	margin:1.5em 0 .5em;
	text-align:left;
	text-decoration:none;
}

h1 {
	background:right bottom no-repeat url("images/logo.gif");
	border-bottom:8px solid #222;
	font-size:5em;
	margin:auto;
	padding-top:.5em;
	width:65%;
}

h2 {
	font-size:1.8em;
	text-decoration:underline;
}

h3 {
	font-size:1.3em;
	font-weight:700;
}

#menu a {
	color:#222;
	font-weight:700;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

a {
	color:#222;
	text-decoration:underline;
}

abbr,acronym {
	border-bottom:.1em dotted;
	cursor:help;
}

#content {
	line-height:1.6em;
	margin:auto;
	width:65%;
	text-align:justify;
}

#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:1em;
	text-align:center;
}

#footer {
	color:#555;
	font-size:.8em;
	text-align:center;
	width:65%;
	margin:1.5em auto;
	border-top:1px #555 solid;
	padding-top:0.2em;
	clear:both;
}

table {
	border-spacing:0;
	margin:.5em auto;
	text-align:center;
}

table caption {
	color:#888;
	font-weight:700;
	margin:0 auto;
	text-align:center;
}

table th {
	border:0;
	border-bottom:1px solid #888;
	font-weight:400;
	padding:.1em .5em;
	text-align:left;
}

table td {
	border:0;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	padding:.1em .5em;
	text-align:right;
}

table thead th {
	border-left:1px solid #888;
	color:#222;
	font-weight:700;
	text-align:center;
}

table th.corner {
	border-left:0;
	text-align:left;
}

table tr.odd {
	background:#EEE;
}

#mgh a {
	background:url("images/mgh_wimpel.gif") top left no-repeat;
	display:block;
	height:205px;
	left:3em;
	position:absolute;
	text-decoration:none;
	text-indent:-999em;
	top:0;
	width:101px;
}

#mgh p>a {
	position:fixed;
}

img {
	border:8px solid #222;
	margin:.5em;
	padding:1px;
}

.right {
	float:right;
	margin:.2em 0 .2em .5em;
}

.left {
	float:left;
	margin:.2em .5em .2em 0;
}

.embed {
	margin:.5em;
	text-align:center;
}

.embed .title {
	clear:both;
	display:block;
	width:15em;
	font-weight:700;
	margin:0 auto;
}

blockquote {
	background:top left no-repeat url("images/quote.gif");
	left:-25px;
	margin:.8em 0;
	padding-left:25px;
	padding-top:5px;
	position:relative;
}

#content ul,ol {
	margin:.8em 0;
}

#content ol {
	list-style:decimal outside;
}

#content ul {
	list-style-type:none;
}

#content ul li {
	background-image:url("images/liste.gif");
	background-position:0 .4em;
	background-repeat:no-repeat;
	left:-18px;
	padding-left:18px;
	position:relative;
}

#menu h3 {
	display:none;
}

#menu ul {
	display:inline;
	margin-left:0;
	padding-left:0;
}

#menu ul li {
	display:inline;
	list-style:none;
	margin-left:0;
	padding:3px 15px;
}

#controlbox {
	position:fixed;
	bottom:2px;
	right:2px;
	z-index:999;
}
#controlbox input,textarea {
	width: 2.5em;
}

form {
	display:inline;
}

input, textarea {
	border:solid 1px;
	border-color:#222;
	margin:2px;
	color:#222;
	background-color:#f3f3f3;
}

input[type="submit"]{
	color:#f3f3f3;
	background:#222;
}
input[type="submit"].default{
	font-weight:bold;
}

dl
{
margin: 2em 0;
padding: 0;
}

dt
{
width: 28%;
float: left;
margin: 0 0 0 0;
padding: .5em;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd
{
float: right;
width: 68%;
margin: 0 0 0 0;
padding: .5em;
display:block;
}

