/**************************************

	»»» CSS by heger@derheger.de

**************************************/

body
{border: 0;
 margin: 0;
 padding: 0 0 30px 0;
 text-align: center;
 background: #0a0a0a url(../images/bg.gif) repeat-y center;}

div.main
{width: 700px;
 margin: auto;}

.clear
{clear: both;}

div.header
{width: 715px; 
 height: 300px;
 margin: auto;
 background: url(../images/header.jpg) 18px top no-repeat;}
 



/*   Content
************************************/

div.content
{position: relative;
 left: 15px;
 right: 15px
 float: left;
 width: 670px;
 text-align: center;
 color: #999999;
 font: 1em verdana;}

div.content p
{font: 0.75em verdana;
 margin: 15px 0;}

p a
{text-decoration: none;
 color: #999999;
 font-style: italic;}

p a:hover
{color: #3399cc;
 border-bottom: 1px dashed #cccccc;}

h1
{margin: 0 0 20px 0;
 border-bottom: 1px solid #333333;
 padding: 10px 8px 5px;
 font-size: 1.05em;
 font-weight: normal;
 letter-spacing: 2px;}

h1 a
{text-decoration: none;
 color: #3399cc;}

h2
{position: relative;
 top: 8px;
 margin: 0;
 font-weight: bold;
 font-size: 0.9em;
 color: #cccccc;}

h2 a
{text-decoration: none;
 color: #3399cc;
 letter-spacing: 1px;}

ul
{font: 0.75em verdana;
 margin: 0 0 0 20px;
 padding: 0;
 list-style-image: url(../images/list-item.gif);}

li
{margin: 3px 0;}

li a
{text-decoration: none;
 color: #999999;
 font-style: italic;}

li a:hover
{color: #3399cc;
 border-bottom: 1px dashed #cccccc;}
   

acronym
{cursor: help;
 font-style: italic;}

span.italic
{font-style: italic;}

.blue
{color: #3399cc;}

