/* Layout der gesamten Seite */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #808080 url(../images/background.png) no-repeat;
	background-position: 800px 20px;
	background-attachment: fixed;
	color: #000;
	margin: 5px;
	padding:0;
}
#top {
  width:780px;
  height:8px;
  background-image: url(../images/bg_top.png) no-repeat;
  border:0;
}

#kopf {
	background-image: url(../images/kopf.jpg);
	width:780px;
	height:120px;
}
#menue {
  width:780px;
  height:22px;
  background-color:#f00;
}
#headline {
	width:750px;
	margin-bottom:10px;
	height:25px;
	padding-left:3px;
	font-size: 18px;
	font-weight:bold;
	color:#f00;
	border-top:5px solid #f00;
	background-color: #fcc;
}
#content {
	width:780px;
	background-color:#fff;
	display:table;
	padding-bottom:10px;
}

#main {
  padding:10px;
  line-height:1.5;
  text-align:justify;
}

#footer {
  width:780px;
  height:15px;
  color: #eee;
  font-size:10px;
  font-weight:bold;
  background:#808080 url(../images/bg_footer.png) no-repeat;
  padding:1px 0;
  margin-top:0px;
  text-align:center;
}
.klein {
	font-size: 10px;
}
table, th, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 18px;
padding:3px;
}
a:link, a:visited, a:active {
	font-style: normal;
	text-decoration: none;
	color: #f00;
}

a:hover {
	font-style: normal;
	text-decoration: underline;
	color: #f00;
}

DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
   margin: 0.7em 1em;
   }

DIV.shadow IMG {
   border: 0px solid #666;
   margin: 0;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
   }


.ItemStyle {
	list-style-image: url(../images/book2.gif);
	font-size: 12px;
	vertical-align: middle;
	line-height:1.5;
}

.PopItemStyle {
	list-style-image: url(../images/book1.gif);
	font-size: 12px;
	line-height:1.5;
}


