body {
  background: #444444; 
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 640px;
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif ;
}
	a       {font-weight:bold; color: #ffffff; text-decoration: none;	}
	a:link { font-weight:bold; color:black; text-decoration:underline; }
	a:visited { font-weight:bold; color:black; text-decoration:underline; }
	a:focus { font-weight:bold; color:red; text-decoration:underline; }
	a:hover { font-weight:bold; color:blue; text-decoration:none; }
	a:active { font-weight:bold; color:lightblue; text-decoration:underline; }

.skip 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 { font-size:48px; }
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 
  color: #6699CC;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


/* -- Layoutspezifisches -- */
#container { 
  font-size: 0.8em; 
  max-width: 70em; 
  min-height: 850px;
  margin: auto; 
  border: 1px solid #aaa; 
  border-top: 0; 
  background: white;
	img {border: solid ##THUMBBORDER##px #000000;}
	table {border: none; border-spacing: 2px;}
	td {color: #F0F0F0; background-color: #777777; padding: 6px; text-align: center; vertical-align: middle;
	    border: solid 1px; border-color: #F0F0F0 #222222 #222222 #F0F0F0;}
	span {color: #808080}
}
#footer {
  clear: both; 
  padding: 0 20px;
}

/* - Logo bzw. Kopf - */
#logo {
  background: url(../img/augen4.jpg) 0 0 no-repeat black; 
  height: 64px; 
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 46px; 
  overflow: hidden; 
  letter-spacing: -3px; 
  margin: 0; 
}
#logo a {
  color: white; 
  text-decoration: none;
}
#logo a span { 
  color: black;
  background: white;
  padding-right: 0.1em; 
  font-weight: bold;
  font-size: 46px;
}

/* - Menü - */
#menu {
  */ background: url(../img/wechselschatten.png) #287635;
  background: black;
  padding: 5px 5%; 
  margin: 0;
  text-align: right;
  color: yellow; 
}
#menu li {
  font-size: 1.2em;
  display: inline; 
  list-style-type: none; 
  border-left: 1px solid white; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; 
  text-decoration: none;
}

#lang {
  float:left;
  background: black;
  padding: 6px 1%; 
  margin: 0;
  text-align: left;
  color: white;
}
#lang li {
  list-style:none;
  display: inline; 
  list-style-type: none; 
}
#lang li a {
  color: white; 
  text-decoration: none;
}


/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%; 
  min-width: 10em; 
  float: right; 
  padding: 20px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; 
  font-size: 0.9em; 
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; 
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
  background:  no-repeat 100% 0 white; 
  padding: 0 31% 0 20px; 
  line-height: 1.5em; 
}
h1 { font-size:150% }
img {border: solid ##THUMBBORDER##px #000000;}
table {border: none; border-spacing: 2px;}
td {color: #F0F0F0; background-color: #777777; padding: 6px; text-align: center; vertical-align: middle;
    border: solid 0px; border-color: #F0F0F0 #222222 #222222 #F0F0F0;}
span {color: #808080}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
