/*******************************************************************************

	Projekt		:	Naturpark Steinwald e. V.

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com
					
					Advance Media
					www.advance-media.de

*******************************************************************************/





/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin-bottom:5px; margin-top:2px; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	background-color:rgb(255, 255, 255);
    background-image:url(background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width:803px;
	margin:auto;
	
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width:803px;
	color:#000;
	text-align:left;
}


/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:237px;
	background-image:url(bg_header.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-image:url(body_bg.jpg);
	background-repeat:repeat-y;
	min-height:400px;
}

#main {
	float:left;
	width:574px;
	min-height:400px;
}

#main-block {}

#main-block2 {
	padding:14px;
}

#main-block2 a.left {
	width:60px;
	margin-right:300px;
	float:left;
	text-decoration:bold;
	
}

#main-block2 a.right {
	float:right;
}

#rechts {
	float:left;
	width:220px;
	min-height:400px;
	padding-left: 3px;
	padding-top: 3px;
}

#rechts a, rechts a:link {
	color:#4A6E2C;
	/*text-decoration:underline;*/
}

#rechts a:hover {
	color:#000;
}	





/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#4A6E2C;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:2.2em;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 3 */
#rechts h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 3 */
#rechts h3 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
	margin-left:20px;
}

#main-block li {
	margin-left:27px;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#4A6E2C;
	/*text-decoration:underline;*/
}

#main-block a:hover {
	color:#000;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:801px;
	background-color:#4A6E2C;
	background-position:0 -100px;
	height:25px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:5px 0;
	font-size:10px;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#E7FFAE;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:380px;
}
.footer .col-right {
	float:right;
}


/* form-suchen
*********************************************/

#form-suchen{
	margin:0px;
	padding:0px;
	width:215px;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-suchen input, 
#form-suchen select, 
#form-suchen textarea {
	float:left;
	margin: 2px;
	width:125px;
	height:18px;
	border:1px solid black;
}

#form-suchen input.text {
	height:17px;
}

#form-suchen input.submit { 
	margin:2px;
	padding-bottom:1px;
	border:1px solid black;
	background-color:#E8FFAF;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:0.9em;
	cursor:pointer;
	height:20px;
	width:80px;
}

#form-suchen input.submit:hover { 
	background-color:#E8FFAF;
	color:#000;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	/*background-color:#393;*/
	font-weight:bold;
	color:#000;
	border-bottom:2px solid #393;
}

#main-block .download-file {
	padding:1.2em 7px;
	/*border-left:2px solid #393;
	border-right:2px solid #393;*/
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	/*border-left:2px solid #393;
	border-right:2px solid #393;*/
	/*border-top:2px solid #393;*/
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	/*border-top:2px solid #393;*/
}


/*******************************************************************************
        
        Horizontales Dropdown-Menu, oberer Bereich, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
        Anpassung: www.advance-media.de
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:800px;                    /*  (1)  */
  position:relative; 
  font-size:1.1em;
  padding-left:1px;
  z-index:100;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}


.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:113px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:39px;                    /*  (2)  */
  border:1px solid #FFF;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:1px 0 1px 1px; 
  background-image:url(menu_oben.jpg); 
  line-height:39px;                  /*  --> (2)  */
  text-align:center;              
}

.menu ul li a.current,
.menu ul li a.current:link,
.menu ul li a.current:visited {
	background-image:url(menu_oben_aktiv.jpg);
}
		
* html .menu ul li a, .menu ul li a:visited {
  width:113px;                    /* für 'normale' Browser */
  w\idth:113px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:0.9em;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#555; 
  background:#FCCA09 url(menu_oben_aktiv.jpg) center no-repeat;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:39px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:93px;
}

* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

/*Ebene 2 */

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#ddd; 
  color:#555; 
  height:auto;
  line-height:1.2em;  
  width:113px;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-bottom:1px solid #fff;
  border-top:0px;
  padding-top:8px;
  padding-bottom:8px;
}

* html .menu ul li a:hover ul li a {
  width:113px;
  w\idth:113px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#ddd url(pfeil.gif) center right no-repeat;
}

.menu ul li:hover ul li a.drop:hover,       /* Ebene 2 mit Subpunkten hover*/
.menu ul li a:hover ul li a.drop:hover {
  background:#FCCA09 url(pfeil2.gif) center right no-repeat;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#FCCA09;
  color:#fff;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:114px; 
  top:0;
  width:113px;
  font-size:1.0em;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}






/*******************************************************************************
        
        Horizontales Dropdown-Menu, unterer Bereich, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
        Anpassung: www.advance-media.de
        
*******************************************************************************/

.menu_unten {
  font-family: verdana, sans-serif; 
  width:800px;                    /*  (1)  */
  position:absolute; 
  top:197px;
  font-size:1.1em;
  line-height:1.1em;
  padding-left:1px;
  z-index:100;
}
.menu_unten ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}

.menu_unten ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}

.menu_unten ul li a, 
.menu_unten ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:114px;                    /* Breite von (.menu_unten)/(Anzahl der Punkte)-(1Px)  --> (1) */
  line-height:20px;
  height:39px;                    /*  (2)  */
  /*border:1px solid #FFF; */         /* Border-color am besten = Hintergrundfarbe der Seite */
  /*border-width:1px 0 1px 1px; 
  background-image:url(menu_oben.jpg);*/ /*                --> (2)  */
  text-align:center;
  font-weight:bold;      
}

.menu_unten ul li a.current,
.menu_unten ul li a.current:link,
.menu_unten ul li a.current:visited {
	/*background-image:url(menu_oben_aktiv.jpg);*/
}
		
* html .menu_unten ul li a, .menu_unten ul li a:visited {
  width:114px;                    /* für 'normale' Browser */
  w\idth:114px;                   /* für IE */
}
.menu_unten ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:0.9em;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu_unten ul li:hover a,
  .menu_unten ul li a:hover {
  /*color:#555; 
  background:#FCCA09 url(menu_oben_aktiv.jpg) center no-repeat;*/
}

.menu_unten ul li:hover ul,
.menu_unten ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:39px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:93px;
}

* html .menu_unten ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu_unten ul li:hover ul li ul,
.menu_unten ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

/*Ebene 2 */

.menu_unten ul li:hover ul li a,
.menu_unten ul li a:hover ul li a {
  display:block; 
  background:#ddd; 
  color:#555; 
  height:auto;
  line-height:1.2em;  
  width:113px;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
  border-bottom:1px solid #fff;
  border-top:0px;
  padding-top:8px;
  padding-bottom:8px;
}

* html .menu_unten ul li a:hover ul li a {
  width:113px;
  w\idth:113px;
}

.menu_unten ul li:hover ul li a.drop,       /* Ebene 2 mit Subpunkten */
.menu_unten ul li a:hover ul li a.drop {
  background:#ddd url(pfeil.gif) center right no-repeat;
}

.menu_unten ul li:hover ul li a.drop:hover,       /* Ebene 2 mit Subpunkten hover*/
.menu_unten ul li a:hover ul li a.drop:hover {
  background:#FCCA09 url(pfeil2.gif) center right no-repeat;
}

.menu_unten ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu_unten ul li a:hover ul li a:hover {
  background:#FCCA09;
  color:#fff;
}

.menu_unten ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu_unten ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:114px; 
  top:0;
  width:113px;
  font-size:1.0em;
}

.menu_unten ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu_unten ul li a:hover ul li a:hover ul.left {
  left:-150px;
}


#link45 {
	display:block;
	background-image:url(button_natur.jpg);
	height:39px;
	width:114px;
	 }
#current45 {
	display:block;
	background-image:url(button_natur.jpg);
	height:39px;
	width:114px;
	 }
	 
#link46 {
	display:block;
	background-image:url(button_kultur.jpg);
	height:39px;
	width:114px;
	 }
	 
#current46 {
	display:block;
	background-image:url(button_kultur.jpg);
	height:39px;
	width:114px;
	 }
	 
#link47 {
	display:block;
	background-image:url(button_geologie.jpg);
	height:39px;
	width:114px;
	 }
	 
#current47 {
	display:block;
	background-image:url(button_geologie.jpg);
	height:39px;
	width:114px;
	 }
	 
#link48 {
	display:block;
	background-image:url(button_sport.jpg);
	height:39px;
	width:114px;
	 }
	 
#current48 {
	display:block;
	background-image:url(button_sport.jpg);
	height:39px;
	width:114px;
	 }
	 
#link49 {
	display:block;
	background-image:url(button_veranstaltungen.jpg);
	height:39px;
	width:114px;
	 }
	 
#current49 {
	display:block;
	background-image:url(button_veranstaltungen.jpg);
	height:39px;
	width:114px;
	 }
	 
#link50 {
	display:block;
	background-image:url(button_unterkuenfte.jpg);
	height:39px;
	width:114px;
	 }
	 
#current50 {
	display:block;
	background-image:url(button_unterkuenfte.jpg);
	height:39px;
	width:114px;
	 }
	 



/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
}

.jaosg_thumbnail {
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	vertical-align:middle;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}