@import url(https://fonts.googleapis.com/css?family=Signika:400,300,600,700);
/* Grundeinstellungen */
	*										{ margin:0;	padding:0;	border:0px solid #eee;	list-style:none;}
	html,body,#bg,#bg table,#bg td,#content { 	}
	body 								{ font-family:Arial; color:#000; text-align:center; font-size:12px; background-color:#81766b; background-image:url(../img/hg-app-schatzer.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position:top center;}
	
	/*Startseite*/
	div#startseite-top					{position:absolute; width:100%; height:60px; z-index:2;	 background-image:url(../img/startseite-top.png); background-repeat:repeat-x;}
	
	div#startseite						{position: absolute; top:0; width:100%; height:100%; z-index:1;	}
	div#startseite img					{width:100%; height:100%;}
	
	div#startseite-wrap					{ position: relative; width:980px; margin:0 auto; border:0px; text-align:left;  z-index:3;}
	div#startseite-wrap-left			{ position: relative; width:240px;  height:300px; float:left; margin:0 auto; padding:0px; text-align:left; background-image:url(../img/startseite-weiss.png);  text-align:center; padding-top:36px}
	div#startseite-wrap-right			{ position: relative; width:740px; float:right}
	
	
	
	/* fixe breite der Website z-index ist 2 */	 
	div#wrap							{ position: relative; width:980px; margin:0 auto; border:0px; text-align:left;  z-index:2;}
	
	/* Logo */
	div#logo							{ position:relative; float: left; clear:both; top:0px;  left:0px; margin:0 auto; padding:0; text-align:left; z-index:8;}
	
	
	div#msprache {position: absolute;    top: 0;      width: 100%;    text-align: right;    right: 20px;    top: 10px; z-index:2; display: none;}
	div#msprache a {    color: rgba(255,255,255,0.9);    text-decoration: none;      font-family: 'Signika', sans-serif;   text-transform: uppercase;    font-weight:600;    letter-spacing: 1px;    font-size: 18px; line-height:24px; }
	
	/*Slider*/
	
	div#bilder > div {    position: relative; left: 50%; margin-left: -465px; width: 937px;}
	
	.slider-wrapper {max-width:none !important;}
	
	/* Sprache */
	div#shortcut							{ position:relative; float: right; margin:0px auto; text-align:right; z-index:6;}
	div#shortcut	 a						{ text-decoration:none; text-transform:uppercase; line-height:40px; } 
	div#shortcut li						    { display:inline; padding:0 5px;}
		
	/* header navi*/
	
	div#header-navi						{position:relative; float:right; width:980px; text-align:right;}
	div#header-navi a					{background-color:#CCC; text-decoration:none; padding:5px; color:#000; font-size:16px;}
	div#logo a 					 		{padding:0;}
	div#header-navi a:hover				{text-decoration:none; background-color:#999999;}
	div#header-navi p					{text-align: right; font-family:Arial, Helvetica, sans-serif; font-size:18px; margin-bottom:20px;}
	
	header {
	height: 156px;
	position: relative;
}

nav {
	position: absolute;
	top: 0;
}
	
	/* Hauptnavi oben */
	div#navi-wrap						{ position: relative; width:980px; top:20px; float:right; margin:0 auto; border:0px; text-align:left; z-index:7; height:30px;	  }
	div#mainnavi 						{ position:relative; 	height:auto; margin-right:40px;	width:940px;  z-index:7;    }
	
	
	ul.menu 							{    padding:10px 0px 10px 0px; list-style-type: none;  }
	ul.menu a 							{   font-family:Signika, "Times New Roman", Times, serif; font-size:18px; color:#000000; text-decoration:none; text-align:left; line-height:20px; font-weight:400; text-transform:uppercase; padding: 0 5px; }
	ul.menu a.active					{    background-color: #625b4f; color:#FFF; padding: 0 5px;  }
	ul.menu a:hover 					{ 	 background-color: #625b4f; color:#FFF;  text-decoration:none; padding: 0 5px;		}
	
	ul.menu ul a 						{    padding: 0 0px 0 10px ; font-family:Signika, "Times New Roman", Times, serif; font-size:13px;  color:#FFFFFF; text-decoration:none; }
	ul.menu ul a:hover 					{ 	 text-decoration:none; color:#000;	}
	ul.menu li 							{     padding:0px 8px 0px 8px;   margin:0;    background-image: none;    float:left; height:20px;	  }
	ul.menu ul 							{    margin-left:0;    padding: 5px 0 10px 0;  list-style-type: none;   position: absolute;    background-color: #625b4f;      display:none;    width:260px;}
	
	a#tel {display:none;}
	
	/* IE-Hack für die Breite */
	*html ul.menu ul 					{    width:220px; }/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus *//* über der Liste  befindet (.hover siehe JavaScript oben) */
	ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {    display:block;}
	ul.menu ul li 						{    float:none;    background-color: transparent;}
	
	#nav								{ padding:0px 0 0 0; position:relative; float:right;   }	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li 							{ display:inline; padding:20px 12px 0px 12px; float:left; position:relative; margin:0 4px 0 4px; height:40px; width:auto;  text-align:center;}
	/* this is the parent menu */
	#nav li a 							{ font-family:Signika, "Times New Roman", Times, serif; font-size:16px;	 color:#000000; text-decoration:none; text-align:left; line-height:20px; font-weight:400; text-transform:uppercase; 	}
	#nav li a:hover 					{ color:#999999; text-decoration:none;	}
	#nav  .menuaktiv					{ text-decoration:underline; 	}
		
	/* you can make a different style for default selected value */
	#nav a.selected						{ background-color:#e2dfdd;		}	
	/* submenu, it's hidden by default */
	#nav ul 							{ position:absolute;		left:0;  display:none;  		margin:0 0 0 -2px; 		padding:0; 		list-style:none; 	}		
	#nav ul li 							{ width:150px; height:20px;		 text-align:left; background-color:#e2dfdd; display:block; 	}		
		/* display block will make the link fill the whole area of LI */
	#nav ul a 							{ color:#899a22;	 background-color:#e2dfdd; 	}		
	#nav ul a:hover 					{ text-decoration:underline;	}
	/* fix ie6 small issue */
	/* we should always avoid using hack like this */
	/* should put it into separate file : ) */
	*html #nav ul 						{ margin:0 0 0 -2px;		}	
	
	div#submenu							{ position: relative; width:980px; float:right; top: 20px; margin:0 auto; border:0px; text-align:left; z-index:6; height:30px;	  }
	div#submenu	 ul 					{ padding:10px 0px 10px 0px; list-style-type: none;  }
	div#submenu li 						{ display:inline; padding:0px 5px 0px 5px; float:left; position:relative; margin:0 4px 0 4px; height:40px; width:auto;  text-align:center;}
	div#submenu li a 					{ font-family:Signika, "Times New Roman", Times, serif; font-size:12px;	 color:#000000; text-decoration:none; text-align:left; font-weight:400; text-transform:uppercase; 	}
	div#submenu li a:hover 				{ text-decoration:none; background-color: #625b4f; color:#FFF;	}
	div#submenu .active					{ background-color: #625b4f; color:#FFF;  margin:0; padding:0;	}

	div#main_wrap 						{ position:relative; float:left;   width:960px; height:auto; padding:20px 0 0 20px;   z-index:6; background-color:#c5bfb7; padding-bottom:20px; 	 }
			
	
	/* Bilder oben */
	div#bilder 							{ position:relative; float:left; width:940px; height:auto !important; text-align:center; padding:0px 0 20px 0px;  	}
	.slideshow 							{ position:relative; height: 890px; width: 450px;  float:right; overflow:hidden;  margin:0 1px 0 0; }
	
	#imagenav							{ position:absolute; top:420px;   z-index:500; height:10px; text-align:right; margin-left:800px;}
	#imagenav a							{ color:#000000; padding:4px; margin:4px; text-decoration:none;  font-size:10px; background-color:#FFFFFF;} 
	#imagenav a:hover					{ color:#778933; padding:4px; margin:4px; text-decoration:none;  font-size:10px; background-color:#d4cd7d;}
	
			 
	div#wetter_mini						{   position:relative; clear:both; float:left; width:230px; margin-left:10px; height:auto; top:20px; margin-top:50px; margin-left:25px;}
	
	
	div#content_wrap					{position:relative; float:left; width:900px; background-color:#625b4f;  padding:20px;  line-height:18px; z-index:6; }	
	div#content_wrap h1 				{ font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:30px;  color:#FFFFFF; padding-bottom:5px; line-height:18px; font-weight:400; 
	margin-bottom:20px; margin-top:50px; text-transform:lowercase; color:#FFF;  }
	div#content_wrap h2 				{ font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:14px;  color:#FFFFFF; padding-bottom:5px; padding-top:20px; line-height:24px; text-align:justify; font-weight:800; text-transform:uppercase;  }		
	div#content_wrap h3 				{  font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:18px  color:#FFFFFF; padding-bottom:20px; line-height:18px; font-weight:normal; }
	div#content_wrap h4 				{ font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:30px;  color:#FFFFFF; padding-bottom:5px; line-height:18px; font-weight:400; 
	margin-bottom:20px; margin-top:50px; text-transform:lowercase; color:#FFF;  }	
			
	div#content_wrap p					{ font-family:Arial, "Times New Roman", Times, serif;  font-size:14px; line-height:24px; color:#FFF;  }
	
	
	div#content_wrap a:hover 			{ text-decoration:none; color:#333; background-color:#c5bfb7;}
	div#content_wrap a  				{ text-decoration:none; text-align:center;}
	.external-link-new-window			{ color:#000000; background-color:transparent;  background-color:#e3e0db; text-decoration:none;   margin:2px; padding:2px 8px;}
	.external-link-new-window:hover	{ text-decoration:none; color:#333; background-color:#c5bfb7;}
	.internal-link {background-color:#e3e0db;  margin:2px; padding:2px 8px; color:#000000; text-decoration:none;}
    .link {height:25px; margin:2px; padding:2px 8px; color:#FFFFFF; text-decoration:none;}
	
	div#content_wrap hr					{ color: #a03d22; background-color: #009fe3; height: 1px; margin-bottom:20px;}
	div#content_wrap li					{ list-style:circle; color:#FFFFFF;  margin:0px; margin-left:25px; font-size:14px; padding:0; line-height:24px;}
	
	div#hgv_widget li		   { color:#000000; }
	div#hgv_widget a		   { color:#000000; }
	div#hgv_widget span		   { color:#000000; }
	
	
	/*
   Sentres Wanderkarte
   */
   div#sentres-map-1895 li { color:#000000;}
   div#sentres-map-1893 li { color:#000000;}
   
	
	div#content_wrap ul					{  margin:0; margin-bottom:5px;}
	.csc-textpic-caption 				{ background:#fff;padding:0 5px;font-size:11px;color:#666;}
	
	div#content_wrap .align-right		{ float:right;} 
	
	div#expressanfrage					{margin-top:8px; background-color:#a03d22; width:567; height:30px; padding:10px 10px 10px 15px; color:#FFF; z-index:7}
	div#expressanfrage h1				{ display:inline; color:#FFF; font-size:18px; text-transform:uppercase; padding-right:8px;   }
	div#expressanfrage	#anfrage_anreise { width:80px;}
	div#expressanfrage	#anfrage_abreise { width:80px;}
	div#expressanfrage	#abschicken { width:90px; padding-right:5px;}
	
	.express 		{float: left;}
	
	
	div#ferienwohnung-ueberblick 		{position:relative; float:left; width:436px; background-color:#e3e0db; margin:25px 10px 0 0; padding:0; height:135px; }
	div#ferienwohnung-ueberblick h1		{color:#000; font-size:24px; margin:0px; padding:10px;}
	div#ferienwohnung-ueberblick h2		{color:#000; font-size:24px; margin:0px; padding:10px;}
	div#ferienwohnung-ueberblick p		{color:#000; font-size:14px; line-height:18px; }
	div#ferienwohnung-ueberblick a		{color:#000; font-size:18px; background-color:transparent; float:right; padding:10px 5px 5px 5px; background-color:#e3e0db; text-decoration:none; text-align:right;}
	div#ferienwohnung-ueberblick a:hover{ text-decoration:none; color:#333;}
	div#ferienwohnung-ueberblick img	{margin:0; padding:0 10px 0 0; float:left;}
	
	
	

	div#trenner							{ position:relative;  clear:both;    width:980px; height:auto; padding:0;   z-index:6; background-color:#c5bfb7; }

	
  	
	div#footerwrap						{ position: relative; width:980px; margin:0 auto; border:0px; text-align:left; float:left;   line-height:18px; color:#FFF; background-color:#c5bfb7; padding-bottom: 20px; z-index:5;}
	div#footerwrap ul					{ margin: 12px 0px; }
	div#footerwrap li					{ text-transform:uppercase; list-style:square; margin-left:15px; padding-left:0px; left:-5px;}
	div#footerwrap a					{ text-decoration:none; font-weight:normal; padding: 5px 0px; color:#FFFFFF; text-decoration:none; }
	div#footerwrap a:hover				{ text-decoration:none; font-weight:normal;  color:#000; padding: 5px 0px;}
	div#footerwrap h4					{ font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:24px;  color:#FFFFFF;  line-height:18px;  font-weight:400; text-align:left; text-transform:lowercase; }
	div#footerwrap h2					{ margin: 12px 0px; color:#FFFFFF; line-height:18px; font-size:14px;  }
	
	div#footerwrap-2 .packete			{ background-color:#e3e0db; color:#000000; padding: 5px 15px; font-weight:normal; }
	div#footerwrap-2 p					{ margin-bottom:10px;}
	
	div#footerwrap-3  label				{ width:60px; }	
	div#footerwrap-3  input				{ background-color:#e3e0db; color:#000000; height:25px; margin:0 5px 0 0;  width:80px; padding-left:15px}
    div#footerwrap-3 input[type="checkbox"]		{ border:4px solid #e3e0db; width:15px; height:15px; background-color:#e3e0db; padding:0px;}
    div#footerwrap-3 input[type="submit"] 		{color:#000000; width:130px; cursor:pointer; margin:15px 0;}
	
	.footer-box 						{position:relative; float:left; width:260px; margin:0 0 0 20px; padding:20px;  background-color:#625b4f; height:150px;}
  
	
	div#footerwrapright					{ line-height:20px;}

	div#footer3							{position:relative; float:left; width:900px;  margin:0 auto; clear:both; background-color:#e3e0db; text-align:center;  padding:20px;  line-height:18px; margin:20px 0 0 20px;} 
	div#footer3	img						{padding-right:20px;}
	div#footer3	a						{margin:0; padding:0;}
	div#footer3	a:hover					{margin:0; padding:0;}

	div#footer2							{ position: relative; width:980px; margin:0 auto;  background:#c5bfb7; border:0px; text-align:center; clear:both ; color:#FFF; padding-top:10px;    }
	div#footer2	 p						{  margin-top:25px; color:#000000; line-height:20px; }
	div#footer2	 h2						{  margin-top:25px; color:#000000; line-height:20px; font-size:14px; }
	div#footer2	 a						{ color:#000000; text-decoration:none;  }
	div#footer2	 a:hover				{ color:#e3e0db; text-decoration:none;  }


	/* UPLOADS */

	.csc-uploads csc-uploads-0 td { vertical-align:top;}
	.csc-uploads-fileSize  {font-size:12px; font-weight:normal;}
	
	
	/* Fex Content */
  
  .c50l, .c50r, .c25l, .c25r, .c33l, .c38l, .c66l, .c75l, .c62l, .c33r {float: left; }
  .c38r, .c66r, .c75r, .c62r {float: right;  }

  .c25l { width: 230px; padding:0 0px 0 0px; min-height:170px; margin:0px;   }
  .c75r { width: 349px; padding:10px  10px 10px  10px; background-color:#e6e496; height:150px; margin:0px; overflow:hidden;  }


  
  .c50l, .c50r													{position:relative; float:left; width:436px; background-color:#e3e0db; margin:25px 10px 0 0; padding:0; height:135px; }
  div#content_wrap .c50l .csc-default .csc-textpic-text h1	    {color:#000; font-size:24px; margin:0px; padding:10px; text-transform:none;}
   div#content_wrap .c50l .csc-default .csc-textpic-text h2    {color:#000; font-size:24px; margin:0px; padding:10px; text-transform:none; font-weight:normal;}
  div#content_wrap .c50l .csc-default .csc-textpic-text p	    {color:#000; font-size:14px; line-height:18px; }
  div#content_wrap .c50l .csc-default .csc-textpic-text a 		{color:#000; font-size:18px; background-color:transparent; margin:0 0 0 150px; padding:10px 5px 5px 5px; position:absolute; background-color:#e3e0db; text-decoration:none; text-align:right;}
  div#content_wrap .c50l .csc-default .csc-textpic-text a:hover { text-decoration:none; color:#333; background-color:#c5bfb7;}
  
  div#content_wrap .c50r .csc-default .csc-textpic-text h1	    {color:#000; font-size:24px; margin:0px; padding:10px; text-transform:none;}
  div#content_wrap .c50r .csc-default .csc-textpic-text h2	    {color:#000; font-size:24px; margin:0px; padding:10px; text-transform:none; font-weight:normal;}
  div#content_wrap .c50r .csc-default .csc-textpic-text p	    {color:#000; font-size:14px; line-height:18px; }
  div#content_wrap .c50r .csc-default .csc-textpic-text a		{color:#000; font-size:18px; background-color:transparent; margin:0 0 0 150px; padding:10px 5px 5px 5px; position:absolute; background-color:#e3e0db; text-decoration:none; text-align:right;}
  div#content_wrap .c50r .csc-default .csc-textpic-text a:hover	{ text-decoration:none; color:#333; background-color:#c5bfb7;}
  

  
 /*------------------------------------------------------------------------------------------------------*/

   
   
   input		{ background-color:#e6e496; color:#92884f; height:25px; margin:5px; width:200px; padding-left:15px}
   input[type="checkbox"]		{ border:4px solid #e6e496; width:15px; height:15px; background-color:#e6e496; padding:0px;}
   input[type="button"] 		{color:#a03d22;}
   
      
   /*Bildbeschreibung*/
   
   
   .csc-header-n1 h5		{ position:absolute;  font-family:'Signika',Verdana, "Times New Roman", Times, serif; font-size:24px;  color:#FFFFFF; line-height:18px; font-weight:normal; 
   top:0px; z-index:50; text-align:center; width:936px; background-image:url(../img/startseite-top.png); background-repeat:repeat-x; height:40px; padding-top:20px; left:2px; text-transform:uppercase;
   }	
   
   div#content_wrap .csc-default .csc-textpic-imagewrap a {padding:0px; margin:10px 8px;  }
   div#content_wrap .csc-default .csc-textpic-imagewrap a:hover {padding:0px; margin:10px 8px; }
   
    /*------------------------------------------------------------------------------------------------------*/
	
   /* PREISLISTE */
   
   .preisliste 						{ width:100%;  margin:20px 0; padding:0; border:0; border-spacing:0px; border-collapse:collapse; display:inline-table; font-size:14px;  }
	.preisliste thead .tr-even			{ background-color:#c5bfb7; color:#000000; height:28px;  padding:5px; text-align:left; }
	.preisliste thead th				{  text-align:left; padding-left:5px; height:35px; font-weight:normal; } 
	.preisliste thead th				{ padding-left:5px;   border-right-width:1px;  border-right-style:solid;  border-top-width:1px;  border-top-style:solid; border-color:#e2dfdb; margin:0; text-align:center;}
	.preisliste tr		 				{  width:620px; margin:0; padding:0px; color:#000000;}
	.preisliste .tr-even 				{  height:28px;   background-color:#c5bfb7; padding:0px; }
	.preisliste .tr-odd  				{  height:28px;  background-color:#c5bfb7; padding:0px; border:0;}
	.preisliste td						{ padding-left:5px;   border-right-width:1px;  border-right-style:solid;  border-top-width:1px;  border-top-style:solid; border-color:#e2dfdb; margin:0; text-align:center;}
	.preisliste .td-last  				{  border-right-width:0px;}
	
	/*Maps*/
	
	div#content_wrap iframe {width: 100%;}
	
	 
	/*------------------------------------------------------------------------------------------------------
	  WETTER
	 */
	 
	 
	 div#wetter							{padding-bottom:10px;  width:600px; height:200px; color:#FFF; background-color:#FFF; margin-top:20px; background-image:url(../images/wetter-hg.gif); background-repeat:no-repeat; background-position:top center;}

	#meteoprovbz_widget 				{width:400px; color:#000;	 border:0px; border-color:#8b684d; background:#FFF;   }
	#meteoprovbz_container 				{background-color:#FFF; color:black; }
	#meteoprovbz_widget .meteoprovbz_icon img 			{width:400px;}
 	#meteoprovbz_widget1 	 			{width:230px; }
	#meteoprovbz_widget1 .meteoprovbz_icon img 			{width:60px;}
	
	
	
.nivo-caption {    position: absolute;    left: 0px;    height: 45px;    background: #625b4f;    color: #fff;    opacity: 0.6;    width: 100%;    z-index: 8;    font-size: 28px;	font-family: 'Signika',Verdana, "Times New Roman", Times, serif;    padding-top: 15px;}


 	/*------------------------------------------------------------------------------------------------------
	 
	 Booking Widget
	 */
	 
	div#content_wrap .Bs-BookingWidget  li { color:#000000; }
	div#content_wrap .Bs-BookingWidget a, .Bs-Item__Title, .Bs-Item__Price strong, .Bs-Price__Inclusive span, .Bs-Info b, .Bs-Summary__Price > strong {    color: #000000; }
	 div#content_wrap .Bs-BookingWidget  p {color:#000000;}
	 	div#content_wrap .Bs-BookingWidget  .Bs-Item__Description Bs-Item__Section p {color:#000000;}



div#footerfullscreen	{ position: relative; bottom: 0; width:100%; margin:0 auto;   border:0px; text-align:center; clear:both ; color:#FFF; padding-top:10px;    }
div#footerfullscreen	 p		{  margin-top:25px; color:#000000; line-height:20px; }
div#footerfullscreen	 h2		{  margin-top:25px; color:#000000; line-height:20px; font-size:14px; }
div#footerfullscreen	 a		{ color:#000000; text-decoration:none;  }
div#footerfullscreen	 a:hover	{ color:#e3e0db; text-decoration:none;  }
div#footerfullscreen img {	display: inline-block;
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id=… 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
	filter: gray;
	-webkit-filter: grayscale(100%);	filter: grayscale(100%);
}
div#footerfullscreen img {	margin: 12px 10px; height: 25px;}
div#footerfullscreen img:hover, img.act {	-webkit-filter: grayscale(0%);	filter: grayscale(0%); cursor: pointer;}

div#contentfullscreen {position: relative; z-index: 0; min-height: 100vh; height: auto; width: 100%; float: left}
div#contentfullscreen img {width: 100vw; height: auto;}
div#contentfullscreenover { position: fixed; z-index: 1; height: 30vh; width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );

}

.startseitefull div#wrap { float: none; z-index: 2}
.startseitefull header {  position: fixed; z-index: 10}

.startseitefull ul.menu a {	color: #FFFFFF;}
.startseitefull div#header-navi a {	background-color: transparent;		color: #FFFFFF;	}
.startseitefull div#header-navi a:hover {	background-color: #625b4f;		color: #FFFFFF;	}
.startseitefull div#msprache {	display: none;}
.startseitefull  {background-image: none;}
.startseitefull div#footerfullscreen p {	color: #FFFFFF;}
.startseitefull div#footerfullscreen a {	color: #FFFFFF;}