body {
	background: url(images/header_bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333;
}
* html body {
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small;  /* für andere IE-Versionen */
}

* {
	padding: 0;
	margin: 0;
}

#head {
	margin: 0 auto;
	width: 670px;
	height: 80px;
	background: url(images/logo.gif) left center no-repeat;
	text-align: left;
	padding-top: 1px;
}

h1 {
	width: 332px;
	height: 42px;
	font-size: 120%;
	margin-left: 60px;
	margin-top: 20px;
	text-indent: -999em;
	background: url(images/honorarkonsulat-ungarn.gif) center center no-repeat;
}

#navigation {
	text-align: right;
	width: 670px;
	margin: 0 auto;
	background: url(images/navigation_bg.gif) bottom right no-repeat;
	margin-top: 30px;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-size: 80%;
}

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

#navigation ul li {
	display: inline;
	background: url(images/navigation_spacer2.gif) right center no-repeat;
	padding-right: 20px;
	padding-left: 10px;	
}
#navlist a:link {
	width: 100px;
	color: #999;
	text-decoration: none;
}
#navlist a:visited { color: #999; text-decoration: none; }
#navlist a.active {
	color: #000;
	text-decoration: none;
}
#navlist a:hover {
	color: #000;
}

#content {
	width: 640px;
	margin: 0 auto;
	background: url(images/footer_bg.gif) bottom center repeat-x;
	text-align: left;
	padding: 20px;
	padding-bottom: 50px;
	font-size: 90%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #333333;
	margin-bottom: 1.5em;
	letter-spacing: 2px;
}

#footer {
	font-size: 75%;
	text-align: right;
	margin: 0 auto;
	width: 670px;
	color: #333333;
}
