/* CSS Document */

td
{
background: no-repeat;
}

body

{
text-align:center;

background-attachment:fixed; 

background-color:#ffffff;

text-align:center;

width:1004;

height:auto;

margin:0;

}



div#Top {
background-image:url(images/Banner.jpg);

text-align:center;

width:1004px;

height:75px;

margin: 0 auto;

}



div#Main {

background-image:url(images/bg.jpg);

    text-align:center;

    background-color:#ececec;

    margin: 0;      

    width: 100%;   

	height:245px;

  }



div#Text {
	float:left;
	text-align:left;

background-color:#ffffff;

height:650px;

width:1040px;

margin:0 auto;

}

td#gaestebuch1 {
    text-align: left;
    vertical-align: top;
    border: 1px dotted;
    background-image:url(images/gaestebuch.jpg);
    background-repeat:no-repeat;
    background-color: #ff9000;
    color: black;
    padding: 5px;
    width: 30%;
}

td#gaestebuch2 {
    text-align: left;
    border: 1px dotted;
    vertical-align: top;
    background-color: #0093dd;
    padding: 5px;
    width: 70%;
}
