/* CSS fuer reiki-by-nic.ch */
/* Erstellt am:      27.07.09 */
/* Letzte Anpassung: 29.01.2010 */

body {
width: 100%;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background: #fff url(../images/bg-body.png);
background-repeat: repeat-x;
}
div {
margin: 0;
padding: 0;
}
h1 {
margin: 0;
padding: 0;
padding: 17px 0 20px 40px;
color: #900;
font-size: 18px;
font-weight: normal;
}

#wrapper {
margin: 0 auto;
background-color: #fff;
width: 990px;
min-height: 150px;
}
#header {
position: absolute;
width: 990px;
height: 100%;
top: 0;
text-align: right;
background: #fff url(../images/header-images/hibiskus.jpg);
background-repeat: no-repeat;
}
#logo {
text-align: right;
position: absolute;
width: 942px;
z-index: 99999;
top: 0;
margin: 53px 0 48px 0;
padding-right: 48px;
}
#main {
position: absolute;
width: 990px;
top: 315px;
text-align: left;
}
#navi {
position: absolute;
width: 150px;
background: transparent url(../images/bg-navi.png);
background-repeat: no-repeat;
background-position: top right;
}
#navi ul {
list-style-type: none;
margin: 0;
padding: 0;
padding: 57px 0 60px 35px;
}
#navi ul li {
padding-bottom: 10px;
}
#navi ul li a {
color: #900;
text-decoration: none;
font-weight: bold;
}
#content {
position: absolute;
width: 712px;
right: 0;
background: transparent url(../images/bg-content.png);
repeat: no-repeat;
padding: 40px;
line-height: 1.5em;
}
/* Kontaktformular */
fieldset {
width: 75%;
background: #fff;
border: none;
line-height: 1.2em;
padding: 0;
}
input,
textarea {
border: 1px solid #666;
background-color: #efefef;
}
input:focus,
textarea:focus {
background-color: #fff;
}
input.senden {
border: 2px #666 outset;
background-color: #c0c0c0;
}
input.senden:focus {
background-color: #666;
}
/* End Kontaktformular */







