/* Stylesheet Seyfertschmuck */
/* grau 7b7b7b ersetzt durch 828282 */
/* 2017-06-23 */

* {
    border:0 none;
    margin:0;
    padding:0;
}

p {
	margin-bottom:10px;
}

body {
    background-color:#FFFFFF;
    font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:1em;
	font-style:normal;
	color:#828282;
}

h1 {
	font-size:1em
}
h2 {
	font-size:0.7em
}

a {
	color:#B0B0B0;
	text-decoration:none;
}
a:hover {color:#828282;text-decoration:underline;}
a.active {color:#828282;}

 div#inhalt {
	 width:760px;
	 height:590px;
	 margin:0px auto;
	 text-align:left;
}

div#title {
	margin-top:40px;
	width:230px;
	height:20px;
	border-bottom:2px solid #828282;
	text-align:right;
}
div#subtitle {
	padding-top:2px;
	width:230px;
	height:20px;
	text-align:right;
}

div#bilder {
	 width:600px;
	 height:400px;
	 margin:40px auto;
	 text-align:left;
}

div#text {
	 width:600px;
	 height:400px;
	 margin:40px auto;
	 font-size:0.9em;
	 text-align:left;
	 overflow : auto;
}

div#menu {
	width:760px;
	height:40px;
	margin:40px auto;
	padding-top:4px;
	font-size:0.8em;
	text-align:center;
	word-spacing:80px;
	border-top:2px solid #828282;
}
