intensivstation

Horizontal zentrierte Box mit fixer Breite

Der Inhaltsbereich hat eine fixe Breite und ist horizontal zentriert.
Der Text bleibt linksbündig.
Die Höhe passt sich dem Inhalt an.

body {
	background-color: #e1ddd9;
        color: #564b47;
        font-size: 0.85em;
         font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	padding: 30px;
  	margin:0;
	}

#inhalt {
        width: 600px;
	background-color: #ffffff;
	border: 1px solid #564b47;
	padding: 0;
        margin: 0 auto;
	}


css
monorom
Creative Commons License This work is licensed under a Creative Commons License.