/* ------------------------------------------------------- */
/*              Stylesheet fuer die Sille-Seiten           */
/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
/*                      Allgemeine Regeln                  */
/* ------------------------------------------------------- */

body {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0.4em 1.4em 1.4em 1.4em;
	padding: 0;
	background-color: #e5debd;
	color: #000;
}

h1 {
	color: #669;
	font-size: 160%;
	text-align: center;
}

h2 {
	color: #a55;
	font-size: 110%;
	text-align: center;
}

h3 {
	color: #666;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

html p {
	margin: 1.3em 1em 1.6em 1em;
	padding-bottom: 0.6em;
}

html table {
	margin: 0.2em 1em 0.6em 1em;
}


/* ------------------------------------------------------- */
/*                   Regeln fuer Links                     */
/* ------------------------------------------------------- */

a:link {
	color: #336;
	text-decoration: underline;
}

a:visited {
	color: #966;
	text-decoration:underline;
}


/* ------------------------------------------------------- */
/*                Regeln fuer Bemerkungen                  */
/* ------------------------------------------------------- */

p.info {
	text-align: center;
	padding-bottom: 1em;
}

p.note {
	text-align: center;
}

html p.note {
	font-size: 90%;
}


/* ------------------------------------------------------- */
/*                    Regeln fuer Bilder                   */
/* ------------------------------------------------------- */

p.image {
	text-align: center;
	color: #666;
}

html p.image {
	font-size: 90%;
}

body.swimming img {
	float:right;
	margin: 10px 20px 10px 20px;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
}

img {
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}

/* ------------------------------------------------------- */
/*                   Regeln fuer Zitate                    */
/* ------------------------------------------------------- */

blockquote {
	margin: 0;
	padding: 0;
	font-style: normal;
}

blockquote p {
	font-family: Georgia, serif;
	font-style: normal;
	color: #333;
}

cite {
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-size: 90%;
	color: #777;
}

q {
	color: #666;
}


/* ------------------------------------------------------- */
/*              Regeln fuer die Container                  */
/* ------------------------------------------------------- */

div {
	text-align: left;
}

div.logo {
  text-align: left;
	max-width: 990px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

div.logo img {
	padding: 8px 8px 5px 8px;
	margin: 0;
	vertical-align: bottom;
  border-width: 0px;
}

div.body {
  text-align: left;
	margin: 0 auto 0 auto;
	max-width: 940px;
	min-height: 400px;
	color: #000;
	background-color: #fffff7;
	border-color: #830;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

div.breadcrumbs {
	text-align:left;	
	margin: 0 1em 0 1em;
	padding: 8px;
	height: 1.3em;
	max-width: 940px;
	border-color: #ba9;
	border-style: solid;
	border-width: 0 0 1px 0;
}

div.content {
  text-align:left;
	margin: 0 auto 0 auto;	
	padding: 10px 20px 10px 20px;
	max-width: 940px;
	min-height: 400px;
}

div.navigation {
  text-align: center;
	margin: 0 1em 0 1em;
	padding: 8px;
	border-color: #ba9;
	border-style: solid;
	border-width: 1px 0 1px 0;	
}

div.footer {
  text-align: center;
	color: #666;
	margin: 0.6em 0em 0.6em 0em;
	font-size: 14px;
}

html div.footer {
	font-size: 90%;
}

/* ------------------------------------------------------- */
/*                 Regeln fuer die Listen                  */
/* ------------------------------------------------------- */

ul {
	list-style-type: circle;
}

ul.none {
	margin: 0.6em 2.2em 2em 1em;
	padding-left: 0;
	list-style-type:none;
}

ul.none li {
	margin: 0.3em 0em 0.3em 0em;
	list-style-type:none;
}

ul.content {
	margin: 0.6em 2.2em 2em 1em;
	padding-left: 1.4em;
	list-style-type: circle;
}

ul.content li {
	margin: 0;
	list-style-type: circle;
}

ul.info {
	padding: 0 0 2em 0;
	margin: 0 2.2em 2em 1em;
	list-style-type:none;
	font-size: 90%;
	color: #555;
}

ul.info li {
	margin: 0.1em 0em 0.1em 0em;
	list-style-type:none;
}

/* ------------------------------------------------------- */
/*                   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: #eee;
}

table.form option  {
	border-color: #999;
	border-style: solid;
	border-width: 0px;
}

table.form input,
table.form textarea  {
	font-family: monospace;
	background-color: #f3f3f0;
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

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 Darstellung von verlinkten Bildern    */
/* ------------------------------------------------------- */

a img {
	border-color: #999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

/* ------------------------------------------------------- */
/*         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;
}

p.image {
	text-align: center;
}


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

html body.overview p {	
	margin: 0.4em 1.4em 1.4em 1.4em;
	padding: 0;
}

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;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	border: none;
}

table.overview td {
	text-align: center;
	vertical-align: baseline;
	border: none;
}

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

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

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

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;
}

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

p.photo img {
	margin: 1px;
	vertical-align: bottom;
}


/* ------------------------------------------------------- */
/*                  Regeln fuer das Weblog                 */
/* ------------------------------------------------------- */

div.post, div.entry, div.storycontent, div.feedback {
	text-align: left;
	margin: 1.3em 1em 1.6em 1em;
	padding-bottom: 0em;
}

div.entry {
	margin-bottom: 3em;
}

div.entryfooter, div.navlink {
	text-align: center;
}

p.bloginfo {
	color: #666;
	text-align: right;
	font-size: 90%;
}

p.bloginfo a {
	color: #666;
}

p.message {
	color: #a55;
	font-weight: bold;	
}

ul.archive {
	margin: 0.6em 2.2em 2em 1em;
	padding-left: 0;
	list-style-type: none;
	text-align: left;
}

ul.archive li {
	margin: 0.3em 0em 0.3em 1em;
	list-style-type: none;
}

ol.comments {
	margin: 0.6em 2.2em 2em 3em;
	padding-left: 0;
	max-width: 30em;
}

ol.comments li {
	margin: 1em 0em 1em 0em;	
	padding: 8px 10px 8px 10px;
	background: #fefdf3;
	border: 1px solid #b99;
}

ol.comments span {
	font-weight: bold;
}

div.feedback {
	color: #999;
	text-align: right;
	margin: 1.3em 2em 1.6em 2em;
	padding-bottom: 0.6em;
}