/* CSS Document */
/* Stile fues www.ergotherapie-scire.de */

* {
margin: 0 0;
}


a:link {
text-decoration: none;
color: rgb(118, 28, 27);
}

a:visited {
text-decoration: none;
color: rgb(118, 28, 27);
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: none;
color: rgb(118, 28, 27);
}

#box {
height= 100%; 
}

#header {
width: 682px;
background-image: url(bilder/hintergrund.jpg);
background-repeat: y-repeat;
}

#header p {
text-align: left;
margin-left: 145px;
font-size: 14px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

#content { 
width: 682px;
background-image: url(bilder/hintergrund.jpg);
background-repeat: y-repeat;
}
/*
#content a:link, a:visited, a:active {
text-decoration: none;
color: #999999;
}

#content a:hover {
text-decoration: underline;
}
*/
#content h1 {
font-size: 16px;
text-align: left;
margin-left: 145px;
}

#content p {
text-align: left;
margin-left: 145px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

#footer {
width: 682px;

}
























