/* special sections by id */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.9em;
	/* border-bottom: 1px solid gray; */
	background-image: url(graphics/verlauf-oben.png);
	background-repeat: repeat-x;
	background-position: bottom;
	/* background-color: white; */
	z-index: 2;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 56px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.9em;
	/* border-top: 1px solid gray; */
	background-image: url(graphics/verlauf-unten.png);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 3;
}

p.footer {
	display: block;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	width: 100%;
	vertical-align: text-bottom;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu {
	position: fixed;
	top: 80px;
	bottom: 0;
	left: 0;
	width: 11.5em;
	padding: 1em 1em 1em 0.5em;
	font-family: gadget, sans-serif;
	/* border: 1px solid blue; */
	/* border-right: 1px solid gray; */
}

#menu a {
	display: block;
}

#content {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	padding: 0.5em 1em 4em 1em;
	margin-left: 5em;
	margin-right: 5em;
	/* border: 1px solid green; */
	/* border-left: 1px solid gray; */
	line-height: 1.4em;
	z-index: 1;
}

#content div.section {
	margin-bottom: 4em;
}

#content h1 {
	font-family: gadget, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: rgb(50,50,50);
	text-decoration: none;
	margin: 1em 0 0 0;
	/* padding: 0.5em; */
	/* border-left: 1px solid rgb(180, 180, 180); */
}

#content p {
	margin: 0.5em 0 0.5em 0;
}

#content span.comment {
	color: rgb(70,70,70);
}

#content strong {
	font-style: normal;
	font-weight: bold;
	color: rgb(40, 40, 40);
}

/* common tags */

body {
	font-family: "Lucida Grande", sans-serif;
	background-image: url(images/stripes.png);
}

.menutitle {
	margin: 0;
	padding: 0 0 1em 0.5em;
	border: none;
	color: rgb(50,50,50);
	/* border: 1px solid red; */
}

.menu {
	margin: 0;
	padding: 0 0 0 0.5em;
	border: none;
}

.submenu {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	/* padding: 0.2em; */
	border: none;
}

.menuentry {
	/* list-style-type: none; */
	/* list-style-position: inside; */
	/* padding: 0.2em; */
	/* border-bottom: 1px solid gray; */
	border: none;
}

/*
a.menuentry:link {
	margin: 0;
	padding: 0.2em 0 0.1em;
	border-bottom: 1px solid gray;
}

a.menuentry:visited {
	margin: 0;
	padding: 0.2em 0 0.1em;
	border-bottom: 1px solid gray;
}

a.menuentry:hover {
	margin: 0;
	padding: 0.2em 0 0.1em;
	border-bottom: 1px solid gray;
}

a.menuentry:active {
	margin: 0;
	padding: 0.2em 0 0.1em;
	border-bottom: 1px solid gray;
}

a:link {
	color: rgb(042, 112, 224);
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:visited {
	color: rgb(023, 063, 127);
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:hover {
	color: rgb(042, 112, 224);
	background-color: rgb(200, 200, 200);
	background-image: none;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:active {
	color: white;
	background-color: rgb(042, 112, 224);
	background-image: none;
	text-decoration: none;
	border: none;
}
*/

hr.content1 {
	position: relative;
	width: 50px;
	height: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(180, 152, 128);
	border-bottom: none;
	border-left: none;
	/* border: 1px solid red; */
}

hr.content2 {
	position: relative;
	width: 35px;
	height: 0;
	margin: 0 0 0 1px;
	padding: 0;
	border-top: 1px solid rgb(200, 180, 150);
	border-bottom: none;
	border-left: none;
	/* border: 1px solid red; */
}

hr.content3 {
	position: relative;
	width: 23px;
	height: 0;
	margin: 0 0 0 2px;
	padding: 0;
	border-top: 1px solid rgb(220, 200, 180);
	border-bottom: none;
	border-left: none;
	/* border: 1px solid red; */
}

hr.content4 {
	position: relative;
	width: 17px;
	height: 0;
	margin: 0 0 0 3px;
	padding: 0;
	border-top: 1px solid rgb(230, 210, 200);
	border-bottom: none;
	border-left: none;
	/* border: 1px solid red; */
}

hr.content5 {
	position: relative;
	width: 12px;
	height: 0;
	margin: 0 0 0 4px;
	padding: 0;
	border-top: 1px solid rgb(235, 235, 235);
	border-bottom: none;
	border-left: none;
	/* border: 1px solid red; */
}

img.header {
	display: block;
	top: 0;
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	/* border: 1px solid red; */
}

.divider {
	display: block;
	background: transparent url(graphics/divider-blue.png) no-repeat;
	width: 50px;
	height: 5px;
	line-height: 0.5em;
}

span.smiley {
	font-size: 1.3em;
}

span.code {
	font-family: courier, monospace;
}

cite {
	display: block;
	margin: 0;
	padding: 0.2em;
	background-color: rgb(230, 230, 230);
}

.floatleft {
	float: left;
	margin: 0.5em;
}

/* Link-Tabelle */

table.links {
	margin: 0;
	padding: 0;
	cell-padding: 8px;
}

table.links td {
	vertical-align: top;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}

table.links p {
	padding-top: 8px;
	line-height: 1.3em;
}

table.links th {
	font-weight: normal;
	text-align: center;
	padding-right: 2em;
}

.subpage {
	line-height: 0;
	margin-bottom: 1em;
}

.subpage a {
	width: 160px;
	height: 160px;
	background: none;
	text-decoration: none;
	border: none;
}

.dr-box {
	/* display: inline; */
	margin: 0 1em 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 21px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .dr-box {
	background-image: url(graphics/blueframe-160.png);
}

.hc-box {
	/* display: inline; */
	margin: 0 1em 0 0;
	padding-left: 14px;
	padding-right: 15px;
	padding-top: 51px;
	padding-bottom: 51px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .hc-box {
	background-image: url(graphics/blueframe-160.png);
}

.log-box {
	/* display: inline; */
	margin: 0 1em 0 0;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 50px;
	padding-bottom: 50px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .log-box {
	background-image: url(graphics/blueframe-160.png);
}

.fs-box {
	/* display: inline; */
	margin: 0 1em 0 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .fs-box {
	background-image: url(graphics/blueframe-160.png);
}

.pg-box {
	/* display: inline; */
	margin: 0 1em 0 0;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 32px;
	padding-bottom: 32px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .pg-box {
	background-image: url(graphics/blueframe-160.png);
}

.maus-box {
	margin: 0 1em 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .maus-box {
	background-image: url(graphics/blueframe-160.png);
}

.people-box {
	margin: 0 1em 0 0;
	padding-left: 23px;
	padding-right: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .people-box {
	background-image: url(graphics/blueframe-160.png);
}

.hoster-box {
	margin: 0 1em 0 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 34px;
	padding-bottom: 58px;
	vertical-align: middle;
	background-image: url(graphics/greybox-160.png);
	border: none;
}

a:hover .hoster-box {
	background-image: url(graphics/blueframe-160.png);
}

img.languagesign {
	vertical-align: sub;
	margin-right: 6px;
}

img.onlinestatus {
	vertical-align: sub;
	padding-bottom: 1px;
	margin-left: 1em;
}


.linkdesc {
}

p.inline {
	display: inline;
}

/* people page */

table.people {
	margin: 2em;
	padding: 0;
	cell-padding: 8px;
}

table.people td {
	vertical-align: top;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}

table.people p {
	line-height: 0.9em;
}

table.people p.zusatz {
	padding-top: 8px;
	line-height: 0.9em;
}


table.people th {
	font-weight: normal;
	text-align: center;
	padding-right: 2em;
}

.portrait-box {
	margin: 0 1em 0 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	background-image: url(graphics/greybox-80.png);
	border: none;
}

table.people tr.homelink td {
	padding-top: 32px;
}

.homelink-box {
	margin: 0 1em 0 0;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 17px;
	padding-bottom: 18px;
	vertical-align: middle;
	background-image: url(graphics/greybox-80.png);
	border: none;
}

a:hover .homelink-box {
	background-image: url(graphics/blueframe-80.png);
}

p.note {
	font-size: small;
	padding: 0.5em;
	background-color: rgb(227, 240, 248);
	background-image: none;
}

span.smiley {
	font-size: 1.3em;
}

