a:link {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 10px;
	color: #330000;
	text-decoration: none;		

}
a:visited {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #330000;		
}
a:hover {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 10px;
	color: #ff6600;
}
a:active {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 10px;
	color: #000000;		
}
img {
	border: 0px;
}
/* SPLASH */
.sp_main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid #ff0000;
}
.sp_back {
	position: absolute;
	left: 30%;
	bottom: 40%;
	border: 0px solid #0000ff;
}
.sp_front {
	position: absolute;
	top: 30%;
	right: 20%;
	border: 0px solid #00ff00;
}
.sp_footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-image:url(../images/pix_03.gif);
	background-color:#F8F0D8;
	border: 0px solid #0000ff;
}
/* CONTENT */
.bg {
	/*
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	*/
	background-image:url(../images/pix_03.gif);
	background-color:#F8F0D8;
	text-align: center;
	border: 0px solid #ff0000;
}
.header {
	position: relative;
	border: 0px solid #00ff00;
}
.nav {
	position: relative;
	border: 0px solid #0000ff;
}
.content {
	position: relative;
	border: 0px solid #ff0000;
}
.footer {
	position: relative;
	border: 0px solid #0000ff;
}
.text_fliess {
	font-family: "Verdana";
	font-weight: normal;
	font-size: 9px;
	color: #330000;	
}
.text_head {
}