 html {
	 font-family: Arial, Verdana, Tahoma, sans-serif;
	 font-size: small !important;
	 font-size /**/: x-small;
	 line-height: 1.4em;
	 color: #000;
	 height: 100%;
}

body {
	margin: auto;
	background-color: #fdc800;
	width: 920px;
	height: 100%;
}

#leftpanel{
	background-image: url('img/africa.jpg');
	background-repeat: no-repeat;
	background-color: #be0a1c;
	width: 200px;
	height: 100%;
	padding: 0px 0px;
	float:left;
}

#leftpanel-content{
	margin-top: 200px;
	padding: 10px;
}

#title{
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}

#subtitle{
	color: #fdc800;
	font-weight: bold;
	font-size: 110%;
	margin-top: 5px;
}

#author{
	color: #fdc800;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	margin-top: 10px;
}
#container{
	background-color: #fcebab;
	margin-left: 200px;
	width: 700px;
	padding-top: 0xp;
	min-height: 100%;
}

#content {
	padding: 30px;
}

#content a {
	color: #be0a1c;
}
#content h1 {
	color: #003e76;
}

#content h2 {
	color: #003e76;
}

#content h3 {
	color: #003e76;
}

#content h4 {
	color: #003e76;
}


#content .sub{
	font-size: 110%;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}	
#header{
	background-color: #003e76;
	height: 60px;
	padding-top: 30px;
}

#header ul {
	margin: 0px;
}
#header ul  li{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	color: #fdc800;
}

#header a {
	color: #fdc800;
	text-decoration: none;
	font-weight: bold;
}
#bestel input{
	margin: 5px;
}

#bestel{
	font-weight: bold;
}