/*
  HAV top menu V3.1
  CSS definitions

  Copyright 2007-2008
    Andreas Hoch
    SIGMA Softwareentwicklung
    Hartererweg 11
    79286 Glottertal

  last changes: 2008-12-10 Andreas Hoch
*/

#sig-top-menu {
	width: 100%;
	height: 34px;
	color: #fff;
}

#sig-top-menu a {
	color: #fff;
	text-decoration: none;
}

#sig-top-menu .left {
	float: left;
	background-image: url('../media/bg/navi2-l1-left-bg.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 34px;
}

#sig-top-menu .center {
	float: left;
	background-image: url('../media/bg/navi2-l1-center-bg.gif');
	background-repeat: repeat-x;
	width: 975px;
	height: 34px;
}

#sig-top-menu .right {
	float: left;
	background-image: url('../media/bg/navi2-l1-right-bg.gif');
	background-repeat: no-repeat;
	width: 3px;
	height: 34px;
}

#sig-top-menu .sep {
	float: left;
	background-image: url('../media/bg/navi2-l1-sep.gif');
	background-repeat: repeat-x;
	width: 3px;
	height: 34px;
}


#sig-master .l1 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	padding-left: 40px;
	padding-right: 40px;
	vertical-align: middle;
}

#sig-master .l2,
#sig-master .l3 {
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	width: 297px;
	height: 24px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	overflow: hidden;
	background: transparent url("../media/bg/navi3-l2-center-bg.png") top left repeat-y;
}

#sig-master .l2-first,
#sig-master .l3-first {
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	width: 297px;
	height: 30px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	overflow: hidden;
	background: transparent url('../media/bg/navi3-l2-first-bg.png') top left no-repeat;
}

#sig-master .l2-last,
#sig-master .l3-last {
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	width: 297px;
	height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	overflow: hidden;
	background: transparent url('../media/bg/navi3-l2-last-bg.png') bottom left no-repeat;
}

#sig-master .l2 a,
#sig-master .l3 a,
#sig-master .l2-first a,
#sig-master .l3-first a,
#sig-master .l2-last a,
#sig-master .l3-last a {
	color: #333;
	text-decoration: none;
}

#sig-master .l2 a:hover,
#sig-master .l3 a:hover,
#sig-master .l2-first a:hover,
#sig-master .l3-first a:hover,
#sig-master .l2-last a:hover,
#sig-master .l3-last a:hover {
	color: #999;
	text-decoration: none;
}
