/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
	background: url("http://www.movetivation.net/wordpress/wp-content/themes/default_movetivation_2/images/bg.gif"); 

}

#page {
	background-color: white;
	/*ame border: 1px solid #959596; */
	text-align: left;
	}
	
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}
/* ame */
#page {
	background-color: white;
	margin: 40px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #9CA2A9;
	}
#footer {
	background-color: #eee;
}		
		#content
		{
			clear: both;
		}
		/* Navigation Bar */

		#navcontainer
		{
			margin: 0;
			padding: 0;
			height: 30px;
			background:  url("http://www.movetivation.net/wordpress/wp-content/themes/default_movetivation_2/images/mvt_menu_header.jpg") no-repeat center;
		}
		#navcontainer.start {
			background: #9CA2A9;
		}

		#navcontainer  ul
		{
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}
		
		#navcontainer  ul li
		{
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}
		
		#navcontainer  ul li a
		{
			width: 80px;
			height: 30px;
			padding: 0;
			margin: 0;
			color: #000;
			text-decoration: none;
			display: block;
			text-align: center;
			font: 11px/30px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		}
		
		#navcontainer  ul li a:hover 
		{
			color: #FFFFFF;
			background: #51606F;
		}
		#navcontainer  ul li#active a:hover 
		{
			color: #FFFFFF;
			background: #51606F;
		}
		
		/*acitve Eintrag*/
	
		
		#navcontainer  li#active a
		{
			color: #000;
			font: bold 11px/30px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		}
		  #navcontainer  li.admin a
		{
			font: italic normal 11px/30px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			color: #CCCCCC;
			
		}
		
	

TD, P 
	{ 
	  color: #000000;
	}

