/* CSS Document */

/* ALLGEMEINES */

*
{
margin: 0;
padding: 0;
}

body
{
font-size: 100.01%;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: black;
background-color: #000066;
/*background-image: url(http://www.dellatrezzi.de/brabak/images/2.gif);*/
}

/* SCHRIFTFORMATIERUNG */

p
{
font-size: 0.9em;
line-height: 1.4em;
padding-top: 10px;
padding-bottom: 10px;
}

h1, h2
{
font-weight: normal;
font-family: Georgia, Times, serif;
}

h1
{font-size: 3em;}

h2
{font-size: 2em;}

a
{color: #000066;text-decoration: none;}

a:hover 
{color: #0000cc;}

a:visited
{color: #000066;}

/* FORMATIERUNG KAESTEN */

#container
{
margin: 10px;
border: 5px solid white;
background-color: white;
}

#head
{
height: 150px;
text-align: right;
vertical-align: top;
background-color: #000099;
background-image: url(http://www.dellatrezzi.de/brabak/images/6.gif);
background-repeat: no-repeat;
color: white;
padding-right: 10px;
border: 2px solid #000066;
}

#content
{
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
min-height: 400px;

}
