* {
    padding: 0;
    margin: 0;
}

html, body
{
    font-family: sans-serif;
}

body {
	text-align: center;
    /* background-color: #ADD8E6; */
    background-image: url(../bilder/hintergrund.jpg);
    background-attachment: fixed; 
}

#seite {
	background-color: white;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../bilder/hg-steuerung.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}


#inhalt {
    /* background-color: yellow; */
	margin-left: 200px;
    /*
	padding-right: 180px;
	*/
	width: 580px;
	margin-bottom: 0em;
	background-image: url(../bilder/zahnarzt-ingwert-tschuertz.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#infokasten {
    float: right;
    width: 240px;
    background-color: #efefef;
    border:1px solid silver;
    margin: 0 1em 1em 1em;
    padding: 10px;
}

#infokasten p, 
#infokasten li 
{
    line-height:  !important;
    padding-bottom: .5em !important;
    margin-right: 10px !important;
    
    
}

#inhalt h1
{
    font-size: 16pt;
    /* padding-bottom: 1em; */
    margin-right: 190px;
}

#inhalt li,
#inhalt p
{
    padding-bottom: 1em;
    line-height: 1.4em;
    margin-right: 190px;
}

#inhalt li {
    margin-left: 1em;
}


#linkeseite {
	width: 170px;
	float:left;
}

#steuerung {
    /* background-color: orange; */
}

#steuerung ul {
    padding-left: 0em;
    margin-left: 1em;
}

#steuerung li {
    padding-bottom: .5em;
    padding-left: 0em;
    margin-left: 0em;
    list-style-type: none;
}

#kopf {
    /* background-color: #808080; */
    text-align: left;
    /* height: 150px; */
}

#kopf strong {
    font-size: 14pt;
}

#kopf p {
    margin-bottom: 1em;
    padding-top: 10px;
    padding-right: 10px;
}

#kopf a {
    color: black;
    text-decoration: none;
}

#kopf a:hover {
    text-decoration: underline;
}


#logo {
    width: 181px;
    float: left;
}       

#kopf p {
    text-align: right;
    
}
 
#fuss {
    clear: both;
    background-color: #999999;
    text-align: center;
    color: white;
}

#fuss a {
    color: white;
    text-decoration: none;
} 

#fuss a:hover {
    text-decoration: underline;
}

#fuss p {
    padding: 4px 0px;
}

