body {
    font        : 10px Arial, Verdana, sans-serif;
    background  : #efefef url(../img/body.gif) top left repeat-x;
    text-align  : center;
}

a:link,
a:visited,
a:active {
	color			: #666666;
	font-style:italic;
	}
	
a:hover {
		color			: #d12420;
	}

a img {
	border		: 0;
}

hr {
    display     : none;
}

#wrapper {
	text-align  : left;
	margin      : 0 auto;
	width       : 950px;
	margin-top  : 0px;
}

#fotocenter {
	text-align  : center;
	margin      : 0 auto;
	width       : 950px;
	margin-top  : 0px;
}

            #header {
			}
            
            #logocnt {
	width       : auto;
	margin      : 8px 30px 0 0px;
	z-index: 10;
	position: relative;
            }

              

        
        #menucnt {
	float           : left;
	display         : inline;
	margin-top      : -10px;
	margin-left     : 110px;
	width           : 850px;
	position        : relative;

        }
        
        * html #menucnt  {
            float           : none;
            display         : block;
        }
        
        #menu {
	height          : 30px !important;
	height          : 30px;
	background: url(../img/menubg.jpg) top center no-repeat;
	min-height: 30px;
        }

        #menu li {
	padding-right   : 2px;
	position		: relative;
	background      : url(../img/menu.gif) bottom right no-repeat;
        }
        
        #menu li.lastmenu {         
            background      : none;            
        }
      
        
        #menu ul {		
			visibility	   : hidden;
            display        : none;
			background	   : none; 
			position	   : absolute;
			z-index		   : 10;
        }
        

        
        #menu li a {
	display         : block;
	position        : relative;
	z-index         : 15;
	line-height     : 30px;
	text-decoration : none;
	font-size       : 1.3em;
	font-weight     : bold;
	color           : #666;
	padding         : 0 20px;
	font-style:normal;
        }
        
        * html #menu li.lastmenu a {
			padding-bottom	: 5px;
		}
		
        #menu li a:link,
        #menu li a:visited,
        #menu li a:hover,
        #menu li a:active {
            color           : #666;
        }
        
        * html #menu a.hide {
            display         : none;
        }
        
        
        #menu li a:hover {
            direction       : ltr;
        }
		

		#menu li strong {
			background		: #fff;
		}

		#menu li a:hover,
		#menu li:hover a.hide {
			color			: #d12420;
			background		: #fff;
			
		}


        #menu li:hover ul,
        #menu li a:hover ul {
	position       : absolute;
	visibility		: visible;
	top				: 3em;
	display         : block;
	z-index         : 900;
	width			: 210px;
	line-height		: 1.4em;
	margin-left		: -14px;
	list-style-type: none;
	margin         : 0;
	padding        : 0 7px 7px -7px;
		}



		/** IE < 7 **/
        * html #menu li a:hover ul {
			margin-top		: 3px;
			margin-left		: -20px;
			top				: 2.3em;
		}
		
		
        #menu li li,
        #menu li li a {
	background      : #fff;
        }

        #menu li a:hover ul a,
        #menu li:hover ul a {
			height			: 2.4em;
			line-height		: 2.4em;
			font-size		: 1.1em;
			font-weight		: normal;
			margin			: 0;
			border-bottom	: 1px #e8e8e8 solid;
			background		: #fff url(../img/menu-main-arrow-off.gif) 95% center no-repeat;
		}


        #menu li a:hover ul a:hover,
        #menu li:hover ul li:hover a {
			background		: #fff url(../img/menu-main-arrow-on.gif) 95% center no-repeat;			
		}
		
		/** IE < 7 **/
        * html #menu li a:hover ul a {
			font-size		: 12px;
		}
		* html #menu a:hover li {
			margin-left		: -2px;
		}
	
		
#footer {
	margin-top		: 2px;


	*margin-bottom	: 8px;
}

#footer ul {
	margin-left		: 2px;
	margin-top		: 2px;
}


#footer a {
	text-decoration	: none;
	padding			: 0 12px;
	color			: #999;
	font-size		: 1.2em;
	overflow		: hidden;
	display			: block;
	margin-top		: -2px;
}

	#footer a:link,
	#footer a:visited,
	#footer a:active {
	color			: #999999;
	font-style:normal;
	}
	
	#footer a:hover {
		color			: #d12420;
	}

	#footer li {
		float			: left;
		display			: inline;
		height			: 1em;
		border-right	: 1px #999 solid;
	}

	#footer li.last {
		border			: 0;
	}
	
	
	#footer li.current a,
	#footer li.current a:link,
	#footer li.current a:visited,
	#footer li.current a:hover,
	#footer li.current a:active {
		color			: #d12420;
			font-style:normal;
	}

	#footer strong {
		font-weight		: normal;
		font-size		: 1em;
		color			: #999;
	}

