Created
April 18, 2011 11:49
-
-
Save wemakeweb/925178 to your computer and use it in GitHub Desktop.
überarbeitete Version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
1. Reset | |
http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, | |
b, u, i, center, | |
dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, canvas, details, embed, | |
figure, figcaption, footer, header, hgroup, | |
menu, nav, output, ruby, section, summary, | |
time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
/* HTML5 display-role reset for older browsers */ | |
article, aside, details, figcaption, figure, | |
footer, header, hgroup, menu, nav, section { | |
display: block; | |
} | |
body { | |
line-height: 1; | |
} | |
ol, ul { | |
list-style: none; | |
} | |
blockquote, q { | |
quotes: none; | |
} | |
blockquote:before, blockquote:after, | |
q:before, q:after { | |
content: ''; | |
content: none; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
/* ------------------ | |
2. Allgemeine Styles | |
-------------------------- */ | |
body { | |
background-color: #c1884d; /* mittleres Braun */ | |
font-size: 100%; | |
font-family:Arial, Helvetica, sans-serif; | |
} | |
h1 { /* Seitenüberschriften */ | |
font-size: 180%; | |
font-family:"Times New Roman", Times, serif; | |
font-weight: normal; | |
margin-bottom:2px; | |
} | |
p { /* Mengentext */ | |
font-size: 97%; | |
border-left:2px solid #f09b4a; | |
padding-left: 10px; | |
font-family: "Arial"; | |
margin-bottom: 6px; | |
} | |
p1 { | |
text-indent: -10px; | |
} | |
h2 { | |
font-size: 97%; | |
padding-right: 10px; | |
font-family: "Arial"; | |
font-weight: normal; | |
text-indent: -15px; | |
margin-bottom: 6px; | |
} | |
h3 { /* Willkommen */ | |
font-size: 200%; | |
padding-right: 30px; | |
color: #8f5746; | |
font-family:"Times New Roman", Times, serif; | |
font-weight: normal; | |
margin-bottom: 2px; | |
} | |
h4 { /* Willkommen */ | |
font-size: 108%; | |
padding-right: 30px; | |
font-family: "Arial"; | |
font-weight: normal; | |
} | |
h5 { /* Willkommen */ | |
font-size: 108%; | |
padding-right: 30px; | |
font-family: "Arial"; | |
font-weight: normal; | |
margin-bottom: 5px; | |
} | |
h6{ | |
font-size: 108%; | |
padding-left: 15px; | |
font-family: "Arial"; | |
font-weight: normal; | |
margin-bottom: 5px; | |
} | |
/* | |
gibts nicht :) geht nur von h1 - h6 | |
h7{ | |
font-size: 108%; | |
font-family: "Arial"; | |
font-weight: bold; | |
margin-bottom: 5px; | |
text-indent: -15px; | |
}*/ | |
a { | |
text-decoration: none; | |
border: none; | |
color: black; | |
} | |
a img { border: none} | |
.skiplink { /* . markiert class, Position um den Link unsichtbar zu machen */ | |
position: absolute; | |
top: -5000px; | |
left: -5000px; | |
width: 0; | |
height: 0; | |
overflow: hidden; | |
display: inline; | |
} | |
/* ------------------ | |
3. Styles für Layoutbereiche | |
-------------------------- */ | |
#umschlag { | |
background-color:#fff0cc; | |
width:900px; | |
position: relative; | |
margin-top: 35px; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
#title { | |
background-color:#fff7e5; /* helles Beige */ | |
width:890px; | |
height:90px; | |
padding:5px; | |
border-bottom: 1px solid #963f21; /* dunkles Braun */ | |
} | |
#title1 { | |
float:right; | |
width: 600px; | |
height: 55px; | |
padding-top: 20px; | |
margin-right: 65px; | |
} | |
#navigation { | |
clear: right; | |
background-color:#fff0cc; | |
border-left: 5px solid #fff7e5; | |
font-weight: lighter; | |
padding: 5px; | |
width:885px; | |
height:20px; | |
} | |
#navigation li{ | |
background-color:#fff0cc; | |
border-left:2px solid #f09b4a; | |
font-size: 100%; | |
height:19px; | |
margin-left: 10px; | |
margin-right: 4px; | |
padding-left:4px; | |
padding-top: 1px; | |
float: left; | |
overflow: hidden; | |
} | |
#navigation li:hover { | |
background-color:#fff0cc; | |
border-left:2px solid #f09b4a; | |
border-bottom:2px solid #f09b4a; | |
} | |
.navi1 { | |
background-color:#fff0cc; | |
border-left:2px solid #f09b4a; | |
font-size: 100%; | |
height:19px; | |
margin-left: 10px; | |
margin-right: 4px; | |
padding-left:4px; | |
padding-top: 1px; | |
float: left; | |
} | |
/* ----------------- | |
Ende Navigation | |
------------------ */ | |
#inhalt { | |
clear: right; | |
background-color:#fff7e5; | |
background-image: url(Bilder/bogen.jpg); | |
background-repeat:no-repeat; | |
background-position: 0% 100%; | |
border: 0px; | |
padding-top: 25px; | |
padding-left: 20px; | |
padding-right: 20px; | |
width:860px; | |
min-height:455px; | |
} | |
#inhalt1 { | |
clear: right; | |
background-color:#fff7e5; | |
border: 0px; | |
padding-top: 25px; | |
padding-left: 20px; | |
padding-right: 20px; | |
width:860px; | |
height:300px; | |
} | |
#gruss { | |
width: 600px; | |
margin-left: 185px; | |
margin-bottom: 10px; | |
} | |
.liste { | |
width: 600px; | |
margin-left: 185px; | |
margin-top: 20px; | |
font-family: "Arial"; | |
text-indent: -15px; | |
} | |
#thema { | |
clear: both; | |
padding-left: 50px; | |
width: 100%; | |
font-size: 125%; | |
font-family: "Times New Roman"; | |
font-weight: normal; | |
color: #8f5746; | |
margin-bottom: 15px; | |
} | |
.angebot { | |
border-left:3px solid #f09b4a; | |
border-bottom:1px solid #f09b4a; | |
width: 570px; | |
margin-left: 55px; | |
padding-left: 10px; | |
padding-bottom: 2px; | |
margin-bottom:12px; | |
font-size: 108%; | |
font-family: "Arial"; | |
} | |
.angebot1 { | |
background-color: #fff7e5; | |
border-right:3px solid #f09b4a; | |
border-bottom:1px solid #f09b4a; | |
width: 570px; | |
margin-left: 190px; | |
padding-right: 5px; | |
padding-bottom: 2px; | |
margin-bottom: 12px; | |
font-size: 108%; | |
font-family: "Arial"; | |
text-align: right; | |
} | |
.bold { | |
font-size: 108%; | |
font-weight: normal; | |
border-left:0px; | |
padding-left: 0px; | |
font-family: "Arial"; | |
margin-bottom: 0px; | |
} | |
#formular { | |
float: right; | |
width: 400px; | |
background-color: transparent; | |
margin-top: 10px; | |
margin-right: 100px; | |
} | |
.felder { | |
height: 15px; | |
margin-bottom: 7px; | |
} | |
/* ------------------ | |
4. Sonstige Styles | |
-------------------------- */ | |
form { | |
background-color: transparent; | |
color: black; | |
} | |
label{ | |
float: left; | |
width: 100px; | |
font-size: 95%; | |
} | |
input.eingabe{ | |
float: right; | |
background-color: transparent; | |
width: 250px; | |
border: 1px solid #8F5847; | |
} | |
#nachricht{ | |
float: right; | |
background-color: transparent; | |
width: 250px; | |
border: 1px solid #8F5847; | |
margin-bottom: 6px; | |
} | |
textarea { | |
height: 10em; | |
} | |
.eingabe:focus{ | |
background-color: #fff0cc; | |
color: black; | |
} | |
#nachricht:focus{ | |
background-color: #fff0cc; | |
color: black; | |
} | |
#button { | |
background-color:#fff0cc; | |
border-left:2px solid #f09b4a; | |
font-size: 90%; | |
height:22px; | |
margin-top: 10px; | |
clear: both; | |
float: right; | |
cursor: pointer; | |
} | |
#button:hover { | |
background-color:#fff0cc; | |
border-left:2px solid #f09b4a; | |
border-bottom:2px solid #f09b4a; | |
} | |
#email { | |
font-family: arial; | |
} | |
#email span { | |
text-decoration: underline; | |
} | |
/* ------------------ | |
Ende des Styles Sheets | |
-------------------------- */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta name="description" content="Seniorenbetreuungs-Agentur Frank Kring"/> | |
<meta name="keywords" content="Senioren, Betreuung, Versorgung, Vorsorge, Frank, Kring"/> | |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | |
<title>Seniorenbetreuungs-Agentur Frank Kring</title> | |
<link href="bildschirm.css" rel="stylesheet" type="text/css" media="screen" /> | |
<link rel="shortcut icon" href="Bilder/favicon.ico" type="image/vnd.microsoft.icon"/> | |
</head> | |
<body id="startseite"> | |
<div id="umschlag"> | |
<div class="skiplink"><a href="inhalt">Zum Inhalt springen</a></div> | |
<div id="title"> | |
<a href="index.html" title="Startseite" style="float:left;"><img src="Bilder/logo.jpg" alt="Startseite" /></a> | |
<div id="title1"><h1>Seniorenbetreuungs-Agentur Frank Kring</h1>Vorsorge-, Versorgungs- und Betreuungsmanagement für Senioren und Angehörige</div> | |
</div> <!-- Ende Title --> | |
<ul id="navigation"> | |
<li>Startseite</li> | |
<li><a href="ziele.html" title="Ziele">Ziele</a></li> | |
<li><a href="vorsorge.html" title="Vorsorge">Vorsorge</a></li> | |
<li><a href="versorgung.html" title="Versorgung">Versorgung</a></li> | |
<li><a href="betreuung.html" title="Betreuung">Betreuung</a></li> | |
<li><a href="uebermich.html" title="Über mich">Über mich</a></li> | |
<li><a href="kontakt.html" title="Kontakt">Kontakt</a></li> | |
<li><a href="impressum.html" title="Impressum">Impressum</a></li> | |
</ul> <!-- Ende Navigation --> | |
<div id="inhalt"> | |
<div style="width: 800px;font-size: 10%; clear: both;"> </div> | |
<div id="gruss"> | |
<h3>Herzlich Willkommen</h3> | |
<h4>bei der Seniorenbetreuungs-Agentur Frank Kring</h4> | |
</div> | |
<div id="thema"> | |
"Die Sorgen älterer Menschen und Ihrer Angehörigen sind vielfältig. Fragen zur Gestaltung<br />einer neuen Lebenssituation müssen beantwortet oder Vorsorge soll getroffen werden". | |
</div> | |
<div style="padding-left: 55px; width: 100%; margin-bottom: 10px; font-size: 125%; font-family: Times New Roman; font-weight: normal; color:#8f5746;"> | |
Bei Ihrer Lebenssituation möchte ich Ihnen behilflich sein: | |
</div> | |
<div class="angebot"> | |
<span class="bold">Beratung</span> von Senioren und versorgender Angehöriger in Fragen <br />finanzieller Unterstützungsmöglichkeiten und möglicher Entlastungsangebote. | |
</div> | |
<div class="angebot1"> | |
<span class="bold">Information</span> und Unterstützung bei der Auswahl und <br />Vermittlung von Hilfsangeboten in der häuslichen Versorgung. | |
</div> | |
<div class="angebot"> | |
<span class="bold">Unterstützung</span> bei der Auswahl individuell geeigneter Versorgungs- <br />und Pflegeeinrichtungen für die häusliche oder stationäre Versorgung. | |
</div> | |
<div class="angebot1"> | |
<span class="bold">Beratung</span> und Unterstützung bei der Auswahl komplementärer Hilfen. | |
</div> | |
<div class="angebot"> | |
<span class="bold">Übernahme</span> privater Betreuungen. | |
</div> | |
<div class="angebot1"> | |
<span class="bold">Hilfestellung</span> im Umgang mit Ämtern und Behörden. | |
</div> | |
</div> <!-- Ende Inhalt --> | |
</div> <!-- Ende Umschlag --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment