/*
 *
 *  Stylesheet für www.lonelyplanet.de
 *  (c) seitenblick interaktive medien gmbh
 *
 *  gz 12.04.2006
 *
 */
/* Allgemeine (Re-)Definitionen für HTML-Elemente */
* {
 padding: 0;
 margin: 0;
}
html, body,
p, div,
ul, li,
h1, h2, h3, h4, h5, h6,
table, tr, th, td,
form, legend, input, textarea, select, optgroup, option, button, label {
 font-family: Verdana, Arial, Helvetica, sans-serif !important;
 font-size: 1em;
 color: #333;
}
html, body {
 font-size: 100.01%;
 background: url(/i/bg/main_bg.gif);
}
p, li {
 font-size: 0.69em;
}
a {
 color: #000;
 text-decoration: none;
}
a:focus,
a:hover,
a:active {
 text-decoration: underline;
}
h1 {
 font-size: 1.19em;
 font-weight: bold;
 color: #4c4c4c;
 text-transform: uppercase;
 line-height: 1;
 clear: both;
 margin: 0 0 6px 0;
}
h2 {
 font-size: 0.93em;
 font-weight: bold;
 color: #4c4c4c;
 text-transform: uppercase;
 line-height: 1;
 clear: both;
 margin: 0 0 10px 0;
}
h3 {
 font-size: 0.69em;
 font-weight: bold;
 color: #333;
 line-height: 1.5;
 clear: both;
}
h4 {
 font-weight: bold;
 color: #17308f;
 line-height: 1;
 margin: 20px 0 10px 25px;
}

img {
 border: none;
}
.clear {
 clear: both;
 height: 1px;
 overflow: hidden;
 line-height: 1%;
 font-size: 0px;
 margin-bottom: -1px;
}