body {

	background: #000;
	font-family: arial, helvetica, sans-serif;
	width: 90%;
	margin: 5px auto; 
	padding: 0;
}

/*  Links  */

a:link,
a:visited {
	color: #6B4600;
}

a:hover,
a:active,
a:focus {
	background: #6B4600;
	color:#fff;
}

/*  Layout  */

#all {
	background:#fff;
	color: #000;
	font-size: 80%;
	padding: 0 3px;
	line-height: 150%;
}

#contentarea,#contentarea2 {
	margin: 0; 
	padding: 0; 
	overflow: hidden;
	background: #4A6744 url('../images/book_border.jpg') repeat-y top right; 
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc;
}

#page { 
	padding: 10px 30px;
}

/*  Main Content  */

#main2 {
	width:72%;
	min-height:520px;
	float:left;
	background: #FEFBEA url('../images/page_shadow.jpg') repeat-y top right;
}

ul ul {margin: 10px 0 10px 20px; padding: 0;}
ol ol {margin: 10px 0 10px 30px; padding: 0;}

/*  Rightbar  */


#right {
	color: #000;
	float: left;
	width: 25.7%;
	padding-top: 10px;
}

#right h2 {
	color:#7D0D0B;
	font-size:100%;
	font-weight:bold;
	margin: 0 0 15px 0; 
	border-bottom: 1px solid #ccc;
}

#right .moduletable_menu {padding: 40px 20px 10px 25px;}


#right ul.menu {margin: 0; padding: 0;}

#right ul.menu li {
	list-style-image: url('../images/transparent.gif');
	font-weight: bold;
	background: #F3E09B;
	padding: 0;
	margin: 0 0 1px 0;
	width: 100%;
	border: 2px outset #F3E09B;
}

#right ul.menu .current,
#right ul.menu a {
  display: block;
  text-decoration: none;
  background: #F3E09B;
  color: #000;
  padding: 5px 10px; 
}


#right ul.menu a:hover, 
#right ul.menu a:active,
#right ul.menu a:focus {
  background: #930001;
  color: #fff;
}

#right ul.menu ul{
	padding: 5px 5px 5px 30px;
	margin: 0;
	background: #FEFBEA;
}

#right ul.menu ul li{
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	padding: 0;
	color: #000;
	background: none;
	width: auto;
	border: 0;
}

#right ul.menu ul li a{
  padding: 0; 
  text-decoration: underline;
  background: none;
  color: #000;
}



#right ul.menu ul li a:hover,
#right ul.menu ul li a:active,
#right ul.menu ul li a:focus
{color: #930001; text-decoration: underline; background: none;}


/*  Headings  */

h1 {
	font-size: 180%;
	margin-bottom: 20px;
	line-height: 120%;
	margin: 0;
	color: #AD0001;
}

h2  {
	font-size: 130%;
	font-weight: bold;
}

h3 {font-size: 120%; border: 1px solid #CCC; padding: 2px 7px 4px 7px;}

h4 {font-size: 110%;}

h5 { font-size: 100%;}

h6 {font-size: 90%;}

/* Misc */

.unsichtbar,.u2,.invisible , .unseen {
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.leading {
	color: #000;
	padding: 20px 30px;
}

.blog { padding: 0; }

.center {text-align: center;}
.right {text-align: right;}
.imageRight {float: right; margin-left: 15px; margin-bottom: 5px 0 0 5px;}

.hidethis {
	position:absolute;
 	left:0px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

#logo {float: left; font-size: 0; margin: 5px;}

/* .logo2 {float: right; width: 30%; text-align: center; margin-bottom: -20px; position: relative; top: 14px;} */

.logo2 {float: right; width: 30%; text-align: center; position: relative; top: 25px;}

.logo2 a:hover,
.logo2 a:active,
.logo2 a:focus {background: none;}

/* Footer */

#footer {
	background: #fff;
	color: #000;
	padding: 5px 30px;
	font-size: 80%;
}

#footer p {margin: 0; padding: 0;}
