a:link, a:visited, a:active {
	color:#000099;
	border-bottom:1px dotted #000099;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:none;
	border:none;
}

body {
	background-color:#ffffff;
	color:#000000;
	background-image:url(../bilder/kamari_reise_tipps_hg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}

#seite {
	padding:1em 1em 0.25em 1em;
	border:1px solid #cccccc;
	color:#000000;
	width:45em;
	margin:2em auto;
	font-family:"Times New Roman",Times,serif;
	background-color:#ffffff;
	background-image:url(../bilder/kamari_reise_tipps_hg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#navigation {
	margin-bottom:2em;
	height:1.25em;
}

#navigation ul {
	margin:0;
	margin-left:2.25em;
	padding:0;
  text-align:center;
	list-style-image:none;
}

#navigation li {
	list-style-type:none;
	float:left;
	position:relative;
	z-index:1;
	margin-right:0.5em;
	padding:0;
	line-height:1em;
	width:7.5em;
}

#navigation a, #navigation .aktuell {
	display:block; /*um den Links eine feste Breite zuweisen zu können*/
	font-weight:bold;
	border-top:1px solid #000099;
	border-bottom:1px solid #000099;
	background-color:#ffffff;
	padding:0.2em;
	text-align:center;
	text-decoration:none;
	color:#000099;
	margin:0;
	white-space:nowrap;
	text-align:center;
}

#navigation a:hover,#navigation a:focus,#navigation a:active,#navigation .aktuell {
	background-color:#000099;
	color:#ffffff;
}

/*Navigation Ebene 2*/

#navigation li ul {
	margin:0;
	padding:0;
	position:absolute;
	top:1.5em;
	left:0;
	display:none;
}

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

/*Die folgenden Einstellungen wirken sich nur auf Ebene 2 aus*/
#navigation ul li ul {
	border-bottom:1px solid #ffffff;
}

#navigation ul li ul li {
	margin:0;
	padding:0;
	border-bottom:none;
}

#navigation ul li ul li a {
	border:none;
	color:#000099;
	border-bottom:1px dotted #000099;
	background-color:#ffffff;
	text-align:left;
	padding:0.25em 0.2em;
	font-weight:normal;
	white-space:normal;
	text-align:center;
}

.galerie {
	width:45em;
}

.galerie .links {
	float:left;
	width:22em;
	margin-right:1em;
	text-align:center;
}

.galerie .rechts {
	margin-left:23em;
	text-align:center;
}

.galerie p {
	font-size:0.8em;
	color:#666666;
}

.galerie + p,.galerie + h2 {
	clear:left;
}

h1,h2 {
	font-family:"Times New Roman",Times,serif;
	color:#000099;
}

p,li {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}

h1 {
	font-size:1em;
}

h2 {
	font-size:1em;
	font-weight:normal;
}

h1 + h2 {
	margin-top:-1em;	
}

p,li {
	line-height:1.5em;
}

ul {
	list-style-type:circle;
	margin-left:1em;
		}

p + ul {
	margin-top:-1em;
}

img {
	border:1px solid #cccccc;
}

#impressum {
	clear:right;
	border-top:1px dotted #000099;
}

#impressum p {
	margin:0;
	padding:0;
	text-align:center;
}

textarea {
	width:40em;
	height:10em;
}

label {
	font-family:"Times New Roman", Times, serif;
}

input[type=submit] {
	color:#000099;
	margin-left:1.25em;
}

input[type=button],button {
	color:#000099;
	width:5em;
}

fieldset {
	margin-bottom:0.5em;
	padding:1em;
}

fieldset.anfrageL {
	width:19em;
	margin-right:1em;
	float:left;
}

fieldset.anfrageR {
	width:19em;
}

fieldset.anfrageR label,fieldset.anfrageL label {
	width:12ex;
	display:block;
	margin-right:2ex;
	clear:left;
	float:left;
}

legend {
	color:#000099;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

table {
	border:1px solid #000099;
	margin:auto;
	table-layout:fixed;
}

th {
	padding:0.25em;
	background-color:#000099;
	color:#ffffff;
	vertical-align:top;
	text-align:center;
}

td {
	padding:0.25em;
	vertical-align:top;
	text-align:center;
}

.pflicht {
  color:#ff0000;
  font-weight:bold;
}

.fehler {
  border:1pt dotted #ff0000;
}

#printfooter {
	visibility:hidden;
	position:absolute;
	top:0;
	z-index:-1;
}