/* @override http://localhost/new/eworld.css */

html {
	background-image: url(pix/hg_bild.php);
	background-repeat: no-repeat;
	background-position: 50pt 340pt;
	background-color: #969696;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#all {
	position: relative;
	top: 80px;
	left: 50px;
	border: 1px solid #bfbfbf;
	width: 800px;
	height: 400px;
	padding: 20px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #b0ff67;
}

h1 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.tab {
	display: inline;
	padding-left: 20px;
	position: relative;
	float: left;
}

.li {
	clear: left;
	float: left;
	width: 50px;
}

.ref_bild {
	border: 1px solid #bfbfbf;
	padding: 1px;
}

#links {
	width: 200px;	float: left;
}

#rechts {
	width: 490px;	float: right;
}

#unten {
	padding-top: 20px;
}