/* Druck Styles IIG */
body,td,th { font-family: Arial, Helvetica, sans-serif; color: #000; background-color: #fff; margin: 20px; font-size: 11px; }
/* Inhalte position:absolute; top: 20px; left:20px;  position:absolute; top: 20px; left:200px; */
#logo { width:280px; height:60px; background:#eee; color:#000; border: 1px solid #333; }
#logo a { color: #000; text-decoration:none;  }
#logo h1  { float: left; margin: 12px 6px 0 4px; padding: 0; font-size: 30px; font-weight: bold; }
#logo span { display: block; margin: 16px 0 0 0; font-size: 10px; font-weight: normal; color: #000; }
#header { padding: 20px 0; width:550px; background:transparent; color:#000; font-size:20px; font-weight:bold; }
/* ausgeblendete Elemente */
#navi, #headerbar, #functions, #search, #submenu, a.info span, form, input, textarea { display: none; }
#content_right { border: 1px solid #333; padding: 5px; }
/* Content */
#content_main h1, #content_main h2, #content_right h1, #content_right h2 { display: block; margin: 0 0 6px 0; padding: 4px 0 2px 8px; background: transparent; color: #000; font-size: 14px; font-weight: bold; }
#content_main h2 .red, #content_right h2 .red { display: block; margin: 0 0 6px -8px; padding: 18px 0 6px 12px; background: #b30; color: #fbfbfb; font-size: 14px; font-weight: bold; }
#content_main h2 .green, #content_right h2 .green { display: block; margin: 0 0 6px -8px; padding: 18px 0 6px 12px; background: #a80; color: #fbfbfb; font-size: 14px; font-weight: bold; }
#content_main p { margin: 0 0 8px 0; padding: 0 0 4px 0; }
#content_main, #content_main p, #content_main span, #content_main strong, #content_main label, #content_main input, #content_main textarea { font-size: 12px; }
#content_right, #content_right p, #content_right span, #content_right strong, #content_right label, #content_right input, #content_right textarea { font-size: 11px; }
/* externe Links kennzeichnen (funzt nur im Mozilla) */
a, a:visited, a:hover, a:visited:hover {
  color: #666;
  background: transparent;
  text-decoration: none;
}
/* interne Links */
/*a[href^="index.php"]:after, a[href^="fileadmin"]:after {
  content: " ( < http://mod.iig.uni-freiburg.de/" attr(href) " > ) ";
}*/
/*externe Links*/
/*a[href^="http"]:after {
  content: " ( < " attr(href) " > ) ";
}*/
/* Anker Links */
a[href^="#"]:after {
  content: "";
}