*
{
	border-color:#6D0040;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
	text-align: center;
	background-position: center center;
}



h1
{	

	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	color: #777;
	background-position: center center;
	text-align: center;
}

p a:hover
{
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .previewkurz
{
	display: none;
}

.hoverbox a:hover .previewkurz
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a .previewlang
{
	display: none;
}

.hoverbox a:hover .previewlang
{
	display: block;
	position: absolute;
	top: -50px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	width: 85px;
	height: 70px;
	text-align: center;
	border: 1px solid #6D0040;
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 8px;
		position: relative;
		
}

.hoverbox .previewkurz
{
	border-color: #6D0040;
	width: 200px;
	height: 150px;
}
.hoverbox .previewlang
{
	border-color: #6D0040;
	width: 180px;
	height: 220px;
}
