/* always show vertical scrollbar */
html { overflow-y: scroll; }

/* styles for left navigation */
.navi { font-family: verdana; font-size: 10px; line-height: 13px; }
.naviselected { font-family: verdana; font-size: 10px; line-height: 13px; }

/* style for project title */
.title { font-family: verdana; font-size: 10px; line-height: 12px; font-weight: bold; }

/* style for the page footer */
.footer { font-family: verdana; font-size:9px; line-height: 13px; }

/* generic styles for table cells */
body, td { font-family: verdana; font-size: 10px; line-height: 12px; }

/* styles for text data in table cells */
td.team { font-family: verdana; font-size: 10px; line-height: 12px; }
td.text { font-family: verdana; font-size: 10px; line-height: 12px; }
td.project { font-family: verdana; font-size: 10px; line-height: 12px; }

/* Mail-Links */
a.mail { text-decoration: none; color: #000000; }
a.mail:hover { text-decoration: underline; }

/* Left Navigation Links */
a.navi { text-decoration: none; color: #666666; }
a.navi:hover { color: #333333; }
a.naviselected { text-decoration: none; color: #000000; }

/* links like impressum */
a.footer { text-decoration: none; color: #CCCCCC; }
a.footer:hover { color: #999999; }

/* Project Overview Title Links */
a.projecttitle { text-decoration: none; color: #000000; }
/* a.projecttitle:hover { text-decoration: underline; } */

/* back and pdf-links on project site's footer */
a.projectfooter { font-weight: bold; text-decoration: none; color: #000000; }

/* other links, ie on the lageplan page */
a.link { text-decoration: none; color: #000000; }
a.link:hover { text-decoration: underline; }

/* color for project sub titles */
strong.project { color: #297BA3; }

/* styles for the project overview "more..." link */
/* a.projectmore { text-decoration: none; color: #000000; } */


