/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  background: #FFF url(images/bg.gif) top left;
  background-attachment:fixed;
  margin: 0 0 100px 0;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

h1 {
  font-size: 18px;
  padding-top: 10px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

sup, sub {
  color: #FC0;
}

a {
  font-size: 9px;
  color: #FFF;
  text-decoration: none;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

a:hover {
  
}

/***************************************************
   User-Defined Styles
 ***************************************************/
#anzeige {
text-align:center;

}

#lpanel {

  width: 200px;
  background: #660099;
  margin: 10px 0 0 100px;
  border: 20px solid #898989;
}

#banner {
  margin: 0px;
  padding: 0px;
  background: #FFF url(images/banner2.jpg);
  width: 200px;
  height: 200px;
}

#nt1 {
  background: #47006B;
  width: 200px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  font-stretch:expanded;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  border-style: dotted;
}

#nt2 {
  background: #47006B;
  width: 200px;
  height: 20px;
  font-size: 12px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #9F9F9F;
  border-style: dotted;
}

#nav {
  padding: 0px;
  line-height: 20px;
  width: 200px;
  text-align: center;
  text-transform:none;
}

#nav a {
  color: #FFF;
  font-size: 10px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #9F9F9F;
  border-style: dotted;
}

#nav a:hover {
  background: #FFFF66;
  color:#47006B;
  font-weight: bold;
}

#nav .active {
  font-weight: bold;
}

#header {
  font-size: 20px;
  color: #660099;
  width: 500px;
  position:absolute;
  text-align:center;
  top: 50px; 
  left: 320px;
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-style: solid;
}

#content {
  color: #FFF;
  position: absolute;
  text-align:justify;
  width: 500px;
  top: 300px;

  left: 320px;
  padding: 40px;
}

#footer {
  color: #000;
  background: #FFF;
  padding: 10px;
  margin: 0 -10 0 0;
  text-align: center;
}

#footer a {
  color: #666;
  border: 0px;
  border-bottom: 1px solid #666;
  border-style: dotted;
}

#footer a:hover {
  color: #000;
}

/*  own items */
#itembar {
	margin: 0 10px 0 10px;
	text-align:left;
}

#inblock {
	background: #898989;
	line-height: 20px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

#inblock2 {
	background: #FFF;
	line-height: 15px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	color:#660000;
}

#image {
	text-align:center;
	border: 10px solid #898989;
	margin:5px;
}

#image2 {
	border: 10px solid #898989;
	float:right;
	margin:5px;
}

img {
   behavior: url("pngbehavior.htc");
   	
}
