@import "superbox.css";
@import url("../sites/kbe/news.css");
@import url("../sites/kbe/gallery.css");

#homeBox {
	margin-left:	5px;
	width:			700px;
	height:			450px;
	position:		relative;
	}

#SuperBox {
	position:		absolute;
	top:			0px;
	left:			350px;
	width:			325px;
	height:			287px;
	}

#SBfoot {
	height:			19px;
	width:			325px;
	position:		absolute;
	top:			250px;
	border-left:	1px solid #000;
	border-bottom:  1px solid #000;
	}

.SBmenu {
	float:			left;
	width:			64px;
	height:			18px;
	background:		#0070BA;
	text-align:		center;
	color:			#FFF;
	border-right:	1px solid #222;
	border-top:		1px solid #000;
	z-index:		2;
	}

.SBmenu:hover {
	color:			#CCC;
	width:			62px;
	height:			19px;
	margin-top:		-1px;
	border-top:		1px solid black;
	border-left:	1px solid black;
	border-right:	2px solid black;
	cursor:			pointer;
	}

#SBcontent {
	margin-left:	0px;
	width:			324px;
	height:			250px;
	border-bottom:	0px;
	}

#homeText {
	padding-top:	5px;
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			325px;
	height:			287px;
	text-align:		center;
	}

#PanoramaBox {
	position:		absolute;
	top:			287px;
	left:			25px;
	}

#SBheadline {
	width:			324px;
	background:		#0072BC;
	color:			#FFF;
	font-size:		12px;
	font-weight:	bold;
	text-align:		center;
	border:			1px solid #000;
	border-bottom:	0px;
	}

#SBfootline {
	width:			322px;
	padding-left:	2px;
	background:		#0072BC;
	border:			1px solid #000;
	border-top:		0px;
	color:			#FFF;
	z-index:		0;
	}
#SBnews {
	width:			320px;
	padding:		2px;
	text-align:		justify;
	border-left:	1px solid #000;
	border-right:	1px solid #000;
	}

input.Loginfield {
	border:			1px solid #0072BC;
	font-size:		12px;
	width:			150px;
	}

input.LoginSubmit {
	border:			1px solid #0072BC;
	font-size:		12px;
	}
