/* Stylesheet für vicky-unterwegs.de */



/*Farbcodes: 

Beige: #fff7ec
Dunkel Grün: #476d48
Dunkel Dunkel Grün: #375438
Hellgrün: #efffef

*/



body {
   color: #fff7ec; 
   background-color: #efffef; /*hellgrüner Hintergrund*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: small;
   }


#wrapper {
  /* color: #fffcf7;  BEIGE */		
   background-color: #fffcf7;
   width: 850px;
   margin-top: 20px;
   margin-right: auto;
   margin-left: auto;
   margin-bottom: 20px;
   border: 1px ridge silver;
   }
  
  
/* ======================================
				HEADER	
=======================================*/	  
      
#header {
    color: #476d48;
	background-color: #476d48; /*dunkel grüner Hintergrund*/
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
		}
		
#header img {
	border: 2px solid  #fffcf7;
	}


/* ======================================
				MENU	
=======================================*/	


#header p {
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	}	

#menu {
	text-align: center;
	color: #fffcf7;
	background-color: #476d48; /*dunkel grüner Hintergrund*/
	background-position: top left;
    padding: 5px 10px 4px 10x;
	border-bottom: 1px solid  #fffcf7;
	}
	
#menu ul {
	margin-bottom: 0;
	} 

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	}	
	
#menu a { 
	color: #fffcf7;
	background-color: #476d48; /*dunkel grüner Hintergrund*/
	padding: 4px 8px 4px 8px;
	border: 1px solid  #fffcf7;
	}	

#menu a:active { background-color: #fffcf7 }

#menu a:hover,
#aug #navi01 a,
#unterwegs #navi02 a,
#faulenzen #navi03 a,
#bewegen #navi04 a,
#posieren #navi05 a,
#stempeln #navi06 a,
#impressum #navi07 a,
#haftungsausschluss #navi08 a,
#links #navi09 a
	{
	text-decoration: none;
	color: #476d48;
	background-color:  #fffcf7;
	padding-bottom: 5px;
	border-bottom: none;
	}
	

#menu2 {
	color: #23a1db;
	background-color: #fffcf7;
	padding: 7px;
	}
		
#menu2 li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	}




/* ======================================
				CONTENT	
=======================================*/		



#content {
	background-color: #476d48; /*dunkel grüner Hintergrund*/
	text-align: justify;
    padding: 20px;
	margin: 0 20px 0 20px;
	}	
	

	
#content a:link,
#content a:visited {
	color: #66CCFF;
	}
	
#content a:hover {
	color: #0066CC;
	background-color: #fff7ec;
	}


	
	

		

/* ======================================
				CONTENT 2	
=======================================*/	
		
		
#content2 {
	color: #476d48;
	background-color: #476d48; /*dunkel grüner Hintergrund*/
	text-align: justify;
    padding: 20px;
	margin: 0 20px 0 20px;
	}			
		
#content2 .titel {
		background-color: #fff7ec;
		}
		
#content2 .rahmen {
		padding: 0 0 10px 0;
		border-top: 0;
		border-right: 2px solid #fff7ec;
		border-bottom: 2px solid #fff7ec;
		border-left: 2px solid #fff7ec;
		margin: 0 0 0 50px;
		
		}			
#content2 img {
		
		border: 1px solid #fff7ec;
		margin: 5px;
		} 				
				
#content2 .inhalt { 
		color: #fffcf7;
		text-align: justify;
		padding: 3px 10px 0 10px;
		}
					
#content2 a:link,
#content2 a:visited {
	color: #66CCFF;
	}
	
#content2 a:hover {
	color: #0066CC;
	background-color: #fff7ec;
	}
					
		
			


/* ======================================
				FOOTER	
=======================================*/	



#footer {
	color: #476d48;
	background-color: #fffcf7;
	padding: 20px;
	padding-top: 10px;
	border-top: 1px dashed silver; 
	margin-top: 20px;
	}
	
#footer a:link,
#footer a:visited {
	color: #476d48;
	}				
		
		
		

		
		
		
/* ======================================
				HTML TAGS	
=======================================*/	
		
		
	
	h1 { font-size: 100%; }
	h2 { 
		color: #fff7ec;
		font-size: 120%; 
		margin-bottom: 1em;
		}
	h3 {
		color: #fff7ec;
		font-size: 100%;
		margin: 2em 0 1em 0;	
		}
	h4 {
		color: #476d48;
		font-size: 100%;
		margin: 0;
		}	


address {
    text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	}	
	
a { text-decoration: none; outline: none; }

a:link { color: #23a1db; } 


.skiplink { display: none; }

p, ul {
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	}

ul ul {
    margin: 0;
	}
	
li {
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	}
    		
dl {
	color: #476d48;
	background-color: #fff7ec; 
	padding: 5px;
	}

.titel {
		background-color: #fff7ec;
		}
		
.rahmen {
		border-top: 0;
		border-right: 2px solid #fff7ec;
		border-bottom: 2px solid #fff7ec;
		border-left: 2px solid #fff7ec;
		}			
		
.img_left {
		float: left;
		border: 2px ridge #fff7ec;
		margin: 0 10px 10px 10px;
		}
		
		
.img_right {
		float: right;
		border: 2px ridge #fff7ec;
		margin: 0 10px 10px 10px;				
		}
		
.galtitel {
	color: #476d48;
	font-style: normal;
	}		
	
	
.links {
	background-color: #375438;
	border-top: 1px solid #efffef;
	border-left: 1px solid #efffef;
	padding: 15px;
	line-height: 2em;
	}	
	
	
dl dd {
	padding: 1.4em;
	}			
	
	
	
	
.schrift10 {
	font-size: smaller;
	}	
	
	
	
/* ======================================
			GUESTBOOK		
=======================================*/		
		
.rahmen_unten {

	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #fff7ec; 
	border-bottom-color: #fff7ec;
	border-left-color: #fff7ec;
	text-align: justify;
}
.rahmen_oben {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #fff7ec;
	border-bottom-color: #fff7ec;
	border-left-color: #fff7ec;
	text-align: justify;
	border-top-color: #fff7ec;
}		
	
	
/* ======================================
			GALERIE		
=======================================*/	



/*#content2 .galeryRahmen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}
#content2 .galeryTitel {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #476d48;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #fff7ec;
}

/*#content2 .galeryTitel a:link, 
#content2 .galeryTitel a:visited {
	color: #66CCFF;
	}
	
#content2 .galeryTitel a:hover {
	color: #0066CC;
	background-color: #fff7ec;
	} 


#content2 .hintergrund
{
	background-color: #CCCCCC;
}
#content2 .trUnten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	
*/	
		
