html, body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html{
	background-color: #fff;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
body{
	background-color: #fff;
	font-size:100%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
	padding:0;
}
img{
	border:none;
}

#header{
}
#logoarea{
	text-align:center;
}
#logo{
  width:13em;
	height:4em;
	display:none;
}
#logo-sw{
  width:13em;
	height:4em;
  text-align:center;
}

#styleswitcher{
	display:none;
}

#main-nav{
	display:none;
}

#main{
	background: #eee;
}

#sub-nav{
	display:none;
}

#content{
	padding: 1em 1em 1em 1em;
	background:#fff;
}

#content h1{
	font-weight:bold;
}
.vorspann{
	font-weight:bold;
	margin-bottom:1em;
}

.fliesstext{
	margin-bottom:1em;
	text-align:justify;
}
.fliesstext:first-letter{
	padding-left:1em;
}

.fliesstext-ohne{
	margin-bottom:1em;
	text-align:justify;
}

.zentriert{
  margin-bottom:1em;
	text-align:center;
}

.validierung{
  margin-bottom:0.4em;
	text-align:center;
	display:none;
}

.border{
	font-size:0.4em;
	line-height:0.4em;
	background:#000;
	margin:0;
	padding:0;
	visibility:visible;
	width:100%;
}

#brief{
  margin-left:2em;
	margin-bottom:1em;
	border-width:0.1em;
	border-style:groove;
	padding:0.4em;
}

.copyright{
  text-align:right;
	background:#fff;
	display:block;
	width:100%;
	margin-right:0.5em;
	margin-bottom:0.5em;	
}

#internals{
  display:none;
}

.galerie{
	margin-top:0.7em;
	margin-bottom:0em;
	text-align:center;
}

.bildbeschreibung{
  margin-top:0.1em;
	text-align:center;
	font-weight:bold;
	font-size:75%;
}
