body {
	width: 1000px;
	margin: 0 auto;
	color: #000;
}

table.kopfbereich {
	padding: 0px 20px 0px 20px;
}

td.SiteLogo {
	width: 140px;
	height: 65px;
	background-image: url(/_bilder/gitarrespielen_logo.png);
	background-repeat: no-repeat; 
	background-position: top left;
}

td.SiteMenu {
	padding-left: 40px;
	padding-bottom: 7px;
	vertical-align: bottom;
}

div.linie {
	background-image:url(/_bilder/hintergrund_kopf.png);
	height: 1px; 
	clear: both;
	margin: 0px 20px 0px 20px;
	padding: 0;
}

/* ************ Hauptmenu ************ */
a.hauptmenu, a.hauptmenu:visited, a.hauptmenu:hover {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 15px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	border-right: 6px solid #fff;
}
a.hauptmenu:link, a.hauptmenu:visited {
	color: #005eb2;
}
a.hauptmenu:hover {
	color: #DA251D;
	border-right: 6px solid #DA251D;
}
a.hauptmenu_active:link, a.hauptmenu_active:visited, a.hauptmenu_active:hover {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 15px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	color: #DA251D;
	border-right: 6px solid #DA251D;
}

