body {
	background-image:  url("../img/design/hg_SPSF.gif");
	'background-color: #fcf5eb;
	'background-repeat:repeat-x;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
a:link{
	color: #3366CC;
	text-decoration: none;
}
a:visited{
	color: #3366CC;
	text-decoration: none;	
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}
#boxLinks a:link, #boxLinks a:visited {
	color: #3366CC;	
}
#boxLinks a:hover{
	color: #3366CC;	
}
#baner_menu{
	/*position: fixed;*/
	float: left;
	top: 0;
	left: 0;
	background: url(../img/design/spsf_baner.jpg);
	width: 180px;
	height: 120px;
	z-index: 1;
}
/*** projekt menu ***/
#Pnav {
	margin-left: 1px;
	margin-top: 0px;
	z-index: 200;
	width: 560px;
	border-right: 0px solid #ffffff;
	height: 22px;
	text-align: center;
	background-color: #bcc7d6;
}
#tab{
	line-height: 16px;
	letter-spacing: normal;		
	display: block;
	border-right: 1px solid #E1E5EE;
	border-left: 1px solid #E1E5EE;
	width: 138px; /** 560px(Pnav-height):4(menu button)- 2px(border) **/
	height: 20px;
	text-decoration: none;
	float: left;
	background-image:  url("../img/design/pnav.gif");
	background-repeat: repeat-x;
}
.aktiv{
	font-weight: bold;	
	height: 18px;	
	border-top: 1px solid #bcc7d6;
	border-left: 1px solid #E1E5EE;
	border-right:1px solid #E1E5EE;	
}
#tab a {
    border-top: 1px solid #E9EDF3;
	border-left: 1px solid #E9EDF3;
	border-right: 1px solid #E9EDF3;
	display: block;
	text-decoration: none;
}
#tab a:hover {
	border-top: 1px solid #bcc7d6;
	border-left: 1px solid #E1E5EE;
	border-right:1px solid #E1E5EE;
}