@charset "utf-8";
/* CSS Document */

#header-wrapper {
	width: 960px;
	height: 564px;
	
	position: relative;
	
	margin: 0;
	overflow: hidden;
}

#header h1#logo {
	width: 190px;
	height: 120px;
	
	display: block;
	
	position: absolute;
	top: 442px;
	left: 288px;
	
	margin: 0 0 0 -95px;
	
	background-color: #ff0000;
}

#header h1#logo a {
	width: 190px;
	height: 120px;
	
	display: block;
	position: relative;
	
	background-image: url(../../images/happy-wolf-logo-startsite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
	
	margin: 0;
}

#container {
	width: 960px;
	
	/*	
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
}

#content-wrapper {
	width: 536px; /* 576 - 10 - 20 (- 10) */
	
	margin: 0;
	padding: 10px 10px 20px 20px;
	
	float: left;	

	/*	
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
}

#content {
	margin: 0;
	
	/*	
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
}

#recent-news-wrapper {
	width: 342px; /* 382 - 20 (- 10) */
	
	float: left;
	
	padding: 20px 0 20px 30px;
	
	/*	
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
}

#recent-news {
	/*	
	background-color: #FF66CC;
	border: 1px solid #CC33FF;
	*/
}

#recent-news li{
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0.8em 0;
}




/*
 * Menu startsite
 */
 
#header ul li a {
	width: 190px;
	height: 120px;
	
	display: block;
	
	position: absolute;
	top: 442px;
}

#header ul li a span {
	display: none;
}

#header ul li a {
	left: 0;
	background-image: url(../../images/buttons/contact-button.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul li#psychology a {
	left: 386px;
	background-image: url(../../images/buttons/psychology-button.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul li#mobile-surgery a {
	left: 578px;
	background-image: url(../../images/buttons/mobile-surgery-button.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul li#training a {
	left: 770px;
	background-image: url(../../images/buttons/training-button.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#header ul li a:hover {
	background-position: left center ! important;
}

/*
#header ul li a:active {
	background-position: left bottom ! important;
}
*/
.news
{
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;}
