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

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

body {
	font-family: "Trebuchet MS", sans-serif;
	margin: 1.4em 1.4em 1.4em 1.4em;
	padding: 0;
	background-color: #e0b060;
	background-image: url(/party/2007-advent/sterne.gif);
	color: #000;
}

h1 {
	color: #800;
	font-size: 170%;
	text-align: center;
}

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

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

html p, html ul {
	padding: 0.2em 2em 0.6em 2em;
}

strong {
	font-weight: bold;
}


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

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

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

div.logo a:link,
div.logo a:visited {
	color: #630;
	text-decoration: none;
}

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


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

div.page {
	margin: 0 auto 0 auto;
	max-width: 940px;
	min-height: 400px;
	color: #000;
	background-color: #f9f9f6;
	border-color: #830;
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
}

body.detail div.page {
	max-width: 9999px;
}

div.logo {
	max-width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #630;
	font-size: 120%;
	font-weight: bold;
}

div.logo img {
	padding: 8px 8px 5px 8px;
	margin: 0;
	background-color: #e0b060;
	vertical-align: bottom;
}

div.content {
	margin: 0 auto 0 auto;
	max-width: 940px;
	min-height: 400px;
}

body.detail div.content {
	max-width: 9999px;
}

div.navigation {
	text-align: center;
	color: #863;
	margin: 0 1em 0 1em;
	padding: 8px;
	max-width: 940px;
	border-color: #aaa;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: #f9f9f6;
}

body.detail div.navigation {
	max-width: 9999px;
}

html div.footer {
	text-align: center;
	color: #888;
	font-size: 90%;
	margin: 0 1em 0.6em 1em;
	padding-top: 5px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0 0 0;
	background-color: #f9f9f6;	
}

div.decoration {
	padding-top: 1em;
	text-align: center;
}


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

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

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

ul li {
	margin: 0;
}

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.photos {
	margin: 0.6em 2.2em 2em 3em;
	padding-left: 0;
	list-style-type:none;
}

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

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: 0em 2.2em 0em 3.2em;
	padding-left: 0;
	list-style-type:square;
}

ul.recipe li {
	margin: 0;
	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;
	color: #000;
	background-color: #eee;
}

table.form option  {
	border-color: #999;
	border-style: solid;
	border-width: 0px;
}

table.form input,
table.form textarea  {
	font-family: monospace;
	color: #000;
	background-color: #eee;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

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

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

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

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

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


/* ------------------------------------------------------- */
/*                  Regeln fuer Tabellen                   */
/* ------------------------------------------------------- */

table {
	padding: 0.2em 2em 0.6em 2em;
	color: #000;
	background-color: #f9f9f6;
}

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


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

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

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

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

td.male {
}

td.female {
	color: #800;
}


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

img {
	border: none;
}


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

p.photo {
	text-align: center;
	padding: 2.6em 3em 2em 3em;
}

p.photo img {
	margin: 3px;
	vertical-align: bottom;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

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: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

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

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

table.overview img {
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}


/* ------------------------------------------------------- */
/*          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: #999;
	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 2em 0.8em 2em;
	padding: 0;
	border-color: #aaa;
	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;
}

body.partylog h2 {
	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: #666;
}

body.partylog input,
body.partylog option,
body.partylog select,
body.partylog textarea  {
	font-family: monospace;
	color: #000;
	background-color: #eee;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;	
}

body.partylog input.submit {
	color: #000;
	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;
}
