﻿/*
	tswtabs.css		1.1.1
	Please use the CSS Menu Button Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
	Ã„nderungen:
	1) "pagetitle" / "h1" hinzugefÃ¼gt, siehe "hpn_projekt2.htm"
	   Verwendung:
		<div id="pagetitle">
			<h1 style="pagetitle">HPN</h1>
		</div>

	2) bei "tswcsstabs / ul": "display: inline ;" gelÃ¶scht, "text-align: center;" stattdessen zugefÃ¼gt
	   -> MenÃ¼leiste zentriert
	3) bei "tswcsstabs / ul li": statt "font-family: Arial, Helvetica, sans-serif ;" gesetzt
	   "font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;"
	4) Button Farbe hover: Button "#0000c0" -> "#fff". Text "#ff0" -> "#000", zugefÃ¼gt: "border: 2px outset #300000 ;"
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#tswcsstabs li a {
	color: #000 ;
	background-color: #9cf ;
	border: 1px outset #00f ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000 ;
	background-color: #fff ;
	border: 2px outset #ff8080 ;
}
#pagetitle h1 {
	text-align: center;
	color: #1C5D9E;
}
