/* ------------------------------------------------------- */
/*  Stylesheet fuer das #weltenhaus-Adventstreffen 2004    */
/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
/*                    Allgemeine Regeln                    */
/* ------------------------------------------------------- */

body {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 1.2em 1.2em 0.4em 1.2em;
	background-color: #456;
	color: #edc;
	background-image: url(/party/2004-berlin/schnee.gif);
}

/* Hintergrundbild uebermalen fuer Lesbarkeit */
p, ul, h2, table.participants,
div.navigation,
div.footer,
form.edit td.submit {
	background-color: #456;
}

h1 {
	color: #fb6;
	font-size: 160%;
	text-align: center;
}

h2 {
	color: #fda;
	font-size: 110%;
	text-align: center;
}

h3 {
	color: #fd8;
	font-size: 100%;
	text-align: center;
}

html p, html ul {
	padding: 0.6em 1em 0.8em 1em;
}

strong {
	font-weight: bold;
}


/* ------------------------------------------------------- */
/*                   Regeln fuer Links                     */
/* ------------------------------------------------------- */

a:link {
	color: #feb;
	text-decoration: underline;
}

a:visited {
	color: #fc7;
	text-decoration: underline;
}

div.footer a:link,
div.footer a:visited {
	color: #dca;
	text-decoration: underline;
}


/* ------------------------------------------------------- */
/*                 Regeln fuer Container                   */
/* ------------------------------------------------------- */

div.navigation {
	text-align: center;
	color: #fc7;
	margin: 0 1em 0 1em;
	padding: 8px;
	border-color: #dca;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

html div.footer {
	text-align: center;
	color: #dca;
	font-size: 90%;
	margin: 0 1em 0 1em;
	padding-top: 5px;
}

html div.content {
	text-align: left;
	background-image: url(/party/2004-berlin/advent-turm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0 70px 2em 70px;
}

/* min-height inklusive hack fuer IE */
html body div.content {
	height:  290px;
}

html>body div.content {
	min-height:  290px;
	height: auto;
}


/* ------------------------------------------------------- */
/*                 Regeln fuer die Listen                  */
/* ------------------------------------------------------- */

ul {
	margin: 0.6em 2.2em 2em 1em;
	padding-left: 0;
	list-style-type: circle;
}

ul li {
	margin: 0.3em 0em 0.3em 0em;
}

ul.index {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0em 2.2em 0em 1em;
}

ul.index li {
	margin: 0.1em 0em 0.1em 0em;
}

ul.none {
	margin: 0.6em 2.2em 2em 3em;
	padding-left: 0;
	list-style-type:none;
}

ul.none li {
	margin: 0.3em 0em 0.3em 0em;
	list-style-type:none;
}

ul.recipe {
	margin: 0.6em 2.2em 2em 2.2em;
	padding-left: 0;
	list-style-type:square;
}

ul.recipe li {
	margin: 0.3em 0em 0.3em 0em;
	list-style-type:square;
}


/* ------------------------------------------------------- */
/*                   Regeln fuer Formulare                 */
/* ------------------------------------------------------- */

html table.form,
html form.edit table {
	margin: 0.2em 2em 0.2em 4em;
	padding: 0.6em 3em 0.8em 3em;
}

html table.form td {
	padding: 8px 10px 8px 0px;
}

html form.edit table td {
	padding: 4px 10px 4px 0px;
}

table.form td.data {
	text-align: right;
}

table.form td.colspan {
	text-align: center;
}

table.form input,
table.form option,
table.form select,
table.form textarea  {
	font-family: monospace;
	background-color: #f4f3e0;
}

table.form td.colspan input {
	background-color: #ccc;
}

form.edit table input {
	font-family: monospace;
	background-color: #f4f3e0;
	width: 23em;
}

form.edit table option,
form.edit table select {
	font-family: monospace;
	background-color: #f4f3e0;
	width: 10em;
}

form.edit td.submit {
	padding-top: 2em;
}

form.edit td.submit input {
	background-color: #ccc;
	width: 10em;
}


/* ------------------------------------------------------- */
/*           Regeln fuer die Teilnehmer-Seite              */
/* ------------------------------------------------------- */

table.participants {
	margin: 0.6em 0em 2em 1em;
	border-color: #dca;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

table.participants td, table.participants th {
	border-color: #dca;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

html table.participants td, table.participants th {
	padding: 5px;
}

td.male {
}

td.female {
	color: #fc7;
}


/* ------------------------------------------------------- */
/*   Regeln fuer die Darstellung von verlinkten Bildern    */
/* ------------------------------------------------------- */

img {
	border: none;
}


/* ------------------------------------------------------- */
/*         Allgemeine Regeln fuer die Foto-Seiten          */
/* ------------------------------------------------------- */

p.footer {
	text-align: center;
}

html p.footer.uplink {
	font-size: 100%;
	padding: 0.2em 0em 0.3em 0em;
	margin: 2.4em 0em 0em 0em;
	border-color: #dca;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

html p.footer.counter,
html p.footer.created,
html p.footer.modified,
html p.footer.author {
	font-size: 90%;
	margin: 0.4em 0em 0em 0em;
}

html hr {
	display: none;
}


/* ------------------------------------------------------- */
/*         Regeln fuer die Uebersichts-Foto-Seite          */
/* ------------------------------------------------------- */

html body.overview p {
	margin: 0.4em 0.2em 0.2em 0.2em;
}

body.overview p.image {
	text-align: center;
}

html body.overview p.image {
	padding: 0em;
}

body.overview p.resolution {
	text-align: center;
}

html body.overview p.resolution {
	padding: 0em;
}

body.overview p.description {
	text-align: center;
}

html body.overview p.description {
	padding: 0.2em;
}

table.overview {
	margin: 0.6em 3em 0.8em 3em;
	padding: 0em;
	border-color: #dca;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

table.overview td {
	text-align: center;
	vertical-align: baseline;
	border-color: #dca;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

html table.overview td {
	padding: 2px;
}


/* ------------------------------------------------------- */
/*          Regeln fuer die Detail-Foto-Seite              */
/* ------------------------------------------------------- */

body.detail p.image {
	text-align: center;
}

html body.detail p.image {
	padding: 0.6em 3em 0.4em 3em;
}

body.detail p.image img {
	border-color: #edc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

body.detail p.resolution {
	text-align: center;
}

html body.detail p.resolution {
	padding: 0.2em 3em 0.2em 3em;
}

body.detail p.description {
	text-align: center;
}

html body.detail p.description {
	padding: 0.3em 3em 0.3em 3em;
}

body.detail p.navigation {
	text-align: center;
}

html body.detail p.navigation {
	padding: 0.2em 3em 0.2em 3em;
}


/* ------------------------ */
/* Regeln fuer das Partylog */
/* ------------------------ */

body.partylog div.entry {
	text-align: left;
	margin: 0.6em 1em 0.8em 1em;
	padding: 0;
	border-color: #ba8;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

body.partylog form,
body.partylog h3 {
	text-align: left;
	margin: 0.6em 1em 0.6em 1em;
}

body.partylog div.entry p {
	margin: 0.6em 0em 0.6em 0em;
	padding: 0;
}

body.partylog ul {
	color: #655;
	margin: 0.6em 1em 0.6em 1em;
	padding-left: 0;
}

body.partylog h2 {
	font-size: 110%;
	margin: 1.6em 2.7em 0.6em 2.7em;
	padding: 0 0 0.4em 0;
}

body.partylog h3 {
	padding-top: 1em;
	padding-bottom: 0;	
	text-align: left;	
}

body.partylog p.author {
	font-style: italic;
	color: #dca;
}

body.partylog input,
body.partylog option,
body.partylog select,
body.partylog textarea  {
	font-family: monospace;
	background-color: #f4f3e0;
}

body.partylog input.submit {
	background-color: #ccc;
	width: 14em;
	margin-top: 1.2em;
}

body.partylog input {
	width: 17em;
}

body.partylog textarea {
	margin-bottom: 1.2em;
	width: 40em;
	height: 12em;
}
