diff --git a/css/style.css b/css/style.css index 9454a34..4f6bbb9 100644 --- a/css/style.css +++ b/css/style.css @@ -35,6 +35,7 @@ span.cursive { font-size: larger; } + /* page area styles */ #wrapper { @@ -59,8 +60,6 @@ span.cursive { left: 10px; bottom: 10px; color: #fff; - /*text-shadow: -0.06em -0.06em 0.06em black, - 0.04em 0.04em 0.06em white;*/ text-shadow: .05em .05em .05em #000; } @@ -148,7 +147,7 @@ span.cursive { } #content #index-img { - margin 0 auto; + margin: 0 auto; padding-left: 10px; } @@ -185,10 +184,24 @@ span.cursive { #content #content-right ul { padding-left: 1em; - margin: 0.5em 0; + margin: 0.4em 0; list-style-type: square; } +#content-right div { + margin-top: 1em; +} + +#content-right div h3 { + padding-top: 0; +} + +#content-right div.active { + background-color: #eee; + border: solid 0px #eee; + box-shadow: 0px 0px 6px 2px #eee; +} + #img-gallery { float: left; width: 540px; diff --git a/wohnung.html b/wohnung.html index 7c94bd4..a12f0b5 100644 --- a/wohnung.html +++ b/wohnung.html @@ -44,28 +44,28 @@

@@ -78,33 +78,41 @@

Sie befindet sich im 1. OG unseres Hauses und eignet sich für bis zu 3 Personen (plus einem Kleinkind).

+

Küche

- -

Wohn- & Schlafzimmer

- -

Bad & Flur

- -

Allgemein

- + +
+
+

Wohn- & Schlafzimmer

+ +
+
+

Bad & Flur

+ +
+
+

Allgemein

+ +
@@ -115,6 +123,9 @@ + + + \ No newline at end of file