body {
	font-family: sans-serif;
	background-color: #dcdcdc;
	margin: 0 0 20% 0;
	padding: 0;
}
div.bottomgradient {
	/*
	border: 1px solid red;
	*/
	background: url(../image/bottomgradient.jpg) bottom no-repeat;
	width: 100%;
	height: 120px;
}
div.bggradient {
	/*
	border: 1px solid red;
	*/
	background: url(../image/bggradient.jpg) center repeat-y;
	min-width: 760px;
}
div.bodymain {
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	max-width: 80ex;
}
div.main {
	margin: 0;
	padding: 2ex 0ex 5ex 0ex;
}

strong {
	font-weight: 800;
}
kbd {
	background-color: #eeeeee;
	color: #0033cc;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	margin-left: 0.5ex;
	margin-right: 0.5ex;
}
h1 {
	line-height: 1.5;
	font-size: x-large;
	color: #000000;
	font-weight: 800;
	text-decoration: none;
}
h2 {
	font-size: large;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
h3 {
	font-size: medium;
	color: #00000;
	font-weight: 600;
	text-decoration: none;
}
span.paschmu_small {
	font-family: courier, serif;
	font-style: normal;
	font-size: small;
}
span.pschm {
	font-style: italic;
	/*
	font-family: courier, serif;
	font-size: larger;
	*/
}
p.small {
	font-size: x-small;
}
a.small {
	font-size: x-small;
	font-weight: 100;
}
p.author {
	font-weight: 700;
	font-style: italic;
}
div.readtext { /* ueberall, wo etwas mehr Text zum Lesen ist */
	max-width: 42em;
	text-align: justify;
}


/* inzeilige Semantik */
span.personname {
	font-style: italic;
}


/* besondere Hervorhebungen */

div.hinweis {
	text-align: center;
	margin-left: 8%;
	margin-right: 8%;
	padding-left: 2%;
	padding-right: 2%;
	border-top:1px solid #a90e00;
	border-bottom:1px solid #a90e00;
	border-left:1px solid #a90e00;
	border-right:1px solid #a90e00;
	background-color:#eeeeee;
}


/* Aufzaehlungen u.ae. */

div.bullets { /* siehe auch neues Tag <bu> in head.wml */
	margin: 0 0 0 1ex;
	padding: 0;
	/*
	max-width: 42em;
	*/
	text-align: left;
}
ul.overview {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}
ul.overview li {
	margin-top: 1ex;
	padding-top: 0;
}
ul.overview li.begin {
	margin-top: 0;
	padding-top: 0;
}


/* Aufbau einer Seite */

div.logo {
	background: url(../image/psbanner.jpg) right no-repeat;
	text-align: right;
	height: 96px;
	margin: 0;
	padding: 0;
}
div.navigation {
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #e0e0e0;
	margin: 0;
	padding: 0;
}
div.navigation a {
	/* font-size: small; */
	font-family: courier,courier new,monospace,serif;
	color: #0000ff;
	font-weight: 800;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}
div.navigation a:hover {
	/* font-size: small; */
	font-family: courier,courier new,monospace,serif;
	color: #c70000;
	font-weight: 800;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}
div.navigation_start #start {
	border-left: 1px solid #c70000;
	border-right :1px solid #c70000;
	background-color: #ffffff;
}
div.navigation_blog #blog {
	border-left: 1px solid #c70000;
	border-right: 1px solid #c70000;
	background-color: #ffffff;
}
div.navigation_dokument #dokument {
	border-left: 1px solid #c70000;
	border-right: 1px solid #c70000;
	background-color: #ffffff;
}
div.navigation_ueber #ueber {
	border-left: 1px solid #c70000;
	border-right: 1px solid #c70000;
	background-color: #ffffff;
}
div.navigation_treffen #treffen {
	border-left: 1px solid #c70000;
	border-right: 1px solid #c70000;
	background-color: #ffffff;
}
div.kontakt {
	font-size: small;
	text-align: right;
	background-color: #a90e00;
	padding: 0.5ex 1ex 0.5ex 1ex;
	color: #efefef;
}
a.kontakt {
	/* font-weight: 800;*/
	color: #efefef;
}


