/* article style sheets */

#article {
  margin: 15px 17px; 
}

#article h1 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 1em 5px 0px;
}

#article h2 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0 1em 1em 0px;
}

#article_body {
/*  margin-left: 0px; */
  margin: 0px;
  padding: 0px;
  line-height: 150%;
}

#article_picture {
  margin-right: 10px;
  border: none;
  float: left;
}

#article_picture_nav {
  margin-right: 5px;
  padding: 2px;
  border: none;
  float: left;
  background-color: #676776;
  max-width: 250px;
}

#article_picture_td {
  padding: 5px;
  background-color: #676776;
}


#article_details {
  font-size: 85%;
  margin-top: 16px;
  vertical-align: bottom;
  font-style: italic;
}

#note {
  color: #0000FF;
  font-size: 10px;
  font-style: italic;
}

#quote {
  margin-left: 64px;
  margin-right: 16px;
  font-style: italic;
  font-size: 90%;
}
/* admin area buttons and help style sheets */


/* Admin links in main menu */

#admin_link {
  width: 180px;
  text-align: center;
  padding: 8px;
  background-color: #FFc2ca;
}

#admin_link a {
  color: #880000;
  text-decoration: none;
  padding: 6px;
  font-size: 11px;
}
  
#admin_link a.active {
  background-color: #ffffff;
  padding: 6px;
  text-decoration: none;
  color: black;
}

#admin_link a:hover, admin_link a:active {
  padding: 6px;
}

#admin_link_move {
  background-color: #FFc2ca;
  padding: 6px 1px;
  text-decoration: none;
  font-weight: bold;
  color: #880000;
}

#admin_link_move:hover {
  background-color: #dee2ea;
}

#navleft_admin_link_move {
  background-color: #FFc2ca;
  padding: 1px 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #880000;
/*   border-left:  1px solid #8800FF; 
  border-right: 1px solid #8800FF; */ 
}

#nav_left select {
  margin: 3px 0px;
}

#navleft_admin_link_move:hover {
  background-color: #dee2ea;
}

#navigation select {
  width: 154px;
}

#admin_mainmenu_add {
  margin-left: 2px;
}

#admin_mainmenu_add select {
  width: 198px;
}

/* admin buttons in navigation on the left */

#admin_buttons {
  max-width: 200px;
  text-align: right;
  border: 1px dotted black;
  padding: 4px;
  margin: 5px;
  background-color: #EEEEFF;
}

#admin_buttons input {
  font-size: 90%;
}

#admin_buttons p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#admin_buttons h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}


#admin_buttons h3 {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}


/* help */

#admin_help {
  background-color: #EEEEFF;
  padding: 4px;
  margin: 5px;
  font-size: 90%;
  text-align: left;
}

#admin_help h1 {
  font-size: 18px;
}

#admin_help h2 {
  font-size: 16px;
  margin-bottom: 0px;
}

#admin_help p {
  margin-top: 0px;
}

#admin_help_button {
  font-weight: bold;
  text-align: center;
}

/* help: close 'x' */ 

#admin_help_x {
  background-color: #dee2ea;
  border: 1px solid black;
  float: right;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#admin_help_x:hover {
  background-color: white;
}

#admin_help_x a {
  text-decoration: none;
}

#admin_help_x a:hover {
  text-decoration: underline;
}


/* userdata */

#user {
}

#user_noadmin {
  color: #a28c6c;
}

/* show differences between revisions */
#diff_del {
  text-decoration: line-through;
  color: #FF0000; 
}

#diff_add {
  color: #0000FF;
}




/* passed dates */

#date_date.passed {
  color: #a28c6c;
}

#date_time.passed {
  color: #a28c6c;
}

#date_title.passed {
}

#date_subtitle.passed {
  color: #a28c6c;
}

#date_link.passed {
  color: #a28c6c;
}

#date_details.passed {
  color: #a28c6c;
}


/* other */

#note {
  color: #0000FF;
}

/* blog style sheets */

#blog {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  
  border-top: 1px solid #EEDFC9;  
  overflow: hidden;  
}

#blog:hover {
  background-color: #ffffff;
}

#blog a {
  text-decoration: none;
  color: black;
}

#blog p {
  padding-left: 5px;
}

#blog_headline {
 margin: 5px;
 color: #7e91af; 
}

#blog_date {
 text-decoration:none; 
 font-weight:normal; 
 font-size:10px; 
 color:#a28c6c;
 float: right;
}

#blog_link {
  font-style:italic;
  color: #7e91af;
}

#blog_picture {
  float: left;
  border: 0; 
  margin-right: 5px;
  margin-top: 5px;
  padding-left: 5px;
}
/* date and time style sheets */

/* dates list */

#dates {
 width:250px; 
 min-height: 350px;

 margin-top: 20px;
 margin-left: 20px;
 padding: 0px 10px 10px 10px; 

 float:right; 

 border: 3px dotted black; 
 background-color: #EEEEFF;
}

/* list entry */

#date {
  margin: 5px 1px 5px 1px;
  padding: 2px;
  text-decoration: none;
  text-align: left;
}

#date.active {
  margin: 4px 0px 4px 0px;
  background-color: #dee2ea;
  border-width: 1px 1px 1px 1px;
  border-color: #0000ff;
  border-style: solid;
}

#date:hover {
  background-color: #dee2ea;
}

#date a {
  text-decoration: none;
  color: black;
}


/* strings in a date entry */

#date_date {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 0px; 
}

#date_time {
  font-weight: normal;
  margin-bottom: 0px; 
}

#date_title {
  font-weight: bold;
}

#date_subtitle {
  font-weight: normal;
}

#date_link {
  font-style: italic;
  text-decoration: underline;
}

#date_details {
  font-size: 85%;
  margin-bottom: 16px;
}

/* HTML Formular style sheets */

input {
  background-color: #DDDDDD;
  font-family: Verdana, sans-serif;
}

#textinput {
  background-color: #DEBCEC;
  font-family: Verdana, sans-serif;
}


textarea {
  background-color: #DEBCEC;
  font-family: Verdana, sans-serif;
}

select {
  width: 140px;
  background-color: #FFc2ca;
  font-size: 11px;
}

#exttextarea {
  background-color: #EEEEFF;
  padding: 0px 5px;
  margin-bottom: 2px;
}

#exttextareasum {
  margin: 0px 0px 7px 7px;
}/* global style sheets definitions (not related to special divs) */

body {
  margin: 0px;
  
  font-family: Verdana, sans-serif;
  font-size: 80%;

  min-width: 1024px;
  min-height: 400px;

  background-color: #676776;
  background-image: url('../../icon/bg.gif');
}

/* Headlines */

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 a, h2 a, h3 a, h4 a {
  color: black;
}


h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0;
}


h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0 0;
}


h4 {
  display: block;
  font-weight: bold;
  margin: 0 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 0 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 0 0;
}


/* misc */

ul li {
  margin-bottom: 0.5em;
}


hr {
  margin: 1.2em auto 0.4em auto;
}

table {
  font-size: 100%;
}

a {
  color: #676776;
}/* language selector */
#select_language {
  float: right;
  text-align: right;
  background-color: #7e91af;
  padding: 4px;
}

#select_language ul {
  padding: 2px;
  margin: 0px;
}


#select_language li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px 4px;
}

#language_selected {
  font-weight: bold;
}

#select_language a {
  text-decoration: none;
  color: black;
}

#select_language a:hover, select_language a:active {
  background-color: #dee2ea;
}/* style sheets for menus */

/* main menu */

#navigation {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px; 
  
  font-weight: normal;
  font-size: 13px;
}

#navigation_frame {
  width:200px;
  background-color: #7e91af;
  background-repeat: repeat;
  background-image:url('../../icon/mainmenubg.gif');
  vertical-align: top;
  text-align: center;
}

#navigation li {  
/*  display: inline; */
  list-style-type: none;
  padding: 0px 0px;
  text-align: center;
}

#navigation_link {
  background-color: #dee2ea;
}

#navigation_link_active {
  background-color: #ffffff;
}

#navigation_link:hover {
  background-color: #ffffff;
}

#navigation_link_text {
  text-decoration: none;
  font-weight: bold;
  color: black;
}



/* sub-directory navigation on the left */


#nav_left {
  width: 200px;

  margin: 0px;
  padding: 0px;
    
  font-size: 13px;

  border-spacing: 0px;
  empty-cells: show;  
  align: right;
  
  position: relative;
  left: 0px;
  top: -1px;
}

#nav_left h4 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  color: #7e91af;
}

#nav_left ul {  
  margin-left: 8px; 
  margin-bottom: 16px;
  padding: 0px;
  text-align: left;
}


#nav_left li {
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 0px; 
  background-color: #dee2ea; 
  list-style-type: none;
}

#nav_left a {
  text-decoration: none;
  color: black;
}

#nav_left_link {
  padding: 6px 2px;
}

#nav_left_link_active {
  background-color: #ffffff;
  padding: 6px 2px; 
}

#nav_left_link:hover {
  background-color: #ffffff;
}

#nav_left_sublink {
  padding: 3px 2px;
}

#nav_left_sublink_active {
  padding: 3px 2px;
  background-color: #ffffff;
}

#nav_left_sublink:hover {
  background-color: #ffffff;
}


#nav_left_top {
  height:80px;
  background-image: url(../../icon/menu_top.png); 
}


#nav_left_bottom {
  height:80px;
  background-image: url(../../icon/menu_bottom.png); 
}

#nav_left_main {
  background-image:  url(../../icon/menu.png); 
  background-repeat: repeat;
}


#nav_left_arrow {
  padding-right: 3px;
  border: 0px;
  position: relative;
  top: 2px;
}/* main frame outside content (mainly created by root template) style sheets */

/* header */

#header {
  margin: 0px;
  height: 228px;
  min-width: 624px;
  max-width: 800px;
  
  background-color: #9c99af;
  background-image: url('../../icon/title.jpg');
  clear: both;
  vertical-align: top;
}




#header h2 {
  position: relative;
  top: 170px;
  left:700px;
  font-size:20px; 
  font-weight: bold; 
  color:#FF0000;
  font-style: italic;  
  font-family: Century Schoolbook, Times New Roman, serif;
}



/* content */

#content {
  padding: 0px;
  text-align: justify;
  background-color: #e5eaf1;
  vertical-align: top;
  min-height:400px;
  width:800px;
}

#footline {
  height: 20px;
  padding: 5px 15px;
  text-align: right;
  background-color: #e5eaf1;
  vertical-align: top;
}


/* footer */

#footer {
  padding: 4px;
  font-size: 13px;
  text-align: left;
  border-top: 1px solid #e5eaf1;
  background-color: #7e91af;
  margin-bottom: 0px;
  clear: both;
  height: 20px;
  color: white;
}

#footer a {
  color: #ffffff;
}


#roottable {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
  vertical-align: top;
  width: 1000px;
}

#headertable {
  padding: 0px;
  margin: 0px;
  border: 0px;
  empty-cells: show;
  border-spacing: 0px;
  vertical-align: top;
}

#side {
  background-color: ##SIDEBG##;
  vertical-align: top;
}

#headerside {
  min-width: 200px;
/*  width: 10%; */ 
}

/* style sheets for references of an article */


#articlelinks {
  margin: 5px;
}

#articlelinks a {
  color: #7e91af;
}

#articlerefs {
  width: 200px;
  margin: 0px;
  padding: 0px;

  border-spacing: 0px;
  empty-cells: show;  
  
  font-size: 13px;
  
  position: relative;
  top: -1px;
  left: -0px;
}

#articlerefs a {
  color: black;
}

#articlerefs h4 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  padding-right: 40px;
  color: #7e91af;
}

#articlerefs ul {
  margin: 0px 20px 0px 0px;
  padding: 0px;
  text-align: left;
}

#articlerefs li { 
  padding: 0px; 
  background-color: #dee2ea; 
  list-style-type: none;
}

#articlerefs a {
  text-decoration: none;
  color: black;
}

#articlerefs_link {
  padding: 6px 2px;
}


#articlerefs_link:hover {
  background-color: #ffffff;
}

#articlerefs_arrow {
  padding-right: 3px;
  border: 0px;
  position: relative;
  top: 2px;
}


#refs_top {
 background-image: url(../../icon/rmenu_top.png); 
 height:80px;
}

#refs_bottom {
 background-image: url(../../icon/rmenu_bottom.png); 
 height:80px;
}

#refs_main {
 background-image: url(../../icon/rmenu.png);
 background-repeat: repeat; 
}


#startrefs ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 200px;
}

#startrefs li { 
  padding: 0px;
  margin-top: 10px; 
/*   background-color: #dee2ea; */ 
  list-style-type: none;
}

#startrefs a {
  font-size: 10px;
  color: black;
  text-decoration: none;
}

#startrefs_h4 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  margin-top: 50px;
  color: #7e91af;
}
