/* @override http://kmstage.wu-wien.ac.at:7070/resources/fnma-master.css */
#subnavbar {
	height:auto;
	right:auto;
	position:relative;
}

div.form-error {
    font-family: tahoma,verdana,arial,helvetica,sans-serif; 
    color: red; 
    font-size: 100%;
}

ul#navigation {
  font-size: 0.91em;
  float: left; width: 184px;
  margin: 0; padding: 0;
}
ul#navigation li {
  list-style: none;
  margin: 0; padding: 5px;
}
ul#navigation a {
  font-size: 12px;
  font-style: normal;
  font-family: sans-serif;
  text-decoration: none;
  display: block;
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid black;
}
ul#navigation a:link {
  color: black; background-color: #eee;
}
ul#navigation a:visited {
  color: #666; background-color: #eee;
}
ul#navigation a:hover {
  color: black; background-color: #ff6347;
}
ul#navigation a:active {
  color: white; background-color: gray;
}
#site-content {
  margin-left: 194px;
}
#site-footer {
  clear: both;
  font-size: 10px;
  padding-top: 10px;
  color: #444;
  text-align: right;
}
