body {
	behavior: url(../include/csshover3.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../gfx/background.jpg);
	text-align: center;
	color: #000;
}

h1 {
	text-align: center;
	color: #FF6C00;
}

a:link  {
	color: #000;
}

a:visited {
	color: #222222;
}

a:hover {
	color: #FF6600;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin: 30px auto 0 auto;
}

#header {
	width: 960px;
	height: 200px;
	text-align: center;
	background-image: url(../gfx/header.jpg);
	margin-bottom: 20px;
}

#flags {
	position: absolute;
	top: 35px;
	right: 5px;
}

#player {
	width: 310px;
	height: 520px;
	float: left;
	background-image: url(../gfx/player.gif);
}

/** CSS Dropdown navi BEGIN */
#navi {
	width: 650px;
	height: 40px;
	float: right;
	font-size: 20px;
	line-height: 40px;
}

#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi ul li {
	position: relative;
}

#navi li ul {
	display: none;
	background-image: url(../gfx/navielement.jpg);
	position: absolute;
	top: 40px;
	left: 0px;
}

#navi li ul li {
	width: 130px;
}

#navi li:hover ul {
	display: block;
}

.navipoint {
	background-image: url(../gfx/navipoint.jpg);
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
}

.navipoint a:link {
	color: #fff;
}

.navipoint a:visited {
	color: #ddd;
}

.navipoint a:hover {
	color: #FF6600;
}
/** CSS Dropdown navi END */

#content {
	float: right;
	width: 610px;
	background-image: url(../gfx/content.jpg);
	margin-bottom: 30px;
	padding: 20px;
}

.hr {
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_headline {
	font-size: 12px;
	font-style: italic;
}

.product {
	border: 2px dotted #FF6C00;
	padding: 10px;
	margin-bottom: 20px;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
}

label.left, input.left {
	float: left;
	text-align: right;
	width: 40%;
	margin-right: 2%;
}

label.right, input.right {
	margin-left: 43%;
}
