* 
{
  font-family: 'Times New Roman', 'Book Antiqua', Georgia Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  }

html, body 
{ 
  margin: 0px;
  padding: 0px;
  }

body
{ 
  background-image: url("images/background.png")
}

a.menu
{ 
  display: block;
  padding: 0;
  margin: 2px 4px 2px 4px;
  text-align: left;
}

a.menu:link 
{
  border-bottom: 1px dotted #600;
  text-decoration: none;
  }

a.menu:visited 
{
  border-bottom: 1px dotted #600;
  text-decoration: none;
  }

a.menu:hover 
{
  border-bottom: 1px solid #600;
  text-decoration: none;
  }

a.menu 
{
  display: block;
  color: black;
  font-size: 10pt;
  }

b.menu 
{
  padding: 2px 4px 2px 4px;
  margin-top: 8px; 
  display: block;
  color: #600;
  font-size: 10pt;
  }

code { 
  font-family: Courier New, dialog, monospaced;
}

table.download,
table.profil
{
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em;
  border: 1px solid black;
  background: #f0e0d0;
  }

h1, h2, h3, h4, h5, h6 
{
  color: #600;
  font-weight: bold;
  border-bottom: 1px solid black;
  }

img.header-left {
	margin: 0px; 
	padding: 0px; 
	display: inline; 
	float: left;
}

img.header-right {
	margin: 0px auto 0px auto; 
	padding: 0px; 
	display: inline; 
	float: right;
}

dt
{ 
  color: #555;
  font-weight: bold;
  margin-top: 0.9em;
  margin-bottom: 0.3em;
 }

p
{
   margin:0 10px 10px
}

div#header  
{
  border-top: white solid 1px;
  border-bottom: white solid 1px;
  height: 50px;
  margin:0;
  padding: 0px;
  background: white;
}

div#footer
{
  background: #333;
  color: #FFF
  }

div#footer p
{
  margin:0;
  padding:5px 10px
}

div#container 
{
  background-color: white;
  text-align: left;
  width: 830px;
  margin: 0 auto;
}

div#content 
{
  background-color: white;
  float:left;
  width: 600px;
}

div#navigation
{
  padding-top: 10px;
  padding-left: 30px;
  background: #white;
  float:right;
  top: 80px;
  width:170px;
}

div#wrapper
{ 
  padding: 15px;
}

div#extra
{
  background: white;
  clear:both;
  width:100%;
  height: 100px;
}




