/* Allgemeines START */

*
{
  margin:0px;
  padding:0px;
  border:none;
}

body
{
  font:12px Arial;
  color:#666;
  background:#666;
}

a:link, a:visited { color:#1E90FF; text-decoration:none; border-bottom:1px solid #1E90FF; }
a:focus, a:hover, a:active { border-bottom:1px dotted #1E90FF; }

h1
{
  margin-bottom:5px;
  font:20px Arial;
}

#big
{
font: 14px Arial;
font-weight: bold;
}
h2
{
  margin-bottom:15px;
  font:16px Arial;
}

p
{
  margin-bottom:20px;
  line-height:20px;
  text-align:justify;
}

li
{
  margin-left:40px;
}

span.tab
{
  width:100px;
  float:left;
}

div#clear
{
  clear:both;
}

/* Allgemeines ENDE */

/* Layout START */

div#wrapper
{
  width:600px;
  margin:40px auto;
}

div#box
{
  background:#FFF url(images/top.png) top no-repeat;
}

div#content
{
  min-height:300px;
  height:auto !important;
  height:300px;
  padding:20px 20px 2px 20px;
  background:url(images/bottom.png) bottom no-repeat;
}

div#footer
{
  height:40px;
  margin-top:2px;
  line-height:30px;
  text-align:center;
  color:#FFF;
  background:url(images/footer.png) bottom no-repeat;
}

div#footer a:link, div#footer a:visited { color:#FFF; border:none; }
div#footer a:focus, div#footer a:hover, div#footer a:active { border-bottom:1px dotted #FFF; }

/* Navigation START */

ul#navi
{
  width:375px;
  margin:0px auto;
  list-style:none;
}

ul#navi li
{
  float:left;
  margin:0px;
  padding:0px;
}

ul#navi li a
{
  display:block;
  width:75px;
  height:25px;
  line-height:25px;
  text-align:center;
}

ul#navi li a:link, ul#navi li a:visited { background:url(images/navi.png) repeat-x; color:#666; border:none; }
ul#navi li a:focus, ul#navi li a:hover, ul#navi li a:active { background-position:-75px 0px; }

ul#navi li a#navi_first:link, ul#navi li a#navi_first:visited {  background:url(images/navifirst.png) no-repeat; }
ul#navi li a#navi_first:focus, ul#navi li a#navi_first:hover, ul#navi li a#navi_first:active { background-position:-75px 0px; }

ul#navi li a#navi_last:link, ul#navi li a#navi_last:visited {  background:url(images/navilast.png) no-repeat; }
ul#navi li a#navi_last:focus, ul#navi li a#navi_last:hover, ul#navi li a#navi_last:active { background-position:-75px 0px; }

/* Navigation ENDE */

/* Layout ENDE */
