/*
    These files are part of wili-cms 

    wili-cms - wiki like content-managament system (http://wili-cms.sourceforge.net)
    Copyright (C) 2004-2007 Patrick Michaelis <patrick AT bb-goettingen DOT de> 

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* 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 p {
  text-align: justify;
}

#article br {
  text-align: justify; 
  margin-bottom: 2px;
  margin-top: 2px;
}

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

#article_picture {
  border: none;
}

#article_picture_div {
  margin-left: 5px;
  margin-right: 7px;
}

#article_picture_nav {
  margin-right: 5px;
  padding: 2px;
  float: left;
  background-color: #EEDFC9;
}

#article_delbutton {
  float: right;
  font-size: 10px;
  text-decoration: none;
  margin-bottom: 1px;   
}

#article_delbutton.startref {
  float: none;
  font-size: 12px;
  position: relative;
  left: 45px;
  top: 15px;
}

#article_delbutton.file {
  float:none;
  position: relative;
  left: -80px;
  top: 15px;
  margin-right: -80px;
  margin-bottom: 20px;
}

#article_delbutton:hover {
  background-color: #DEBCEC;
}

#article_delbutton img {
  vertical-align: middle;
}

#article_picture_table {
}

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


#article_details {
/*   height: 20px; */
  padding: 5px 7px 2px 0px;
  text-align: right;
  background-color: #FFFFFF;
  vertical-align: top;
  font-size: 90%;
  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%;
}

#download {
  padding: 5px 5px 15px 5px;
  width: 250px;
}

#download:hover {
  background-color: #EEDFC9;
}

#summarylist {
  margin-left: 50px;
  margin-right: 50px;
}


/* page selector */
/* used by sitemap and move page / link page chooser */

#page_list {
  width: 400px;
  min-height:350px; 

  margin: 0px 0px 16px 0px;

  padding: 6px 6px;
    
  font-weight: normal;
  font-size: 13px;
  
  background-color: #DEBCEC;
  
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#page_list h2 {
  margin-bottom: 75px; 
  text-align: center; 
  border-bottom: 1px solid #000000;
}

#page_list ul {  
  margin: 0px 0px 0px 5px; 
  padding: 0px 0px 0px 11px;
  border-width: 0px 0px 0px 1px;
  border-color: #000000;
  border-style: solid;    
}

#page_list li {  
  color: #000000; 
  list-style-type: square;
  text-align: left;
  margin: 5px 0px;
}

#page_list a {
  text-decoration: none;
  color: #000000;
}

#page_list a:hover {
  background-color: #EEDFC9;
}
/* blog style sheets */

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

#blog.invisible {
  background-color: #CCCCCC;
}

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

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

#blog p {
  line-height: 150%;
}


#blog h3 {
 margin: 0px;
 padding: 0px; 
}

#blog_headline {
  margin: 5px;
  color: #623873; 
}

#blog_headline_subtitle {
  margin: 5px;
  color: #623873; 
  font-size: 80%;
}


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

#blog_link {
  text-decoration:underline; 
  font-style:italic;
  color: #623873;
}

#blog_picture {
  float: left;
  border: 0; 
  margin: 5px 10px 10px 5px;
  background-color: white;
}

#rssfeed {
  float:right;
  padding: 2px 0px;
}

#rssfeed:hover {
  background-color: #EEDFC9;
}

#rssfeed a {
  text-decoration: none;
}


/* date and time style sheets */

/* dates list */

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

 margin: 20px 20px 0px 0px;
 padding: 0px 10px 10px 10px; 

 float:left; 

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

#dates.startpage {
 float: right;
 margin: 20px 10px 0px 20px;
}


/* list entry */

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

#date.invisible {
 background-color: #CCCCCC;
}


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

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

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


/* strings in a date entry */

#date_hdate {
  font-size:100%;
}

#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;
}



#dict_search {
	width:300px; 
	font-size:22px; 
	font-weight:bold; 
	background-color:#FFDDDD;
}

#dict_word {
	font-weight: bold;
	font-size: 110%;
}

#dict_word_article {
	font-size: 110%;
}

#dict_word_explanation {
	font-style: italic;
}


#dict_wordlisttable {
	width: 100%;
	background-color: #f6f6f6; 
	border-collapse: collapse;
}

#dict_wordlisttable td {
	padding: 3px;
}


#dict_wordlistcaption {
	font-weight: bold;
	font-style: italic;
	background-color: #cccccc;
	text-align: center;
}

#dict_wordlistcaption select {
	font-weight: bold;
}

#dict_wordlistentry0 {
	height: 30px;
}

#dict_wordlistentry1 {
	background-color: #ebd9f2;
	height: 30px;
}

#dict_wordlistentry0:hover {
	background-color: #DEBCEC;
}

#dict_wordlistentry1:hover {
	background-color: #DEBCEC;
}


#dict_comment {
   background-color: #eeeeee; 
   border-bottom: 1px solid black;
   padding: 1px 3px;
}

#dict_comment_title {
/*   background-color: #DEBCEC; */ 
   border-bottom: 1px solid black;
   margin-top: 8px;
   padding: 2px 3px;
   font-weight: bold;
   font-style: italic;
}

#dict_comment_user {
   font-style: italic;
   font-weight: bold;
}

#dict_comments_button {
	border: 1px solid black;
	background-color: white;
	font-weight: bold;
}

#dict_comments_link {
	float: right;
	color: gray;
}

#dict_comments_link a {
	text-decoration: none;
	font-size: 10px;
	color: gray;
}

.dict_comment_add {
   background-color: #eeeeee; 
   border-bottom: 1px solid black;
   border-top: 1px solid black;
   margin-top: 8px;
   padding: 2px 3px;
   font-weight: bold;	
}

#dict_comment_add textarea {
   background-color: #f6f6f6; 
   font-weight: normal;	
}

#dict_edit p {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#dict_word_edit {
	background-color: #ebd9f2;	
	padding: 5px;
}

#dict_word_edit p {
	text-align: center;
	padding: 0px;
	margin: 0px;
   font-size: 12px;
}

#dict_word_username {
	text-align: right;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}


#dict_input_article {
	font-size: 100%;
   width: 30px;
}

#dict_input_phrase {
	font-size: 120%;
	font-weight: bold;
	width: 150px;	
	background-color:#FFDDDD;
}

#dict_input_explanation {
	width: 200px;
	font-style: italic;
   font-size: 90%;   	
}/* HTML Formular style sheets */

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

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

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

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

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

#exttextarea input {
  margin-left: 2px;
  margin-right: 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: #EEDFC9;
}


body.print {
  background-color: white; 
  padding: 0px;
}

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

h1 a, h2 a, h3 a, h4 a {
  color: #000000;
}
 
 
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;
}


table {
  font-size: 100%;
/*  border-spacing: 0px;
  border-collapse: collapse;  
*/}

a {
  color: #623873; 
}
/* language selector */

#select_language {
  float: right;
  text-align: right;
  background-color: #623873;
  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: #EEDFC9;
}/* style sheets for menus */

/* horizontal menus (main menu) */

#menu_horiz {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px; 
  
  font-weight: normal;
  font-size: 13px;
  
  background-image: url('../../icon/mainmenubg.gif');  
  background-color: #623873;
  background-repeat: repeat;
  align: center;

}

#menu_horiz li {  
  display: inline;
  list-style-type: none;
  padding: 0px 9px;
}

#menu_horiz_item {
  background-color: #EEDFC9;
  text-decoration: none;
  color: #000000;
  padding: 6px;
  font-weight: bold;
}

#menu_horiz_item:hover {
  background-color: #DEBCEC;
}

#menu_horiz_item_selected {
  background-color: #DEBCEC;
  padding: 6px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

#menu_horiz_item_invisible {
  text-decoration: none;
  padding: 6px;
  background-color: #CCCCCC;
  font-weight: bold;
}

#menu_horiz_item_selected_invisible {
  text-decoration: none;
  padding: 6px;
  background-color: #CCCCCC;
  font-weight: bold;
}



/* vertical menus (subdir navigation on the left) */

#menu_vert {
  width: 200px;
  
  margin: 0px;
  padding: 0px;
  font-size: 13px;

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

#menu_vert.visible  {
  background-color: #623873;
}

#menu_vert.invisible {
  background-color: #CCCCCC;
}

#menu_vert h2 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  color: #623873;
  font-size: 14px;
}

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

#menu_vert li {  
  padding: 0px;
  margin-top: 6px;
  margin-bottom: 0px; 
  list-style-type: none;
}

#menu_vert a {
  text-decoration: none;
  color: #000000;
}

#menu_vert_link {
  padding: 6px 2px;
   background-color: #EEDFC9;  
}

#menu_vert_link_selected {
  background-color: #DEBCEC;
  padding: 6px 2px; 
}

#menu_vert_link_invisible {
  padding: 6px 2px; 
  background-color: #CCCCCC;
}

#menu_vert_link_invisible:hover {
  background-color: #DEBCEC;
}

#menu_vert_link_selected_invisible {
  background-color: #CCCCCC;
  padding: 6px 2px; 
}

#menu_vert_link:hover {
  background-color: #DEBCEC;
}

#menu_vert_link_selected_invisible:hover {
  background-color: #DEBCEC;
}


#menu_vert_article {
  margin-left: 220px;
}


#menu_vert_sublink {
  padding: 3px 2px;
  font-size: 80%;
  background-color: #EEDFC9;  
}

#menu_vert_sublink_selected {
  padding: 3px 2px;
  background-color: #DEBCEC;
  font-size: 80%;
}

#menu_vert_sublink_invisible {
  padding: 3px 2px;
  background-color: #CCCCCC;
  font-size: 80%;
}

#menu_vert_sublink_selected_invisible {
  padding: 3px 2px;
  background-color: #CCCCCC;
  font-size: 80%;
}


#menu_vert_sublink:hover {
  background-color: #DEBCEC;
}

#menu_vert_sublink_invisible:hover {
  background-color: #DEBCEC;
}

#menu_vert_sublink_selected_invisible:hover {
  background-color: #DEBCEC;
}


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


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

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


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



#menu_vert_opensub a {
  color: #a28c6c;
  font-size: 80%;
}

/* style sheets for references of an article */

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

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

#articlerefs.admin {
}

#articlerefs.printbutton {
}

#articlerefs a {
  color: #000000;
}

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

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

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

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

#articlerefs_link {
  padding: 6px 2px;
}


#articlerefs li:hover {
  background-color: #DEBCEC;
}

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

#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: #EEDFC9; */ 
  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: #623873;
}
/* main frame outside content (mainly created by root template) style sheets */

/* header */

#header {
  margin: 0px;
  height: 200px;
  min-width: 624px;
  max-width: 800px;
  
  background-color: #FFFFFF;
  clear: both;
}


#header h2 {
  position: relative;
  top: 5px;
  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: #FFFFFF;
  vertical-align: top;
}

#content td {
  padding: 0px;
}


/* footer */

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


#footer a {
  color: #DEBCEC;
}


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

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

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

#headerside {
  width: 200px;
}

