/*############################################*/
/*####################DIVS#####################*/
/*###############MIT EINMALIGEN IDS###############*/

body {
	color: #000000;
	background-color: #f2efc4;
	padding: 0;
	margin: 0;
	font: 100% verdana, sans-serif; /*anstatt 1em, IE bug*/
}


.mainlogo {
padding-top:7px; padding-bottom:10px;
}


#navigation {
	float: left;
	width: 150px;
	margin-left: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
}

#inhalt {
	margin: 0 0 0 175px;
	padding: 30px 50px 22px 30px;
	border-left: dotted 2px #bb9137;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.84em; /*20-july: +0,04*/
	min-height:400px; /*Mindestens so lang wie die Navigation*/
	background-color: #faf8f0;
}

	#inhalt p {
		line-height: 1.6em; /*etwas mehr Abstand für bessere Lesbarkeit-30Jan10 1.45 em // und 20-july: 1,6*/
	}

	#inhalt h2 {
		margin: 0 0 10px 0; /*Original: margin: 0 0 10px 0;*/
		padding: 2px 0 2px 5px; 
		font: bold 16px verdana, sans-serif;
		border-left: 10px solid #b28000;
		border-bottom: 1px solid #b28000;
	}

	#inhalt h2.nd {
		margin-top: 30px;
	}

	#inhalt h3 {
		margin:15px 0 10px 0;
		padding:2px 0 2px 5px;
		font:bold 12px verdana, sans-serif;
		border-left:6px solid #b28000;
		border-bottom:1px solid #b28000;
	}

	#inhalt h4 {
		font-weight:bold;
		margin-left:15px;
		margin-top:3em;
		margin-bottom:1em;
	}
	
	#inhalt legend {
		color: #337CCD;
	}

	#inhalt fieldset {
		background-color: #F8F8F8;
		margin-left: 2em;
	}
	
li {
	line-height:1.6em;
}

#begrenzer { /*z.B. beim Arches, Goblin*/
	max-width: 1250px;
}

#top  {
	color: #ffffff;
	/*background-color: #bb9137;*/
	background-color:#b28000;
	padding: 0px 0 0px 30px; /*original: oben und unten 10 pixel*/
	margin-left: 175px;
	font-family: Verdana, Arial, Sans-Serif;
}

	#top a:link {color:#ffffff; text-decoration: none;}
	#top a:visited {color:#FFFFFF; text-decoration: none;}
	#top a:hover {color:#000000; text-decoration: none;}
	#top a:active {color:#FFFFFF; text-decoration: none;}

	#top h1  {
		font: bold 20px verdana, sans-serif;
	}

#pfad {
	color: white;
	background-image: url(../images/general/nav_gr.gif);
	padding: 5px 0 5px 30px;
	margin-left: 175px;
	font-size: 12px;
}


	#pfad a:link {color:#FFFFFF}
	#pfad a:visited {color:#FFFFFF}
	#pfad a:hover {color:#999999}
	#pfad a:active {color:#FFFFFF}


#fuss {
	clear: left;
	color: white;
	background-color:#B28000;
	padding: 10px 30px 10px 0;
	font: bold 12px verdana, sans-serif;
	text-align: right;
}

#merke { /*Z.B.: Geologie Arch >>>> Natural Bridge?*/
	background:#FCFC92 url(../images/general/merke.gif) no-repeat scroll 0 0;
	padding:32px 32px 4px;
	max-width:900px;
	margin-left:15px;
}

#utahonly {
	background:#FCFC92 url(../images/general/utahonly.gif) no-repeat scroll 0 0;
	padding:40px 4px 4px 55px;
	max-width:395px;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:-20px;
}

.gross {text-transform: uppercase;}

#tageswahl { /*zum Blättern der Reiseberichte*/
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0;
	height:auto;
	line-height:4em;
	margin:0 auto;
	/*padding-bottom:17px;*/
	padding-top:17px;
	position:relative;
	width:604px;
	height:107px; /*Er will nicht clearen*/
}

.next .arrow { /*Pfeile*/
		right:0;
	}

.link {
		float:left;
	}

.link .before,
.link .after { /*Schriftzug: Vor, Zurück*/
		color:#999999;
		font-family:Arial,Helvetica,sans-serif;
		font-size:0.86em;
		font-weight:bold;
		line-height:1.166em;
		text-transform:uppercase;
	}

.link span {
		margin-left:6em; /*Alle spans einrücken*/
	}

	#tageswahl span {
		display:block;
	}

.link .title { /*Titel des Links*/
		font-family:Georgia,serif;
		font-size:1.285em;
		font-weight:bold;
		line-height:1.1em;
		margin-left:4em;
		margin-top:4px;
		width:230px;
		
	}

.link .date { /*Kursives Datum*/
		color:#333333;
		font-size:0.86em;
		font-style:italic;
		line-height:2em;
		margin-left:6em;
	}
	

.previous  a:link, .previous a:visited,
.next a:link, .next a:visited {
color:#990000;
text-decoration:none;
}

.previous a:hover, .previous a:active,
.next a:hover, .next a:active {
color:#CC0000;
}

.next .title {
margin-left:auto;
margin-right:4em;
text-align:right;
}

.link .after {
margin-left:auto;
margin-right:6em;
text-align:right;
}

.next .date {
margin-left:auto;
margin-right:6em;
text-align:right;
}

.arrow, /*Auch ohne Link schön rot*/
.arrow a:link,
.arrow a:visited  {
color:#E5E5E5;
}

a:hover .arrow, a:active .arrow {
color:#990000;
}

span.arrow {
color:#E5E5E5;
font-size:9.28em;
margin-top:-10px;
position:absolute;
font-family:Georgia,serif;
}


/*############################################*/
/*##################CLASSES#####################*/
/*############################################*/

.externalbar { /*weiterführende Links*/
	margin-top:60px;
	color:#CCC;
}

.inlinectrl_inner{ /*Google Maps*/
	font-weight:bold;
	text-align:center;
	border-style:solid;
	border-color:#fff #b0b0b0 #b0b0b0 #fff;
	border-width:1px;
	font-size:12px;
	background-color: white;
}

.autorbild { /*Youtube Rahmen beim Foto in aubout.html*/
	-moz-border-radius:3px 3px 3px 3px;
	background:#FFFFFF;
	border:1px solid #D3D3D3;
	padding:4px;
	float:left; 
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
}


.fazit{
	border-color:green;
	border-style:dotted dotted dotted solid;
	border-width:1px 1px 1px 8px;
}

	.fazit p{
		padding:1em;
	}

.buchbox-l{ /*in reiseliteratur*/
	float:left;
	padding-right:15px;
}

.subtext{/*Bildunterschrift, z.B. bei Fire Wave*/
	font-size: x-small;
	width: 107px;
}

.awardbox-r{ /* Textsieger in reiseliteratur*/
	float:right;
	margin-left:15px;
	border:1px solid;
	text-align: center;
	font-size: x-small;
}


img.parkpres { /*Utah seite*/
	margin-bottom: 12px;
	padding-right: 12px;
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~Listen~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.libullet {
	list-style-image:url(../images/general/bullet.gif);
}

.licheck {
	padding-top:0.5em; /*Abstand vor der Liste*/
	list-style-image:url(../images/general/listen_check.png);
}

	ul.licheck li {
		padding-bottom:7px;
	}

.licross { /*Beachte: Index.php hat eigenes Stylesheet*/
	list-style-image:url(../images/general/listen_cross.png);
}

	ul.licross li {
		padding-bottom:7px;
	}

ul.listar li{
	list-style-image:url(../images/general/listen_star.gif);
	margin-left:30px; /*Einrückung*/
	padding-top:0.7em;
}

.liplus {
	list-style-image:url(../images/general/listen_plus.png);
}

.liminus {
	list-style-image:url(../images/general/listen_minus.png);
}

ul.programm  li{
	list-style-image:url(../images/general/listen_pfeil.png);
	padding-bottom:10px;
}




/*~~~~~~~~~~~~~~Listenzubehör~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*p.startext {
	margin-left:5.5em;
	margin-top:-10px;
}*/

ol li {/*Geologie Arch, Verkehr-kontrolle*/
	padding-bottom:2px;
} 

ul.abstand li{ /*für länger Aufzählungen*/
	padding-bottom:15px;
}

ul.abstand-klein li{ /*America the beautiful*/
	padding-bottom:7px;
}

ul.no-tab li {
	margin-left:0px;
}


/*~~~~~~~~~~~~~~Paragraphen~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

p.tab {
	margin-left:2em;
}

p.tab-h4 {
	margin-left:15px;
}

p.achtung {
	color:#CC0000;
	font-weight: bold;
}

	span.achtung {
		color:#CC0000;
		font-weight: bold;
	}

p.klappentext {
	font-style:italic;
}

p.tiershow {/*Arches, Zion kleine Tierbilder*/
	text-align: center;
}

p.descr { /*unter links.html*/
width: 700px;
}

/*############################################*/
/*##################TABELLEN####################*/
/*############################################*/

/*~~~~~~~~~~~~~~~~~~~Haar~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.haar {
	border:1px solid; 
	border-collapse:collapse; 
	border-spacing:0;
}

table.haar tr {
	/*border:1px solid;*/ padding:5px; text-align:left;
}

table.haar td {
	border:1px solid; padding:5px; text-align:left;
}

td.beschriftung {/*linker Seitenrand fett*/
	font-weight: bold;
}

/*~~~~~~~~~~~~~~Parks, Staaten~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/





table.park-info {
	border:1px solid #AAAAAA;
	padding:10px;
	width:300px;
}

.park-info {
	float:right;
	margin-left:15px;
}

table.park-info td {
	width: 10%;
	text-align:left;  
	vertical-align:top;
	padding-top:5px; /*Platz zw. den einzelnen Zeilen*/
}

td.np-info {
	background:transparent url(../images/general/np-info.png) no-repeat scroll right top;
	background-color: #CDE5B2;
	height: 45px;
	font-size: 16px;
	font-weight:bold;
	text-align:center !important; /*Haben wir in td ja schon anders definiert, müssen wir überschreiben*/
	vertical-align:middle !important;
	padding-top:0px !important; 
}



td.sp-info {
	background:transparent url(../images/general/np-info.png) no-repeat scroll right top;
	background-color: #E0E0E0;
	height: 45px;
	font-size: 16px;
	font-weight:bold;
	text-align:center !important; /*Haben wir in td ja schon anders definiert, müssen wir überschreiben*/
	vertical-align:middle !important;
	padding-top:0px !important; 
}

td.park-website {
border-top:1px solid #AAAAAA;
text-align: center !important;
}



table.state-info {
	border:1px solid #AAAAAA;
	padding:10px;
	width:375px;
}

.state-info {
	float:right;
	margin-left:15px;
}

table.state-info td {
	width: 10%;
	text-align:left;  
	vertical-align:top;
	padding-top:5px; /*Platz zw. den einzelnen Zeilen*/
}

td.st-info {
	background-color: #448CCB;
	color: #fff;
	height: 45px;
	font-size: 16px;
	font-weight:bold;
	text-align:center !important; /*Haben wir in td ja schon anders definiert, müssen wir überschreiben*/
	vertical-align:middle !important;
	padding-top:0px !important; 
}


/*############################################*/
/*##################LINKS######################*/
/*############################################*/

#inhalt a.normal:link {color:#000000; background-image: url("../images/general/externalURL.png");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.normal:visited {color:#000000; background-image: url("../images/general/externalURL.png");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.normal:hover  {color:#0088FF; background-image: url("../images/general/externalURLHover.png");background-position: center right;background-repeat: no-repeat;}
#inhalt a.normal:active {text-decoration: none;}

#inhalt a.wissensbox:link {color:#000000; background-image: url("../images/general/info_icon.png");background-position: center right;background-repeat: no-repeat;margin-right: 1px;padding-right: 20px;}
#inhalt a.wissensbox:visited {color:#000000; background-image: url("../images/general/info_icon.png");background-position: center right;background-repeat: no-repeat;margin-right: 1px;padding-right: 20px;}
#inhalt a.wissensbox:hover  {color:#0088FF; background-image: url("../images/general/info_icon.png");background-position: center right;background-repeat: no-repeat;}
#inhalt a.wissensbox:active {text-decoration: none;}

#inhalt a.weiter:link {text-decoration: none; background-image: url("../images/general/pfeile_rechts.gif");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.weiter:visited {text-decoration: none; background-image: url("../images/general/pfeile_rechts.gif");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.weiter:hover {color:#999999; text-decoration: none; background-image: url("../images/general/pfeile_rechts.gif");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.weiter:active {text-decoration: none;}

#inhalt a.gps:link {color:#000000; background-image: url("../images/general/world.gif");background-position: center left;background-repeat: no-repeat;padding-left: 20px;}
#inhalt a.gps:visited {color:#000000; background-image: url("../images/general/world.gif");background-position: center left;background-repeat: no-repeat;padding-left: 20px;}
#inhalt a.gps:hover  {color:#0088FF; background-image: url("../images/general/world.gif");background-position: center left;background-repeat: no-repeat;}
#inhalt a.gps:active {text-decoration: none;}

#inhalt a.pdf:link {color:#000000; background-image: url("../images/general/pdf-icon.gif");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.pdf:visited {color:#000000; background-image: url("../images/general/pdf-icon.gif");background-position: center right;background-repeat: no-repeat;margin-right: 3px;padding-right: 15px;}
#inhalt a.pdf:hover  {color:#FF0000; background-image: url("../images/general/pdf-icon-hover.gif");background-position: center right;background-repeat: no-repeat;}
#inhalt a.pdf:active {text-decoration: none;}


#fuss a:link {text-decoration: none; color:#ffffff;}
#fuss a:visited {text-decoration: none; color:#ffffff;}
#fuss a:hover  {text-decoration: none; color:#000000;}
#fuss a:active {text-decoration: none; color:#ffffff;}


/*############################################*/
/*##########MOTION IN BUNDESSTAATEN###########*/
/*############################################*/
#motioncontainer {
	border: 5px solid black;
	/*width: 800px;  Set to gallery width, in px or percentage */
	height: 350px; /* Set to gallery height */
}

#motioncontainer a img {
	border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px solid navy; /* Set image border hover color */
}

#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}

/*############################################*/
/*#############FORMULAR In ABOUT##############*/
/*############################################*/
#kontaktoptionen {
	float:right;
	padding-left:15px;
}

#kontaktoptionen a {
padding-left:22px;
text-decoration:none;
color:#666;
}



#kontaktoptionen p a:hover { /*einfacher??*/
color:#FF6600;
background-color: #F3F3F3;
border-bottom: 1px solid #D0D0D0;
}


#kontaktoptionen a.mail {
	background:url("../images/about/icons/mail.png") no-repeat scroll 0 transparent;
}

#kontaktoptionen a.facebook {
	background:url("../images/about/icons/facebook.png") no-repeat scroll 0 transparent;
}

#kontaktoptionen a.twitter{
	background:url("../images/about/icons/twitter.png") no-repeat scroll 0 transparent;
}

#kontaktoptionen a.telefon{
	background:url("../images/about/icons/telefon.png") no-repeat scroll 0 transparent;
}

#kontaktoptionen a.formular{
	background:url("../images/about/icons/formular.png") no-repeat scroll 0 transparent;
}

/*############################################*/
/*###########FORMULAR IM IMPRESSUM############*/
/*############################################*/
  
#commentform input {
border:1px solid #67AFE6;
margin:5px 5px 1px 0;
}
  
#commentform input:focus, select:focus{
/*background:#FFFFD5;*/
margin:5px 5px 1px 0;
border:1px solid #000000; 
}

#commentform textarea {
border:1px solid #67AFE6;
}

#commentform textarea:focus {
border:1px solid #000000;
}

#name {
background:transparent url(../images/general/name.gif) no-repeat scroll 6px 6px;
padding:6px 6px 6px 25px;
}


#email {
background:transparent url(../images/general/email.gif) no-repeat scroll 6px 6px;
padding:6px 6px 6px 25px;
}

#commentform #submit {
background:#0364AE none repeat scroll 0 0;
border:1px solid #0364AE;
color:#FFFFFF;
float:right;
font-size:14px !important;
font-weight:bold;
margin:0;
padding:4px !important;
width:160px;
}

#commentform #submit:hover {
background:#333333 none repeat scroll 0 0;
border:1px solid #191919;
color:#FFFFFF;
}

span.label {
font-family:Tahoma,sans-serif !important;
font-weight: bold;
font-size:11px;
}





/*############################################*/
/*#################NAVIGATION##################*/
/*############################################*/

ul.m {
	margin: 0px;
	padding: 0px;
	list-style:none;
	/*border-right: 1px solid #aaaaaa;*/ /*WEGEN BUTTONS WEGGEMACHT!!!*/
}

ul.menu li a {
	/*background-image: url(../images/general/menu-normal.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#444444;
	text-decoration: none;
	font-weight: bold;
}

li a span {
	height: 21px;
	display:block;
	margin-left: 10px;
}

ul.menu li a:hover {
	/*background-image: url(../images/general/menu-active.gif);*/
}

li a:hover span {
	color:#000000;
}

/*~~~~~~~~~~~~~~~~Currentmenu~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.menu-current li a {
	/*background-image: url(../images/general/menu-current.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#001289;
	text-decoration: none;
	font-weight: bold;
}

ul.menu-current li a:hover {
	/*background-image: url(../images/general/menu-active.gif);*/
}


/*~~~~~~~~~~~~~~~~~Backmenu~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.backmenu li a {
	/*background-image: url(../images/general/backmenu-normal.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#444444;
	text-decoration: none;
}

ul.backmenu li a span {
	height: 21px;
	display:block;
	 margin-left: 14px;
}

ul.backmenu li a:hover {
	/*background-image: url(../images/general/backmenu-active.gif);*/
}


/*~~~~~~~~~~~~~~~~~Hikemenu~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.hikemenu li a {
	/*background-image: url(../images/general/hikemenu-normal.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#444444;
	text-decoration: none;
	font-weight: bold;
}

ul.hikemenu li a span {
	height: 21px;
	display:block;
	margin-left: 14px;
}

ul.hikemenu li a:hover {
	/*background-image: url(../images/general/hikemenu-active.gif);*/
}


/*~~~~~~~~~~~~~~Hikemenu-current~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.hikemenu-current li a {
	/*background-image: url(../images/general/hikemenu-current.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#001289;
	text-decoration: none;
	font-weight: bold;
}

ul.hikemenu-current li a span {
	height: 21px;
	display:block;
	margin-left: 14px;
}

ul.hikemenu-current li a:hover {
	/*background-image: url(../images/general/hikemenu-active.gif);*/
}


/*~~~~~~~~~~~~~~~~~~Submenu~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*ul.submenu {border-right:1px solid #AAAAAA; font-family:Arial,sans-serif; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0;}*/

ul.submenu li a {
	/*background-image:url(../images/general/submenu-normal.gif);*/
	font-family: Arial, sans-serif;
	color:#444444;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:21px;
	line-height:21px;
	text-decoration:none;
}

ul.submenu li a span {
	height: 21px;
	display:block;
	margin-left: 14px;
}

ul.submenu li a:hover {
	/*background-image: url(../images/general/submenu-active.gif);*/
	padding-left: 1px;
}

/*
ul.submenu li a:hover span {
	color:#000000;
	display:block;
	position:relative; top: 1px;
}
*/
/*~~~~~~~~~~~~~~~Submenu-current~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.submenu-current li a {
	/*background-image: url(../images/general/submenu-current.gif);*/
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	height: 21px;
	display:block;
	color:#001289;
	text-decoration: none;
	font-weight: bold;
}

ul.submenu-current li a:hover {
	/*background-image: url(../images/general/submenu-active.gif);*/
}


/*~~~~~Überschriften: National Parks, Orte,...~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.navigationteiler {
	font-family: Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #fb9533;
}

/*~~~~~~~~~~~~~~~~Infoboxen~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*#navigation A:link span.info, #navigation A:visited span.info {*/
#navigation a span.info{
	display: none;
}

/*#navigation A:hover span.info, #navigation A:focus span.info {*/
#navigation a:hover span.info{
	display: block;
	position: absolute;   
	/* !!!!!!!!!!! Informationen zur Höhe in jeder Datei einzeln vermerkt ==> INDIVIDUELL top:400px;*/
	left: -2px;
}



