@charset "utf-8";
/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
}

#site
{
margin-left:auto;
margin-right:auto;
width:900px;
height:auto;
}

#banner
{
width:900px;
height:195px;
background-image:url(img/banner.jpg);
}

#content
{
width:900px;
height:auto;
min-height:500px;
padding-top:20px;
background-image:url(img/background.png);
background-repeat:repeat-y;
padding-bottom:20px;
}

#header
{
float:right;
width:570px;
height:70px;
padding:15px;
}

#text
{
width:570px;
heigt:70px;
padding-top:0px;
}
#image
{
width:130px;
height:100px;
}

#footer
{
width:900px;
height:50px;
background-image:url(img/footer.png)

}

#link
{
width:750px;
height:100px;
padding:15px;
margin:15px;
margin-left:auto;
margin-right:auto;
background-color:#f8ffe2;
}

a
{
text-decoration:none;
color:#000000;
}

a:visited
{
text-decoration:none;
color:#000000;
}
.Stil1 {
	font-size: 24px;
	font-weight: bold;
}
p
{
	margin: 1px;
	text-align: right;
}
.Stil2 {
	font-size: 14px;
	font-weight: bold;
}
