/* grundsaetzliches zeug */

body {
  /* 2006 */
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 1.3;
  /* 2022  */
  /*
  font-family: system-ui, Helvetica, Arial, sans-serif;
  font-size: 85%;
  line-height: 1.35;
  */
  background: #ccc;
  color: #1E1E1E;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 762px;
}

table {
  text-align: left;
  color: #1E1E1E;
}

#wikipage table {
  border-collapse: collapse;
  border: 0;
  max-width: 100%;
  margin: 0.5em 0;
}

#wikipage table td {
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
}

#wikipage .teaser table {
  margin: 0;
}

#wikipage .teaser table td {
  border: 0;
}

form {

  margin: 0px;

}

input, textarea {
  font-size: 100%;
  font-family: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', Menlo, Consolas, monospace;
  padding: 0.25em 0.45em;
}

a {
  
  color: #173568;
  text-decoration: none;

}

a:hover {

  color: #173568;

}

a.wikilink {

  text-decoration: none;

}

a.wikilink:hover {


}

a.nonwikilink {

  text-decoration: none;

}

a.nonwikilink:hover {


}

h1 {

	/* font-family: Verdana, Arial, Sans-Serif; */
	font-size: 1rem;
	text-transform: uppercase;

}

img {
	border: 0;
}

.hr {
	width: 100%; 
	border-bottom: 1px solid #ccc; 
  height: 1px;
}

.underlined_text {
	text-decoration: underline;
}

.wrong_text {
	text-decoration: line-through;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.indent {
	padding-left: 40px;
}


/* ende grundsaetzliches zeug */

/* haupttabelle, die alles festhaelt */

#main_table {

  border: 0;
  width: 760px;
  background: #fff;

}

/* ende haupttabelle */

/* kopf */ 

#head_table {

  border-bottom: 0;
  width: 760px;
  background: #fff;
}
  
/* ende kopf */

/* menu kram */

#menu {

  border: 0;
  padding-top: 14px; /* gleiche grundlinie mit der Artikelueberschrift, kommentar ARNO, 10.8. */
  width: 150px;

}

#menu .menu_entry {

  border-bottom: 1px solid #ddd;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 2px;
  width: 150px;
  background-color: #fff;
  
}

#menu .menu_entry_active {

  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: solid 3px #ccc;
  border-right: solid 1px #ddd;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 6px;
  padding-right: 2px;  
  width: 150px;
  background-color: #eee;
  
}

#menu .main_menu_link {

	text-decoration: none;
  color: #1E1E1E;
	display: block;
	  
}

#main_menu_link:hover {
	
	color: #c00000;
	  
}

/* ende menu kram */

/* inhalt */

#content_table {

  width: 760px;
  border: 0;

}

#content {

	padding-top: 8px; /* gleiche grundlinie mit dem zweiten menueeintrag, kommentar ARNO, 10.8. */
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 50px;
	
}

#content p {

	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	
}

/* blog */

#blog_table { width: 100%; }
#blog_content { vertical-align: top; width: 440px; }
.blog_date { color: #919191; }
.blog_menu_date { color: #919191; }
.blog_menu_date:hover { color: #919191; }
.blog_heading { font-weight: bold; }
.blog_paragraph { padding-bottom: 10px; }
.comment_date { color: #919191; }
.comment_paragraph { padding-bottom: 10px; }

#blog_archive {
	width: 130px;
	padding: 4px;
	padding-left: 6px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background: #eee;
	text-align: left;
}

#blog_archive span {
}

#blog_archive_head {
	color: #000;
	font-weight: bold;
}

#blog_archive_list {
}

#blog_links {
	margin-bottom: 10px;
}

#special_links {

	padding-left: 195px; /* versuchen, vertikal buendig zu halten mit dem #content div */

}

/* ende inhalt */

/* fuss */

#foot_table {

  border-top: 0;
  width: 760px;
  background: #fff;

}

/* ende fuss */

/* error message */

.error_msg {

  font-weight: bold;
  color: #c00000;

}

/* end error message */

/* formular kram */

#form_field_title {

  font-weight: bold;

}

#form_page_title {

  width: 500px;

}

#form_page_content {
  width: 500px;
}

#search_form {
	width: 100px;
}

.stars {
vertical-align: -25%;
}

.stars .star {
  display: inline-block;
  width: 1ch;
  height: 1ch;
  margin-right: 0.1em;
  border-radius: 100%;
  color: transparent;
  background: green;
}

.stars-1 .star { background: orange; }
.stars-2 .star { background: orange; }
.stars-3 .star { background: green; }
.stars-4 .star { background: green; }
.stars-5 .star { background: green; }

/* ende formular kram */


/* Tabelle mit Eintraegen */

#entry_table {

    width: 100%;
    border-bottom: 1px solid #ddd;

}

.table_head {

    border-bottom: 1px solid #ddd;
    vertical-align: top;

}

#skip_table { width: 100%; }
#skip_left { width: 33%; text-align: left; }
#skip_center { width: 33%; text-align: center; }
#skip_right { width: 33%; text-align: right; }


.teaser_head {
	font-weight:bold; 
	color: #666666; 
	padding-bottom:3px;
}

.teaser_subhead {
    font-weight: bold;
}

.teaser {
    border: 1px solid #d1d1d1;
    padding: 9px;
    margin-bottom: 20px;
}

.teaser img {
	vertical-align: top; padding-right: 20px
}

/* Vorlesungsverzeichnis */

.vv_table {
  width: 100%;
  border: 1px solid #dedede;
  padding: 5px;
}

.vv_description {
  width: 80px;
  text-align: right;
  padding-right: 10px;
  color: #717171;  
  vertical-align: top;
}




